@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sidebar[b-ci4e0m6bc3] {
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
}

[b-ci4e0m6bc3] .sidebar-link {
    border-radius: 8px;
    padding: 8px 12px;
    color: #495057;
    font-size: 0.9rem;
    transition: all 0.15s;
}

[b-ci4e0m6bc3] .sidebar-link:hover {
    background-color: #e7f1ff;
    color: #0d6efd;
}

[b-ci4e0m6bc3] .sidebar-link.active {
    background-color: #0d6efd;
    color: white !important;
}

[b-ci4e0m6bc3] .nav-section-title {
    font-size: 0.7rem;
    font-weight: 700;
    color: #adb5bd;
    padding: 12px 12px 4px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#blazor-error-ui[b-ci4e0m6bc3] {
    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-ci4e0m6bc3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
