/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-oitw2gkj47] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.top-bar[b-oitw2gkj47] {
    background-color: #3a5607;
    border-bottom: 1px solid #3a5607a6;
    top: 0;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    height: 3.5rem;
}

.footer-bar[b-oitw2gkj47] {
    background-color: #3a5607;
    border-top: 1px solid #3a5607a6;
    color: white;
    justify-content: flex-end;
    height: 2rem;
    display: flex;
    align-items: center;
    padding-right: 1.5rem !important;
}
.footer-bar a[b-oitw2gkj47] {
    color: white;
    text-decoration: none;
}
@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .sidebar[b-oitw2gkj47] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-oitw2gkj47] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.container-fluid[b-z9vv0b72ho] {
    display: flex;
    flex-direction: row;
    height: 3.5rem;
    align-items: center;
    justify-content: space-between;
}
.container-fluid .mdi[b-z9vv0b72ho],
.container-fluid .navbar-brand[b-z9vv0b72ho],
.container-fluid button[b-z9vv0b72ho] {
    color: white;
    font-size: 2.5rem;
    font-family: "Roboto";
    font-weight: bold;
    text-decoration: none;
}
.container-fluid button[b-z9vv0b72ho] {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
.nav-item[b-z9vv0b72ho] {
    font-family: "Roboto";
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item .mdi[b-z9vv0b72ho] {
    width: 2rem;
}

.nav-item[b-z9vv0b72ho]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    font-size: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 2rem;
    text-decoration: none;
}

.nav-item[b-z9vv0b72ho]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-z9vv0b72ho]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: underline;
} /*







.nav-scrollable {
    top: 3.5rem;
    position: fixed;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
*/
.nav-scrollable[b-z9vv0b72ho] {
    background-color: #3a5607;
    overflow: hidden;
    max-height: calc(100vh - 3.5rem);
    transition: ease-in-out;
    transition-duration: 500ms;
    z-index: 1;
    position: absolute;
    left: 0;
}
.collapse[b-z9vv0b72ho] {
    max-height: 0 !important;
    transition: ease-in-out;
    transition-duration: 150ms;
}
