/* /Pages/AdminDashboard.razor.rz.scp.css */
body[b-eyj3qm89jo] {
}
/* /Pages/ApproverDashboard.razor.rz.scp.css */
body[b-sps33tbw99] {
}
/* /Pages/CreateRequest/CreateRequest.razor.rz.scp.css */
body[b-faymi0pglw] {
}

input[b-faymi0pglw] {
    margin: 5px;
}

.line-after[b-faymi0pglw]::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 16px;
    margin-right: 0px;
}

.line-after[b-faymi0pglw] {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    /*margin-left: 8px;*/
    margin-right: 0px;
    padding-right: 0px;
}

label[b-faymi0pglw] {
    font-size: 15px;
    font-family: MrEavesXLModOT-Reg;
}

div[b-faymi0pglw] {
    font-family: MrEavesXLModOT-Reg;
}

.validation-message[b-faymi0pglw] {
    color: rgba(243, 23, 0, 0.5);
    font-weight: bold;
}
/* /Pages/ManageAdmins.razor.rz.scp.css */
body[b-zjtbv6wylu] {
}
/* /Pages/ManageGroups.razor.rz.scp.css */
body[b-shd823wx3i] {
}
/* /Pages/ManageUsers.razor.rz.scp.css */
body[b-b91bwcoj26] {
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3mhtjz7aq3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-3mhtjz7aq3] {
    flex: 1;
}

.sidebar[b-3mhtjz7aq3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3mhtjz7aq3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3mhtjz7aq3]  a, .top-row .btn-link[b-3mhtjz7aq3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3mhtjz7aq3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3mhtjz7aq3] {
        display: none;
    }

    .top-row.auth[b-3mhtjz7aq3] {
        justify-content: space-between;
    }

    .top-row a[b-3mhtjz7aq3], .top-row .btn-link[b-3mhtjz7aq3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3mhtjz7aq3] {
        flex-direction: row;
    }

    .sidebar[b-3mhtjz7aq3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3mhtjz7aq3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-3mhtjz7aq3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-niq15w5aco] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-niq15w5aco] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-niq15w5aco] {
    font-size: 1.1rem;
}

.oi[b-niq15w5aco] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-niq15w5aco] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-niq15w5aco] {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .nav-item:last-of-type[b-niq15w5aco] {
        padding-bottom: 0rem !important;
    }

    .nav-item :: deep a[b-niq15w5aco] {
        color: #d7d7d7;
        border-radius: 4px;
        height: 10rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item :: deep a.active[b-niq15w5aco] {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-niq15w5aco]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-niq15w5aco] {
        display: none;
    }

    .collapse[b-niq15w5aco] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
