/* navgationBar start */

nav {
    width: 100%;
    height: 100px;
    background-color: #fff;
    /* border-bottom: 1px solid #3984C4; */
}

.custom_nav_area {
    /* max-width: 1080px; */
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
}




.custom_logo>img {
    max-width: 200px;
    width: 100%;
    cursor: pointer;

}

.custom_nav_group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 400;
}

.custom_nav_group :hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #3984C4;
    text-underline-offset: 15px;
    text-decoration-thickness: 3px;
}

.custom_nav_item {
    /* 灰色 */
    color: #707070;
}

/* navgationBar end */

.modal-header {
    border-bottom: unset;
}

.modal-footer {
    border-top: unset;
}

.modal-content {
    padding: 15px 25px;
    border-radius: 35px;
}

.btn-primary {
    background-color: #3984C4;
    border-color: #3984C4;
    border-radius: 30px;
    padding: 7px 14px;
}

.custom_primary_btn {
    background-color: #3984C4;
    border-color: #3984C4;
    border-radius: 30px;
    padding: 7px 14px;
}

.custom-form-control {
    border-radius: 47px;
}

.custom_hint {
    color: #C0392B;
}

.custom_logout_hint {
    /* 灰色 */
    color: #707070;
}

.custom_sign_in_text {
    cursor: pointer;
}

.custom_sign_in_text:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1,8px;
}

#request_email_p:hover{
    color:#0062cc;
    cursor: pointer;
}

.google_btn_group {
    display: flex;
}

.google_login {
    color:#999;
    margin-right: 10px;
}
/* .google_login:hover{
    color: #999 !important;;
    margin-right: 10px;
} */
.google_icon:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.must_input {
    border: 1px solid #ffb6c1;
}

.must_input_hint {
    background-color: #ffb6c175;;
}

@media screen and (max-width: 768px) {
    .custom_nav_area {
        padding: 10px 25px;
    }

    .modal-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: center;
        padding: .75rem;
        border-top: 1px solid #dee2e6;
        border-bottom-right-radius: calc(.3rem - 1px);
        border-bottom-left-radius: calc(.3rem - 1px);
    }

    .google_btn_group {
        flex-direction: column;
        align-items: center;
    }
    .google_icon {
        width: 239.64px;
        margin-bottom: 5px;
        margin-right: 0px;
    }
    .google_login {
        color: #999;
        margin-right: 0px;
    }
    
    .custom_nav_group {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 8px;
        line-height: 1.5;
        font-size: 0.8rem;
        font-weight: 400;
    }
    .custom_logo>img {
        max-width: 200px;
        width: 80%;
        cursor: pointer;
    }
}



/* modal css start */