@charset "UTF-8";
/* login */
.login-overlay {
    padding-top: 100px;
    padding-bottom: 85px;
}

.signin-form-title-new {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: unset;
}

#sign-in-content {
    height: 100%;
}

.signin-form-content-new {
    font-family: 'Switzer';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #031242;
    width: 100%;
    max-width: 405px;
    margin: auto;
}

.signin-form-content-new a {
    color: #0096F7;
}

.signin-form-content-new form .signin-error-new {
    border-color: #D83E3E;
}

.signin-form-content-new form .signin-error-message-new {
    margin-top: -15px;
    align-self: self-start;
    color: #D83E3E;
}

.signin-form-content-new form .turnstile-challenge {
    align-self: self-start;
    max-width: 100%;
    overflow-x: auto;
}

.signin-form-content-new > div:first-child {
    width: 100%;
    height: auto;
}

.signin-form-content-new > div:first-child > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px 0 50px;
    width: 100%;
}

.signin-form-content-new .signin-form-title > h1 {
    color: var(--Body-Text, #031242);
    font-family: swansea-bold;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.signin-form-content-new input {
    display: flex;
    width: 100%;
    max-width: 406px;
    height: 44px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #D3DBE2;
    border-radius: 6px;
    font-family: Switzer;
    font-size: 15px;
    font-style: normal;
    padding: 13px 15px;
}

.signin-form-content-new .signin-form-username {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 20px;
}

.signin-form-content-new .signin-form-username > span:first-child {
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 5px;
}

.signin-form-content-new .signin-form-password {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.signin-form-content-new .signin-form-password > span:first-child {
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 5px;
}

.signin-form-content-new .signin-form-password > span:last-child {
    display: flex;
    align-items: center;
    position: relative;
}

.signin-form-content-new .signin-form-password > span:last-child > input {
    padding-right: 28px;
}

.signin-form-content-new .signin-form-password > span:last-child > i {
    color: #828EA6;
    cursor: pointer;
    position: absolute;
    right: 19px;
}

.signin-form-content-new .signin-form-submit-new {
    border-radius: 60px;
    background: var(--031242, #031242);
    color: #EBF3FF;
    font-size: 16px;
    padding: 0;
}

.signin-form-content-new .signin-form-submit-new.disabled {
    pointer-events: none;
    background: #031242;
    opacity: 0.4;
}

.signin-by-username-container {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 15px;
}

.signin-by-qr-code-container {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.signin-by-username-container.active {
    display: flex;
}

.signin-by-qr-code-container.active {
    display: flex;
}

.signin-form-qr-code-image {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
}

.signin-form-qr-code {
    position: relative;
}

.signin-form-qr-code.action-status .sign-in-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.signin-form-qr-code img {
    border-radius: 10px;
    border: 1px solid var(--Color-Neutral-Dark-dark-40, rgba(3, 18, 66, 0.20));
}

.sign-in-overlay-content {
    display: none;
}

.qr-code-expired {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qr-code-scan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.qr-code-timeout {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.signin-form-qr-code.action-status::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 20%;
    z-index: 1;
}

.signin-form-qr-code-text {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.qr-code-title {
    color: #031242;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.qr-code-info {
    color: var(--031242, #031242);
    font-family: Switzer;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.qr-code-button {
    width: 80%;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: rgba(0, 150, 247, 1);
    border: 1px solid rgba(0, 150, 247, 1);
}

.sign-in-form-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.qr-code-button:hover {
    background: rgba(0, 150, 247, 0.85);
}

.sign-in-form-nav-title {
    color: #031242;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 8px;
    text-align: center;
}

.sign-in-form-nav-title.active::after {
    width: 100%;
    height: 2px;
    background-color: #0096F7;
    content: '';
    margin-top: 8px;
}

.sign-in-form-nav-title::after {
    width: 100%;
    height: 2px;
    background-color: rgba(3, 18, 66, 0.1);
    content: '';
    margin-top: 8px;
}

/* Overlay styles */
.signin-form-content-overlay {
    margin-left: auto;
    margin-right: auto;
    width: 683px;
    height: 514px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(52, 68, 89, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.signin-form-title-overlay {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.signin-form-title-overlay span:first-child {
    color: #031242;
    font-size: 24px;
    height: 32px;
    padding: 6px;
    margin-bottom: 2px;
}

.signin-form-title-overlay span:last-child {
    color: #000000;
    font-size: 14px;
    height: 28px;
    padding: 4px;
}

.signin-form-title-overlay a {
    padding-left: 5px;
}

.signin-form-namy-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
}

.sign-in-form-nav-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sign-in-form-nav-username-overlay {
    color: #031242;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sign-in-form-nav-qr-code-overlay {
    color: #031242;
    text-align: center;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.signin-form-username-overlay {
    display: flex;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;
}

.signin-form-submit-new-overlay {
    display: flex;
    width: 407px;
    height: 44px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.login-overlay #cp-overlay-error {
    margin-top: -64px;
}

/* fix Aftermarket style */
.signin-by-qr-code-container.active,
.sign-in-form-nav-title.active,
.signin-by-username-container.active {
    background: transparent;
    color: inherit;
    border-radius: 0;
}

.overlay-loading-mask #overlay-load-animate {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.overlay-loading-mask #overlay-load-animate.loading-submit{
    position: absolute;
    margin: 0 -40px;
}

#overlay-load-animate dotlottie-player {
    display: initial !important;
}

#overlay-load-animate {
    display: none;
}
.create-account-overlay-checkbox-text{
    color: var(--Black-Text, #000);
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* login mobile style */
@media (max-width: 550px) {
    .create-form-content .col-xs-12, .create-form-content .col-xs-6 {
        padding: 0;
    }
    .signin-form-content-new, .create-account-content {
        padding: 85px 0 70px;
        width: 105%;
    }
    .cp-error-inner {
        padding-top: 30px !important;
        margin-bottom: -50px;
    }
    .overlay-content{
        padding-top: 13px;
    }
    .create-account-content{
        width: 100% !important;
    }
    .label-tip {
        left: 12px !important;
    }
    .email-verify {
        width: 100% !important;
    }
    .email-support-content {
        font-size: 13px !important;
    }
    .login-overlay , .create-account-overlay{
        padding-top: unset !important;
        padding-bottom: unset !important;
    }
    #sign-in-challenge {
        width: 100%;
    }
}

@media (max-width: 395px) and (min-width: 356px){
    .sign-in-form-nav-username-overlay,.sign-in-form-nav-qr-code {
        font-size: 12px;
    }
}

@media (max-width: 355px) {
    .sign-in-form-nav-username-overlay, .sign-in-form-nav-qr-code {
        font-size: 10px;
    }

    .signin-form-title-overlay > span:first-child {
        font-size: 20px !important;
    }

    .signin-form-title-overlay > span:last-child {
        font-size: 12px !important;
    }

    .email-support-content, .email-resend-text, .email-skip-verify {
        font-size: 12px !important;
    }

    .signin-form-username span, .signin-form-password span {
        font-size: 11px !important;
    }
}

@media (max-width: 430px) {
    .signin-form-qr-code {
        position: relative;
        left: 22px;
        transform: scale(0.8);
    }
    .signin-form-qr-code-introduce img {
        padding-right: 30px;
        margin-top: 20px;
        height: 160px;
    }
    .email-support-content, .email-resend-text, .email-skip-verify {
        font-size: 12px !important;
    }
}

.overlay-loading-mask div:not(#overlay-load-animate,#cp-overlay-close-V2) {
    opacity: 0.4;
    pointer-events: none;
}
/* login end */

/** create account start */
.create-account-overlay {
    padding-top: 85px;
    padding-bottom: 70px;
}

.create-account-overlay #cp-overlay-error {
    margin-top: -30px;
}

.create-account-content {
    width: 407px;
    margin: 0 auto 15px;
    font-family: 'Switzer';
}

.create-account-content a {
    color: #0096F7;
    cursor: pointer;
}

.create-account-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.create-account-title span {
    font-size: 24px;
    font-weight: 400;
    color: #031242;
}

.create-account-title span.create-account-subtitle {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}

.create-account-tip {
    display: flex;
    background: #FFF8DF;
    border: 1px solid #F7CC51;
    border-radius: 3px;
    gap: 10px;
    padding: 15px 20px;
}

.create-account-tip i {
    color: #F9AA00;
    font-size: 16px;
    font-weight: 900;
}

.create-account-tip span {
    color: #9F3D00;
    font-size: 14px;
    font-weight: 600;
}

.create-form-content {
    display: flex;
    margin: 15px -15px 0;
}

#cp-overlay .form-control.page-create-account-input-new,
.page-create-account-input-new {
    font-family: 'Switzer';
    height: 50px;
    margin-bottom: 15px;
    padding: 16px 12px;
    font-size: 16px;
    color: #031242;
    border: 1px solid #D3DBE2;
    border-radius: 6px;
    transition: padding 0.3s ease;
}

.label-tip {
    color: rgba(3, 18, 66, 0.70);
    font-size: 14px;
    font-weight: 400;
    left: 28px;
    top: 15px;
    position: absolute;
    transition: 0.3s;
    pointer-events: none;
}

.page-create-account-prompt-error-box {
    display: none;
    color: #E65145;
    margin-bottom: 15px;
    margin-top: -10px;
}

.page-create-account-prompt-box-new {
    display: none;
    color: #828EA6;
    margin-bottom: 15px;
    margin-top: -10px;
}

#cp-overlay .form-control.page-create-account-select-new,
.page-create-account-select-new {
    height: 50px;
    padding-top: 10px;
    padding-left: 12px;
    margin-bottom: 15px;
    margin-top: 0;
    background-size: 15px 9px;
    border: 1px solid #D3DBE2;
    border-radius: 6px;
    width: 100%;
}

#cp-overlay .create-form-content input.page-create-account-input-new:focus,
#cp-overlay .create-form-content input.page-create-account-input-new:not(:placeholder-shown),
.create-form-content input.page-create-account-input-new:focus,
.create-form-content input.page-create-account-input-new:not(:placeholder-shown) {
    padding-top: 23px;
    padding-bottom: 7px;
}

input.page-create-account-input-new:focus + span.label-tip,
input.page-create-account-input-new:not(:placeholder-shown) + span.label-tip {
    top: 7px;
    font-size: 12px;
    background: none;
    color: rgba(3, 18, 66, 0.70);
}

input.page-create-account-input-new::placeholder {
    opacity: 0;
}

.page-create-account-checkbox-div {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-weight: 400;
    font-size: 14px;
}

.page-create-account-checkbox-new {
    display: none !important;
}

.page-create-account-checkbox-new + label {
    background-color: #FFF;
    width: 20px;
    height: 20px;
    border: 1px solid #C1CACA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    top: 3px;
    float: left;
    cursor: pointer;
}

.page-create-account-checkbox-new:checked + label {
    background-color: #0096f7;
    border-color: #009DDC;
}

input[type='checkbox']:checked + label:after {
    content: '';
}

.page-create-account-checkbox-new:checked + label:after {
    content: '' !important;
    position: absolute;
    width: 15px;
    height: 8px;
    top: 3px;
    left: 2px;
    border: 3px solid #FFFFFF;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

#cp-overlay #create_account_submit,
#create_account_submit {
    margin-top: 15px;
    border: none;
    height: 44px;
    color: #EBF3FF;
    background: rgba(3, 18, 66, 0.4);
    border-radius: 60px;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 386px) {
    .create-account-title span:nth-child(1) {
        font-size: 20px !important;
    }
}

/** create account end */

/** email verify start */
.login-overlay-tip {
    display: flex;
    padding: 15px 20px;
    border-radius: 3px;
    margin-bottom: 13px;
    position: relative;
}

.login-overlay-tip i.fa-close{
    top: 15px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.login-overlay-success {
    border: 1px solid #99CDED;
    background: #E1EFFD;
    color: #0096F7;
    font-weight: 400;
}

.login-overlay-fail {
    border: 1px solid #FEAD9A;
    background: #FDE8E8;
    color: #9B1D1C;
    font-weight: 400;
}

.login-overlay-fail i {
    color: #EA4337;
}

.login-overlay-warn {
    border: 1px solid #F7CC51;
    background: #FFF8DF;
    color: #9F3D00;
    font-weight: 700;
    font-family: Proxima-Nova;
}

.login-overlay-warn i {
    color: #F9AA00;
}

.login-overlay-tip i.fa-check-circle,
.login-overlay-tip i.fa-exclamation-circle{
    font-size: 16px;
    margin-right: 10px;
}

.login-overlay-success .tip-message {
    color: black;
}

.email-verify-overlay {
    padding-top: 67px;
    padding-bottom: 20px;
}

.email-verify-overlay .login-overlay-tip {
    margin-top: -30px;
}

.email-verify {
    margin: auto;
    width: 407px;
    font-family: Switzer;
}

.email-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.email-title {
    color: #031242;
    font-size: 24px;
    font-weight: 400;
}

.email-title i {
    color: #0096F7;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-right: 10px;
}

.email-subtitle {
    color: #001345;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.email-address-name {
    font-weight: 600;
}

.email-verify-code {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.email-verify-code input {
    flex: 1;
}

.email-page-input-new {
    font-family: Switzer;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 6px !important;
    width: 60% !important;
}

.email-resend-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.email-resend-text a {
    color: #0096F7;
}

.email-verify-button input {
    width: 100%;
    border: none;
    margin: 0 auto 20px;
    padding: 10px 24px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 60px;
    background: #031242;
    color: #EBF3FF;
    font-weight: 500;
    font-size: 16px;
}

.email-support-content {
    font-size: 14px;
    font-weight: 400;
}

.email-support-content span {
    color: #000;
    opacity: 0.6;
}

.email-support-content a {
    color: #0096F7;
    margin-left: 5px;
}
/** email verify end */

/* forget overlay */
.forget-username-new {
    display: flex;
    width: 407px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: auto;
}

.forget-username-overlay, .forget-password-overlay {
    padding-top: 60px;
    padding-bottom: 30px;
}

.forget-commnet-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
}

.signin-form-comment-new {
    flex: 1 0 0;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.signin-form-comment-new + a {
    color: #0096F7;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.email-input-group {
    display: flex;
    width: 404px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.email-input-group span {
    color: #000;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.recover-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.recover-button input,.recover-button input:hover {
    color:  #EBF3FF;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    border-radius: 60px !important;
    height: 44px;
}
.bottom-text {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#forget-email, #forget-password {
    height: 44px;
    font-size: 15px;
}
/* forget overlay mobile */
@media screen and (max-width: 768px) {
    .forget-username-new {
        width: 100%;
    }
    .email-input-group {
        width: 100%;
    }
}

/* reset password */
@media screen and (max-width: 768px) {
    .reset-password-section-bg {
        width: 100%;
        padding: 30px 10px;
    }
    .reset-password-section-note ~ input[type="submit"] {
        width: 100%;
    }
}

/* 2-fa verify*/
@media screen and (max-width: 768px) {
    .container-bg{
        width: 100% !important;
        padding: 8px !important;
    }
}

/* 2-fa verify*/
.signin-error-message, .signin-error-message-new {
    color: red;
    padding-left: 30px;
}
@media screen and (max-width: 768px) {
    .container-bg{
        width: 100% !important;
        padding: 8px !important;
        margin-top: 160px !important;
    }
}
/* create-account page */
@media screen and (max-width: 768px) {
    .create-account-bg {
        width: 100% !important;
        padding: 0 30px;
    }
    .create-account-tip {
        margin: 15px -15px 0;
    }
    .nice-select:after {
        right: 30px;
    }
}
/* email Verify page */
@media screen and (max-width: 768px) {
    .email-verify-bg {
        width: 100% !important;
    }
}