footer {
    border-top: 1px solid #f5eaea;
}
.swiper-slider-main .swiper-slide img {
    height: 53vh;
    width: 100%;
    object-fit: cover;
}
.menu_header > .container > .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.member-avatar-wrapper {
    padding: 3px;
    /**/
    background: linear-gradient(135deg, #ff529b, #ffa0c8);
    box-shadow: 0 0 12px rgba(255, 160, 200, 0.6), 0 0 25px rgba(255, 160, 200, 0.4);
}

/**/
.member-avatar-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.6), transparent 60%);
}

/**/
.member-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    position: relative;
    z-index: 1;
}

/*  */
.member-avatar-initials {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e6f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #7b61ff;
    position: relative;
    z-index: 1;
}

/* =========================================
   LEGIT DASHBOARD STYLES
   ========================================= */
.title-report-form {
    color: #ed371f;
}

/* Dashboard Wrapper */
article.article-detail * {
    color: black;
}

.bg-breadcrum {
    background: radial-gradient(64.16% 64.16% at 50.01% 49.99%, #c3e3ff14 0%, rgb(255 255 255 / 0%) 99%) !important;
    border: 1px solid #ffffff29;
}

.breadcrumbs-section * {
    color: black !important;
}

body.dark:before {
    background: radial-gradient(circle, rgba(56, 189, 248, .2) 0, rgba(14, 165, 233, .1) 40%, transparent 70%);
}

/*}*/
/*body:after, body:before {*/
/*    content: "";*/
/*    position: fixed;*/
/*    border-radius: 50%;*/
/*    z-index: -1;*/
/*}*/
/*body:before {*/
/*    top: 10%;*/
/*    right: 5%;*/
/*    width: 400px;*/
/*    height: 400px;*/
/*    background: radial-gradient(circle, rgba(56, 189, 248, .25) 0, rgba(14, 165, 233, .1) 40%, transparent 70%);*/
/*    animation: float 18s ease-in-out infinite;*/
/*}*/
/*body:after {*/
/*    bottom: 10%;*/
/*    left: 5%;*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    background: radial-gradient(circle, rgba(56, 189, 248, .25) 0, rgba(14, 165, 233, .1) 40%, transparent 70%);*/
/*    animation: float 22s ease-in-out infinite reverse;*/
/*    opacity: 1;*/
/*    filter: opacity(1);*/
/*    visibility: visible;*/
/*}*/
/*body {*/
/*    background: #000000f5;*/
/*}*/
.legit-dashboard-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    /* background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #1e2a4a 100%); */
}

/* =========================================
   HEADER SECTION
   ========================================= */
.legit-header-section {
    padding: 60px 20px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 5rem;
}

/* .legit-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(120, 119, 198, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(120, 119, 198, 0.15) 0%, transparent 50%);
    pointer-events: none;
} */
/* Header Icon */
.legit-header-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 24px;
    color: white;
    position: relative;
    z-index: 1;
}

.legit-header-icon img {
    width: 100px;
    height: 100px;
}

/* Main Title */
.legit-main-title {
    font-size: 3.4rem;
    font-weight: 700;
    color: #D41111;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.title-cursor {
    animation: blink 1s infinite;
    color: #667eea;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }

    51%, 100% {
        opacity: 0;
    }
}

.legit-subtitle {
    color: black;
    font-size: 1.4rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.legit-header-content {
    margin-bottom: 20px;
}

.link_botcheck {
    color: #e92925;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Admins Grid */
.legit-admins-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.legit-admin-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    min-width: 90px;
}

.legit-admin-item:hover {
    transform: translateY(-8px);
}

.admin-index {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(79, 172, 254, 0.5);
    border: 2px solid #1a1a2e;
}

.admin-featured-badge {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffd700 0%, #ffb300 100%);
    color: white;
    font-size: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
    border: 2px solid #1a1a2e;
}

.admin-avatar-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Gradient color variants for admin avatars */
.admin-avatar-wrapper.gradient-0 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.admin-avatar-wrapper.gradient-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.admin-avatar-wrapper.gradient-2 {
    background: linear-gradient(135deg, #4facfe 0%, #667eea 100%);
}

.admin-avatar-wrapper.gradient-3 {
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
}

.admin-avatar-wrapper.gradient-4 {
    background: linear-gradient(135deg, #764ba2 0%, #f093fb 100%);
}

.admin-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.admin-avatar-initials {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.admin-name {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    max-width: 100px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}

/* No Admins Placeholder */
.no-admins {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: rgba(255, 255, 255, 0.5);
}

.no-admins i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.no-admins span {
    font-size: 1.4rem;
}

/* Search Wrapper */
.legit-search-wrapper {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

/*.legit-search-wrapper {*/
/*    background: url(https://cdn8732.cdn4s10.io.vn/media/bg-searchjpg.png) no-repeat;*/
/*}*/
.legit-search-input {
    width: 93%;
    padding: 15px 50px 15px 25px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    /* background: white; */
    /* backdrop-filter: blur(10px); */
    color: black;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.legit-search-input::placeholder {
    color: black;
    font-size: 1.1rem;
}

.legit-search-input:focus {
    /*outline: none;*/
    /*border-color: rgba(102, 126, 234, 0.5);*/
    /*background: rgba(255, 255, 255, 0.12);*/
}

.legit-search-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: w;
    font-size: 1.4rem;
    pointer-events: none;
    transition: color 0.3s ease;
}

.legit-search-input:focus ~ .legit-search-icon {
    color: rgba(255, 255, 255, 0.7);
}

/* =========================================
   MEMBERS SECTION
   ========================================= */
.legit-members-section {
    background: #ffd9e3;
    padding: 30px 20px 40px;
    border-radius: 24px 24px 0 0;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    /* box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3); */
    margin-bottom: 10px;
}

/* Section Title */
.legit-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.legit-section-title h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: black;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.title-underline {
    width: 60px;
    height: 3px;
    background: #9d1434;
    margin: 0 auto;
    border-radius: 2px;
}

/* Members Grid */
.legit-members-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 0 10px;
}

.legit-member-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    min-width: 80px;
}

@media (max-width: 768px) {
    .logo-section img {
        height: 7rem;
    }

    .legit-members-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 0 5px;
    }

    .legit-member-item {
        min-width: unset;
    }

    .member-avatar-wrapper {
        width: 60px;
        height: 60px;
    }

    .member-name {
        font-size: 1.2rem;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.legit-member-item:hover {
    transform: translateY(-8px);
}

.member-avatar-wrapper {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 15px rgba(255, 255, 255, 0.5); */
}

/* Gradient color variants for member avatars */
.member-avatar-wrapper.gradient-0 .member-avatar-initials {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.member-avatar-wrapper.gradient-1 .member-avatar-initials {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.member-avatar-wrapper.gradient-2 .member-avatar-initials {
    background: linear-gradient(135deg, #4facfe 0%, #667eea 100%);
}

.member-avatar-wrapper.gradient-3 .member-avatar-initials {
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
}

.member-avatar-wrapper.gradient-4 .member-avatar-initials {
    background: linear-gradient(135deg, #764ba2 0%, #f093fb 100%);
}

.member-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.member-avatar-initials {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.member-name {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    max-width: 130px;
}

a.member-name-link {
    text-decoration: none;
    color: black;
    display: block;
    transition: color 0.3s ease;
}

a.member-name-link:hover {
    color: #4facfe;
}

.member-avatar-link {
    text-decoration: none;
}

.member-name-trigger {
    border: 0;
    background: transparent;
    color: black;
    cursor: pointer;
    display: block;
    padding: 0;
    transition: color 0.3s ease;
}

.member-name-trigger:hover {
    color: #4facfe;
}

/* No Members Placeholder */
.no-members {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: rgba(255, 255, 255, 0.5);
}

.no-members i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.no-members span {
    font-size: 0.9rem;
}

/* =========================================
   MODAL STYLES
   ========================================= */
.legit-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    /* MÃ¡ÂºÂ·c Ã„â€˜Ã¡Â»â€¹nh Ã¡ÂºÂ©n */
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* HiÃ¡Â»Æ’n thÃ¡Â»â€¹ modal khi cÃƒÂ³ class active */
.legit-modal.active {
    display: flex;
}

.legit-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.legit-modal-content {
    position: relative;
    width: 100%;
    max-width: 850px;
    /* Increased width */
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 173, 220, 0.8) 0, rgba(255, 232, 246, 0.72) 28%, rgba(255, 255, 255, 0.96) 62%),
        #fff;
    border-radius: 24px;
    padding: 30px 30px 50px;
    /* Increased padding, extra at bottom */
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: modalSlideIn 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

/* ... existing scrollbar styles ... */
/* Action Buttons Row */
.modal-actions-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.modal-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 12px 28px;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.modal-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    color: white;
}

.btn-messenger {
    background: #ffffff;
    color: #111827;
    border: 1px solid #eaddea;
    border-radius: 18px;
    box-shadow: 0 8px 18px rgba(31, 41, 55, 0.08);
}

.btn-messenger i {
    color: #6b7280;
}

.btn-messenger:hover {
    background: #ffffff;
    color: #111827;
    border-color: #dcc9dc;
    box-shadow: 0 10px 22px rgba(31, 41, 55, 0.12);
}

.btn-bot {
    background: #2cb5e8;
}

.btn-bot-red {
    background: linear-gradient(135deg, #ff5f5f 0%, #f01882 100%);
    box-shadow: 0 10px 22px rgba(240, 24, 130, 0.28);
}

.modal-name-lg {
    font-size: 2.2rem !important;
    margin-bottom: 7px !important;
}

/* Highlight Badge */
.legit-highlight-badge {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
}

.legit-highlight-badge img {
    width: 168px;
    height: auto;
    opacity: 0.8;
    transform: rotate( 335deg);
}

.legit-page-content {
    position: relative;
}

.legit-page-highlight-badge {
    position: absolute;
    bottom: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
}

.legit-page-highlight-badge img {
    width: 130px;
    height: auto;
    opacity: 0.7;
    transform: rotate( 338deg);
}

@media (max-width: 768px) {
    .legit-page-highlight-badge img {
        width: 90px;
    }
}

@media (max-width: 768px) {
    .legit-highlight-badge img {
        width: 105px;
    }
}

/* Modal Grid Layout */
.modal-body-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.modal-col-left {
    flex: 1;
    min-width: 300px;
}

.modal-col-right {
    flex: 1;
    min-width: 300px;
}

.modal-bottom-section {
    width: 100%;
}

.modal-bottom-full {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e2e8f0;
    width: 100%;
}

.modal-bottom-full .simple-text-content {
    color: #334155;
    font-size: 1.4rem;
    line-height: 1.8;
}

.modal-bottom-full .simple-text-content h3, .modal-bottom-full .simple-text-content h4, .modal-bottom-full .simple-text-content strong {
    color: #1e293b;
}

.modal-bottom-full .simple-text-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.modal-bottom-full .simple-text-content ul li {
    margin-bottom: 5px;
    color: #334155;
}

.h-100 {
    height: 100%;
}

/* Styled Info Box */
.info-box-styled {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    height: 60%;
    /* Default border if not specified */
    border: 1px solid #e2e8f0;
}

.info-box-styled.yellow-border {
    border: 1px solid #F3D1DC;
    box-shadow: 0 0 0 1px #f2db6700 inset;
}

.box-header-styled {
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.yellow-border .box-header-styled {
    background: white;
    color: #111;
}

.box-header-styled i {
    color: #f59e0b;
    /* Yellow/Orange icon */
}

.box-content-styled {
    padding: 20px;
}

/* Compact Info List items */
.info-item-row {
    display: flex;
    align-items: flex-start;
    /* Align top for multi-line */
    gap: 12px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #f1f5f9;
}

.info-item-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 1rem;
    margin-top: 2px;
}

.info-icon.email-icon {
    color: #ea4335;
}

.info-icon.address-icon {
    color: #8b5cf6;
}

.info-detail {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 8px;
}

.info-label {
    font-size: 1.3rem;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.info-value {
    font-size: 1.3rem;
    /* Reduced from 1.4rem which was too big */
    font-weight: 500;
    color: #0f172a;
    word-break: break-all;
}

.btn-copy-mini {
    background: none;
    border: none;
    color: #cbd5e1;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
}

.btn-copy-mini:hover {
    color: #3b82f6;
}

/* Social List Styled as items */
.modal-social-list-styled {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #f1f5f9;
}

.social-item-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    color: inherit;
}

.social-item-row:hover .info-value {
    color: #3b82f6;
}

/* Insurance/Notes Content */
#modal-member-insurance, #modal-member-note {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #334155;
}

#modal-member-insurance p, #modal-member-note p {
    margin-bottom: 10px;
}

/* Webkit scrollbar styling */
.legit-modal-content::-webkit-scrollbar {
    width: 6px;
}

.legit-modal-content::-webkit-scrollbar-track {
    background: transparent;
    margin: 24px 0;
    /* Match border-radius */
}

.legit-modal-content::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.legit-modal-content::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Modal Close Button */
.legit-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: black;
    font-size: 26px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legit-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.modal-profile-header {
    margin: 0 0 28px;
}

.modal-profile-cover {
    display: none;
}

.modal-profile-cover-img,
.modal-profile-cover-fallback {
    width: 100%;
    height: 100%;
}

.modal-profile-cover-img {
    object-fit: cover;
    object-position: center;
}

.modal-profile-cover-fallback {
    background:
        linear-gradient(180deg, rgba(42, 67, 61, 0.32), rgba(42, 67, 61, 0.18)),
        linear-gradient(135deg, #9fb4ae 0%, #d9e4df 100%);
}

.modal-profile-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 12px 30px 0;
    margin-top: 0;
}

/* Modal Avatar */
.modal-avatar-section {
    text-align: center;
    margin-bottom: 15px;
}

.modal-avatar-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.modal-avatar-gold-border {
    border: 2px solid #5692ee;
    box-shadow: 0 0 0 3px rgb(129 116 187 / 25%), 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modal-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-avatar-initials {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.modal-verified-badge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #00c853 0%, #00e676 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    border: 2px solid white;
}

/* Modal Name Section */
.modal-name-section {
    text-align: center;
    margin-bottom: 25px;
}

.modal-profile-summary .modal-avatar-section,
.modal-profile-summary .modal-name-section {
    text-align: center;
    margin-bottom: 0;
}

.modal-profile-summary .modal-avatar-wrapper {
    width: 140px;
    height: 140px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 6px #ec2bd4, 0 0 0 10px rgba(255, 255, 255, 0.92), 0 14px 32px rgba(236, 43, 212, 0.18);
}

.modal-profile-summary .modal-name-section {
    flex: none;
    min-width: 0;
    width: 100%;
    padding-bottom: 0;
}

.modal-profile-summary .modal-name {
    margin-bottom: 8px;
}

.modal-profile-summary .modal-actions-row {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14px;
    margin-bottom: 0;
}

.modal-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e1c1c;
    margin: 0 0 12px 0;
}

.sparkle {
    font-size: 1rem;
    margin: 0 5px;
}

.modal-role-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 20px;
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.modal-role-admin {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.modal-role-customer {
    color: #e82825;
    background: none;
    border: 1.5px solid #f97316;
    padding: 4px 16px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* Star Rating Row */
.modal-rating-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
}

.modal-stars {
    display: flex;
    gap: 3px;
}

.modal-stars i {
    color: #fbbf24;
    font-size: 1rem;
}

.modal-stars i.far {
    color: #d1d5db;
}

/* Modal Description */
.modal-description {
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: center;
}

/* Modal Activity Info */
.modal-activity-info {
    color: #3b82f6;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0 0 20px 0;
    text-align: center;
}

.activity-highlight {
    font-weight: 600;
}

/* Notes Box */
.modal-notes-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}

.notes-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.notes-header i {
    color: #f59e0b;
}

.notes-content {
    color: #374151;
    font-size: 1.3rem;
    line-height: 1.6;
}

.notes-placeholder {
    color: #9ca3af;
    font-style: italic;
}

.text-primary {
    color: #3b82f6;
}

/* Modal Section Header */
.modal-section-header {
    padding: 15px 0 10px;
    margin-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title i {
    color: #3b82f6;
    font-size: 1.4rem;
}

/* Modal Text Box - for Insurance and Notes */
.modal-text-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    color: #374151;
    font-size: 1.3rem;
    line-height: 1.7;
}

.modal-text-box p {
    margin-bottom: 8px;
}

.modal-text-box p:last-child {
    margin-bottom: 0;
}

/* Simple Text Content */
.simple-text-content {
    color: #334155;
    font-size: 1.4rem;
    /* Increased font size */
    line-height: 1.6;
}

.simple-text-content p {
    margin-bottom: 0.5rem;
}

.mt-3 {
    margin-top: 1rem !important;
}

/* Modal Info Cards */
.modal-info-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.modal-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.modal-info-card:hover {
    background: #f1f5f9;
}

.info-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    flex-shrink: 0;
}

.info-card-content {
    flex: 1;
    min-width: 0;
}

.info-card-label {
    display: block;
    color: #64748b;
    font-size: 1.4rem;
    margin-bottom: 2px;
    font-weight: 600;
}

.info-card-value {
    display: block;
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-card-copy {
    width: auto;
    height: auto;
    padding: 4px 8px;
    border: none;
    background: transparent;
    border-radius: 4px;
    color: #3b82f6;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}

.info-card-copy:hover {
    background: rgba(59, 130, 246, 0.1);
}

.info-card-copy.btn-cyan {
    background: #06b6d4;
    color: white;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 1.1rem;
    min-width: 80px;
    font-weight: 600;
    text-transform: none;
}

.info-card-copy.btn-cyan:hover {
    background: #0891b2;
}

.info-card-copy.btn-cyan::after {
    content: none;
}

/* Modal Notes Section */
.modal-notes-section {
    margin-bottom: 20px;
}

.notes-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.notes-dot {
    width: 8px;
    height: 8px;
    background: #ffd700;
    border-radius: 50%;
}

.notes-content {
    background: rgba(102, 126, 234, 0.1);
    border-radius: 12px;
    padding: 15px;
    color: black;
    font-size: 1.3rem;
    line-height: 1.6;
}

/* Modal Social Section */
.modal-social-section {
    margin-bottom: 20px;
}

.social-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgb(6 5 5 / 70%);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-dot {
    width: 8px;
    height: 8px;
    background: #4facfe;
    border-radius: 50%;
}

.social-buttons {
    display: flex;
    gap: 12px;
}

.social-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn-facebook {
    background: linear-gradient(135deg, #1877f2 0%, #0d65d9 100%);
}

.social-btn-facebook:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(24, 119, 242, 0.4);
}

.social-btn-zalo {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.social-btn-zalo:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

/* Modal Download Button */
.modal-download-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.download-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 768px) {
    .legit-admin-title {
        font-size: 1.8rem;
    }

    .legit-member-section {
        margin: -30px 10px 10px;
        padding: 30px 15px;
    }

    .legit-member-list {
        gap: 15px;
    }

    .member-avatar-wrapper {
        width: 60px;
        height: 60px;
    }

    .legit-modal-content {
        padding: 25px 15px;
    }
}

/* =========================================
   UTILITIES
   ========================================= */
.hidden {
    display: none !important;
}

/* Copy success toast */
.copy-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #00c853 0%, #00e676 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    z-index: 10000;
    animation: toastSlideUp 0.3s ease;
}

@keyframes toastSlideUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Loading Placeholder */
.loading-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: rgba(255, 255, 255, 0.6);
    gap: 15px;
}

.loading-placeholder i {
    font-size: 2rem;
    color: #667eea;
}

.loading-placeholder span {
    font-size: 0.9rem;
}

/* Insurance Box Styles */
.legit-insurance-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.insurance-box {
    background: #fffcf2;
    /* Very light cool yellow */
    border: 1px solid #ffeeba;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    /* optional subtle shadow */
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.05);
}

.insurance-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.insurance-dot {
    width: 8px;
    height: 8px;
    background: #00c853;
    border-radius: 50%;
    display: inline-block;
}

.insurance-content {
    font-size: 1.3rem;
    color: #333;
    line-height: 1.6;
}

.insurance-content p {
    margin-bottom: 8px;
}

.insurance-content p:last-child {
    margin-bottom: 0;
}

/* Enhancements for social cards */
.modal-info-card.social-card {
    background: #f8f9fa;
    /* Lighter background for social list vs main info? */
}

/* =========================================
   BLOCK TAB CUSTOM - Card Style
   ========================================= */
.block-tab-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    list-style: none;
    margin: 0;
    border-bottom: none;
}

.block-tab-custom .nav-item {
    margin: 0;
}

.block-tab-custom .nav-link {
    display: block;
    min-width: 320px;
    padding: 16px 20px;
    background: rgba(30, 41, 59, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.block-tab-custom .nav-link:hover {
    background: rgba(30, 41, 59, 0.95);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.block-tab-custom .nav-link.active {
    background: rgb(17 185 142 / 78%);
    border-color: rgba(79, 172, 254, 0.4);
    box-shadow: 0 0 20px rgba(79, 172, 254, 0.15), 0 8px 30px rgba(0, 0, 0, 0.4);
}

/* Content Tab Layout */
.block-tab-custom .content-tab {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Icon Style */
.block-tab-custom .content-tab .icon {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    border-radius: 14px;
    overflow: hidden;
}

.block-tab-custom .content-tab .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text Content */
.block-tab-custom .content-tab .text {
    flex: 1;
    min-width: 0;
}

.block-tab-custom .content-tab .text .title {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ff6b4a;
    margin-bottom: 6px;
}

.block-tab-custom .content-tab .text p {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

/* Active state text color adjustment */
.block-tab-custom .nav-link.active .content-tab .text .title {
    color: #ff6b4a;
}

.block-tab-custom {
    background: rgba(15, 39, 68, .8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(56, 189, 248, .15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .2), inset 0 1px 0 hsla(0, 0%, 100%, .05);
    border-radius: 20px;
}

@media (min-width: 1001px) {
    .menu-container:not(.menu-vertical) {
        display: flex;
        justify-content: center;
        width: 100%;
        min-height: 52px;
        background: #fff;
        /* border-top: 1px solid #eeeeee; */
        /* border-bottom: 1px solid #ffd6e5; */
    }

    .menu-section[menu-type="main"] > ul {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
    }

    .menu-section[menu-type="main"] > ul > li {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .menu-section[menu-type="main"] > ul > li > a {
        position: relative;
        display: flex;
        align-items: center;
        height: 52px;
        line-height: 1.2;
        padding: 0 22px !important;
        color: #4b5563;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-transform: none;
        font-size: 1.5rem;
        font-weight: 500;
        white-space: nowrap;
    }

    .menu-section[menu-type="main"] > ul > li > a::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2.5px;
        background: transparent;
    }

    .menu-section[menu-type="main"] > ul > li:hover > a,
    .menu-section[menu-type="main"] > ul > li > a.active {
        color: #ff4f86 !important;
        background: transparent !important;
    }

    .menu-section[menu-type="main"] > ul > li:hover > a::after,
    .menu-section[menu-type="main"] > ul > li > a.active::after {
        background: #ff4f86;
    }
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .menu-section > ul > li:hover > a {
        border-radius: 0 !important;
    }

    .block-tab-custom {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }

    .block-tab-custom .nav-link {
        min-width: 100%;
        max-width: 100%;
    }

    .block-tab-custom .content-tab .icon {
        width: 55px;
        height: 55px;
    }

    .block-tab-custom .content-tab .text .title {
        font-size: 1.4rem;
    }

    .block-tab-custom .content-tab .text p {
        font-size: 1.2rem;
    }
}

.content-pay-game {
    text-align: center;
}

/* =========================================
   TITLE SECTION PAY - Náº¡p Game Header
   ========================================= */
.title-section-pay {
    text-align: center;
    padding: 40px 20px 30px;
}

.pay-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #10b981 0%, #14b8a6 100%);
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.pay-icon {
    width: 32px;
    height: 32px;
    color: white;
}

.pay-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: black;
    margin: 0 0 10px 0;
}

.pay-subtitle {
    font-size: 1.4rem;
    color: black;
    margin: 0;
}

/* =========================================
   BOX LIÃŠN Káº¾T CHAT - Floating Contact Icons
   ========================================= */
.box-len-ket-chat {
    position: fixed;
    bottom: 25%;
    right: 20px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Wrapper cho má»—i item */
.box-len-ket-chat .chat-item-wrapper {
    position: relative;
}

/* Link container */
.box-len-ket-chat .chat-item-link {
    text-decoration: none;
    display: block;
}

/* Item chÃ­nh */
.box-len-ket-chat .item {
    display: block;
    text-align: center;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    max-width: none;
    width: fit-content;
    white-space: nowrap;
    margin-left: auto;
    color: black;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.box-len-ket-chat .item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.box-len-ket-chat-left {
    position: fixed;
    bottom: 25%;
    left: 20px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}

/* Wrapper cho má»—i item */
.box-len-ket-chat-left .chat-item-wrapper {
    position: relative;
}

/* Link container */
.box-len-ket-chat-left .chat-item-link {
    text-decoration: none;
    display: block;
}

/* Item chÃ­nh */
.box-len-ket-chat-left .item {
    display: block;
    text-align: center;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    max-width: none;
    width: fit-content;
    white-space: nowrap;
    margin-left: auto;
    color: black;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.box-len-ket-chat-left .item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ============================================
   CONTACT POPUP - Hiá»ƒn thá»‹ khi hover item contact
   ============================================ */
.box-len-ket-chat .contact-popup {
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 16px;
    padding: 15px;
    min-width: 180px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.box-len-ket-chat .chat-item-wrapper.is-contact:hover .contact-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

/* Arrow cho popup */
.box-len-ket-chat .contact-popup-arrow {
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #1e293b;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* Title popup */
.box-len-ket-chat .contact-popup-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-align: center;
}

/* Contact links container */
.box-len-ket-chat .contact-popup-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Tá»«ng contact link */
.box-len-ket-chat .contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all 0.25s ease;
}

.box-len-ket-chat .contact-link i {
    font-size: 18px;
    width: 22px;
    text-align: center;
}

.box-len-ket-chat .contact-link span {
    flex: 1;
}

/* Zalo */
.box-len-ket-chat .contact-link.contact-zalo {
    background: linear-gradient(135deg, #0068ff 0%, #0052cc 100%);
}

.box-len-ket-chat .contact-link.contact-zalo:hover {
    background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
    transform: translateX(5px);
}

/* Facebook Messenger */
.box-len-ket-chat .contact-link.contact-facebook {
    background: linear-gradient(135deg, #00b2ff 0%, #006aff 100%);
}

.box-len-ket-chat .contact-link.contact-facebook:hover {
    background: linear-gradient(135deg, #006aff 0%, #0052cc 100%);
    transform: translateX(5px);
}

/* Telegram */
.box-len-ket-chat .contact-link.contact-telegram {
    background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
}

.box-len-ket-chat .contact-link.contact-telegram:hover {
    background: linear-gradient(135deg, #229ed9 0%, #1a8bc4 100%);
    transform: translateX(5px);
}

.box-len-ket-chat .contact-link.contact-tiktok {
    background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
}

.article-images-slider {
    margin-top: 5rem;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .bottom-nav-item i {
        font-size: 1.8rem;
    }
    .box-len-ket-chat-left .item {
        padding: 5px 6px;
    }

    .box-len-ket-chat-left {
        bottom: 15%;
        left: 8px;
    }

    .box-len-ket-chat {
        bottom: 15%;
        right: 8px;
        display: none;
    }

    .box-len-ket-chat .item {
        padding: 5px 6px;
    }

    .box-len-ket-chat .item .chat-icon {
        width: 32px;
        height: 32px;
    }

    .box-len-ket-chat .item:hover {
        max-width: 180px;
    }

    .box-len-ket-chat .contact-popup {
        right: calc(100% + 10px);
        min-width: 160px;
        padding: 12px;
    }

    .box-len-ket-chat .contact-link {
        padding: 8px 12px;
        font-size: 1.2rem;
    }

    .chat-item-wrapper.class_item {
        display: none;
    }
}

@media (max-width: 768px) {
    .title-section-pay {
        padding: 30px 15px 20px;
    }

    .pay-icon-wrapper {
        width: 56px;
        height: 56px;
    }

    .pay-icon {
        width: 28px;
        height: 28px;
    }

    .pay-title {
        font-size: 2rem;
    }

    .pay-subtitle {
        font-size: 1.3rem;
    }
}

/* =========================================
   RELATED ARTICLES SECTION - Tin tá»©c liÃªn quan
   ========================================= */
.related-articles-section {
    padding: 40px 0;
    position: relative;
}

/* Title Styles */
.related-articles-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.related-articles-title i {
    color: #4facfe;
    font-size: 1.8rem;
}

/* Slider Container */
.related-articles-slider {
    padding: 10px 5px 20px;
}

/* Card Styles */
.related-article-card {
    margin-bottom: 0 !important;
}

.related-card-inner {
    background: rgba(30, 41, 59, 0.85);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Image Section */
.related-card-image {
    position: relative;
    overflow: hidden;
}

.related-card-image .ratio-1-1 {
    padding-top: 65%;
    position: relative;
}

.related-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-card-inner:hover .related-card-image img {
    transform: scale(1.08);
}

.related-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(30, 41, 59, 0.9) 0%, transparent 100%);
    pointer-events: none;
}

/* Content Section */
.related-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Date Styles */
.related-card-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.related-card-date i {
    color: #4facfe;
    font-size: 1.3rem;
}

.related-card-date span {
    color: #4facfe;
    font-weight: 700;
    font-size: 1.4rem;
}

/* Title Styles */
.related-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-card-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-card-title a:hover {
    color: #4facfe;
}

/* Description Styles */
.related-card-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 0 16px 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button Styles */
.related-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid rgba(79, 172, 254, 0.5);
    border-radius: 25px;
    color: #4facfe;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.related-card-btn:hover {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-color: transparent;
    color: #fff;
    transform: translateX(5px);
}

.related-card-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.related-card-btn:hover i {
    transform: translateX(4px);
}

/* Swiper Navigation for Related Articles */
.related-articles-slider .swiper-button-next, .related-articles-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: rgba(30, 41, 59, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.related-articles-slider .swiper-button-next:hover, .related-articles-slider .swiper-button-prev:hover {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-color: transparent;
}

.related-articles-slider .swiper-button-next i, .related-articles-slider .swiper-button-prev i {
    font-size: 1.6rem;
    color: #fff;
}

.related-articles-slider .swiper-button-next::after, .related-articles-slider .swiper-button-prev::after {
    display: none;
}

/* Swiper Pagination */
.related-articles-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    transition: all 0.3s ease;
}

.related-articles-slider .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    width: 25px;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .related-articles-section {
        padding: 30px 0;
    }

    .related-articles-title {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .related-articles-title i {
        font-size: 1.5rem;
    }

    .related-card-content {
        padding: 15px;
    }

    .related-card-title {
        font-size: 1.4rem;
    }

    .related-card-desc {
        font-size: 1.2rem;
        -webkit-line-clamp: 2;
    }

    .related-card-btn {
        padding: 8px 16px;
        font-size: 1.2rem;
    }

    .related-articles-slider .swiper-button-next, .related-articles-slider .swiper-button-prev {
        width: 38px;
        height: 38px;
    }
}

/* Responsive adjustments for Customer Modal */
@media (max-width: 768px) {
    .legit-modal-content {
        padding: 20px 15px 40px;
        /* Reduced padding for mobile */
        border-radius: 0;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        max-width: none;
        width: 100%;
    }

    .legit-modal {
        align-items: stretch;
        padding: 0;
    }

    .modal-profile-header {
        margin: 0 0 22px;
    }

    .modal-profile-cover {
        height: 160px;
        border-radius: 0 0 8px 8px;
    }

    .modal-profile-summary {
        gap: 12px;
        padding: 8px 16px 0;
        margin-top: 0;
    }

    .modal-profile-summary .modal-avatar-wrapper {
        width: 92px;
        height: 92px;
    }

    .modal-profile-summary .modal-name-section {
        padding-bottom: 4px;
    }

    .modal-body-grid {
        flex-direction: column;
        gap: 10px;
    }

    .modal-col-left, .modal-col-right {
        min-width: 100%;
    }

    .info-box-styled {
        height: auto !important;
        /* Allow auto height on mobile */
        min-height: auto;
    }

    .modal-actions-row {
        width: 100%;
    }

    .modal-action-btn {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        justify-content: center;
        font-size: 1.25rem;
        padding: 10px 8px;
    }

    .box-header-styled {
        font-size: 1.4rem;
        padding: 12px 15px;
    }

    .box-content-styled {
        padding: 15px;
    }

    .info-item-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .info-icon {
        margin-bottom: 5px;
        display: none;
    }

    .info-detail {
        width: 100%;
    }

    .btn-copy-mini {
        position: absolute;
        right: 0;
        top: 0;
    }

    .info-item-row {
        position: relative;
        /* For absolute positioning of copy button */
    }

    .simple-text-content, .modal-text-box, .info-value {
        font-size: 1.4rem;
    }

    .info-card-label {
        font-size: 1.2rem;
    }

    .modal-bottom-full {
        margin-top: 20px;
        padding-top: 20px;
    }

    .modal-name-lg {
        font-size: 1.8rem !important;
    }
}

/* Global Notification Modal */
.global-notification-content {
    max-width: 600px;
    width: 90%;
    text-align: center;
    padding: 30px;
}

.notif-icon-wrapper {
    margin-bottom: 5px;
}

.notif-icon {
    font-size: 50px;
    color: #ef4444;
    /* Red color */
    animation: bell-ring 2s infinite;
}

@keyframes bell-ring {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(30deg);
    }

    20% {
        transform: rotate(0);
    }

    80% {
        transform: rotate(0);
    }

    90% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0);
    }
}

.notif-title {
    color: #ef4444;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
}

.notif-subtitle {
    color: #ef4444;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.notif-divider {
    height: 4px;
    width: 100px;
    background-color: #ef4444;
    margin: 0 auto 20px;
    border-radius: 2px;
}

.notif-warning-title {
    color: #ef4444;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.notif-text {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.5;
}

.notif-bot-link {
    display: block;
    color: red;
    /* Blue link */
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0;
}

.notif-bot-link:hover {
    color: red;
    text-decoration: underline;
}

.notif-text-bottom {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;
}

.btn-dont-show {
    background-color: #ff0000;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}

.btn-dont-show:hover {
    background-color: #cc0000;
}

/* ========================================
   Report Form Styling
   ======================================== */
.report-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 14px;
}

.report-input, .report-select {
    border: 2px solid #e0e6ed;
    border-radius: 8px;
    padding: 0px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.report-input:focus, .report-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
    background: #ffffff;
}

.report-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c3e50' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.report-submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.report-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.report-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.4);
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .report-input, .report-select {
        font-size: 16px;
        /* Prevent zoom on iOS */
        padding: 14px 16px;
    }

    .report-submit-btn {
        padding: 16px 30px;
        font-size: 16px;
        width: 100%;
    }
}

/* ========================================
   Report Search Result Styling
   ======================================== */
.report-avatar-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.report-avatar-initials-text {
    font-size: 1.2rem;
}

.report-badge {
    font-size: 0.7rem;
}

.report-icon {
    width: 20px !important;
    text-align: center !important;
}

.report-facebook-link {
    max-width: 200px;
}

/* =========================================
   LEGIT PAGE DETAIL STYLES
   ========================================= */
.legit-page-content {
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 173, 220, 0.8) 0, rgba(255, 232, 246, 0.72) 28%, rgba(255, 255, 255, 0.96) 62%),
        #fff;
    border-radius: 24px;
    padding: 0 0 30px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    max-width: 940px;
    margin: 0 auto;
}

.legit-page-profile-header {
    margin-bottom: 28px;
}

.legit-page-cover {
    display: none;
}

.legit-page-cover-img,
.legit-page-cover-fallback {
    width: 100%;
    height: 100%;
}

.legit-page-cover-img {
    object-fit: cover;
    object-position: center;
}

.legit-page-cover-fallback {
    background:
        linear-gradient(180deg, rgba(42, 67, 61, 0.32), rgba(42, 67, 61, 0.18)),
        linear-gradient(135deg, #9fb4ae 0%, #d9e4df 100%);
}

.legit-page-profile-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 38px 38px 0;
    margin-top: 0;
}

/* Avatar Section */
.legit-page-avatar-section {
    text-align: center;
    margin-bottom: 15px;
}

.legit-page-avatar-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border: 4px solid #fff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 0 0 4px #1b74ff, 0 12px 28px rgba(15, 23, 42, 0.18);
}

.legit-page-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.legit-page-avatar-initials {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

/* Name Section */
.legit-page-name-section {
    flex: none;
    min-width: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.legit-page-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e1c1c;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.legit-page-profile-summary .legit-page-avatar-section {
    margin-bottom: 0;
}

.legit-page-profile-summary .legit-page-name {
    justify-content: center !important;
    margin-bottom: 8px;
}

.legit-page-role-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 20px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(79, 172, 254, 0.3);
}

/* Action Buttons */
.legit-page-actions-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 16px;
    margin-bottom: 0;
}

.legit-page-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 12px 28px;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.legit-page-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    color: white;
}

/* Grid Layout */
.legit-page-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 30px;
}

.customer-detail-page > .modal-bottom-full {
    margin: 25px 30px 0;
}

.legit-page-col-left {
    flex: 1;
    min-width: 300px;
}

.legit-page-col-right {
    flex: 1;
    min-width: 300px;
}

/* Social List */
.legit-page-social-list {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #f1f5f9;
}

/* Responsive */
@media (max-width: 768px) {
    .legit-page-content {
        padding: 0 0 22px;
        width: 100%;
        border-radius: 16px;
    }

    .legit-page-cover {
        min-height: 150px;
        border-radius: 16px 16px 8px 8px;
    }

    .legit-page-profile-header {
        margin-bottom: 22px;
    }

    .legit-page-profile-summary {
        gap: 12px;
        padding: 28px 18px 0;
        margin-top: 0;
    }

    .legit-page-avatar-wrapper {
        width: 96px;
        height: 96px;
    }

    .legit-page-name-section {
        margin-bottom: 4px;
    }

    .legit-page-profile-summary .legit-page-name {
        font-size: 1.9rem !important;
        line-height: 1.2;
    }

    .legit-page-grid {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }

    .customer-detail-page > .modal-bottom-full {
        margin: 20px 15px 0;
    }

    .legit-page-col-left, .legit-page-col-right {
        min-width: 100%;
    }

    .legit-page-actions-row {
        width: 100%;
        gap: 10px;
    }

    .legit-page-action-btn {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        font-size: 1.25rem;
        padding: 10px 8px;
    }

    .legit-page-info-box {
        height: auto !important;
    }
}

/* Info Box Styles for Legit Page */
.legit-page-info-box {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    margin-bottom: 1rem;
}

.legit-page-info-box.legit-yellow-border {
    border: 1px solid #ffeeba00;
    box-shadow: 0 0 0 1px #fff9db inset;
}

.legit-page-box-header {
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.legit-yellow-border .legit-page-box-header {
    background: #fffdf5;
    color: #111;
}

.legit-page-box-header i {
    color: #f59e0b;
}

.legit-page-box-content {
    padding: 20px;
}

/* Info Item Rows for Legit Page */
.legit-page-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #f1f5f9;
}

.legit-page-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.legit-page-info-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 1rem;
    margin-top: 2px;
}

.legit-page-info-icon.legit-email-icon {
    color: #ea4335;
}

.legit-page-info-icon.legit-address-icon {
    color: #8b5cf6;
}

.legit-page-info-detail {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 8px;
}

.legit-page-info-label {
    font-size: 1.3rem;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.legit-page-info-value {
    font-size: 1.3rem;
    font-weight: 500;
    color: #0f172a;
    word-break: break-all;
}

.legit-page-btn-copy {
    background: none;
    border: none;
    color: #cbd5e1;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
}

.legit-page-btn-copy:hover {
    color: #3b82f6;
}

.legit-page-btn-action {
    width: auto;
    height: auto;
    padding: 6px 16px;
    border: none;
    background: #06b6d4;
    color: white;
    border-radius: 6px;
    font-size: 1.1rem;
    min-width: 80px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.legit-page-btn-action:hover {
    background: #0891b2;
}

/* Simple Text Content */
.legit-page-text-content {
    color: #334155;
    font-size: 1.4rem;
    line-height: 1.6;
}

.legit-page-text-content p {
    margin-bottom: 0.5rem;
}

.customer-detail-page.legit-page-content {
    max-width: 940px;
    padding: 68px 60px 42px;
    background: radial-gradient(circle at 50% 0%, rgba(255, 173, 220, 0.8) 0, rgba(255, 232, 246, 0.72) 28%, rgba(255, 255, 255, 0.96) 62%),        #fff;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(244, 63, 94, 0.08);
}

.customer-detail-page .legit-page-profile-header {
    margin-bottom: 52px;
}

.customer-detail-page .legit-page-profile-summary {
    gap: 14px;
    padding: 0;
}

.customer-detail-page .legit-page-avatar-wrapper {
    width: 112px;
    height: 112px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px #8b7fe0, 0 10px 24px rgba(49, 46, 129, 0.18);
}

.customer-detail-page .legit-page-avatar-initials {
    font-size: 3rem;
}

.customer-detail-page .legit-page-name-section {
    margin-bottom: 0;
}

.customer-detail-page .legit-page-name {
    color: #09111f;
    font-size: 2.2rem !important;
    line-height: 1.2;
    margin-bottom: 8px;
}

.customer-detail-page .modal-role-badge.modal-role-customer {
    padding: 6px 18px;
    border: 1px solid #ff5f35;
    border-radius: 999px;
    background: #fff;
    color: #ff3d1f;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
}

.customer-detail-page .legit-page-actions-row {
    gap: 16px;
    margin-top: 16px;
}

.customer-detail-page .legit-page-action-btn {
    width: 160px;
    min-height: 50px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 800;
}

.customer-detail-page .legit-page-action-btn.btn-messenger {
    border-radius: 18px;
    color: #111827;
}

.customer-detail-page .legit-page-action-btn.btn-messenger:hover {
    color: #111827;
}

.customer-detail-page .legit-page-grid {
    gap: 14px;
    padding: 0;
}

.customer-detail-page .legit-page-col-left,
.customer-detail-page .legit-page-col-right {
    min-width: 0;
}

.customer-detail-page .legit-page-info-box {
    border: 1px solid #F3D1DC;
    border-radius: 14px;
    box-shadow: none;
    margin-bottom: 0;
}

.customer-detail-page .legit-page-grid .legit-page-info-box {
    min-height: 230px;
}

.customer-detail-page .legit-page-box-header {
    min-height: 52px;
    padding: 14px 20px;
    background: white;
    color: #050816;
    font-size: 1.4rem;
}

.customer-detail-page .legit-page-box-content {
    padding: 20px;
}

.customer-detail-page .legit-page-info-item {
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eef2f7;
}

.customer-detail-page .legit-page-info-icon {
    width: 22px;
    height: 22px;
    font-size: 1.2rem;
}

.customer-detail-page .legit-page-info-label {
    font-size: 1.2rem;
    color: #94a3b8;
}

.customer-detail-page .legit-page-info-value {
    font-size: 1.2rem;
    font-weight: 700;
}

.customer-detail-page .legit-page-text-content {
    color: #172033;
    font-size: 1.4rem;
    line-height: 1.65;
}

.customer-detail-page > .modal-bottom-full {
    margin: 28px 0 0;
    padding-top: 26px;
    border-top: 1px solid #e2e8f0;
}

.customer-detail-page .legit-page-highlight-badge img {
    width: 130px;
    opacity: 0.85;
}

/* Responsive for utility classes */
@media (max-width: 768px) {
    .legit-page-box-header {
        font-size: 1.4rem;
        padding: 12px 15px;
    }

    .legit-page-box-content {
        padding: 15px;
    }

    .legit-page-info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        position: relative;
    }

    .legit-page-info-icon {
        margin-bottom: 5px;
        display: none;
    }

    .legit-page-info-detail {
        width: 100%;
    }

    .legit-page-btn-copy {
        position: absolute;
        right: 0;
        top: 0;
    }

    .legit-page-text-content, .legit-page-info-value {
        font-size: 1.4rem;
    }

    .legit-page-info-label {
        font-size: 1.2rem;
    }

    .customer-detail-page.legit-page-content {
        padding: 34px 16px 28px;
        border-radius: 18px;
    }

    .customer-detail-page .legit-page-profile-header {
        margin-bottom: 32px;
    }

    .customer-detail-page .legit-page-avatar-wrapper {
        width: 96px;
        height: 96px;
    }

    .customer-detail-page .legit-page-name {
        font-size: 2rem !important;
    }

    .customer-detail-page .legit-page-actions-row {
        gap: 10px;
    }

    .customer-detail-page .legit-page-action-btn {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        font-size: 1.15rem;
        padding: 10px 8px;
    }

    .customer-detail-page .legit-page-grid {
        padding: 0;
    }

    .customer-detail-page .legit-page-info-item {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding-right: 28px;
    }

    .customer-detail-page .legit-page-info-icon {
        display: flex;
        margin-bottom: 0;
    }

    .customer-detail-page .legit-page-btn-copy {
        top: 50%;
        transform: translateY(-50%);
    }

    .customer-detail-page > .modal-bottom-full {
        margin-top: 22px;
    }
}

/* =========================================
   CUSTOMER LIST STYLES
   ========================================= */
.customer-list-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 640px;
    min-height: 56px;
    margin: 0 auto 24px;
    padding: 6px 6px 6px 48px;
    border: 1px solid #f3d1dc;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(236, 31, 46, 0.12);
}

.customer-list-search-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    color: #64748b;
    font-size: 1.6rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.customer-list-search-input {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0f172a;
    font-size: 1.4rem;
}

.customer-list-search-input::placeholder {
    color: #64748b;
    opacity: 1;
}

.customer-list-search-input::-webkit-search-cancel-button {
    display: none;
}

.customer-list-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 118px;
    height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff5f78 0%, #f01882 100%);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 10px 22px rgba(240, 24, 130, 0.22);
}

.customer-list-search-submit:hover,
.customer-list-search-submit:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
    filter: brightness(0.98);
    transform: translateY(-1px);
}

.customer-list-container {
    width: 100%;
    padding: 20px 0;
}

.customer-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 18px;
    padding: 10px;
}

/* Customer Card */
.customer-card-wrapper {
    position: relative;
}

.customer-card {
    background: white;
    border-radius: 20px;
    padding: 15px 15px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer-card-index {
    flex: 0 0 auto;
    color: #D41111;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.customer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border-color: #e2e8f0;
}

/* Avatar Section */
.customer-card-avatar-section {
    margin-bottom: 16px;
}

.customer-card-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 3px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.customer-card-avatar-link {
    display: block;
    text-decoration: none;
}

.customer-card-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-card-avatar-initials {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

/* Status Dot */
/* .customer-card-status-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    background: #10b981;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
} */
/* Name */
.customer-card-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    width: 100%;
}

.customer-card-name a {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Role Badge */
.customer-card-role {
    display: inline-block;
    padding: 4px 10px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Contact Button */
.customer-card-contact-btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 20px;
    background: white;
    color: #64748b;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: auto;
}

.customer-card-contact-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #475569;
    text-decoration: none;
    transform: translateY(-1px);
}

.customer-card-contact-btn i {
    font-size: 1.2rem;
}

/* Empty State */
.customer-list-empty {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
}

.customer-list-empty i {
    font-size: 4rem;
    margin-bottom: 16px;
    opacity: 0.5;
}

.customer-list-empty p {
    font-size: 1.4rem;
    margin: 0;
}

.customer-list-no-result {
    text-align: center;
    padding: 42px 20px;
    color: #94a3b8;
}

.customer-list-no-result[hidden] {
    display: none;
}

.customer-list-no-result i {
    font-size: 3rem;
    margin-bottom: 12px;
    opacity: 0.55;
}

.customer-list-no-result p {
    margin: 0;
    font-size: 1.4rem;
}

/* Pagination */
.customer-list-pagination {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

/* Responsive */
@media (max-width: 1200px) {
    .customer-list-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .customer-list-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 16px;
        padding: 5px;
    }

    .customer-card {
        padding: 20px 16px;
    }

    .customer-card-avatar {
        width: 70px;
        height: 70px;
    }

    .customer-card-avatar-initials {
        font-size: 1.8rem;
    }

    .customer-card-name {
        font-size: 1.4rem;
    }

    .customer-card-role {
        font-size: 1rem;
        padding: 3px 10px;
    }

    .customer-card-contact-btn {
        font-size: 1.2rem;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .customer-list-search-form {
        min-height: 52px;
        margin-bottom: 18px;
        padding: 6px 6px 6px 42px;
    }

    .customer-list-search-icon {
        left: 17px;
        font-size: 1.4rem;
    }

    .customer-list-search-input {
        height: 40px;
        font-size: 1.3rem;
    }

    .customer-list-search-submit {
        min-width: 92px;
        height: 40px;
        padding: 0 14px;
        font-size: 1.3rem;
    }

    .customer-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* =========================================
   REPORT CARD STYLES
   ========================================= */
.report-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

.report-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Header Section */
.report-card-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
}

/* Avatar */
.report-card-avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.report-avatar-initials {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.report-status-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #10b981;
    border: 3px solid white;
    border-radius: 50%;
}

/* Identity Section */
.report-card-identity {
    flex: 1;
    min-width: 0;
}

.report-card-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e40af;
    margin: 0 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-verified-text {
    display: block;
    font-size: 1.2rem;
    color: #6b7280;
    font-weight: 400;
}

/* Badge */
.report-card-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ef4444;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Info Section */
.report-card-info {
    background: #f9fafb;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

.report-info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.report-info-row:last-child {
    margin-bottom: 0;
}

.report-info-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 1.4rem;
}

.report-info-icon.institution-icon {
    background: #e0e7ff;
    color: #6366f1;
}

.report-info-icon.facebook-icon {
    background: #dbeafe;
    color: #3b82f6;
}

.report-info-content {
    flex: 1;
    min-width: 0;
}

.report-info-label {
    display: block;
    font-size: 1.1rem;
    color: #9ca3af;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.report-info-value {
    display: block;
    font-size: 1.3rem;
    color: #1f2937;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-info-link {
    display: block;
    font-size: 1.3rem;
    color: #3b82f6;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-info-link:hover {
    text-decoration: underline;
}

/* Note Section */
.report-card-note {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 16px;
}

.report-note-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.report-note-label {
    font-size: 1.1rem;
    color: #92400e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.report-note-icon {
    color: #d97706;
    font-size: 1.4rem;
}

.report-note-content {
    font-size: 1.3rem;
    color: #78350f;
    line-height: 1.6;
    margin: 0;
}

/* Footer */
.report-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: #9ca3af;
    font-size: 1.2rem;
}

.report-card-footer i {
    font-size: 1.3rem;
}

header {
    background: white;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}

body {
    background: #fef4f3;
}

.cus-bg-search {
    width: 100%;
    height: 145%;
    position: absolute;
    z-index: 9;
    top: -15px;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .report-card {
        padding: 20px;
    }

    .report-card-avatar {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .report-avatar-initials {
        font-size: 1.6rem;
    }

    .report-card-name {
        font-size: 1.5rem;
    }

    .report-verified-text {
        font-size: 1.1rem;
    }

    .report-card-badge {
        font-size: 0.9rem;
        padding: 3px 10px;
    }

    .report-info-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .report-info-label {
        font-size: 1rem;
    }

    .report-info-value, .report-info-link {
        font-size: 1.2rem;
    }

    .report-note-content {
        font-size: 1.2rem;
    }
}

/* =========================================
   REPORT FORM STYLES
   ========================================= */
.report-form-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.report-form-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ed371f;
    /* Blue-600 */
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.report-form-divider {
    width: 60px;
    height: 4px;
    background: #bfdbfe;
    /* Blue-200 */
    margin: 0 auto 30px;
    border-radius: 2px;
}

.report-form-group {
    margin-bottom: 24px;
}

.report-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    /* Gray-700 */
    font-size: 1.4rem;
}

.report-form-label .text-danger {
    color: #ef4444 !important;
    margin-left: 2px;
}

.report-form-input, .report-form-select, .report-form-textarea {
    width: 100%;
    padding: 12px 16px;
    background: white;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 1.4rem;
    /* Reduced from default large inputs */
    color: #1e293b;
    transition: all 0.3s ease;
}

.report-form-input:focus, .report-form-select:focus, .report-form-textarea:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.report-form-input::placeholder, .report-form-textarea::placeholder {
    color: #94a3b8;
}

.report-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.report-form-textarea {
    resize: vertical;
    min-height: 100px;
}

.report-form-footer {
    margin-top: 32px;
}

.report-form-group [name="customer_id"] {
    padding: 0px 16px;
}

.report-form-btn {
    width: 100%;
    background: #2563eb;
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.report-form-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.report-form-btn:active {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .report-form-card {
        padding: 24px 20px;
    }

    .report-form-title {
        font-size: 1.6rem;
    }

    .report-form-input, .report-form-select, .report-form-textarea {
        font-size: 1.2rem;
        /* Better for touch targets */
        padding: 14px 16px;
    }
}

/* =========================================
   MOBILE BOTTOM NAVIGATION
   ========================================= */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: stretch;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.bottom-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 8px;
    flex: 1;
    gap: 8px;
    transition: all 0.3s ease;
}

.bottom-nav-item:hover {
    text-decoration: none;
    color: #fff;
    filter: brightness(1.1);
}

.bottom-nav-item i {
    font-size: 1.4rem;
}

.nav-text {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Nav color variants */
.bottom-nav-item.nav-red {
    background: #D41111;
}

.bottom-nav-item.nav-green {
    background: #f8adb3;
    color: black;
}

.bottom-nav-item.nav-blue {
    background: black;
}

/* Adjust layout to accommodate bottom nav */
@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }
}

/* =========================================
   MENU TAG LINK - Navigation Buttons
   ========================================= */
.menu-tag-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.menu-tag-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.3px;
}

.menu-tag-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
}

.menu-tag-item i {
    font-size: 1.3rem;
}

/* Red - Tá»‘ CÃ¡o Scam */
.menu-tag-red {
    background: #D41111;
}

.menu-tag-red:hover {
    background: #c53030;
}

/* Green - Chá»£ BuÃ´n BÃ¡n */
.menu-tag-green {
    background: #f8adb3;
    color: black;
}

.menu-tag-green:hover {
    background: #2f855a;
}

/* Blue - Báº£o Hiá»ƒm CS */
.menu-tag-blue {
    background: #f8adb3;
    color: black;
}

.menu-tag-blue:hover {
    background: #3182ce;
}

/* Dark Blue - Bot Check */
.menu-tag-darkblue {
    background: #3b3b3b;
}

.menu-tag-darkblue:hover {
    background: #3b5bdb;
}

.legit-member-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.legit-tab-btn.style-3 {
    background: #ffa3b6;
}

.legit-tab-btn.style-4 {
    background: #ffffff;
}

.legit-tab-btn {
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #faf0e4;
    color: black;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.legit-tab-btn:hover, .legit-tab-btn.active {
    background: #D41111;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(229, 46, 113, 0.3);
    color: white;
}

.legit-sub-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.legit-sub-title .fa-star {
    color: #D41111;
    font-size: 16px;
}



/*quangdat css*/
.chat-toggle {
    position: absolute;
    top: -35px;
    width: 24px;
    height: 24px;
    background: url(https://cdn8732.cdn4s10.io.vn/media/icon/bg-button-x.png) no-repeat bottom center;
    color: black;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.2); */
    font-size: 18px;
    transition: 0.3s;
    background-size: contain;
}

/*.chat-toggle:hover {*/
/*    background: #ff1a8c;*/
/*}*/

.chat-toggle-left {
    left: 0px;
}

.chat-toggle-right {
    right: 0px;
}


.hide-right {
    transform: translate(120%, 0%);
    opacity: 0;
}

.hide-left {
    transform: translate(-120%, 0%);
    opacity: 0;
}

.box-len-ket-chat,
.box-len-ket-chat-left {
    transition: 0.4s ease;
}

.quick-link-slider {
    width: 100%;
}

.quick-link-slider-title {
    margin: 0 0 18px;
    color: #111;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.quick-link-slider-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick-link-slider-link {
    display: inline-block;
    color: #64748b;
    font-size: 1.4rem;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease;
}

.quick-link-slider-link:hover {
    color: #D41111;
    text-decoration: none;
}

.website-intro-slider {
    width: 100%;
}

.website-intro-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.website-intro-logo {
    /* display: inline-flex; */
    /* flex: 0 0 auto; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 17rem;
    height: 6rem;
    overflow: hidden;
    /* border-radius: 50%; */
}

.website-intro-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.website-intro-name {
    color: #111;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.website-intro-name:hover {
    color: #D41111;
    text-decoration: none;
}

.website-intro-description {
    max-width: 190px;
    margin-bottom: 18px;
    color: #475569;
    font-size: 1.2rem;
    line-height: 1.55;
}

.website-intro-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.website-intro-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2d8cff;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.website-intro-social-link:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    filter: brightness(0.95);
}

.website-intro-social-link.social-facebook {
    background: #2f80ed;
}

.website-intro-social-link.social-tiktok {
    background: #25a9e0;
}

.website-intro-social-link.social-telegram {
    background: #36aee2;
}

.contact-button-fixed {
    position: fixed;
    top: 65%;
    right: 16px;
    z-index: 999;
    width: auto;
    max-width: calc(100vw - 24px);
    transform: translateY(-50%);
}

.contact-button-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.contact-button-title {
    display: none;
}

.contact-button-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.contact-button-item {
    display: grid;
    grid-template-columns: 34px minmax(0, auto);
    align-items: center;
    column-gap: 10px;
    min-height: 46px;
    width: max-content;
    max-width: calc(100vw - 24px);
    padding: 7px 18px 7px 8px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 999px;
    background: #fff;
    color: #2563eb;
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-button-item:hover {
    border-color: rgba(37, 99, 235, 0.22);
    color: #1d4ed8;
    text-decoration: none;
    transform: translateX(-3px);
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.18);
}

.contact-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #3f7fff;
    color: #fff;
    font-size: 1.45rem;
    box-shadow: none;
}

.contact-button-icon img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.contact-button-text {
    min-width: 0;
    color: inherit;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
    white-space: nowrap;
}

.contact-button-arrow {
    display: none;
}

.contact-button-item.contact-zalo .contact-button-icon {
    color: #fff;
}

.contact-button-item.contact-zalo .contact-button-icon img {
    filter: brightness(0) invert(1);
}

.contact-button-item.contact-messenger .contact-button-icon {
    background: #2563eb;
    color: #fff;
}

.contact-button-item.contact-telegram .contact-button-icon {
    background: #4f7dff;
    color: #fff;
}

.contact-button-item.contact-tiktok .contact-button-icon {
    background: #3b82f6;
    color: #fff;
}

.contact-button-item.contact-qtv .contact-button-icon {
    background: #695cff;
    color: #fff;
}

.contact-button-qtv-wrapper {
    position: relative;
}

.contact-button-popup {
    position: absolute;
    top: 50%;
    right: calc(100% + 16px);
    z-index: 1000;
    min-width: 300px;
    padding: 20px;
    border: 1px solid rgba(244, 114, 182, 0.35);
    border-radius: 24px;
    background: linear-gradient(145deg, #fffafd 0%, #fff2f8 100%);
    box-shadow: 0 18px 44px rgba(236, 72, 153, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.85);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) scale(0.94);
    transform-origin: right center;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.contact-button-qtv-wrapper.is-open .contact-button-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

.contact-button-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid rgba(244, 114, 182, 0.45);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    color: #e91e72;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-button-popup-close:hover {
    background: #fff;
    transform: scale(1.05);
    box-shadow: 0 8px 18px rgba(236, 72, 153, 0.18);
}

.contact-button-popup-arrow {
    position: absolute;
    top: 50%;
    right: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff2f8;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
    filter: drop-shadow(4px 0 4px rgba(236, 72, 153, 0.12));
}

.contact-button-popup-title {
    margin-bottom: 18px;
    padding: 0 30px;
    color: #e91e72;
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.contact-button-popup-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-button-popup-link {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 16px;
    align-items: center;
    column-gap: 13px;
    min-height: 64px;
    padding: 9px 16px 9px 11px;
    border: 1.5px solid rgba(244, 114, 182, 0.72);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
    color: #8f103d;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(236, 72, 153, 0.14);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-button-popup-link:hover {
    border-color: rgba(233, 30, 114, 0.95);
    color: #e91e72;
    text-decoration: none;
    transform: translateX(4px);
    box-shadow: 0 14px 28px rgba(236, 72, 153, 0.22);
}

.contact-button-popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(244, 114, 182, 0.42);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.88);
    color: #e91e72;
    font-size: 2.1rem;
    box-shadow: 0 10px 22px rgba(236, 72, 153, 0.18);
}

.contact-button-popup-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(28%) sepia(85%) saturate(3142%) hue-rotate(321deg) brightness(97%) contrast(88%);
}

.contact-button-popup-link span:not(.contact-button-popup-icon) {
    min-width: 0;
}

.contact-button-popup-chevron {
    color: #e91e72;
    font-size: 1.65rem;
}

.contact-button-popup-link.contact-messenger .contact-button-popup-icon {
    color: #7c3aed;
}

.contact-button-popup-link.contact-telegram .contact-button-popup-icon {
    color: #e91e72;
}

.contact-button-popup-link.contact-tiktok .contact-button-popup-icon {
    color: #111827;
}

@media (max-width: 768px) {
    .contact-button-fixed {
        right: 8px;
        width: auto;
    }

    .contact-button-card {
        padding: 0;
    }

    .contact-button-list {
        gap: 10px;
    }

    .contact-button-item {
        grid-template-columns: 30px minmax(0, auto);
        min-height: 42px;
        padding: 6px 15px 6px 7px;
    }

    .contact-button-icon {
        width: 27px;
        height: 27px;
        font-size: 1.3rem;
    }

    .contact-button-icon img {
        width: 16px;
        height: 16px;
    }

    .contact-button-text {
        font-size: 1.15rem;
    }

    .contact-button-popup {
        right: calc(100% + 12px);
        min-width: min(260px, calc(100vw - 120px));
        padding: 16px;
        border-radius: 20px;
    }

    .contact-button-popup-title {
        margin-bottom: 14px;
        font-size: 1.5rem;
    }

    .contact-button-popup-links {
        gap: 9px;
    }

    .contact-button-popup-link {
        grid-template-columns: 40px minmax(0, 1fr) 14px;
        min-height: 56px;
        padding: 8px 12px 8px 9px;
        border-radius: 15px;
        font-size: 1.25rem;
        column-gap: 10px;
    }

    .contact-button-popup-icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 1.8rem;
    }

    .contact-button-popup-icon img {
        width: 22px;
        height: 22px;
    }

    .contact-button-popup-chevron {
        font-size: 1.35rem;
    }

    .contact-button-popup-close {
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        font-size: 1.15rem;
    }
}

@media (max-width: 480px) {
    .contact-button-popup {
        top: auto;
        right: 0;
        bottom: calc(100% + 12px);
        min-width: min(280px, calc(100vw - 24px));
        transform: translateY(8px) scale(0.94);
        transform-origin: right bottom;
    }

    .contact-button-qtv-wrapper.is-open .contact-button-popup {
        transform: translateY(0) scale(1);
    }

    .contact-button-popup-arrow {
        top: auto;
        right: 24px;
        bottom: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff2f8;
        border-bottom: 0;
        transform: none;
    }
}

/* =========================================
   LEGIT DASHBOARD V2
   ========================================= */
#legit-dashboard.legit-dashboard-wrapper {
    background: linear-gradient(180deg, var(--legit-bg-pink) 0%, #f0e1e4 72%, var(--white) 100%);
    color: var(--legit-text);
    font-family: 'Google Sans', 'Inter', 'Segoe UI', sans-serif;
    overflow: hidden;
}

#legit-dashboard .legit-hero-section {
    padding: 54px 15px 36px;
}

#legit-dashboard .legit-hero-inner {
    max-width: 785px;
    margin: 0 auto;
    text-align: center;
}

#legit-dashboard .legit-hero-badge,
#legit-dashboard .legit-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 18px;
    border-radius: 999px;
    background: rgba(236, 31, 46, 0.08);
    color: var(--legit-primary);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#legit-dashboard .legit-hero-title {
    margin: 18px 0 12px;
    color: var(--legit-text);
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.08;
}

#legit-dashboard .legit-hero-title em {
    color: var(--legit-primary);
    font-style: italic;
}

#legit-dashboard .legit-hero-desc {
    margin: 0 auto 34px;
    max-width: 560px;
    color: var(--legit-text-muted);
    font-size: 1.5rem;
    line-height: 1.55;
}

#legit-dashboard .legit-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 640px;
    min-height: 56px;
    margin: 0 auto;
    padding: 6px 8px 6px 48px;
    border: 1px solid var(--legit-border);
    border-radius: 999px;
    background: var(--legit-bg-card);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.10);
}

#legit-dashboard .legit-search-leading {
    position: absolute;
    left: 20px;
    color: var(--legit-text-muted);
    font-size: 1.6rem;
}

#legit-dashboard .legit-search-input {
    width: 100%;
    height: 44px;
    min-width: 0;
    padding: 0 16px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--legit-text);
    font-size: 1.5rem;
    outline: none;
}

#legit-dashboard .legit-search-input::placeholder {
    color: var(--legit-text-muted);
    font-size: 1.5rem;
}

#legit-dashboard .legit-search-submit {
    flex: 0 0 auto;
    min-width: 118px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: var(--legit-primary-gradient);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(236, 31, 46, 0.28);
}

#legit-dashboard .legit-search-submit:hover {
    filter: brightness(0.97);
}

#legit-dashboard .legit-search-submit .legit-search-mobile-icon {
    display: none;
}

#legit-dashboard .legit-search-form .wrap-suggestion {
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    width: auto;
    border: 1px solid var(--legit-border);
    border-radius: 14px;
    box-shadow: var(--legit-shadow);
    overflow: hidden;
    z-index: 20;
}

#legit-dashboard .legit-shortcut-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 785px;
    margin: 34px auto 0;
}

#legit-dashboard .legit-shortcut-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid var(--legit-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.52);
    color: var(--legit-primary-dark);
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    gap: 9px;
    box-shadow: 0 8px 20px rgba(236, 31, 46, 0.07);
}

#legit-dashboard .legit-shortcut-item.is-primary {
    border-color: transparent;
    background: var(--legit-primary-gradient);
    color: var(--white);
    box-shadow: 0 10px 22px rgba(236, 31, 46, 0.26);
}

#legit-dashboard .legit-shortcut-item:hover {
    color: var(--white);
    background: var(--legit-primary-gradient);
    text-decoration: none;
    transform: translateY(-1px);
}

#legit-dashboard .legit-stats-section,
#legit-dashboard .legit-admin-section {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}

#legit-dashboard .legit-stats-card {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1fr 1.15fr;
    align-items: center;
    gap: 0;
    min-height: 104px;
    margin-top: 24px;
    padding: 24px 26px;
    border-radius: 22px;
    background: var(--legit-bg-card);
    box-shadow: 0 20px 45px rgba(17, 24, 39, 0.08);
}

#legit-dashboard .legit-stat-item,
#legit-dashboard .legit-stat-link {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    column-gap: 14px;
    min-height: 58px;
    padding: 0 22px;
    border-right: 1px solid var(--legit-border);
    color: var(--legit-text);
    text-decoration: none;
}

#legit-dashboard .legit-stat-link:last-child {
    border-right: 0;
}

#legit-dashboard .legit-stat-link {
    display: flex;
    align-items: center;
    gap: 14px;
}

#legit-dashboard .legit-stat-icon {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(236, 31, 46, 0.08);
    color: var(--legit-primary);
    font-size: 2rem;
    font-weight: bold;
}

#legit-dashboard .legit-stat-link .legit-stat-icon {
    grid-row: auto;
    flex: 0 0 auto;
}

#legit-dashboard .legit-stat-number {
    color: var(--legit-primary);
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
}

#legit-dashboard .legit-stat-label,
#legit-dashboard .legit-stat-link span:last-child {
    color: var(--legit-text);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

#legit-dashboard .legit-stat-link span:last-child {
    display: block;
    min-width: 0;
}

#legit-dashboard .legit-stat-label {
    color: var(--legit-text-muted);
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: none;
}

#legit-dashboard .legit-admin-section {
    padding-top: 58px;
    padding-bottom: 74px;
}

#legit-dashboard .legit-admin-heading {
    text-align: center;
    margin-bottom: 28px;
}

#legit-dashboard .legit-admin-heading h2 {
    max-width: 810px;
    margin: 14px auto 0;
    color: var(--legit-text);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.22;
}

#legit-dashboard .legit-admin-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 44px;
}

#legit-dashboard .legit-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 26px;
    border: 1px solid var(--legit-border);
    border-radius: 999px;
    background: var(--legit-bg-card);
    color: var(--legit-text);
    font-size: 1.4rem;
    font-weight: 600;
    gap: 8px;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.05);
}

#legit-dashboard .legit-tab-btn.active,
#legit-dashboard .legit-tab-btn:hover {
    border-color: transparent;
    background: var(--legit-primary-gradient);
    color: var(--white);
    box-shadow: 0 10px 22px rgba(236, 31, 46, 0.24);
}

#legit-dashboard .legit-admin-panel {
    padding: 30px;
    border-radius: 30px;
    background: var(--legit-bg-card);
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.08);
}

#legit-dashboard .legit-admin-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;
    color: var(--legit-text);
    font-size: 1.5rem;
}

#legit-dashboard .legit-admin-panel-title i {
    color: #ffd21f;
    margin-right: 8px;
}

#legit-dashboard .legit-admin-panel-title a {
    color: var(--legit-primary);
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
}

#legit-dashboard .legit-admin-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

#legit-dashboard .legit-admin-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
    padding: 26px 22px 22px;
    border: 1px solid var(--legit-border);
    border-radius: 20px;
    background: var(--legit-bg-card);
    color: var(--legit-text);
    cursor: default;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#legit-dashboard .legit-admin-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--legit-shadow);
}

#legit-dashboard .admin-avatar-wrapper {
    width: 118px;
    height: 118px;
    margin-bottom: 18px;
    border: 4px solid rgba(236, 31, 46, 0.22);
    box-shadow: 0 0 0 3px var(--white);
}

#legit-dashboard .admin-avatar-link {
    cursor: pointer;
    text-decoration: none;
}

#legit-dashboard .legit-admin-text-trigger {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

#legit-dashboard .admin-avatar-img,
#legit-dashboard .admin-avatar-initials {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#legit-dashboard .admin-avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2.8rem;
}

/* #legit-dashboard .legit-admin-online {
    position: absolute;
    right: 7px;
    bottom: 9px;
    width: 15px;
    height: 15px;
    border: 3px solid var(--white);
    border-radius: 50%;
    background: #22c55e;
} */

#legit-dashboard .admin-name {
    max-width: 100%;
    margin: 0 0 22px;
    color: var(--legit-text);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.35;
    white-space: normal;
}

#legit-dashboard .legit-admin-order {
    color: var(--legit-primary);
}

#legit-dashboard .legit-admin-detail {
    width: 100%;
    margin-top: auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(236, 31, 46, 0.07);
    color: var(--legit-primary);
    font-size: 1.25rem;
    font-weight: 700;
}

#legit-dashboard .no-admins {
    grid-column: 1 / -1;
    color: var(--legit-text-muted);
}

@media (max-width: 991px) {
    #legit-dashboard .legit-shortcut-list,
    #legit-dashboard .legit-admin-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #legit-dashboard .legit-stats-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    #legit-dashboard .legit-stat-item,
    #legit-dashboard .legit-stat-link {
        border-right: 0;
    }
}

@media (max-width: 768px) {
    #legit-dashboard .legit-hero-section {
        padding-top: 36px;
    }

    #legit-dashboard .legit-hero-title {
        font-size: 3.4rem;
    }

    #legit-dashboard .legit-search-form {
        padding-left: 42px;
        border-radius: 22px;
    }

    #legit-dashboard .legit-search-submit {
        min-width: 92px;
        padding: 0 14px;
        font-size: 1.35rem;
    }

    #legit-dashboard .legit-shortcut-list {
        gap: 10px;
    }

    #legit-dashboard .legit-shortcut-item {
        min-height: 44px;
        padding: 0 12px;
        font-size: 1.3rem;
    }

    #legit-dashboard .legit-stats-card {
        padding: 18px;
        border-radius: 18px;
    }

    #legit-dashboard .legit-stat-item,
    #legit-dashboard .legit-stat-link {
        grid-template-columns: 40px 1fr;
        padding: 0;
        column-gap: 10px;
    }

    #legit-dashboard .legit-stat-icon {
        width: 40px;
        height: 40px;
    }

    #legit-dashboard .legit-admin-heading h2 {
        font-size: 2.4rem;
    }

    #legit-dashboard .legit-admin-panel {
        padding: 18px;
        border-radius: 22px;
    }

    #legit-dashboard .legit-admin-card-grid {
        gap: 14px;
    }

    #legit-dashboard .legit-admin-card {
        min-height: 214px;
        padding: 20px 14px 16px;
    }

    #legit-dashboard .admin-avatar-wrapper {
        width: 92px;
        height: 92px;
    }
}

@media (max-width: 480px) {
    #legit-dashboard .legit-shortcut-list,
    #legit-dashboard .legit-stats-card,
    #legit-dashboard .legit-admin-card-grid {
        grid-template-columns: 1fr;
    }

    #legit-dashboard .legit-search-form {
        flex-wrap: nowrap;
        padding: 6px 6px 6px 42px;
    }

    #legit-dashboard .legit-search-submit {
        width: 44px;
        height: 44px;
        min-width: 44px;
        padding: 0;
        margin-top: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #legit-dashboard .legit-search-submit span {
        display: none;
    }

    #legit-dashboard .legit-search-submit .legit-search-mobile-icon {
        display: inline-block;
        font-size: 1.5rem;
        color: #fff;
    }

    #legit-dashboard .legit-admin-panel-title {
        align-items: flex-start;
    }
}
/* Responsive */
@media (max-width: 768px) {
    #legit-dashboard .legit-admin-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .legit-sub-title {
        font-size: 1.4rem;
        color: black;
    }

    .menu-tag-link {
        gap: 8px;
        margin-top: 20px;
    }

    .menu-tag-item {
        padding: 8px 16px;
        font-size: 1.2rem;
    }

    .menu-tag-item i {
        font-size: 1.1rem;
    }

    .notif-icon {
        font-size: 35px;
    }

    .notif-title {
        font-size: 19px;
    }

    .notif-subtitle {
        font-size: 16px;
    }

    .notif-warning-title {
        font-size: 15px;
    }

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

    .notif-bot-link {
        font-size: 14px;
    }

    .notif-text-bottom {
        font-size: 14px;
    }

    .notif-divider {
        height: 0;
    }

    .global-notification-content {
        width: 100%;
        padding: 13px;
    }

    .global-notif-body .btn-dont-show {
        font-size: 14px;
        padding: 12px 30px;
    }

    .global-notif-body .legit-modal-close {
        font-size: 23px;
    }

    .legit-search-input {
        padding: 10px 50px 10px 25px;
    }
}

@media (max-width: 400px) {
    .nav-text {
        font-size: 1.2rem;
    }
}

.dich-vu-game-list {
    width: 100%;
    margin-bottom: 24px;
}

.dich-vu-game-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    min-height: 63px;
    padding: 11px 13px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dich-vu-game-item:hover {
    background: #f8fafc;
    color: #ff0068;
    text-decoration: none;
}

.dich-vu-game-thumb {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 7px;
    background: #f1f5f9;
}

.dich-vu-game-thumb img,
.dich-vu-game-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dich-vu-game-name {
    min-width: 0;
    color: inherit;
    word-break: break-word;
}

.doi-tac-slider-section {
    width: 100%;
    padding: 20px 0 2px;
    margin-bottom: 24px;
}

.doi-tac-slider-title {
    text-align: center;
    margin-bottom: 18px;
}

.doi-tac-slider-title h3 {
    margin: 0;
    color: #0f172a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.doi-tac-slider-title h3::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin: 9px auto 0;
    border-radius: 999px;
    background: #ed371f;
}

.doi-tac-slider-list {
    width: 100%;
}

.doi-tac-slider-item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 100%;
    min-height: 64px;
    padding: 11px 13px;
    border: 1px solid #dbe3ec;
    border-radius: 6px;
    background: #fff;
    color: #020617;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.doi-tac-slider-item:hover {
    border-color: #f3a7b8;
    color: #ed371f;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(237, 55, 31, 0.08);
}

.doi-tac-slider-thumb {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 7px;
    background: #f1f5f9;
}

.doi-tac-slider-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doi-tac-slider-name {
    min-width: 0;
    color: inherit;
    word-break: break-word;
}

.complaint-notice-widget {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 8px;
    color: #333;
    vertical-align: middle;
}

.complaint-notice-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 2.1rem;
    line-height: 1;
}

.complaint-notice-count {
    position: absolute;
    top: -8px;
    right: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #ed1c24;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}

@media (min-width: 1001px) {
    .menu-container:not(.menu-vertical) .complaint-notice-widget {
        align-self: center;
        flex: 0 0 auto;
    }
}

@media (max-width: 480px) {
    .dich-vu-game-item {
        min-height: 62px;
        padding: 10px 12px;
        font-size: 1.35rem;
    }

    .doi-tac-slider-section {
        padding-top: 16px;
    }

    .doi-tac-slider-title h3 {
        font-size: 1.7rem;
    }

    .doi-tac-slider-item {
        min-height: 62px;
        padding: 10px 12px;
        font-size: 1.35rem;
    }
}

/* =========================================
   MOBILE RESPONSIVE TABS & COMPONENT OPTIMIZATION
   ========================================= */

/* Scroll Wrapper */
.legit-tabs-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 44px;
}

.legit-admin-tabs-scroll {
    width: 100%;
}

.scroll-btn {
    display: none;
}

/* Base style for tabs layout on desktop */
#legit-dashboard .legit-admin-tabs,
.legit-members-section .legit-member-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 0;
}

/* Styles for Mobile (< 768px) */
@media (max-width: 768px) {
    .legit-tabs-wrapper {
        margin-bottom: 24px;
        padding: 0 25px; /* space for arrow buttons */
    }
    
    .legit-admin-tabs-scroll {
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none; /* Firefox */
        -webkit-overflow-scrolling: touch;
    }
    
    .legit-admin-tabs-scroll::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    #legit-dashboard .legit-admin-tabs,
    .legit-members-section .legit-member-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 10px;
        width: max-content;
        padding: 5px 0;
    }

    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid rgba(236, 31, 46, 0.15);
        color: var(--legit-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 5;
        box-shadow: 0 4px 10px rgba(236, 31, 46, 0.12);
        transition: all 0.2s ease;
    }

    .scroll-btn:hover {
        background: var(--legit-primary);
        color: #fff;
    }
    
    .scroll-btn.scroll-left {
        left: -5px;
    }
    
    .scroll-btn.scroll-right {
        right: -5px;
    }

    /* Admin Card Mobile Optimization */
    #legit-dashboard .admin-avatar-wrapper {
        width: 80px;
        height: 80px;
        border-width: 3px;
        box-shadow: 0 0 0 2px var(--white);
    }

    #legit-dashboard .legit-admin-card {
        min-height: 180px;
        padding: 18px 12px 14px;
        border-radius: 16px;
    }

    #legit-dashboard .admin-name {
        margin-bottom: 12px;
        font-size: 1.35rem;
    }

    #legit-dashboard .legit-admin-detail {
        font-size: 1.15rem;
        padding: 6px 10px;
    }
}

/* Mobile Small Screen (< 480px) */
@media (max-width: 480px) {
    /* Instead of 1 column, display 2 columns to make it clean and neat */
    #legit-dashboard .legit-admin-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    #legit-dashboard .legit-shortcut-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    #legit-dashboard .legit-stats-card {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px 10px !important;
        padding: 14px !important;
    }

    #legit-dashboard .legit-stat-item,
    #legit-dashboard .legit-stat-link {
        padding: 0 !important;
        min-height: auto !important;
    }
}

#admin-tabs-wrapper.is-tab-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0;
}

#admin-tabs-wrapper.is-tab-carousel .legit-admin-tabs-scroll {
    width: auto;
    max-width: min(calc(100% - 68px), var(--legit-tab-visible-width, 100%));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    overscroll-behavior-x: contain;
}

#admin-tabs-wrapper.is-tab-carousel .legit-admin-tabs-scroll::-webkit-scrollbar {
    display: none;
}

#admin-tabs-wrapper.is-tab-carousel .legit-admin-tabs-scroll:active {
    cursor: grabbing;
}

#legit-dashboard #admin-tabs-wrapper.is-tab-carousel .legit-admin-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    gap: 14px;
    padding: 4px 0;
}

#legit-dashboard #admin-tabs-wrapper.is-tab-carousel .legit-tab-btn {
    flex: 0 0 auto;
    max-width: 240px;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#legit-dashboard #admin-tabs-wrapper .legit-tab-all {
    order: -1;
}

#legit-dashboard #admin-tabs-wrapper.is-tab-carousel .legit-tab-btn span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#admin-tabs-wrapper.is-tab-carousel .scroll-left {
    display: none !important;
}

#admin-tabs-wrapper.is-tab-carousel .scroll-right {
    position: static;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    transform: none;
    border: 1px solid rgba(236, 31, 46, 0.12);
    border-radius: 50%;
    background: rgba(236, 31, 46, 0.07);
    color: var(--legit-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(236, 31, 46, 0.1);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#admin-tabs-wrapper.is-tab-carousel .scroll-right i {
    font-size: 1.4rem;
}

#admin-tabs-wrapper.is-tab-carousel .scroll-right:hover,
#admin-tabs-wrapper.is-tab-carousel .scroll-right:focus {
    border-color: transparent;
    background: var(--legit-primary-gradient);
    color: #fff;
    outline: none;
    box-shadow: 0 12px 26px rgba(236, 31, 46, 0.22);
    transform: translateX(2px);
}

#admin-tabs-wrapper.is-tab-carousel .scroll-right:active {
    transform: scale(0.96);
}

@media (max-width: 768px) {
    #admin-tabs-wrapper.is-tab-carousel {
        --legit-mobile-tab-width: clamp(72px, calc((100vw - 102px) / 3), 112px);
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 24px;
        padding: 0;
    }

    #admin-tabs-wrapper.is-tab-carousel .legit-admin-tabs-scroll {
        max-width: min(calc(100% - 52px), var(--legit-tab-visible-width, 100%));
    }

    #legit-dashboard #admin-tabs-wrapper.is-tab-carousel .legit-admin-tabs {
        gap: 10px;
        padding: 4px 0;
    }

    #legit-dashboard #admin-tabs-wrapper.is-tab-carousel .legit-tab-btn {
        width: var(--legit-mobile-tab-width);
        max-width: none;
        flex-basis: var(--legit-mobile-tab-width);
        min-height: 42px;
        padding: 0 10px;
        font-size: 1.3rem;
    }

    #admin-tabs-wrapper.is-tab-carousel .scroll-right {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }
}
