.iti {
    width: 100% !important;
}

.nb_signin_container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow: hidden;
    z-index: 9999;
    width: 670px;
    height: 500px;
    transition: top 0.8s ease-in-out;
    background-color: #FFFFFF;
    display: none;
    align-items: center;
}

.nb_signin_container.open {
    top: 50%;
}

.nb_signin_left {
    position: relative;
    align-items: flex-start;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 42%;
    height: 100%;
    padding: 20px 25px;
}

.nb_signin_left img {
    margin-bottom: 10px;
}

.lgnHeading {
    font-size: 1rem;
    color: #2e2e2e;
    margin-bottom: 8px;
    font-weight: 600;
}

.cross-btn {
    display: none;
    position: absolute;
    top: 6px;
    right: 11px;
    cursor: pointer;
}

.nb_pointers {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    color: #2e2e2e;
    margin-bottom: 6px;
    max-width: 100%;
    opacity: .8;
    overflow: hidden;
    padding-left: 20px;
}

.nb_pointers::before {
    border-color: #7b7b7b;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
}

.nb_signin_right {
    padding: 40px 25px 40px 25px;
    width: 58%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nb_signin_right_heading {
    font-size: 1rem;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 20px;
}

.nb-switch-toggle {
    background: #ccc;
    border-radius: 16px;
    display: inline-block;
    height: 22px;
    position: relative;
    transition: background .25s;
    vertical-align: middle;
    width: 40px;
    cursor: pointer;
}

.nb-switch-toggle:before {
    content: '';
    background: linear-gradient(180deg, #fff 0, #fff);
    border-radius: 50%;
    display: block;
    height: 14px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: left .25s;
    width: 14px;
}

.nb-switch-toggle.active {
    background-color: #009587;
}

.nb-switch-toggle.active::before {
    left: 22px;
}

.input_container {
    position: relative;
    z-index: 20;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hide1 {
    display: none;
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti__selected-dial-code {
    font-size: 14px;
}

.change_num {
    display: none;
    position: absolute;
    top: 2px;
    left: 1px;
    width: 99%;
    z-index: 2;
    background-color: #f8f8f8;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 12px;
}

#change_phone {
    color: #009587;
    cursor: pointer;
    text-decoration: underline;
    font-size: 10px;
}

.main_whatsapp_cont {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: top 0.4s ease-in-out;
}

.whtsup_updt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #f8f8f8;
    margin-bottom: 4px;
}

.main_whatsapp_cont.slide-down {
    top: 100%;
}

.whtsup_lable {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #2e2e2e;
}

input.otp_input {
    width: 38px;
    height: 35px;
    padding: 8px;
    border-bottom: 1px solid #CFCFCF;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    font-size: 1rem;
    text-align: center;
}

.otp_cont {
    margin-top: 3rem;
}

.otp_cont p {
    font-size: 13px;
}

.otp {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-top: 1rem;
}

.otp_msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 13px;
}

.valid_otp {
    color: #e3324a;
    display: none;
}

.resend_otp {
    display: none;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #009587;
    cursor: pointer;
}

.timer {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #009587;
}

.continue_btn {
    border-radius: 4px;
    width: 100%;
    border: none;
    background-color: #e3324a;
    padding: 8px 12px;
    font-size: .8rem;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 2rem;
}

.login-footer {
    text-align: center;
    margin-inline: auto;
    font-size: 10px;
    color: #2e2e2e;
}

.tns_msg {
    margin-bottom: 12px;
}

.login-footer a {
    font-weight: 700;
}

.login-footer a:hover {
    text-decoration: underline;
}

#nb_phone,
.user_details_input input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cfcfcf;
    outline: none;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.user_name {
    margin-block: 1rem;
}

@media screen and (max-width: 779px) {
    .nb_signin_container {
        width: 100%;
        height: 100vh;
        flex-direction: column;
        border-radius: 0;
    }

    .nb_signin_left {
        flex-direction: row-reverse;
        width: 100%;
        height: 25%;
        padding-top: 40px;
    }

    .nb_service_cont {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
    }

    .nb_signin_left img {
        margin-bottom: 0;
        width: 85px;
        height: 85px;
    }

    .nb_signin_right {
        padding: 20px;
        width: 100%;
    }

    .cross-btn {
        display: block;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

#M_valid-msg {
    display: none;
    color: green;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

#M_error-msg {
    color: red;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}