/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-bar[b-4ymuypys1s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #1b1f24;
    color: #fff;
}

.admin-bar a[b-4ymuypys1s] {
    color: #fff;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-main[b-x6sf9xff7e] {
    min-height: calc(100vh - 68px - 121px); /* viewport minus fixed nav and footer, keeps a short page's footer pinned to the bottom */
}
