﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif !important;
}

.cf_signup_cntr {
    height: 100vh;
    width: 100%;
    background: #fff;
    display: flex;
    gap: 25px;
}

.cf_signup_left_cntr {
    background: #3c37ff;
    width: 32%;
    height: 100%;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    position: relative;
}

.cf_signUp_left_head_cntr {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 50px 10%;
    justify-content: center;
    height: 53%;
}

.cf_sgn_left_head {
    color: #fff;
    /* font-size: 50px; */
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 55px;
}
/* .cf_signUp_left_head_cntr{
    padding: 50px 15%;
} */
.active {
    background-color: #e9ecef;
    transition: all 0.9s ease-in;
}

.fade {
    /* animation-name: fade; */
    animation-duration: 3s;
    transition: all 0.9s ease-in;
}

/* @keyframes fade {
    from {
        opacity: .7;
    } 
    to {
        opacity: 1;
    }
} */
.cf_sgn_left_sub_head {
    color: #d0d1f5;
    font-weight: 500;
    line-height: 23px;
    font-size: 1rem;
}

.cf_sign_review_cntr {
    background: #2520e3;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    height: 210px;
    overflow: hidden;
    transition: all 0.9s ease-in;
}

.cflow_logo {
    height: 40px;
}

.cflow_logo_cntr {
    padding: 30px 56px;
    display: block;
}

.cf_review_cntr_div {
    padding: 10px 8%;
    position: absolute;
    bottom: 15px;
}

.cf_customer_revies_msg {
    color: #cfd7fe;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    overflow: hidden;
    height: 115px;
    display: block;
}

.reviewer_name {
    color: #fff;
}

.cf_sign_customer_imge {
    height: 45px;
    border-radius: 8px;
    width: 45px;
    overflow: hidden;
}

.cf_revie_name_cntr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
    /* height: 45px; */
    gap: 5px;
}

.cf_revie_imge_cntr {
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
    height: 90px;
}

.reviewer_role {
    color: #9696fa;
    font-size: 14px;
}

.cf_sliders_cntr {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.cf_slider_dots {
    height: 10px;
    width: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1111;
}


/* right cntr  */
.cf_signup_right_cntr {
    background: #fff;
    padding: 15px;
    width: 69%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 100%;
}

.reg_slct_arr_down {
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
}

.cf_right_signin_cntr {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 5px;
    width: 100%;
    margin-top: 25px;
}

.cf_signin_link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #3c37ff !important;
    display: flex;
    align-items: center;
}

.cf_signup_cntr_cntner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cf_right_signin_cont {
    color: #6E6B7B;
    font-size: 15px;
    font-weight: 400;
}

.cf_signup_head {
    font-size: 28px;
    font-weight: 600;

    text-align: center;
    color: #5E5873;
}

.cf_mobile_app_link_logo {
    background: #fff;
    padding: 4px;
    height: 32px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.61);
    backdrop-filter: blur(0px) saturate(173%);
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.cf_signup_link {
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: #5E5873;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    border: 2px solid #dde0e3;
    border-radius: 10px;
}

    .cf_signup_link:hover {
        box-shadow: -2px 9px 27px 3px rgb(230 230 255 / 45%);
        border: 2px solid #e6e6ff;
    }

.cf_data_cntr_cont {
    font-size: 14px;
    color: #6E6B7B;
    line-height: 15px;
    font-weight: 400;
}

.cf_region_slct {
    outline: none;
    border: none;
    font-size: 13px;
    color: #5e5873;
    font-weight: 600;
    background: none;
}

.google_logo {
    height: 35px;
}

.cf_right_sigUp_logo {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.hr_line {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.cf_or_cont {
    font-size: 13px;
    color: #9fa2a9;
    font-weight: 400;
    line-height: 17px;
}

.cf_signup_email_lable {
    color: #5E5873;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.cf_signup_email_inpt {
    margin-top: 10px;
    outline: none;
    border-radius: 9px;
    padding: 15px;
    border: 1px solid #E8E7E4;
    font-weight: 500;
    transition: all 0.3s ease-out;
    color: #5E5873;
}

    .cf_signup_email_inpt:focus {
        box-shadow: 0px 0px 20px -15px #1565c0 !important;
        border: 1px solid #1565c0 !important;
        transition: all 0.3s ease-in;
    }

        .cf_signup_email_inpt:focus::placeholder {
            padding-left: 10px;
            transition: all 0.3s ease-in;
        }

input[type=checkbox] {
    position: relative;
    border: 1px solid #E8E7E4;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    /* opacity: .5; */
}

    input[type=checkbox]:before {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        width: 4px;
        height: 10px;
        border: solid #FFF;
        border-width: 0 2px 2px 0;
        margin: -1px -1px 0 -1px;
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
    }

    input[type=checkbox]:hover {
        opacity: 1;
    }

    input[type=checkbox]:checked {
        background-color: #1565c0;
        opacity: 1;
    }

.cf_signup_terms_cntr {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 18px;
}

.agree_diV {
    font-size: 14px;
    color: #5E5873;
    font-weight: 400;
}

.terms_link {
    text-decoration: none;
    color: #373737;
    font-weight: 500;
}


.cf_signup_button {
    display: block;
    padding: 15px;
    text-decoration: none;
    /* background: #397EF6; */
    background: #3c37ff;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 30px;
}

.cf_signup_email_inpt::placeholder {
    color: var(--secondary-txt-color);
    font-weight: 500;
    font-size: 15px;
}

.play_mac_store_div {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
    /* opacity: 0.7; */
    width: 100%;
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.cf_play_store_img {
    height: 25px;
}

.cf_customer_logo {
    width: 16%;
    height: 70px;
}


.logo_cntr {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.cf_custom_head {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #5E5873;
    margin-top: 25px;
}

.right_cntr_logo {
    height: 40px;
}

.cf_signup_right_div {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 10px;
    right: 5%;
}



/* media query  */

@media only screen and (max-width: 1600px) {
    .cf_signup_left_cntr {
        width: 40%;
    }

    .cf_signup_right_cntr {
        width: 58%;
        /* margin-left: 9%; */
    }

    .right_cntr_width_div {
        width: 60% !important;
    }
}

@media only screen and (max-width: 1480px) {
    .right_cntr_width_div {
        width: 65% !important;
    }
}

@media only screen and (max-width: 1375px) {
    .cf_signup_left_cntr {
        width: 35%;
    }

    .cf_sgn_left_head {
        font-size: 44px;
    }

    .right_cntr_width_div {
        width: 55% !important;
    }

    .cf_signUp_left_head_cntr {
        height: auto;
        padding: 35px 10%;
    }

    .hr_line {
        margin-top: 25px;
    }

    .cf_signup_right_cntr {
        width: 63%;
    }
    /* .nutri_asia_logo{
        padding-top: 6px !important;
    } */
    .cf_customer_logo {
        width: 19%;
    }
}

@media only screen and (max-width: 1375px) {
    .right_cntr_width_div {
        width: 65% !important;
    }
}
/* @media only screen and (max-width: 1600px){
    .cf_signup_left_cntr{
        width: 44%;
    }
    .cf_signup_right_cntr{
        width: 55%;
        margin-left: 0%; 
    }
} */
@media only screen and (max-width: 1290px) {
    .cf_signup_left_cntr {
        width: 45%;
    }
}

@media only screen and (max-width: 1260px) {
    .right_cntr_width_div {
        width: 85% !important;
    }
}

@media only screen and (max-width: 1120px) {
    .right_cntr_width_div {
        width: 100% !important;
    }

    .cf_signUp_left_head_cntr {
        padding: 13% 11%;
        height: auto;
    }

    .cf_signup_left_cntr {
        width: 48%;
    }

    .cf_signup_right_cntr {
        padding: 10px;
    }
}

@media only screen and (max-width: 950px) {
    .cf_signup_left_cntr {
        display: none;
    }

    .right_cntr_width_div {
        width: 70% !important;
    }

    .cf_signup_right_div {
        display: flex !important;
    }

    .cf_signup_right_cntr {
        width: 100%;
    }
}

@media only screen and (max-width: 735px) {
    .right_cntr_width_div {
        width: 75% !important;
    }
}

@media only screen and (max-width: 645px) {
    .right_cntr_width_div {
        width: 85% !important;
    }
}

@media only screen and (max-width: 565px) {
    .right_cntr_width_div {
        width: 100% !important;
    }
}

@media only screen and (max-width: 525px) {
    .cf_right_sigUp_logo {
        flex-direction: column;
        margin-top: 35px;
    }

    .cf_signup_link {
        width: 100%;
    }

    .logo_cntr {
        display: none;
    }

    .cf_signup_cntr_cntner {
        width: 90%;
    }
}

@media only screen and (max-width: 440px) {
    .cf_signup_cntr_cntner {
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    .cf_signup_cntr {
        padding: 10px;
    }

    .cf_signup_head {
        font-size: 22px;
    }

    .cf_right_sigUp_logo {
        margin-top: 20px;
    }

    .hr_line {
        margin-top: 15px;
    }

    .cf_sign_inputs_div {
        margin-top: 15px !important;
    }

    .cf_signup_terms_cntr {
        margin-top: 10px;
    }

    .cf_signup_button {
        margin-top: 15px;
    }
}

@media only screen and (max-height: 630px) {
    .cf_right_sigUp_logo {
        margin-top: 23px;
    }

    .hr_line {
        margin-top: 20px;
    }

    .cf_sign_inputs_div {
        margin-top: 20px !important;
    }

    .cf_signup_button {
        margin-top: 25px;
    }

    .cf_sign_logo_cntr {
        margin-top: 15px !important;
    }

    .logo_cntr {
        margin-top: 15px;
    }

    .cf_signUp_left_head_cntr {
        padding: 0% 11%;
    }

    .cf_sgn_left_head {
        font-size: 34px;
        line-height: 50px;
    }
}

.term-cond-popup {
    width: 100%;
    height: 530px;
    background: #fff;
    border-radius: 2px;
    position: relative;
    padding: 5px 0;
    margin: 5% auto;
    border: 1px solid rgba(0,0,0,.12);
    box-sizing: border-box
}

    .term-cond-popup .header {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(221,221,221,0.36);
        float: left
    }

        .term-cond-popup .header h2 {
            margin: 5px 8px;
            font-size: 20px;
            color: #1565c0;
            width: 90%;
            float: left;
            font-weight: 400
        }

        .term-cond-popup .header .close-btn {
            float: left
        }

            .term-cond-popup .header .close-btn a {
                margin: 10px 12px;
                display: block;
                font-weight: 500;
                color: #515151;
                -webkit-transition: -webkit-transform .5s ease-in-out;
                -ms-transition: -ms-transform .5s ease-in-out;
                transition: transform .5s ease-in-out
            }

                .term-cond-popup .header .close-btn a i {
                    font-size: 22px
                }

.term-cond-popup-cont {
    width: 100%;
    height: 465px;
    overflow-y: auto;
    padding: 0 4%;
    float: left
}

    .term-cond-popup-cont p {
        text-align: justify;
        font-size: 12px;
        line-height: 22px;
        color: #272727
    }

    .term-cond-popup-cont a {
        color: #1565c0;
        border-bottom: 1px solid #1565c0
    }

    .term-cond-popup-cont span {
        color: #1565c0
    }

    .term-cond-popup-cont strong {
        font-weight: 400;
        font-size: 16px
    }

    .term-cond-popup-cont ol {
        font-size: 13px;
        color: #272727;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05),0 2px 10px 0 rgba(0,0,0,0.05)
    }

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        z-index: 99999
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
  
        opacity: 0
    }

    .modal-backdrop.in {

        opacity: .5
    }

@media(min-width:768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.cf_slct_region_cntr option {
    padding: 10px;
    font-size: 16px;
    color: #8A8A8A;
    font-weight: 500;
    line-height: 35px;
}

.cf_slct_region_cntr:focus {
    border: 1px solid #1565c0 !important;
    /* transition: all 0.3s ease-in; */
}

.cf_signup_button:hover {
    box-shadow: -2px 4px 42px -11px rgba(60,55,255,0.51);
}

.cf_navigate_page {
    position: absolute;
    top: 10px;
    left: 0;
}

.cf_signup_navigate {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    font-size: 16px;
    color: #5e5873;
    font-weight: 500;
}

.cf_google_signIn_cntr {
    width: 46%;
    display: none;
}

.cf_ggl_signup_head {
    font-size: 1.9rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #5e5873;
    text-align: center;
    display: block;
}

.cf_datacenter_select {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.cf_slct_region_cntr {
    padding: 10px;
    outline: none;
    border: 1px solid #E8E7E4;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #5e5873;
    line-height: 23px;
    width: 100%;
    -webkit-appearance: none;
    background-size: 15px;
}
.signup_popup_layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4);
    top: 0;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms_of_ser_popup_cntr {
    background: #fff;
    /* padding: 15px; */
    border-radius: 7px;
    width: 50%;
    height: 70%;
    position: relative;
    margin-top: -150px;
}

.terms_head {
    /* font-size: 17px; */
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 23px;
    color: #5e5873;
}

.terms_of_ser_header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.cf_close_icon:hover {
    box-shadow: none;
    top: 3px;
    transition: all 0.1s ease-in;
}

.cf_close_icon {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(34 41 47 / 10%);
    position: absolute;
    right: -4px;
    border-radius: 3px;
    top: -6px;
    cursor: pointer;
    padding: 3px 5px;
    transition: all 0.1s ease-in;
}

.terms_of_ser_bdy {
    /* margin-top: 15px; */
    height: calc(100% - 70px);
    overflow: auto;
    padding: 10px 5px 20px 20px;
    margin-right: 5px;
}

    .terms_of_ser_bdy:hover::-webkit-scrollbar {
        width: 8px;
        background-color: transparent;
    }

    .terms_of_ser_bdy:hover::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #c1c1c1;
    }

    .terms_of_ser_bdy::-webkit-scrollbar {
        background-color: transparent;
        width: 8px;
    }

.terms_pop_content {
    /* font-size: 13px; */
    font-size: 0.8rem;
    color: #5e5873;
    font-weight: 400;
    line-height: 19px;
}

.terms_of_ser_bdy_head {
    /* font-size: 15px; */
    font-size: 0.9rem;
    font-weight: 500;
    color: #5e5873;
    line-height: 23px;
    display: block;
    margin: 10px 0;
}

.pop_ul_privacy {
    list-style: disc;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    color: #5E5873;
    font-weight: 500;
    line-height: 19px;
}
@media only screen and (max-height: 1580px) {
    .cf_google_signIn_cntr {
        width: 60%;
    }
}



@media only screen and (max-height: 1390px) {
    .cf_google_signIn_cntr {
        width: 65%;
    }
}



@media only screen and (max-height: 1260px) {
    .cf_google_signIn_cntr {
        width: 75%;
    }
}

@media only screen and (max-height: 1260px) {
    .cf_google_signIn_cntr {
        width: 80%;
    }
}



@media only screen and (max-height: 950px) {
    .cf_navigate_page {
        top: 25px;
        left: 55px;
    }
}
