/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-c7zapgdepf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-c7zapgdepf] {
    flex: 1;
}
.menu-visibility[b-c7zapgdepf] {
    display: none;

    @media(max-width:641px) {
        display:block;[b-c7zapgdepf]
    }
}
.top-row[b-c7zapgdepf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.top-row[b-c7zapgdepf]  a, .top-row .btn-link[b-c7zapgdepf] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-c7zapgdepf] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c7zapgdepf] {
        display: none;
    }

    .top-row.auth[b-c7zapgdepf] {
        justify-content: space-between;
    }

    .top-row a[b-c7zapgdepf], .top-row .btn-link[b-c7zapgdepf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c7zapgdepf] {
        flex-direction: row;
    }

    .sidebar[b-c7zapgdepf] {
        width: 225px;
        height: 100vh;
        position: sticky;
        top: 0;
        left:0;
    }

    .top-row[b-c7zapgdepf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7or46bgjhh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7or46bgjhh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7or46bgjhh] {
    font-size: 1.1rem;
}

.oi[b-7or46bgjhh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-link[b-7or46bgjhh] {
    padding: 0px !important;
}

.nav-item[b-7or46bgjhh]  a.active .menu-left {
    color: white;
    background-color: #334e64;
}

@media (min-width:641px) and (max-width: 980px) {
    .nav-item[b-7or46bgjhh]  a.active .menu-left {
        color: black !important;
        background-color: #334e64;
    }
}

.nav-item[b-7or46bgjhh]  a.active img {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(254deg) brightness(108%) contrast(100%);
}

@media (min-width: 641px) {
    .navbar-toggler[b-7or46bgjhh] {
        display: none;
    }

    .collapse[b-7or46bgjhh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
