/* /Shared/Components/Layout/FooterNavMenu.razor.rz.scp.css */
.navbar-toggler[b-vcjbeopx3x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vcjbeopx3x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vcjbeopx3x] {
    font-size: 1.1rem;
}

.oi[b-vcjbeopx3x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vcjbeopx3x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vcjbeopx3x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vcjbeopx3x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vcjbeopx3x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vcjbeopx3x]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vcjbeopx3x]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vcjbeopx3x] {
        display: none;
    }

    .collapse[b-vcjbeopx3x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ton1vznh5p] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

@media print {
    .page[b-ton1vznh5p] {
        height: auto;
    }
}


.main-body[b-ton1vznh5p] {
    height: 100%;
}
.main-body-container[b-ton1vznh5p] {
    margin-top: 5em;
}

body[b-ton1vznh5p]{
    margin: 0!important;
}

/* /Shared/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bej0jv4hjc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bej0jv4hjc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bej0jv4hjc] {
    font-size: 1.1rem;
}

.oi[b-bej0jv4hjc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-bej0jv4hjc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bej0jv4hjc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bej0jv4hjc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bej0jv4hjc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-bej0jv4hjc]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-bej0jv4hjc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bej0jv4hjc] {
        display: none;
    }

    .collapse[b-bej0jv4hjc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
