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

.main[b-vj4epm15bd] {
    flex: 1;
}

.sidebar[b-vj4epm15bd] {
    background-color:black;
}

.top-row[b-vj4epm15bd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vj4epm15bd]  a, .top-row .btn-link[b-vj4epm15bd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-vj4epm15bd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-41g170oaoh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-41g170oaoh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-41g170oaoh] {
    font-size: 1.1rem;
}

.oi[b-41g170oaoh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-41g170oaoh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-41g170oaoh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-41g170oaoh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-41g170oaoh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

.nav-item[b-41g170oaoh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* /Shared/ProgressBarOverlay.razor.rz.scp.css */
.ProgressGraduation[b-wz64s3lcnv] 
{
    color: rgba(0, 0, 0, 1);
    height: inherit;
    border: solid;
    border-color: #ff9800;
    border-top: none;
    border-bottom: none;
    border-left: none;
    z-index: 1;
    position: fixed;
    margin:0px;
    padding:0px;
}

