/* _content/LCP.AdminPortal/Components/Layout/HeaderBar.razor.rz.scp.css */
[b-a6s6hwqfmm] .header-bar {
    background: linear-gradient(90deg, #1a237e 0%, #311b92 100%);
    color: white;
    width: 100%;
}

[b-a6s6hwqfmm] .header-bar .mud-appbar-toolbar {
    min-height: 64px;
}

[b-a6s6hwqfmm] .header-bar .mud-icon-button {
    color: rgba(255, 255, 255, 0.85);
}

[b-a6s6hwqfmm] .header-bar .mud-icon-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

[b-a6s6hwqfmm] .header-bar .mud-menu {
    color: rgba(255, 255, 255, 0.85);
}
/* _content/LCP.AdminPortal/Components/Layout/MainLayout.razor.rz.scp.css */
/* Fixed header wrapper - spans full viewport width */
.fixed-header-wrapper[b-2fzgww8bxg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1300;
}

/* MudLayout positioned below fixed header */
[b-2fzgww8bxg] .layout-below-header {
    padding-top: 64px;
}

/* Mobile responsive - hide sidebar margin on small screens */
@media (max-width: 959.95px) {
    [b-2fzgww8bxg] .mud-main-content {
        margin-left: 0 !important;
    }
}

/* Legacy styles - kept for backward compatibility */
.page[b-2fzgww8bxg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2fzgww8bxg] {
    flex: 1;
}

#blazor-error-ui[b-2fzgww8bxg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-2fzgww8bxg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/LCP.AdminPortal/Components/Layout/NavSidebar.razor.rz.scp.css */
/* Base sidebar styles */
[b-xo70ocpr9h] .nav-sidebar {
    background: linear-gradient(180deg, #1a237e 0%, #311b92 100%);
    color: white;
    width: 256px;
    transition: width 0.2s ease-in-out;
}

/* Mini sidebar (collapsed) */
[b-xo70ocpr9h] .nav-sidebar-mini {
    width: 56px;
}

/* Toggle button at top */
.sidebar-toggle[b-xo70ocpr9h] {
    display: flex;
    justify-content: flex-start;
    padding: 12px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* Center toggle button when collapsed */
.sidebar-toggle.collapsed[b-xo70ocpr9h] {
    justify-content: center;
}

/* Mini nav icons when collapsed */
.mini-nav[b-xo70ocpr9h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    gap: 4px;
}

.mini-nav .mud-icon-button[b-xo70ocpr9h] {
    color: rgba(255, 255, 255, 0.85);
}

.mini-nav .mud-icon-button:hover[b-xo70ocpr9h] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

/* Nested event groups styling */
[b-xo70ocpr9h] .event-nav-group {
    margin-left: 8px;
}

[b-xo70ocpr9h] .event-nav-group .mud-navgroup-title {
    font-size: 0.875rem;
    padding-top: 4px;
    padding-bottom: 4px;
}

[b-xo70ocpr9h] .event-nav-group .mud-nav-link {
    font-size: 0.8rem;
    padding-top: 4px;
    padding-bottom: 4px;
}

[b-xo70ocpr9h] .nav-sidebar .mud-nav-link {
    color: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    margin: 2px 0;
}

[b-xo70ocpr9h] .nav-sidebar .mud-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

[b-xo70ocpr9h] .nav-sidebar .mud-nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

[b-xo70ocpr9h] .nav-sidebar .mud-navgroup {
    margin-bottom: 4px;
}

[b-xo70ocpr9h] .nav-sidebar .mud-navgroup-title {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

[b-xo70ocpr9h] .nav-sidebar .mud-navgroup-title:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

[b-xo70ocpr9h] .nav-sidebar .mud-icon-button {
    color: rgba(255, 255, 255, 0.85);
}

[b-xo70ocpr9h] .nav-sidebar .mud-icon-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-content[b-xo70ocpr9h] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

[b-xo70ocpr9h] .nav-sidebar .mud-divider {
    border-color: rgba(255, 255, 255, 0.12);
}

[b-xo70ocpr9h] .nav-sidebar .mud-text-secondary {
    color: rgba(255, 255, 255, 0.6) !important;
}
