.elementor-2146 .elementor-element.elementor-element-c2b36af{--display:flex;}.elementor-2146 .elementor-element.elementor-element-f392951{--display:flex;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-2146 .elementor-element.elementor-element-edbda5d{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2146 .elementor-element.elementor-element-8cfe9bb{text-align:center;}.elementor-2146 .elementor-element.elementor-element-8cfe9bb .elementor-heading-title{font-family:"Inter Tight", Sans-serif;font-size:24px;font-weight:600;text-transform:uppercase;color:#219AFF;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px/2);}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px/2);}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px/2);}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px/2);}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px/2);}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-icon i{color:#0069FF;transition:color 0.3s;}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-icon svg{fill:#0069FF;transition:fill 0.3s;}.elementor-2146 .elementor-element.elementor-element-b05696b{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-item > a{font-family:"Inter Tight", Sans-serif;}.elementor-2146 .elementor-element.elementor-element-b05696b .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-2146 .elementor-element.elementor-element-921e79e{--display:flex;}#elementor-popup-modal-2146{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2146 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2146 .dialog-close-button{display:flex;}#elementor-popup-modal-2146 .dialog-widget-content{border-radius:5px 5px 5px 5px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-e928b1b *//* ==========================================================================
   1. KHỬ MÀU NỀN TỰ ĐỘNG CỦA TRÌNH DUYỆT (AUTOFILL / GỢI Ý MẬT KHẨU)
   ========================================================================== */
.custom-login-form input:-webkit-autofill,
.custom-login-form input:-webkit-autofill:hover, 
.custom-login-form input:-webkit-autofill:focus, 
.custom-login-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-text-fill-color: #1e293b !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Ẩn icon mắt mặc định của trình duyệt (Chrome, Edge, Cốc Cốc...) */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* ==========================================================================
   2. THIẾT LẬP TAB CHUYỂN ĐỔI (ĐĂNG NHẬP / ĐĂNG KÝ)
   ========================================================================== */
.auth-wrapper .auth-tab-content {
    display: none !important;
}

.auth-wrapper .auth-tab-content.active {
    display: block !important;
}

.auth-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
    border-bottom: 2px solid #e2e8f0;
}

.auth-tab-btn {
    flex: 1;
    padding: 12px;
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-bottom: none !important;
    border-radius: 8px 8px 0 0;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.auth-tab-btn.active {
    background: #ffffff !important;
    color: #e63946 !important;
    border-color: #e63946 !important;
    border-bottom: 2px solid #ffffff !important;
    margin-bottom: -2px;
}

.auth-tab-btn:hover:not(.active) {
    background: #f1f5f9 !important;
    color: #334155 !important;
}

/* ==========================================================================
   3. BỐ CỤC 2 CỘT & ĐỊNH DẠNG CÁC Ô NHẬP LIỆU
   ========================================================================== */
.form-field-item {
    margin-bottom: 16px !important;
    display: flex;
    flex-direction: column;
}

.form-row-two-cols {
    display: flex;
    gap: 14px;
}

.form-row-two-cols .form-field-item {
    flex: 1;
    width: 50%;
}

.custom-login-form label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #1e293b !important;
    text-align: left;
}

.custom-login-form input[type="text"],
.custom-login-form input[type="password"],
.custom-login-form input[type="email"],
.custom-login-form input[type="tel"] {
    width: 100% !important;
    height: 48px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    border: 1.5px solid #cbd5e1 !important;
    background-color: #ffffff !important;
    font-size: 15px !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
    outline: none;
    transition: all 0.2s ease;
}

.custom-login-form input:focus {
    background-color: #ffffff !important;
    border-color: #e63946 !important;
    box-shadow: 0 0 0 3.5px rgba(230, 57, 70, 0.15) !important;
}

/* ==========================================================================
   4. CĂN CHỈNH BIỂU TƯỢNG CON MẮT
   ========================================================================== */
.input-eye-group {
    position: relative !important;
    width: 100% !important;
}

.input-eye-group input {
    padding-right: 42px !important;
}

.input-eye-group .toggle-password-btn {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    cursor: pointer;
    font-size: 18px !important;
    line-height: 1;
    user-select: none;
    z-index: 10;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.input-eye-group .toggle-password-btn:hover {
    opacity: 1;
}

/* ==========================================================================
   5. CHECKBOX VÀ NÚT SUBMIT ĐỎ GRADIENT
   ========================================================================== */
.checkbox-item label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 500 !important;
    font-size: 14px !important;
    cursor: pointer;
    color: #475569 !important;
}

.checkbox-item input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: #e63946;
}

.submit-item {
    margin-top: 20px !important;
}

.custom-login-form .submit-btn {
    width: 100% !important;
    height: 52px !important;
    background: linear-gradient(135deg, #ff1e27 0%, #900005 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 30, 39, 0.35) !important;
    transition: all 0.3s ease !important;
}

.custom-login-form .submit-btn:hover {
    background: linear-gradient(135deg, #ff333b 0%, #b30006 100%) !important;
}

.privacy-notice {
    margin-top: 12px !important;
    font-size: 13px !important;
    color: #64748b;
    text-align: center;
}

/* ==========================================================================
   6. HỘP THÔNG BÁO ĐĂNG KÝ THÀNH CÔNG (FONT TO & KHÔNG ĐỔI MÀU HOVER)
   ========================================================================== */
.register-success-box {
    text-align: left;
    padding: 8px 0;
}

.register-success-box .success-icon {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #155724;
    margin-bottom: 8px;
}

.register-success-box .success-subtitle {
    font-size: 15px !important;
    font-weight: 600;
    color: #28a745;
    margin-bottom: 12px !important;
}

.register-success-box .info-list {
    background: #ffffff;
    border: 1.5px dashed #28a745;
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.register-success-box .info-item {
    font-size: 15px !important;
    color: #1e293b;
    margin-bottom: 8px;
}

.register-success-box .info-item:last-child {
    margin-bottom: 0;
}

.register-success-box .info-item strong {
    color: #0f172a;
    display: inline-block;
    width: 130px;
    font-size: 15px !important;
}

.register-success-box .info-item span {
    color: #e63946;
    font-weight: 700;
    font-size: 16px !important;
}

.switch-to-login-btn {
    background: #28a745 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: none !important;
    width: 100% !important;
    box-sizing: border-box;
}

.switch-to-login-btn:hover,
.switch-to-login-btn:focus,
.switch-to-login-btn:active {
    background: #28a745 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

/* ==========================================================================
   7. RESPONSIVE TRÊN ĐIỆN THOẠI (< 600PX)
   ========================================================================== */
@media (max-width: 600px) {
    .form-row-two-cols {
        flex-direction: column;
        gap: 0;
    }
    .form-row-two-cols .form-field-item {
        width: 100%;
    }
}/* End custom CSS */