/*LMG Section*/
.lmg-body {
    background-color: #fff;
}

.lmg-input::placeholder {
    color: #c6c6c9;
    font-size: 16px;
}

.lmg-container {
    padding: 41px 20px 110px 20px;
}

.request-password-reset .lmg-container {
    padding: 30px 0px 200px 0px;
}

.lmg-login-button {
    color: #ffffff;
    background-color: var(--color-ctaprimary);
    height: 48px;
    border-radius: 2px;
}

.lmg-login-title {
    font-weight: bold;
    font-size: 36px;
    padding-bottom: 8px;
}

.lmg-txt-black {
    color: #121212;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.lmg-input-sct {
    margin-bottom: 32px;
}

.lmg-form {
    box-shadow: none;
    padding-bottom: 16px;
}

.lmg-input {
    height: 48px;
    padding: 8px 14px;
    border-radius: 2px;
    border-color: #c6c6c9;
}

.lmg-hide-show-password {
    right: 0px;
    margin-right: 16px;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.lmg-fgt-pwd-sec {
    display: flex;
}

.lmg-fgt-pwd-rmbr-sec {
    flex: 1;
}

.lmg-fgt-pw-txt {
    color: var(--color-ctaprimary);
    font-weight: bold;
}

.lmg-resend-activation-txt {
    color: #121212;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.lmg-register-sec {
    width: 89%;
    margin: auto;
    padding-top: 16px;
}

.lmg-new-register-button {
    background-color: unset;
    color: var(--color-ctaprimary);
    border: 1px solid var(--color-ctaprimary);
    border-radius: 2px;
    height: 48px;
    box-shadow: none;
}

.lmg-login-msg-title {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #919193;
    text-transform: uppercase;
}

.lmg-login-msg-title-left-hr {
    flex: 1;
    margin-right: 24px;
}

.lmg-login-msg-title-right-hr {
    flex: 1;
    margin-left: 24px;
}

.lmg-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 12px 104px;
    border-bottom: 1px solid #ebebed;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}

.lmg-header-cart {
    display: inline-flex;
    margin-left: 40px;
    align-items: center;
}

.lmg-footer {
    text-align: center;
    padding-top: 21px;
    border-top: 1px solid #ededed;
    padding-bottom: 21px;
    color: #919193;
    font-size: 12px;
}

.lmg-common-color {
    color: var(--color-primary);
}

.lmg-register-name-section {
    display: flex;
    margin-bottom: 4px;
}

.lmg-register-name-section-fst-nm {
    margin-right: 24px;
    margin-bottom: 0px;
    width: 50%;
    flex: 1;
}

.lmg-register-name-section-last-nm {
    width: 50%;
    flex: 1;
}

.lmg-msg-grey {
    color: #919193;
    font-size: 13px;
}

.lmg-msg-red {
    color: var(--color-ctaprimary);
    font-size: 13px;
}

.lmg-register-login-button {
    border: 1px solid var(--color-ctaprimary);
    width: 86%;
    margin: auto;
    padding: 12px;
    border-radius: 2px;
}

.lmg-mobile-input {
    padding-left: 56px;
    padding-right: 86px;
}

.lmg-register-show-password {
    outline: none;
    position: absolute;
    right: 1px;
    z-index: 9999;
    border: none;
    background: none;
}

.error {
    border: 1px solid #be371d;
}

.error-text {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 4px;
    font-size: 13px;
    color: #be371d;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid var(--color-ctaprimary);
    border-width: 0 2.5px 2.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #c6c6c9;
    border-radius: 2px;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.register-signin-button {
    display: block;
    border: 1px solid var(--color-ctaprimary);
    padding: 14px;
    text-align: center;
    border-radius: 2px;
    color: var(--color-ctaprimary);
    font-weight: bold;
    height: 48px;
}

.register-signin-sec {
    width: 90%;
    margin: auto;
    padding-top: 16px;
}

.password-progress .holder .pass-cell {
    width: 14%;
    height: 6px;
    background: #ecf0f1;
    margin-top: 3px;
    display: inline-block;
}

.password-progress .holder .text {
    font-size: 12px;
    color: #00ae42;
    font-weight: bold;
    font-size: 12px;
    margin-left: 33px;
    display: inline-block;
}

.password-progress .holder span.pass {
    background: #55d385;
}

.lmg-password-validation .tw-text-green-700 {
    display: none;
}

.lmg-password-validation .tw-text-red-500 {
    color: #be371d;
}

.lmg-error-message {
    color: #be371d;
    font-weight: bold;
    background-color: rgba(254, 228, 232, 0.5);
    border-radius: 2px;
    border: solid 1px #be371d;
    padding: 16px;
    margin-bottom: 40px;
}

.lmg-list {
    display: flex;
    height: 56px;
}

.lmg-list-msg {
    margin-left: 8px;
    bottom: 2px;
    position: relative;
}

.lmg-error-message svg {
    width: 24px;
    height: 24px;
}

.lmg-input-sct button:focus {
    outline: none;
}

.lmg-register-show-password svg {
    margin-bottom: 7px;
}

.lmg-input-mobile {
    margin-bottom: 20px;
}

.lmg-success-msg {
    color: #1cac48;
    font-weight: bold;
    background-color: rgba(221, 243, 228, .7);
    border-radius: 2px;
    border: solid 1px #1cac48;
    padding: 16px;
    margin-bottom: 40px;
}

.lmg-success-msg .success-text {
    margin-right: 8px;
    margin-left: 8px;
    width: 100%;
    word-break: break-word;
}

.lmg-success-msg svg {
    cursor: pointer;
    height: 8%;
    width: 7%;
}

.lmg-reset-password-scn {
    padding-bottom: 300px;
}

.lmg-reset-password-msg {
    color: #58595a;
}

.lmg-reset-password-success-icon {
    display: block;
    margin: auto;
}

.lmg-reset-pwd-btn-link-sct {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.lmg-reset-pwd-btn-link-sct a {
    flex: 1;
}

.lmg-reset-pwd-btn-link-sct a:first-child {
    margin-right: 20px;
}

.lmg-reset-pwd-btn-link-sct a:last-child {
    background: var(--color-ctaprimary);
    color: #ffffff;
}

.guest-checkout-section {
    display: none;
}

.lmg-password-validation {
    position: relative;
    bottom: 32px;
}

.termsandcondition:hover {
    color: var(--color-ctaprimary);
}

.lmg-login-button:active,
.lmg-login-button:focus,
.lmg-new-register-button:active,
.lmg-new-register-button:focus {
    border: 1px solid var(--color-ctaprimary);
    outline: none;
}

.reset-password .lmg-password-validation {
    bottom: 0px;
}

@media (max-width: 768px) {
    .lmg-container {
        padding: 24px 16px 110px 16px;
    }

    .lmg-form {
        padding: 24px 4px;
    }

    .register-signin-sec {
        width: 100%;
        margin: auto;
        padding: 0 4px;
    }

    .lmg-register-sec {
        width: 100%;
        margin: auto;
        padding: 16px 4px 0px 4px;
    }

    .lmg-login-msg-title {
        margin-bottom: 16px;
    }

    .password-progress .holder .pass-cell {
        width: 13%;
    }

    .lmg-header-txt {
        display: none;
    }

    .emax-logo {
        margin: auto;
        padding: 16px 0;
    }

    .lmg-header {
        padding: 0;
    }

    .lmg-register-name-section-fst-nm {
        margin-right: 16px;
    }

    .lmg-login-title {
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 0px;
    }

    .lmg-msg-red {
        display: block;
    }

    .request-password-reset .lmg-footer,
    .send-reset-password .lmg-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .request-password-reset .lmg-header {
        position: absolute;
        top: 0;
    }

    .lmg-input-sct {
        margin-bottom: 24px;
    }

    .request-password-reset .lmg-container {
        padding: 64px 0px 110px 0px;
    }

    .lmg-register-name-section {
        margin-bottom: 4px;
    }

    .reset-password .lmg-container {
        padding: 24px 0px 175px 0px;
    }
}

/*LMG Section END*/

.lmg-header {
    height: 64px;
}

.emax-logo {
}

.lmg-login-title {
    padding-bottom: 4px;
}

.lmg-login-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #6D747C;
}

.lmg-container {
    flex-direction: column;
    padding-top: 40px;
}

.lmg-main-content {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.lmg-form {
    padding-top: 0;
}

.lmg-shukran {
    max-width: 400px;
    background: #FFFFFF;
    border: 1px solid #ECEDEB;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin-left: 60px;
}

.lmg-shukran>div {
    width: 100%;
}

.lmg-shukran-info {
    display: flex;
    flex-direction: column;
}

.lmg-shukran-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(82.92deg, #DDE1E1 0%, #E6EAEA 100%);
    padding: 24px;
    /* margin-bottom: 12px; */
}

.lmg-shukran-link-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
}

.lmg-shukran-link img{
    width: 42px;
    height:42px
}

.lmg-shukran-benefits {
    padding: 12px 12px 12px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lmg-shukran-benefits img{
    height: 36px;
    width: 36px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 16px;
}

.lmg-shukran-benefits-text {
    margin-left:4px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 14px;
}
.lmg-shukran-info-rtl>div.lmg-shukran-benefits>div.lmg-shukran-benefits-text{
    margin-right:12px;
}

div.lmg-shukran-info>div.lmg-shukran-benefits:last-child .lmg-shukran-benefits-text{
    border-bottom: none;
}
.lmg-divider{
    color: #919193;
    font-size: 12px;
    font-weight: 700;
    margin-top:24px;
    margin-bottom:24px;
}

.lmg-divider .tw-border-b-2{
    color: #EBEBED;
    border-bottom-width: 1px;
}

ul.additional-idps a.Apple{
    background: #000000;
    color: #ffffff;
    border-radius: 2px;
}
ul.additional-idps a.Facebook{
    background: #1877F2;
    color: #ffffff;
    border-radius: 2px;   
}

ul.additional-idps a span{
    width: calc(100% - 1.5rem);
    text-align: center;
}

.lmg-form{
    padding-left:0;
    padding-right:0;
}

#standalone-signup-form-checkbox,#data-processing-checkbox{
    margin-top: 12px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}
#standalone-signup-form-checkbox>input,#data-processing-checkbox>input{
    height:18px;
    width: 18px;
    margin-right: 8px;
}

#data-processing-checkbox .label-img-container{
    width: 75%;
}
#data-processing-checkbox .consent-icon{
    display: inline;
    width: 16px;
}
#data-processing-checkbox .consent-privacy-link{
    text-decoration: underline !important;
    color: inherit;
}
#data-processing-checkbox .tool-tip-container {
    color: #5d5e5c;
    display: inline;
}
#data-processing-checkbox .tooltip {
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    z-index: 1000;
    display: inline;
}
#data-processing-checkbox .tooltip-inner{
    position: absolute;
    left: 7px;
    background: white;
    transform: translateY(-50%);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}
#data-processing-checkbox .tooltip-header{
    display: none;
}
.tooltip-inner a, .tooltip-inner span{
    text-decoration: underline;
}
#data-processing-checkbox .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    top: 5px;
    left: 0px;
    transform: rotate(90deg);
    z-index: 1;
}
#data-processing-checkbox .tooltip-close{
    color:var(--color-primary);
}
#user-consent-error-text{
    color: #F25139;;
    font-size: 12px;
}

.lmg-term-condition{
    padding-top:8px;
}

.register-signin-sec{
    width: 100%;
}
.lmg-login-msg-title{
    margin-bottom: 16px;
}
.lmg-register-sec{
    width: 100%;
}
.error-text{
    color: #F25139;
    font-size: 12px;
}
.error{
    border-color: #F25139;
}
.lmg-password-validation .tw-text-red-500{
    color: #F25139;
}
.lmg-error-message{
    color: #F25139;
    /* border-color: #F25139; */
    margin-bottom: 0; 
    /* margin-top: 40px; */
    width: 400px;
    border: none;
    background: transparent;
    font-size: medium;
    padding-left: 0;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 24px;
}
.lmg-list-msg{
    font-size: medium;
    margin-top:0;
}
.lmg-new-register-button {
    font-size: 0.875rem;
}

.request-password-reset .lmg-container{
    padding-top: 16px;
}

.lmg-resent-link-title>h1{
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 8px;
}
.lmg-reset-pwd-btn-link-sct{
    margin-top:32px;
}
.lmg-rtl{
    direction: rtl;
}
.lmg--shukran-rtl{
    margin-left: 0px;
}
.lmg-main-content-rtl{
    margin-left: 60px;
}
.lmg-first-name-rtl{
    margin-right: 0;
    margin-left: 24px;
}
.lmg-password-show-rtl{
    right: calc( 100% - 48px);
}
.lmg-mobile-placeholder-rtl{
    right: calc(100% - 40px);
    direction: ltr;
}

.lmg-fgt-pwd-sec{
    justify-content: space-between;
}
.lmg-fgt-pwd-rmbr-sec{
    flex: none;
}
.lmg-fgt-pwd-rmbr-sec>input[type='checkbox']{
    vertical-align: middle;
    height: 18px;
    width: 18px;
}

.checkbox-container{
    display: inline;
    padding-right: 12px;
    padding-left: 4px;
    vertical-align: middle;
}

.text-left{
    font-size: 14px;
}

.light-text{
    color:#929391;
    font-weight: normal;
}

.birthdate-input-section{
    display: flex;
    width: 100%;
}
.birthdate-input-section>div{
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 6px;
}
.birthdate-input-section>div>div.custom-select{
    display: flex;
    height: 40px;
    width: 100%;
    border: 1px solid #dddfe2;
    border-radius: 2px;
    box-shadow: inset 0 -2px 0 0 #f5f5f5;
    clear: both;
}
.birthdate-input-section>div>div.custom-select>select{
    width: 100%;
    font-size: 13px;
    color: #72818d;
    padding-left: 9px;
    outline: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://media.maxfashion.com/i/max/down_primary');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    background-position-x: 96%;
}
select.select-dob-rtl{
    background-position: left center !important;
    background-position-x: 4% !important;
    padding-right: 9px;
}
.birthdate-input-section>div>div.custom-select>select:after{
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--color-primary);
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98;
}

.recaptcha-container{
    margin-top: 20px;
    /* display: flex; */
    /* justify-content: center; */
}

.subscribe-checkbox{
    color:#5d5e5c;
    font-size: 14px;
    max-width: 85%;
}

.mobile-container {
    width: 100%;
}

.btn-mobile-verify {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid var(--color-ctaprimary);
    padding: 12.5px 18px;
    border-radius: 0px 2px 2px 0px;
    color: var(--color-ctaprimary);
    font-weight: 600;
    font-size: 14px;
    width: 75px;
}
.verified-label{
    color: #1CAC48;
}

#label-mobile-verify{
    color: #929391;
    font-size: 14px;
}

#btn-mobile-verify:disabled,
#btn-mobile-verify[disabled]
{
    opacity: 0.6;
    cursor: default;
}

#mobileNumber:read-only,
#mobileNumber[readonly] {
    color: #929391;
    cursor: not-allowed;
}

.verify-mobile-section, .dialog-shukran-found{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lmg-verify-mobile-container, .lmg-shukran-found-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 480px;
    padding: 32px 40px;
}

.verify-mobile-header, .link-shukran-header {
    color: #242424;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECEDEB;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verify-mobile-subtext, .link-shukran-subtext {
    color: #6D747C;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.verify-mobile-subtext>button {
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    outline: none;
}

.otp-input-boxes {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    direction: ltr;
}

.otp-input-boxes>input {
    width: 63px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #DEDFE2;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20) inset;
    margin-right: 10px;
    text-align: center;
    outline-color: var(--color-primarylight);
}
.otp-input-boxes>input:last-child {
    margin-right: 0px;
}

/* Chrome, Safari, Edge, Opera */
.otp-input-boxes>input::-webkit-outer-spin-button,
.otp-input-boxes>input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otp-input-boxes>input[type=number] {
  -moz-appearance: textfield;
}

.verify-confirm-btn {
    margin-top: 24px;
}

.verify-confirm-btn>button, .link-shukran-btns .confirm {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    height: 44px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%), var(--color-primary);
    background-blend-mode: soft-light, normal;
    box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.10) inset;
    outline: none;
}

.shukran-user-details{
    color: #242428;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.link-shukran-btns{
    margin-top: 24px;
}

.link-shukran-btns .cancel {
    margin-top: 16px;
    width: 100%;
    height: 44px;
    color: var(--color-primary);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    border: 1px solid var(--color-primary);
    outline: none;
}

#btn-confirm-verify-otp:disabled,
#btn-confirm-verify-otp[disabled]
{
    opacity: 0.5;
    cursor: default;
}

.verify-mobile-resend {
    color: #5E5E5E;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 24px;
}

.verify-mobile-resend>button {
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
}

#dialog-close-button {
    float: right;
    outline: none;
}

.verify-mobile-toast{
    color: #1CAC48;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.verify-mobile-toast>img{
    height: 16px;
    display: inline-block;
    padding-right: 4px;
}
.verify-mobile-toast>span{
    vertical-align: text-top;
}

.verify-error{
    border-color: #F25139;
    color: #F25139;
}

.verify_loader_container{
    padding: 10px 18px;
    text-align: center;
}

.verify_loader {
    display: inline-block;
    border: 4px solid #dddfe2;
    border-top: 4px solid #1eb4e1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@media (max-width: 768px) {
    .lmg-switch-language{
        position: absolute;
        right: 20px;
    }
    .lmg-container{
        padding:24px 20px 24px 20px;  
    }
    .lmg-login-subtitle{
        display: none;
    }
    .lmg-main-content{
        flex-direction: column;
        align-items: center;
    }
    .lmg-shukran{
        margin-left: 0px;
        margin-top: 24px;
    }
    .request-password-reset .lmg-header{
        position: initial;
    }
    #standalone-signup-form-checkbox-label{
        font-size: 14px;
    }
    .lmg-reset-password-container{
        padding-top:0px !important;        
    }
    .lmg-main-content{
        margin-top:24px;
    }
    .lmg-divider{
        margin-bottom: 24px;
    }
    .lmg-input::placeholder {
        font-size: 0.875rem;
    }
    #standalone-signup-form-checkbox{
        margin-top: 16px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    #standalone-signup-form-checkbox>input{
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .lmg-shukran-link{
        margin-bottom: 8px;
    }
    .lmg-shukran-link-text{
        font-size: 16px;
    }
    .lmg-shukran-benefits-text{
        font-size: 14px;
    }
    .lmg-header{
        padding: 0 20px;
    }
    .lmg-main-content-rtl{
        margin-left: 0;
    }
    .lmg-resent-link-title>h1{
        font-size: 24px;
    }
    .lmg-reset-pwd-btn-link-sct{
        margin-top: 24px;
    }
    .lmg-error-message{
        width: 100%;
        margin-top: 24px;
    }
    .lmg-shukran-link{
        padding: 24px;
    }

    .lmg-verify-mobile-container, .lmg-shukran-found-container{
        max-width: calc(100% - 20px);
        padding: 24px 32px;
    }
    .verify-mobile-header, .link-shukran-header{
        font-size: 24px;
        margin-bottom: 16px;
    }
    .otp-input-boxes>input{
        width: 48px;
        margin-right: 6px;
    }
    #data-processing-checkbox .tooltip {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: rgba(33, 33, 33, 0.7);
        border-radius: unset;
        font-size: 14px;
        z-index: 10000;
    }
    #data-processing-checkbox .tooltip-inner{
        left: 0px;
        bottom: 0px;
        background: white;
        transform: none;
        padding: 16px 20px;
        border-radius: 16px 16px 0px 0px;
        box-shadow: none;
    }
    #data-processing-checkbox .tooltip-arrow {
        display: none;
    }
    #data-processing-checkbox .tooltip-header{
        display: flex;
        flex-direction: column;
    }
    #data-processing-checkbox .tooltip-close{
        align-self: flex-end;
        font-weight: 700;
    }
    #data-processing-checkbox .tooltip-title{
        padding: 10px 0px;
        font-size: 18px;
        font-weight: 700;
    }
}
@media (max-width: 370px){
    .otp-input-boxes>input{
        width: 40px;
        margin-right: 6px;
    }
}

.captcha-wrap{
    max-width: 304px;
    margin: 10px auto 22px;
}

.termsandcondition:hover{
    color: var(--color-ctaprimary);
}