﻿.text-lighterror {
    color: #f34141;
}

.text-bold {
    font-family: "Inter-Bold";
    font-weight: bold;
}

/*.register-bg {
    width: 100%;
    min-height: 100vh;
    background: url("../images/bg_sso_page.webp") no-repeat center/cover;
    display: flex;
    justify-content: center;*/ /* Căn giữa ngang */
/*align-items: center;
    position: relative;
    flex-wrap: wrap;
}*/

.is-invalid + .error-msg {
    display: flex !important;
}

.box-logout {
    position: fixed;
    z-index: 1000;
    top: 34px;
    right: 34px;
}

    .box-logout a {
        font-size: 20px;
        color: #dc3545;
        font-weight: 600;
        display: flex;
        align-items: center;
        font-family: "Inter-Bold";
        transition: 0.5s;
    }

        .box-logout a:hover {
            color: #dc3545;
        }

            .box-logout a:hover img {
                transform: translateX(5px);
            }

        .box-logout a img {
            width: 18px;
            margin-left: 10px;
            transition: 0.5s;
        }

.warpContainer {
    width: 450px;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 2px 6px 10px rgba(103, 110, 118, 0.08);
    background: #fff;
    margin-left: 30%;
}

.container--title {
    text-align: center;
    font-size: 30px;
    color: #1A1D1F;
    font-weight: 700;
}

.fromRegisterFrom {
    margin-top: 25px;
}

    .fromRegisterFrom button[type=submit] {
        margin-top: 10px;
    }

    .fromRegisterFrom label {
        font-size: 16px;
        color: #1A1D1F;
        font-weight: 600;
    }

    .fromRegisterFrom input:not([type="checkbox"]) {
        padding: 10px 11px;
        border: 1px solid #CDD1DC;
        border-radius: 8px;
        background-image: none !important;
        height: auto;
        width: 100%;
    }

    .fromRegisterFrom input:focus {
        outline: none;
        box-shadow: none;
    }

    .fromRegisterFrom input::placeholder {
        color: #9EA5AD;
    }

    .fromRegisterFrom .input-group-username {
        width: 100%;
        position: relative;
    }

        .fromRegisterFrom .input-group-username .icon-delete {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            width: 24px;
            height: 24px;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            background: none;
        }

            .fromRegisterFrom .input-group-username .icon-delete:focus {
                outline: none;
            }

    .fromRegisterFrom .error-msg {
        margin-top: 6px;
        display: flex;
        align-items: center;
    }

    .fromRegisterFrom .text-danger {
        font-size: 14px;
        padding-left: 4px;
    }

    .fromRegisterFrom .form-check-input:checked {
        background-color: #53B483;
        border-color: #53B483;
    }

        .fromRegisterFrom .form-check-input:checked[type=checkbox] {
            background-image: url('../images/icon-checked.svg');
        }

    .fromRegisterFrom .form-check-input:hover {
        cursor: pointer;
    }

    .fromRegisterFrom .form-check {
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 0;
        padding-left: 0;
        flex-wrap: wrap;
    }

        .fromRegisterFrom .form-check .form-check-input {
            width: 22px;
            margin-right: 12px;
            display: block;
        }

        .fromRegisterFrom .form-check .form-check-label {
            pointer-events: none;
            font-size: 14px;
            font-weight: 400;
            color: #1A1D1F;
            position: relative;
            padding-left: 28px;
        }

            .fromRegisterFrom .form-check .form-check-label a {
                font-weight: 600;
                color: #1A1D1F;
            }

.custom-checkbox .checkbox-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #2E3A43;
    border-radius: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
}

.custom-checkbox {
    margin-top: 0 !important;
}
.backToHome {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 10px;
    background: #e53338;
    border-radius: 8px;
}
    .backToHome a {
        padding: 8px 15px;
        width: 100%;
        height: 100%;
        display: flex;
        color: #fff;
    }
    .rule-check-line:has(#rulecheck1:checked) .checkbox-icon {
        pointer-events: none;
        background-color: #2E3A43;
        border-color: #2E3A43;
        background-image: url('../images/icon-checked.svg');
    }

.rule-check-line:has(#rulecheck2:checked) .checkbox-icon {
    pointer-events: none;
    background-color: #2E3A43;
    border-color: #2E3A43;
    background-image: url('../images/icon-checked.svg');
}

.line-accept-rule:has(#check-accept-rule:checked) .checkbox-icon,
.line-accept-rule:has(#check-accept-rule-login:checked) .checkbox-icon {
    background-color: #2E3A43;
    border-color: #2E3A43;
    background-image: url('../images/icon-checked.svg');
}

.rule-check-line {
    width: 100%;
}

    .rule-check-line .checkbox-icon {
        width: 16px;
        height: 16px;
        border-radius: 100%;
    }

.box-login {
    width: 100%;
    padding: 13px;
    border: 1px solid rgba(229, 231, 234, 1);
    background-color: rgba(250, 250, 250, 1);
    border-radius: 12px;
    color: rgba(26, 29, 31, 1);
}

    .box-login span {
        color: rgba(26, 29, 31, 1) !important;
    }

    .box-login a {
        font-weight: 700;
        color: rgba(26, 29, 31, 1) !important;
    }

.togglePassword {
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
    background: none;
}

    .togglePassword:focus {
        border: none;
        outline: none;
    }

.cts-sso-btn {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background-color: #1a1d1f;
    color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 1rem;
    border: none;
}

    .cts-sso-btn:hover {
        background-color: #2E3A43;
    }

    .cts-sso-btn[disabled], .cts-sso-btn.disabled {
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1215686275);
        box-shadow: 0px 0px 0px 1px rgba(103, 110, 118, 0.1607843137);
        box-shadow: 0px 2px 5px 0px rgba(103, 110, 118, 0.0784313725);
        color: #fafafa;
        cursor: not-allowed;
        background-color: rgba(26, 29, 31, 0.3);
    }

.ssoPages {
    width: 100%;
    min-height: 100vh;
    background: url("../images/bg_sso_page.webp") no-repeat center/cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 16px;
}

    .ssoPages.ssoFullPage .ssoPage-form {
        max-width: 680px;
    }

.ssoPage-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: start;
    gap: 1rem;
}

    .ssoPage-content .sms-syntax {
        border: 1px dashed rgba(34, 154, 214, 1);
        padding: 12px 16px;
        border-radius: 12px;
        margin-top: 6px;
    }

    .ssoPage-content .ssoPage-logo {
        margin: 4% 12px;
    }

        .ssoPage-content .ssoPage-logo img {
            max-width: 200px;
            height: auto;
        }

.ssoFullPage .lstQuickLoginMethod {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.ssoPage-content .ssoPage--header {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .ssoPage-content .ssoPage--header p {
        font-size: 16px;
        font-weight: 500;
    }

.ssoPage-content .ssoPage--body {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.ssoPage-content .ssoPage--footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

    .ssoPage-content .ssoPage--footer .text-warning {
        border-top: 1px solid #e5e7ea;
        padding-top: 24px;
    }

        .ssoPage-content .ssoPage--footer .text-warning p {
            font-size: 14px;
        }

            .ssoPage-content .ssoPage--footer .text-warning p span {
                font-family: "Inter-Bold";
                font-weight: bold;
            }

.ssoPage-content .ssoPage-form {
    width: 100%;
    max-width: 480px;
    border: 1px solid #e5e7ea;
    border-radius: 24px;
    padding: 32px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .ssoPage-content .ssoPage-form .box-title {
        width: 100%;
        text-align: center;
        font-size: 24px;
        padding: 8px 0;
        font-family: "Inter-Bold";
        font-weight: 700;
    }

.ssoFullPage .login-option {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 25px;
}

    .ssoFullPage .login-option.isFitContent {
        width: fit-content;
    }

    .ssoFullPage .login-option .login-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .ssoFullPage .login-option .cts-form-group {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .ssoFullPage .login-option .cts-form-group label {
            font-family: "Inter-Bold";
            font-weight: bold;
            margin-bottom: 8px;
            color: #1a1d1f;
        }

        .ssoFullPage .login-option .cts-form-group .input-wrapper {
            width: 100%;
            position: relative;
        }

            .ssoFullPage .login-option .cts-form-group .input-wrapper .fixed-icon {
                display: block;
                position: absolute;
                top: 50%;
                right: 12px;
                transform: translateY(-50%);
                cursor: pointer;
            }

                .ssoFullPage .login-option .cts-form-group .input-wrapper .fixed-icon.clear-btn {
                    display: none;
                }

                .ssoFullPage .login-option .cts-form-group .input-wrapper .fixed-icon .fa-eye-slash {
                    display: none;
                }

            .ssoFullPage .login-option .cts-form-group .input-wrapper input {
                width: 100%;
                border-radius: 8px;
                border: 1px solid #e5e7ea;
                padding: 12px 32px 12px 8px;
                box-shadow: 0px 0px 0px 1px #cdd1dc;
                color: #1a1d1f;
                font-size: 16px;
            }

                .ssoFullPage .login-option .cts-form-group .input-wrapper input:active, .ssoFullPage .login-option .cts-form-group .input-wrapper input:focus {
                    outline: none;
                }

                .ssoFullPage .login-option .cts-form-group .input-wrapper input::placeholder {
                    color: #9ea5ad;
                }

                .ssoFullPage .login-option .cts-form-group .input-wrapper input.isError {
                    border-color: #f34141;
                    box-shadow: none;
                }

.ssoPage-content .login-option .cts-form-group .error-message {
    margin-top: 0.25rem;
    color: #f34141;
    font-size: 14px;
}

.ssoPage-content .login-option .cts-form-group .bx-error i {
    color: #f34141;
}

.ssoPage-content .login-option .allow-privacy {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}


.ssoPage-content .login-option.dont-have-account, .ssoPage-content .login-option.have-account {
    flex-direction: row;
    gap: 0.25rem;
}

.ssoPage-content .qr-code-sms {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

    .ssoPage-content .qr-code-sms .qr-code-img {
        width: 100%;
        max-width: 186px;
        border: 1px solid #1a1d1f;
        border-radius: 12px;
    }

        .ssoPage-content .qr-code-sms .qr-code-img img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: contain;
        }

.ssoPage-content .resend-otp a {
    color: rgb(34, 154, 214);
    text-decoration: underline;
}

.ssoPage-content .timer-expired {
    color: #f34141;
}

.ssoPage-content .ssoPage--footer .text-warning {
    border-top: 1px solid #e5e7ea;
    padding-top: 24px;
    color: inherit !important;
    padding-left: 18px;
}

    .ssoPage-content .ssoPage--footer .text-warning ul li {
        font-size: 14px;
        color: rgba(56, 63, 69, 1);
    }

        .ssoPage-content .ssoPage--footer .text-warning ul li:not(:nth-child(1)) {
            margin-top: 5px;
        }

        .ssoPage-content .ssoPage--footer .text-warning ul li strong {
            font-family: "Inter-Bold";
        }

    .ssoPage-content .ssoPage--footer .text-warning a {
        color: rgba(34, 154, 214, 1);
        font-weight: 600;
        font-family: "Inter-SemiBold";
    }

.otp-code-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 15px;
}

    .otp-code-container .otp-wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

        .otp-code-container .otp-wrapper input {
            max-width: 48px;
            aspect-ratio: 1/1;
            text-align: center;
            border: none;
            background-color: transparent;
            border-bottom: 2px solid #1a1d1f;
            font-size: 24px;
            font-family: "Inter-Bold";
            font-weight: bold;
            border-radius: 0;
        }

            .otp-code-container .otp-wrapper input:focus, .otp-code-container .otp-wrapper input:active {
                outline: none;
            }

            .otp-code-container .otp-wrapper input.no-caret {
                caret-color: transparent;
            }

    .otp-code-container.isError input {
        color: #f34141;
        border-bottom: 2px solid #f34141;
    }

.ssoPage-content .qr-code-sms {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

    .ssoPage-content .qr-code-sms .qr-code-img {
        width: 100%;
        max-width: 186px;
        border: 1px solid #1a1d1f;
        border-radius: 12px;
        padding: 8px;
    }

        .ssoPage-content .qr-code-sms .qr-code-img img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: contain;
        }

/*.resend-otp {
    display: none;
}*/

.resend-otp .otpTimer, p {
    margin-bottom: 0;
}

.ssoPage-content .resend-otp a {
    color: rgb(34, 154, 214);
    text-decoration: underline;
    font-family: "Inter-Bold";
    font-weight: bold;
}

.ssoPage-content .timer-expired {
    color: #f34141;
}

.progress-otp {
    display: none;
}

.otp-notify-text {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.error-otp {
    color: #f34141
}
/*.ssoPage-content .login-option {
    width: 100%;
    border: 1px solid #e5e7ea;
    border-radius: 12px;
    padding: 16px 24px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}*/

.ssoPage-content .login-option.isFitContent {
    width: fit-content;
}

.ssoPage-content .login-option .login-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.ssoPage-content .login-option .cts-form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ssoPage-content .vtc-form-otp {
    width: fit-content;
    max-width: 380px !important;
    margin-top: 20px;
    padding: 16px 20px;
    gap: 8px;
    border: 1px solid rgba(229, 231, 234, 1);
    background-color: rgba(250, 250, 250, 1);
    border-radius: 12px !important;
}

.ssoPage-content .login-option .cts-form-group label {
    font-family: "Inter-Bold";
    font-weight: bold;
    margin-bottom: 8px;
    color: #1a1d1f;
}

.ssoPage-content .login-option .cts-form-group .input-wrapper {
    width: 100%;
    position: relative;
}

    .ssoPage-content .login-option .cts-form-group .input-wrapper .fixed-icon {
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        cursor: pointer;
    }

        .ssoPage-content .login-option .cts-form-group .input-wrapper .fixed-icon.clear-btn {
            display: none;
        }

        .ssoPage-content .login-option .cts-form-group .input-wrapper .fixed-icon .fa-eye-slash {
            display: none;
        }

    .ssoPage-content .login-option .cts-form-group .input-wrapper input {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #e5e7ea;
        padding: 12px 32px 12px 8px;
        box-shadow: 0px 0px 0px 1px #cdd1dc;
        color: #1a1d1f;
        font-size: 16px;
    }

        .ssoPage-content .login-option .cts-form-group .input-wrapper input:active, .ssoPage-content .login-option .cts-form-group .input-wrapper input:focus {
            outline: none;
        }

        .ssoPage-content .login-option .cts-form-group .input-wrapper input::placeholder {
            color: #9ea5ad;
        }

        .ssoPage-content .login-option .cts-form-group .input-wrapper input.isError {
            border-color: #f34141;
            box-shadow: none;
        }

.ssoPage-content .login-option .cts-form-group .error-message {
    margin-top: 0.25rem;
    color: #f34141;
    font-size: 14px;
}

.ssoPage-content .login-option .allow-privacy {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.ssoPage-content .login-option .forgot-password {
    width: 100%;
    text-align: right;
}

    .ssoPage-content .login-option .forgot-password a {
        font-weight: normal;
        font-size: 14px;
    }

.ssoPage-content .login-option.dont-have-account, .ssoPage-content .login-option.have-account {
    flex-direction: row;
    gap: 0.25rem;
}

.loginPanel .check-save-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 1rem 0;
}

    .loginPanel .check-save-pass .form-check {
        margin-bottom: 0 !important;
        padding-left: 26px;
    }

    .loginPanel .check-save-pass .forgot-password {
        width: auto !important;
    }

.ssoPage-content .login-option .error-msg {
    display: flex;
    gap: 8px;
}

.ssoPages .form-check:has(input[name="Input.RememberMe"]:checked) .checkbox-icon {
    background-color: #53B483;
    border-color: #53B483;
    background-image: url('../images/icon-checked.svg');
}

.loginForm .login-option {
    width: 100%;
    border: 1px solid #e5e7ea;
    border-radius: 12px;
    padding: 16px 24px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

    .loginForm .login-option.isFitContent {
        width: fit-content;
    }

    .loginForm .login-option .login-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .loginForm .login-option .cts-form-group {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

.btn-social-login {
    width: fit-content;
    flex-grow: 1;
    text-align: center;
    transition: background-color 0.3s;
    font-size: 0.875rem;
    border: 1px solid #e5e7ea;
    border-radius: 8px;
    padding: 8px;
    background-color: #ffffff;
}

.ssoFullPage .lstQuickLoginMethod {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.loginPanel input:not([type="checkbox"]) {
    padding: 10px 11px;
    border: 1px solid #CDD1DC;
    border-radius: 8px;
    background-image: none !important;
    height: auto;
}

.loginPanel input:focus {
    outline: none;
    box-shadow: none;
}

.loginPanel input::placeholder {
    color: #9EA5AD;
}

.loginPanel .input-group-username {
    width: 100%;
    position: relative;
}

    .loginPanel .input-group-username .icon-delete {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        width: 24px;
        height: 24px;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
    }

        .loginPanel .input-group-username .icon-delete:focus {
            outline: none;
        }

.loginPanel .error-msg {
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.loginPanel .text-danger {
    font-size: 14px;
    padding-left: 5px;
}

.loginPanel .btn-submit {
    margin-bottom: 15px;
}

.ssoPage-content .form-wrap .vtc-form-otp {
    margin-top: 5px;
    padding-bottom: 0;
}

    .ssoPage-content .form-wrap .vtc-form-otp label {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

.ssoPage-content .ssoPage--footer .text-warning p .error-msg {
    color: red;
}

.repass-form .mb-3 label {
    font-size: 16px;
    color: #1A1D1F;
    font-weight: 600;
}

.repass-form .mb-3 input:not([type="checkbox"]) {
    padding: 10px 11px;
    border: 1px solid #CDD1DC;
    border-radius: 8px;
    background-image: none !important;
    height: auto;
}

.repass-form .mb-3 input:focus {
    outline: none;
    box-shadow: none;
}

.repass-form .mb-3 input::placeholder {
    color: #9EA5AD;
}

.repass-form .mb-3.input-group-username {
    width: 100%;
    position: relative;
}

    .repass-form .mb-3 .input-group-username .icon-delete {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        width: 24px;
        height: 24px;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
    }

        .repass-form .mb-3 .input-group-username .icon-delete:focus {
            outline: none;
        }

.repass-form .mb-3 .error-msg {
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.repass-form .mb-3 .text-danger {
    font-size: 14px;
    padding-left: 4px;
}

.repass-form .mb-3 .togglePassword {
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
    background: none;
}

    .repass-form .mb-3 .togglePassword:focus {
        border: none;
        outline: none;
    }

.repass-form .btn-submit {
    padding: 13px 35px;
}

.ssoPages .btn-box {
    width: 100%;
    text-align: center;
}

.ssoPages .otp-note {
    margin-bottom: 20px;
}

.line-accept-rule {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .line-accept-rule .checkbox-icon {
        width: 16px;
        height: 16px;
    }

    .line-accept-rule label {
        font-size: 14px;
        font-weight: 400;
        color: #1A1D1F;
        position: relative;
        padding-left: 28px;
    }

        .line-accept-rule label a {
            font-weight: 700;
            color: rgba(26, 29, 31, 1);
        }

.ca-content a label {
    margin-top: 4px;
}

@media (max-width: 1300px) {
    .form-lg .ssoPage-logo {
        left: 15%;
    }
}

@media (max-width: 1080px) {
    .form-lg .ssoPage-logo {
        left: 5%;
    }
}

@media (max-width: 767.98px) {
    .warpContainer {
        margin-left: 0;
    }

    .form-lg .ssoPage-form {
        margin-left: 0;
    }
}

.ssoPage-content {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: start;
    gap: 1rem;
}

    .ssoPage-content .ssoPage-logo {
        margin: 4% 12px;
    }

        .ssoPage-content .ssoPage-logo img {
            max-width: 200px;
            height: auto;
        }

    .ssoPage-content .lstQuickLoginMethod {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

    .ssoPage-content .ssoPage--header {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        text-align: center;
    }

    .ssoPage-content .ssoPage--body {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }

    .ssoPage-content .ssoPage--footer {
        width: 100%;
    }

    .ssoPage-content .ssoPage-form {
        width: 100%;
        max-width: 480px;
        border: 1px solid #e5e7ea;
        border-radius: 24px;
        padding: 32px;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .ssoPage-content .login-option {
        width: 100%;
        border: 1px solid #e5e7ea;
        border-radius: 12px;
        padding: 16px 24px;
        background-color: #fafafa;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

        .ssoPage-content .login-option.isTrans {
            background-color: transparent;
        }

        .ssoPage-content .login-option.isFitContent {
            width: fit-content;
        }

        .ssoPage-content .login-option .login-form {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 12px;
        }

        .ssoPage-content .login-option .cts-form-group {
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        .ssoPage-content .login-option .cts-form-group-btn .btn-back {
            background: none;
            border: none;
            font-family: "Inter-Bold";
            color: rgba(0, 0, 0, 1);
            font-weight: 600;
        }
        .ssoPage-content .login-option .cts-form-group-btn a:hover{
            color:#fff;
        }
        .ssoPage-content .login-option .cts-form-group label {
            font-family: "Inter-Bold";
            font-weight: bold;
            margin-bottom: 8px;
            color: #1a1d1f;
        }
        .ssoPage-content .login-option .login-form-new .cts-form-group .icon-delete {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            width: 24px;
            height: 24px;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            background: none;
        }
        .ssoPage-content .login-option .cts-form-group .input-wrapper {
            width: 100%;
            position: relative;
        }

                .ssoPage-content .login-option .cts-form-group .input-wrapper .fixed-icon {
                    display: block;
                    position: absolute;
                    top: 50%;
                    right: 12px;
                    transform: translateY(-50%);
                    cursor: pointer;
                }

                    .ssoPage-content .login-option .cts-form-group .input-wrapper .fixed-icon.clear-btn {
                        display: none;
                    }

                    .ssoPage-content .login-option .cts-form-group .input-wrapper .fixed-icon .fa-eye-slash {
                        display: none;
                    }

                .ssoPage-content .login-option .cts-form-group .input-wrapper input {
                    width: 100%;
                    border-radius: 8px;
                    border: 1px solid #e5e7ea;
                    padding: 12px 32px 12px 8px;
                    box-shadow: 0px 0px 0px 1px #cdd1dc;
                    color: #1a1d1f;
                    font-size: 16px;
                }

                    .ssoPage-content .login-option .cts-form-group .input-wrapper input:active, .ssoPage-content .login-option .cts-form-group .input-wrapper input:focus {
                        outline: none;
                    }

                    .ssoPage-content .login-option .cts-form-group .input-wrapper input::placeholder {
                        color: #9ea5ad;
                    }

                    .ssoPage-content .login-option .cts-form-group .input-wrapper input.isError {
                        border-color: #f34141;
                        box-shadow: none;
                    }

            .ssoPage-content .login-option .cts-form-group .error-message {
                margin-top: 0.25rem;
                color: #f34141;
                font-size: 14px;
            }

        .ssoPage-content .login-option .allow-privacy {
            font-size: 14px;
            margin-bottom: 8px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            gap: 0.5rem;
        }


        .ssoPage-content .login-option.dont-have-account, .ssoPage-content .login-option.have-account {
            flex-direction: row;
            gap: 0.25rem;
        }

.lstMedthodLogin {
    list-style: none;
    width: 100%;
}

    .lstMedthodLogin .method-login {
        width: 100%;
        border: 1px solid #e5e7ea;
        border-radius: 16px;
        padding: 16px 8% 16px 16px;
        margin-bottom: 16px;
        position: relative;
        color: #2E3A43;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .lstMedthodLogin .method-login:hover {
            background-color: #2E3A43;
        }

        .lstMedthodLogin .method-login:last-child {
            margin-bottom: 0px;
        }

        .lstMedthodLogin .method-login::after {
            content: "→";
            font-size: 16px;
            position: absolute;
            top: 50%;
            right: 4%;
            transform: translateY(-50%);
        }

        .lstMedthodLogin .method-login:hover a, .lstMedthodLogin .method-login:hover::after {
            color: white;
        }

        .lstMedthodLogin .method-login a {
            color: #2E3A43;
            font-size: 16px;
        }

.goPlay-anchor-popup {
    display: none;
    width: 100vw;
    height: 100vh;
}


.input-phone .login-option {
    width: fit-content;
    min-width: 60%;
}

    .input-phone .login-option .vtc-form-otp {
        border: none;
        padding: 0;
        margin-top: 0;
    }


.input-otp-code .login-option {
    border: none;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.popup-content .icon {
    margin: 0 auto 1.5rem;
    width: 72px;
}

    .popup-content .icon img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.popup-content .popup-title {
    font-family: "Inter-Bold";
    font-weight: bold;
}