/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-navbar[b-uxw0mb5cbr] {
    background-color: #0f3460;
    border-bottom: 2px solid #6495ed;
}

.admin-main[b-uxw0mb5cbr] {
    background-color: #f0f4ff;
    min-height: calc(100vh - 56px);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-cbecv4vafj] {
    min-height: calc(100vh - 56px - 60px);
}

.site-footer[b-cbecv4vafj] {
    background-color: #1a1a2e;
    color: #a8c0ff;
    border-top: 2px solid #6495ed;
    font-size: 0.9rem;
}

#blazor-error-ui[b-cbecv4vafj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-cbecv4vafj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-navbar[b-rgsc0o1w2v] {
    background-color: #1a1a2e;
    border-bottom: 2px solid #6495ed;
}

.site-navbar .nav-link[b-rgsc0o1w2v] {
    color: #a8c0ff !important;
    font-weight: 500;
    transition: color 0.2s;
    padding: 0.4rem 0.75rem;
}

.site-navbar .nav-link:hover[b-rgsc0o1w2v],
.site-navbar .nav-link.active[b-rgsc0o1w2v] {
    color: #e9f013 !important;
}

/* On md+ screens: make the navbar a positioning context so we can
   absolutely center the nav links across the full bar width */
@@media (min-width: 768px) {
    .site-navbar .container[b-rgsc0o1w2v] {
        position: relative;
    }

    .site-navbar .navbar-collapse[b-rgsc0o1w2v] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }
}
