/* /Pages/ManageUsers.razor.rz.scp.css */


.tableHead th[b-0xkpmwxukk] {
    font-size: 18px;
    font-weight: 600;
}

.deleteBtn[b-0xkpmwxukk] {
    color: red;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-n40wlr8wgs] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(../images/08.png);
    background-color: rgba(0,0,0,0.2); /* 0.5 is the opacity value, can be changed as needed */
    background-blend-mode: multiply;
    background-repeat: no-repeat;    
    background-attachment: fixed;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 641px) {
    .navbar-toggler[b-l60odwy4uq] {
        display: none;
    }

    .collapse[b-l60odwy4uq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-l60odwy4uq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
