/* _content/Reporting/Shared/MainLayout.razor.rz.scp.css */
.page[b-oo66y6sdvn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oo66y6sdvn] {
    flex: 1;
}

a[b-oo66y6sdvn] {
    text-decoration: none;
}

.sidebar[b-oo66y6sdvn] {
    background-color: #474747;
}

.nav-logout[b-oo66y6sdvn] {
    background-color: rgba(18,31,69,1);
    box-shadow: 0px 5px 8px rgb(29,50,114);
}

@media (min-width: 641px) {
    .page[b-oo66y6sdvn] {
        flex-direction: row;
    }

    .sidebar[b-oo66y6sdvn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* _content/Reporting/Shared/NavMenu.razor.rz.scp.css */
.bg-title[b-r2wjiaoff4] {
    background-color: #666666;
    color: #EBEBEB;
}

.text-query[b-r2wjiaoff4] {
    color: #CCCCCC;
}

    .text-query:hover[b-r2wjiaoff4] {
        color: white;
    }

.hr[b-r2wjiaoff4] {
    border: 2px solid white;
}

.navbar-toggler[b-r2wjiaoff4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-r2wjiaoff4] {
    font-size: 1.1rem;
}

.oi[b-r2wjiaoff4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-r2wjiaoff4] {
    font-size: 0.9rem;
    padding-bottom: 1.5rem;
}

    .nav-item:first-of-type[b-r2wjiaoff4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r2wjiaoff4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r2wjiaoff4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-r2wjiaoff4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-r2wjiaoff4]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

div .btnLogout:hover[b-r2wjiaoff4] {
    color: white !important;
}

.navbar-toggler-icon[b-r2wjiaoff4] {
    color: black;
}

[b-r2wjiaoff4]::-webkit-scrollbar {
    width: 8px;
}

[b-r2wjiaoff4]::-webkit-scrollbar-thumb {
    background-color: #6c757d;
    border-radius: 20px;
}

    [b-r2wjiaoff4]::-webkit-scrollbar-thumb:hover {
        background: #212529;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-r2wjiaoff4] {
        display: none;
    }

    .collapse[b-r2wjiaoff4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrolla[b-r2wjiaoff4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        display: flex;
    }
}
