/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eu9z4678gk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eu9z4678gk] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar[b-eu9z4678gk] {
    background: linear-gradient(180deg, #0a1628 0%, #1a237e 50%, #311b92 100%);
}

.top-row[b-eu9z4678gk] {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-row[b-eu9z4678gk]  a, .top-row[b-eu9z4678gk]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-eu9z4678gk]  a:hover, .top-row[b-eu9z4678gk]  .btn-link:hover {
    text-decoration: underline;
}

.admin-footer[b-eu9z4678gk] {
    padding: 0.75rem 1.5rem;
    background: #fff;
    border-top: 1px solid #e9ecef;
    font-size: 0.8rem;
    color: #999;
    text-align: center;
    margin-top: auto;
}

@media (max-width: 640.98px) {
    .top-row[b-eu9z4678gk] {
        justify-content: space-between;
    }

    .top-row[b-eu9z4678gk]  a, .top-row[b-eu9z4678gk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-eu9z4678gk] {
        flex-direction: row;
    }

    .sidebar[b-eu9z4678gk] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eu9z4678gk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-eu9z4678gk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-eu9z4678gk], article[b-eu9z4678gk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-eu9z4678gk] {
    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-eu9z4678gk] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sx9nzkhiqd] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-sx9nzkhiqd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-sx9nzkhiqd] {
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-sx9nzkhiqd] {
    font-size: 1.1rem;
}

.nav-section-title[b-sx9nzkhiqd] {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 1.5px;
    padding: 1.2rem 1.5rem 0.4rem;
    text-transform: uppercase;
}

.nav-item[b-sx9nzkhiqd] {
    font-size: 0.875rem;
    padding-bottom: 0.15rem;
}

.nav-item:first-of-type[b-sx9nzkhiqd] {
    padding-top: 0.25rem;
}

.nav-item[b-sx9nzkhiqd]  .nav-link {
    color: rgba(255, 255, 255, 0.65);
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    width: 100%;
    gap: 0.75rem;
    padding: 0 0.75rem;
    transition: all 0.2s ease;
    font-weight: 400;
}

.nav-item[b-sx9nzkhiqd]  .nav-link i {
    font-size: 1.1rem;
    width: 1.25rem;
    text-align: center;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.nav-item[b-sx9nzkhiqd]  a.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 500;
}

.nav-item[b-sx9nzkhiqd]  a.active i {
    opacity: 1;
    color: #90caf9;
}

.nav-item[b-sx9nzkhiqd]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding-left: 1rem;
}

.nav-item[b-sx9nzkhiqd]  .nav-link:hover i {
    opacity: 1;
}

.nav-scrollable[b-sx9nzkhiqd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-sx9nzkhiqd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sx9nzkhiqd] {
        display: none;
    }

    .nav-scrollable[b-sx9nzkhiqd] {
        display: block;
        height: calc(100vh - 60px);
        overflow-y: auto;
    }
}
