/* /Layout/MainLayout.razor.rz.scp.css */
/* Minimal shell layout. T12 replaces this wholesale with Syncfusion. */
.page[b-n53egpb74j] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar[b-n53egpb74j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

main[b-n53egpb74j] {
    flex: 1;
}

.content[b-n53egpb74j] {
    padding: 1.5rem;
}

@media (min-width: 641px) {
    .page[b-n53egpb74j] {
        flex-direction: row;
    }

    .sidebar[b-n53egpb74j] {
        width: 250px;
        position: sticky;
        top: 0;
        height: 100vh;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Minimal shell styling. T12 replaces this wholesale with Syncfusion. */
.brand[b-wax297sirh] {
    padding: 1rem 1.25rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.brand a[b-wax297sirh] {
    color: #fff;
    text-decoration: none;
}

nav[b-wax297sirh] {
    display: flex;
    flex-direction: column;
}

.nav-link[b-wax297sirh] {
    display: block;
    padding: 0.6rem 1.25rem;
    color: #d7d7d7;
    text-decoration: none;
}

.nav-link:hover[b-wax297sirh],
.nav-link.active[b-wax297sirh] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
