@import '_content/Shared/Shared.52qlcc7kvs.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ofc4bbdklp] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main[b-ofc4bbdklp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 0;
    scrollbar-gutter: stable;
}

main.landing-main[b-ofc4bbdklp] {
    width: 100%;
}

/* ── Sidebar ─────────────────────────────────────── */

.sidebar[b-ofc4bbdklp] {
    background: linear-gradient(180deg, #1e5631 0%, #0d3018 100%);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    transition: width 0.22s ease;
    overflow: hidden;
    z-index: 200;
}

/* ── Top bar (within main) ───────────────────────── */

.top-row[b-ofc4bbdklp] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

    .top-row[b-ofc4bbdklp]  a, .top-row[b-ofc4bbdklp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

/* ── Mobile layout (<768px) ──────────────────────── */

@media (max-width: 767.98px) {
    .page[b-ofc4bbdklp] {
        flex-direction: column;
    }

    .sidebar[b-ofc4bbdklp] {
        width: 100% !important; /* override any inline/collapsed width */
        height: auto;
    }
}

/* ── Desktop/tablet layout (≥768px) ─────────────── */

@media (min-width: 768px) {
    .page[b-ofc4bbdklp] {
        flex-direction: row;
    }

    .sidebar[b-ofc4bbdklp] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.sidebar-collapsed[b-ofc4bbdklp] {
        width: 62px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ── Mobile header (hamburger row) ───────────────── */

.mobile-header[b-4yk6wy4zd6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    height: 3.25rem;
    background: rgba(0,0,0,0.25);
    flex-shrink: 0;
}

.hamburger[b-4yk6wy4zd6] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
    border: none;
    color: #fff;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.15s;
}

    .hamburger:hover[b-4yk6wy4zd6] {
        background: rgba(255,255,255,0.22);
    }

/* ── Mobile nav body ─────────────────────────────── */

.nav-body[b-4yk6wy4zd6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Mobile: collapsed by default, slide down when open */
@media (max-width: 767.98px) {
    .mobile-nav-closed[b-4yk6wy4zd6] {
        display: none;
    }

    .mobile-nav-open[b-4yk6wy4zd6] {
        display: flex;
    }

    /* Mobile header already shows the brand — hide the duplicate in sidebar-head */
    .sidebar-head .brand-name[b-4yk6wy4zd6] {
        display: none;
    }
}

/* Desktop: always visible, ignore mobile open/closed */
@media (min-width: 768px) {
    .mobile-header[b-4yk6wy4zd6] {
        display: none;
    }

    .mobile-nav-closed[b-4yk6wy4zd6],
    .mobile-nav-open[b-4yk6wy4zd6] {
        display: flex !important;
    }
}

/* ── Sidebar header (brand + collapse toggle) ─────── */

.sidebar-head[b-4yk6wy4zd6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.75rem;
    height: 3.25rem;
    background: rgba(0,0,0,0.2);
    flex-shrink: 0;
}

/* ── Brand link + logo ───────────────────────────── */

.brand-link[b-4yk6wy4zd6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    overflow: hidden;
}

.brand-logo-sm[b-4yk6wy4zd6] {
    height: 36px;
    width: auto;
    flex-shrink: 0;
}

/* ── Brand name ──────────────────────────────────── */

.brand-name[b-4yk6wy4zd6] {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
}

.brand-name-sub[b-4yk6wy4zd6] {
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.8;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ── Collapse toggle button ──────────────────────── */

.collapse-toggle[b-4yk6wy4zd6] {
    display: none; /* hidden on mobile */
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border: none;
    color: rgba(255,255,255,0.75);
    border-radius: 6px;
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
    margin-left: auto;
}

    .collapse-toggle:hover[b-4yk6wy4zd6] {
        background: rgba(255,255,255,0.2);
        color: #fff;
    }

@media (min-width: 768px) {
    .collapse-toggle[b-4yk6wy4zd6] {
        display: flex;
    }
}

/* ── Nav items ───────────────────────────────────── */

.nav-item[b-4yk6wy4zd6] {
    padding: 0.1rem 0.6rem;
}

    .nav-item[b-4yk6wy4zd6]  a {
        color: rgba(255,255,255,0.78);
        border-radius: 7px;
        height: 2.6rem;
        display: flex;
        align-items: center;
        padding: 0 0.65rem;
        white-space: nowrap;
        transition: background 0.15s, color 0.15s;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .nav-item[b-4yk6wy4zd6]  a:hover {
        background: rgba(255,255,255,0.12);
        color: #fff;
    }

    .nav-item[b-4yk6wy4zd6]  a.active {
        background: rgba(255,255,255,0.22);
        color: #fff;
    }

/* Indented sub-items (admin groups) */
.nav-item-indented[b-4yk6wy4zd6]  a {
    padding-left: 1.5rem !important;
}

/* Settings pinned at bottom */
.nav-item-settings[b-4yk6wy4zd6] {
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* ── Icons ───────────────────────────────────────── */

.bi[b-4yk6wy4zd6] {
    font-size: 1rem;
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
}

.nav-label[b-4yk6wy4zd6] {
    margin-left: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Section headers ─────────────────────────────── */

.nav-section-header[b-4yk6wy4zd6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    white-space: nowrap;
}

/* Section divider shown in icon-rail mode */
.nav-section-divider[b-4yk6wy4zd6] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 0 0.25rem;
    color: rgba(255,255,255,0.35);
    font-size: 0.85rem;
    cursor: default;
}
/* /Pages/Admin/Users.razor.rz.scp.css */
.avatar-circle[b-1qa7y7csnh] {
    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-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.avatar-circle-sm[b-1qa7y7csnh] {
    width: 32px;
    height: 32px;
    font-size: 11px;
}
/* /Pages/Football/Fixtures.razor.rz.scp.css */
/* ── Table (desktop) ── */
.sortable[b-qtc4y475dj] {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

.sortable:hover[b-qtc4y475dj] {
    background-color: rgba(0, 0, 0, 0.05);
}

.sortable .bi[b-qtc4y475dj] {
    font-size: 0.75rem;
    margin-left: 0.25rem;
}

.clickable-date[b-qtc4y475dj] {
    cursor: pointer;
    user-select: none;
}

.clickable-date:hover[b-qtc4y475dj] {
    background-color: rgba(0, 0, 0, 0.02);
}

.fixture-actions[b-qtc4y475dj] {
    display: flex;
    gap: 0.35rem;
    justify-content: center;
    flex-wrap: nowrap;
}

/* ── Fixture cards (tablet / mobile) ── */
.fixture-card-list[b-qtc4y475dj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.fixture-card[b-qtc4y475dj] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.fixture-card-header[b-qtc4y475dj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.85rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    flex-wrap: wrap;
}

.fixture-card-date[b-qtc4y475dj] {
    font-size: 0.875rem;
    flex: 1;
    min-width: 0;
}

.fixture-card-body[b-qtc4y475dj] {
    padding: 0.75rem 0.85rem;
}

.fixture-teams[b-qtc4y475dj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fixture-team[b-qtc4y475dj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.fixture-team span[b-qtc4y475dj],
.fixture-team small[b-qtc4y475dj] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixture-team-away[b-qtc4y475dj] {
    text-align: right;
    align-items: flex-end;
}

.fixture-score[b-qtc4y475dj] {
    flex-shrink: 0;
    text-align: center;
    min-width: 3rem;
    font-size: 0.9rem;
}

.fixture-venue[b-qtc4y475dj] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #f0f0f0;
}

.fixture-card-footer[b-qtc4y475dj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.6rem 0.85rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

/* ── Calendar ── */
.calendar-container[b-qtc4y475dj] {
    background: white;
    border-radius: 0.25rem;
}

.calendar-day[b-qtc4y475dj] {
    position: relative;
    overflow: hidden;
}

.calendar-day.other-month[b-qtc4y475dj] {
    background-color: #f8f9fa;
}

.calendar-day.today[b-qtc4y475dj] {
    background-color: #fff3cd;
}

.fixture-item:hover[b-qtc4y475dj] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

@media (max-width: 768px) {
    .calendar-day[b-qtc4y475dj] {
        min-height: 80px !important;
        font-size: 0.85rem;
    }

    .fixture-item[b-qtc4y475dj] {
        font-size: 0.65rem !important;
    }
}
/* /Pages/Football/MyPlayerDetail.razor.rz.scp.css */
/* Hover effect for clickable stat cards */
.hover-card[b-ckp68sjsa3] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-card:hover[b-ckp68sjsa3] {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important;
}

/* Fixture link styling */
.fixture-link[b-ckp68sjsa3] {
    cursor: pointer;
    transition: color 0.2s ease;
}

.fixture-link:hover[b-ckp68sjsa3] {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

/* Table row hover for better interactivity */
.table-hover tbody tr:hover[b-ckp68sjsa3] {
    background-color: rgba(0, 0, 0, 0.02);
}
/* /Pages/Football/Standings.razor.rz.scp.css */
/* Subtle highlight for teams where the parent has children */
.parent-team-highlight[b-c8iq9l4jjm] {
    background-color: rgba(13, 110, 253, 0.08) !important;
    border-left: 3px solid #0d6efd;
}

.parent-team-highlight:hover[b-c8iq9l4jjm] {
    background-color: rgba(13, 110, 253, 0.12) !important;
}

/* Ensure text remains readable */
.parent-team-highlight td[b-c8iq9l4jjm] {
    font-weight: 500;
}

/* Add a subtle animation on load */
@keyframes highlightFade-b-c8iq9l4jjm {
    0% {
        background-color: rgba(13, 110, 253, 0.2);
    }
    100% {
        background-color: rgba(13, 110, 253, 0.08);
    }
}

.parent-team-highlight[b-c8iq9l4jjm] {
    animation: highlightFade-b-c8iq9l4jjm 0.6s ease-in-out;
}
/* /Pages/Football/ViewFixture.razor.rz.scp.css */
/* Goal event highlight - matching ViewMatchReport.razor styling */
.goal-event-highlight[b-u5bwaobgzf] {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    border-left: 5px solid #FF8C00 !important;
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.3);
    padding-left: 1.5rem !important;
}

.goal-event-highlight .badge[b-u5bwaobgzf] {
    background-color: #8B4513 !important;
    color: white;
    font-weight: bold;
}

/* Clickable header hover effect */
.clickable-header[b-u5bwaobgzf] {
    transition: background-color 0.2s ease;
}

.clickable-header:hover[b-u5bwaobgzf] {
    background-color: #0b5ed7 !important;
    transform: translateY(-1px);
}

.clickable-header:active[b-u5bwaobgzf] {
    transform: translateY(0);
}
/* /Pages/Home.razor.rz.scp.css */
.landing-page[b-6en4wbq5n3] {
    min-height: 100vh;
}

.hero-section[b-6en4wbq5n3] {
    background: linear-gradient(135deg, #b5e7ff 0%, #2e8ac6 100%);
    color: white;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-section .logo-placeholder[b-6en4wbq5n3] {
    animation: float-b-6en4wbq5n3 3s ease-in-out infinite;
}

@keyframes float-b-6en4wbq5n3 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.hero-section h1[b-6en4wbq5n3] {
    color: white;
}

.hero-section .lead[b-6en4wbq5n3] {
    color: rgba(255, 255, 255, 0.9);
}

.hero-section .fs-5[b-6en4wbq5n3] {
    color: rgba(255, 255, 255, 0.85);
}

.features-section[b-6en4wbq5n3] {
    background-color: #f8f9fa;
}

.features-section .card[b-6en4wbq5n3] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-section .card:hover[b-6en4wbq5n3] {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.cta-section[b-6en4wbq5n3] {
    background: linear-gradient(135deg, #b5e7ff 0%, #2e8ac6 100%);
    color: white;
}

.cta-section h2[b-6en4wbq5n3] {
    color: white;
}

.cta-section .lead[b-6en4wbq5n3] {
    color: rgba(255, 255, 255, 0.9);
}

/* Dashboard Styles */
.dashboard-page[b-6en4wbq5n3] {
    padding: 2rem 0;
    min-height: 100vh;
    overflow-x: hidden;
    background: linear-gradient(160deg, #b5e7ff 0%, #4a9fd4 55%, #2e8ac6 100%);
    background-attachment: fixed;
}

.dashboard-page h2[b-6en4wbq5n3],
.dashboard-page h5[b-6en4wbq5n3],
.dashboard-page h6[b-6en4wbq5n3],
.dashboard-page p.text-muted[b-6en4wbq5n3],
.dashboard-page small.text-muted[b-6en4wbq5n3] {
    color: #1a3a5c !important;
}

/* Glass cards */
.dashboard-page .card[b-6en4wbq5n3] {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    box-shadow: 0 4px 16px rgba(30, 80, 140, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    isolation: isolate;
}

.dashboard-page .card:hover[b-6en4wbq5n3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 80, 140, 0.18) !important;
}

.dashboard-page .card-header[b-6en4wbq5n3] {
    background: rgba(255, 255, 255, 0.5) !important;
    border-bottom: 1px solid rgba(30, 80, 140, 0.1) !important;
}

/* Hover effect for clickable stat cards */
.hover-lift[b-6en4wbq5n3] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-lift:hover[b-6en4wbq5n3] {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(30, 80, 140, 0.22) !important;
}

.list-group-item[b-6en4wbq5n3] {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(30, 80, 140, 0.1);
    background: transparent;
}

.list-group-item:last-child[b-6en4wbq5n3] {
    border-bottom: none;
}
/* /Pages/MyCalendar.razor.rz.scp.css */
.legend-swatch[b-xesnn214zq] {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.2rem;
}

/* ── Calendar container ── */
.calendar-container[b-xesnn214zq] {
    background: white;
    border-radius: 0.25rem;
    overflow-x: auto; /* allows horizontal scroll on very narrow screens */
}

.calendar-container .row[b-xesnn214zq] {
    min-width: 280px; /* prevents cells from collapsing to nothing */
}

/* ── Day header ── */
.cal-day-header[b-xesnn214zq] {
    font-size: 0.75rem;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

/* ── Day cell ── */
.calendar-day[b-xesnn214zq] {
    position: relative;
    overflow: hidden;
}

.calendar-day.other-month[b-xesnn214zq] {
    background-color: #f8f9fa;
}

.calendar-day.today[b-xesnn214zq] {
    background-color: #fff3cd;
}

.cal-cell-inner[b-xesnn214zq] {
    padding: 0.2rem;
    min-height: 60px;
}

.cal-day-num[b-xesnn214zq] {
    font-size: 0.8rem;
    line-height: 1.2;
}

/* ── Phone: emoji dot indicators ── */
.cal-dots[b-xesnn214zq] {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 2px;
}

.cal-dot[b-xesnn214zq] {
    font-size: 0.65rem;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
}

.cal-dot-fixture[b-xesnn214zq] {
    /* no extra style needed — ⚽ colour is self-contained */
}

.cal-dot-training[b-xesnn214zq] {
    /* 🚧 colour is self-contained */
}

.cal-dot-more[b-xesnn214zq] {
    font-size: 0.6rem;
    color: #6c757d;
    line-height: 1;
}

/* ── Tablet / desktop: item pills ── */
.cal-item[b-xesnn214zq] {
    border-radius: 0.2rem;
    cursor: pointer;
    padding: 0.15rem 0.3rem;
    transition: transform 0.15s, box-shadow 0.15s;
    overflow: hidden;
}

.cal-item:hover[b-xesnn214zq] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

.cal-item-fixture[b-xesnn214zq] {
    background: rgba(13,110,253,0.08);
    border: 1px solid rgba(13,110,253,0.25);
}

.cal-item-training[b-xesnn214zq] {
    background: rgba(25,135,84,0.08);
    border: 1px solid rgba(25,135,84,0.25);
}

.cal-item-icon[b-xesnn214zq] {
    font-size: 0.7rem;
    margin-right: 2px;
}

.cal-item-time[b-xesnn214zq] {
    font-size: 0.7rem;
    font-weight: 600;
}

.cal-item-title[b-xesnn214zq] {
    font-size: 0.7rem;
}

.cal-item-subtitle[b-xesnn214zq] {
    font-size: 0.62rem;
}

.cal-item-more[b-xesnn214zq] {
    font-size: 0.65rem;
    color: #6c757d;
    padding-left: 0.2rem;
}

/* ── Responsive breakpoints ── */

/* Phone: tightest */
@media (max-width: 575.98px) {
    .cal-cell-inner[b-xesnn214zq] {
        min-height: 52px;
        padding: 0.15rem;
    }

    .cal-day-num[b-xesnn214zq] {
        font-size: 0.72rem;
    }
}

/* Tablet sm–lg */
@media (min-width: 576px) and (max-width: 991.98px) {
    .cal-cell-inner[b-xesnn214zq] {
        min-height: 80px;
    }

    .cal-item-time[b-xesnn214zq] {
        font-size: 0.68rem;
    }
}

/* Desktop lg+ */
@media (min-width: 992px) {
    .cal-cell-inner[b-xesnn214zq] {
        min-height: 110px;
        padding: 0.35rem;
    }

    .cal-day-num[b-xesnn214zq] {
        font-size: 0.875rem;
    }

    .cal-item-icon[b-xesnn214zq] {
        font-size: 0.75rem;
    }

    .cal-item-time[b-xesnn214zq] {
        font-size: 0.72rem;
    }

    .cal-item-title[b-xesnn214zq] {
        font-size: 0.72rem;
    }

    .cal-item-subtitle[b-xesnn214zq] {
        font-size: 0.65rem;
    }
}
/* /Pages/Products.razor.rz.scp.css */
.card[b-0tsc0b9thh] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
}

.card:hover[b-0tsc0b9thh] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.card-title[b-0tsc0b9thh] {
    font-weight: 600;
    color: #2c3e50;
}

.card-subtitle[b-0tsc0b9thh] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-footer[b-0tsc0b9thh] {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.alert-danger[b-0tsc0b9thh] {
    border-radius: 8px;
    padding: 1rem;
}

/* List View Styles */
.table-responsive[b-0tsc0b9thh] {
    animation: fadeIn-b-0tsc0b9thh 0.3s ease-in;
}

.table[b-0tsc0b9thh] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.table thead[b-0tsc0b9thh] {
    background-color: #f8f9fa;
}

.table tbody tr[b-0tsc0b9thh] {
    transition: background-color 0.2s ease;
}

.table tbody tr:hover[b-0tsc0b9thh] {
    background-color: #f8f9fa;
}

.text-truncate[b-0tsc0b9thh] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Button Group Styles */
.btn-group .btn.active[b-0tsc0b9thh] {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

@keyframes fadeIn-b-0tsc0b9thh {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
