.signup_popup {
    width: 100%;
    position: fixed;
    background-color: rgb(20 20 20 / 36%);
    height: 100%;
    overflow: auto;
    z-index: 9999;
    top: 0;
    left: 0;
}
.content-wrap .heading {
    line-height: 30px;
    color: #3a3a3a;
    margin: 0px 0 24px;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}
.signup_popup_row {
    width: 786px;
    height: auto;
    background-color: #fafafa;
    border-radius: 22px 22px 0px 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px 40px 40px;
    bottom: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 416px;
    transition: min-height 0.5s ease-in-out;
}

.signup_popup_row .white-box {
    min-width: 370px;
    max-width: 370px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 70px;
    background-size: auto;
    position: relative;
}
.signup_popup_row .white-box::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0px;
    background: #000;
    left: 20px;
    box-shadow: 0 0 2px 1px #ccc;
}
.signup_popup_row .white-box .white-box-in {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
#toastMessageName {
    font-size: 14px;
}
.signup_popup_row .flex-type {
    min-height: auto;
}
.text-box-wrap {
    background-color: #fff;
    width: 100%;
    float: left;
    border: 1px solid #bdbdbd;
    padding: 0 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.text-box-wrap .icon {
    padding-right: 12px;
    display: flex;
    position: relative;
    background-image: url(https://images.hindustantimes.com/sso/prod/sdk/images/call.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 20px;
    height: 19px;
    background-size: contain;
}
.center-align.active span {
    background: url(https://images.hindustantimes.com/sso/prod/sdk/images/toggle.svg)
        center right no-repeat;
}
.text-box-wrap .icon:after {
    content: '';
    z-index: 1;
    position: absolute;
    right: -11px;
    width: 1px;
    height: 24px;
    background: #bdbdbd;
    top: -2px;
}
.text-box-wrap .textbox {
    padding-left: 9px;
    display: block;
    width: 100%;
    position: relative;
}
.white-box-in .icon.email-icon,
.white-box-in.help.ctus .icon.email-icon {
    background-image: url(https://images.hindustantimes.com/sso/prod/sdk/images/contact-mail.svg);
}
.white-box-in .text-box-wrap.error .icon.email-icon,
.white-box-in.help.ctus .text-box-wrap.error .icon.email-icon {
    background-image: url(https://images.hindustantimes.com/sso/prod/sdk/images/contact-mail-red.svg);
}
.signup_popup_row div#emailDetail input {
    padding-left: 12px !important;
}
.white-box-in .text-box-wrap.error1.active,
.white-box-in .textBoxError .textarea.active,
.white-box-in.help.ctus .text-box-wrap.red {
    border: 1px solid #000;
}
.white-box-in .text-box-wrap.error1 .icon.isMobileActive,
.white-box-in.help.ctus .icon.ph-icon.isMobileActive {
    background-image: url(https://images.hindustantimes.com/sso/prod/sdk/images/call-dark.svg);
}
.white-box-in .text-box-wrap.error1 .icon.email-icon.ic-i.isEmailActive,
.white-box-in.help.ctus .icon.email-icon.ac-icon.isEmailActive,
white-box-in .text-box-wrap.error1 .icon.isEmailActive {
    background-image: url(https://images.hindustantimes.com/sso/prod/sdk/images/contact-mail-dark.svg);
}
.flag_icon {
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 25px;
    background-image: url(https://images.hindustantimes.com/sso/prod/sdk/images/india-flag.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
}
.signup_popup_row .text-box-wrap .textbox .tbp {
    background: transparent;
    padding: 0px 0px 0 68px;
    position: relative;
}
.signup_popup_row .text-box-wrap .textbox .tbp:focus-visible {
    outline: none;
    border: none;
}
.text-box-wrap .textbox .tbp {
    border: none;
    padding: 0 0 0 16px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    height: 40px;
    line-height: normal;
    width: 100%;
}
.continue-btn {
    border-radius: 6px;
    background-image: linear-gradient(
        160deg,
        var(--gradienrorangeleft) 32%,
        var(--gradienrorangeright) 77%
    );
    border: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: normal;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 16px auto 0;
    display: inherit;
    height: 40px;
    line-height: normal;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-stretch: normal;
    font-style: normal;
}
.error-msg {
    display: none;
    color: #ff4a4a;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 7px 0;
}
.text-box-wrap.error,
.white-box-in .textBoxError .textarea.error,
.white-box-in.help.ctus .text-box-wrap.error {
    border: 1px solid #ff4a4a;
}
.text-box-wrap.error .icon {
    background-image: url(https://images.hindustantimes.com/sso/prod/sdk/images/call-error.png);
}
.seperator {
    width: 100%;
    text-align: center;
    color: #cfcfcf;
    float: left;
    margin: 24px 0 18px;
    font-size: 14px;
    position: relative;
}
.seperator span {
    background-color: #faf9f9;;
    z-index: 2;
    padding: 0 17px;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
    color: #cfcfcf;
}
.center-align {
    text-align: center;
    display: block;
}
.seperator:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border: 1px dotted #cfcfcf;
}
.other-login {
    height: 0;
    transition: all 1s ease-out;
    overflow: hidden;
}
.other-login.active {
    height: auto;
    overflow: auto;
}
.login-link {
    border-radius: 22px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    text-decoration: none;
    color: #3d4043;
    margin: 6px 0;
    float: left;
    width: 100%;
    cursor: pointer;
}
.signup_popup_row .login-link {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
}
.last-elem {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    float: left;
    font-size: 14px;
}
.last-elem a {
    color: var(--orange);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid var(--orange);
    cursor: pointer;
}
#buttonDiv {
    float: left;
    width: 100%;
    text-align: center;
    margin: 6px 0 9px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
    border-radius: 22px;
    overflow: hidden;
}
.login-with-Tc.login-link {
    display: none;
}
.continue-btn,
.error-message-2,
.signup_popup_right,
.text-box-wrap .textbox .tbp,
.textarea {
    font-family: Lato, sans-serif;
}
.other-login.active {
    clear: both;
}
.other-login {
    clear: both;
}
.signup_popup_row::-webkit-scrollbar {
    width: 1px;
}
.signup_popup_row::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.signup_popup_row::-webkit-scrollbar-thumb {
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .signup_popup_row .white-box {
        padding-left: 0;
        background-image: none;
        padding: 0 30px;
    }
    .signup_popup_row .white-box::before {
        display: none;

    }
    .last-elem {
        bottom: 32px;
        left: 0;
        right: 0;
    }
    .continue-btn {
        height: 40px;
    }
    .seperator:after {
        border: 1px dashed #dfdfdf;
    }
    div#buttonDiv {
        float: none;
        margin: 0 auto 10px;
        border-radius: 22px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
        background-color: #fff;
        height: 41px;
        display: flex;
        align-items: center;
        width: 320px;
    }
    div#buttonDiv div {
        max-width: 320px;
        border: 0;
    }
    .login-with-Tc.login-link {
        display: flex;
        text-align: center;
    }



}
