/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-5cw51qardb] {
    min-height: 100vh;
    display: flex;
    background-color: #f8f9fa;
}

.sidebar-panel[b-5cw51qardb] {
    width: 260px;
    flex-shrink: 0;
}

.main-panel[b-5cw51qardb] {
    min-width: 0;
    flex: 1;
}

@media (max-width: 991.98px) {
    .app-shell[b-5cw51qardb] {
        flex-direction: column;
    }

    .sidebar-panel[b-5cw51qardb] {
        width: 100%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar-nav[b-6seoxsbtl5]  .nav-link {
    color: #495057;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-weight: 500;
}

.sidebar-nav[b-6seoxsbtl5]  .nav-link:hover {
    background-color: #f1f3f5;
    color: #212529;
}

.sidebar-nav[b-6seoxsbtl5]  a.active {
    background-color: #e9ecef;
    color: #212529;
}
