/* /MainLayout.razor.rz.scp.css */


.page[b-9pnajbuc56] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: 100%;
}

main[b-9pnajbuc56] {
    flex: 1;
}

.nav-item[b-9pnajbuc56] {
    display: flex;
    color: white;
    height: var(--mud-appbar-height);
}

    .nav-item[b-9pnajbuc56]  a {
        color: white;
        border-radius: 0px;
        height: 100%;
        align-content: center;
        align-items: center;
        padding: 0 10px;
        font-size: var(--mud-typography-h2-size);
        font-weight: var(--mud-typography-default-weight);
    }

.nav-item[b-9pnajbuc56]  a.active {
    background-color: var(--mud-palette-primary-darken);
    color: white;
}

.nav-item[b-9pnajbuc56]  a:hover {
    background-color: var(--mud-palette-primary-darken);
    color: white;
}

