/* _content/De-Serve/Shared/MainLayout.razor.rz.scp.css */
.page[b-fx360nhd4s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fx360nhd4s] {
    flex: 1;
}

.sidebar[b-fx360nhd4s] {
    background-color: #fff;
}

.top-row[b-fx360nhd4s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fx360nhd4s]  a, .top-row .btn-link[b-fx360nhd4s] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fx360nhd4s] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fx360nhd4s] {
        display: none;
    }

    .top-row.auth[b-fx360nhd4s] {
        justify-content: space-between;
    }

    .top-row a[b-fx360nhd4s], .top-row .btn-link[b-fx360nhd4s] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fx360nhd4s] {
        flex-direction: row;
    }

    .sidebar[b-fx360nhd4s] {
        width: 224px;
        /*height: 93.7vh;*/
        position: sticky;
        top: 0;
        overflow: scroll;
    }

        .sidebar[b-fx360nhd4s]::-webkit-scrollbar {
            display: none;
        }

    /* Hide scrollbar for IE, Edge and Firefox */
    .sidebar[b-fx360nhd4s] {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .top-row[b-fx360nhd4s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

}
/* _content/De-Serve/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f4h55vhyiu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-f4h55vhyiu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f4h55vhyiu] {
    font-size: 1.1rem;
}

.oi[b-f4h55vhyiu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item.nav-active-sidebar p[b-f4h55vhyiu] {

    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 14px;
    color: #247BC1;
}

.nav-item.nav-active-sidebar h6[b-f4h55vhyiu] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    color: #0F4881;
}

.nav-item.nav-active-sidebar div[b-f4h55vhyiu] {
    background-color: #F9F9F9 !important;
    border-radius: 0px;
}

.nav-item p[b-f4h55vhyiu] {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

}



.nav-item h6[b-f4h55vhyiu] {
    color: #1A2E4F;
}


.nav-active-sidebar p[b-f4h55vhyiu] {
    font-weight: 700 !important;
}

.nav-item[b-f4h55vhyiu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-f4h55vhyiu] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-f4h55vhyiu] {
    padding-bottom: 1rem;
}

.nav-item[b-f4h55vhyiu]  a {
    color: #247BC1;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-f4h55vhyiu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-f4h55vhyiu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f4h55vhyiu] {
        display: none;
    }

    .collapse[b-f4h55vhyiu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.dashboard-icon[b-f4h55vhyiu] {
    content: url(/Images/DeServe/dashboard_icon_not_active.svg);
}

.padding-35[b-f4h55vhyiu] {
    padding-top: 35%;
}
