/* _content/srxserver/RazorApp/Shared/AdminDrawer.razor.rz.scp.css */
.sidebar[b-rov9c2l4lg] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: calc(100vh - 90px);
    overflow: auto;
    background-color: inherit;
}

    .sidebar.collapse[b-rov9c2l4lg] {
        display: none;
    }

    .sidebar.expand[b-rov9c2l4lg] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-rov9c2l4lg] {
        display: none;
    }

        .sidebar.expand[b-rov9c2l4lg] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: 90vh;
            max-height: 90vh;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-rov9c2l4lg] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-rov9c2l4lg] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-rov9c2l4lg] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-rov9c2l4lg] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
    [b-rov9c2l4lg] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* _content/srxserver/RazorApp/Shared/EmptyLayout.razor.rz.scp.css */
.page[b-ncrgv736rp] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-ncrgv736rp] .page-layout,
[b-ncrgv736rp] .page-layout > .dx-gridlayout-root,
[b-ncrgv736rp] .layout-item {
    background-color: inherit;
}

[b-ncrgv736rp] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-ncrgv736rp] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-ncrgv736rp] .fit-width {
    max-width: 100%;
}

[b-ncrgv736rp] .mw-1100 {
    max-width: 1100px;
}
/* _content/srxserver/RazorApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-ejq9cs2ac9] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-ejq9cs2ac9] .page-layout,
[b-ejq9cs2ac9] .page-layout > .dx-gridlayout-root,
[b-ejq9cs2ac9] .layout-item {
    background-color: inherit;
}

[b-ejq9cs2ac9] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    [b-ejq9cs2ac9] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-ejq9cs2ac9] .fit-width {
    max-width: 100%;
}

[b-ejq9cs2ac9] .mw-1100 {
    max-width: 1100px;
}
/* _content/srxserver/RazorApp/Shared/NavHeader.razor.rz.scp.css */
.navbar.header-navbar[b-bhrrv7q2ii] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-bhrrv7q2ii] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-bhrrv7q2ii] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-bhrrv7q2ii] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-bhrrv7q2ii] {
        font-size: inherit;
    }
}
/* _content/srxserver/RazorApp/Shared/NavSidebar.razor.rz.scp.css */
.sidebar[b-ll8e53i6a5] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 90vh;
    max-height: 90vh;
    overflow: auto;
    background-color: inherit;
}

.sidebar.collapse[b-ll8e53i6a5] {
    display: none;
}

.sidebar.expand[b-ll8e53i6a5] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-ll8e53i6a5] {
        display: none;
    }

        .sidebar.expand[b-ll8e53i6a5] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: 90vh;
            max-height: 90vh;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-ll8e53i6a5] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-ll8e53i6a5] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-ll8e53i6a5] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-ll8e53i6a5] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
/*::deep .app-sidebar,
::deep .app-sidebar > .nav-pills,
::deep .app-sidebar > .nav-pills > .nav-item,
::deep .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}*/

@media (max-width: 1199.98px) {
    [b-ll8e53i6a5] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* _content/srxserver/RazorApp/Shared/ShareFileDropZone.razor.rz.scp.css */
.sidebar[b-j26dcw37e1] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 90vh;
    max-height: 90vh;
    overflow: auto;
    background-color: inherit;
}

    .sidebar.collapse[b-j26dcw37e1] {
        display: none;
    }

    .sidebar.expand[b-j26dcw37e1] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-j26dcw37e1] {
        display: none;
    }

        .sidebar.expand[b-j26dcw37e1] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: 90vh;
            max-height: 90vh;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-j26dcw37e1] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-j26dcw37e1] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-j26dcw37e1] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-j26dcw37e1] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
    [b-j26dcw37e1] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* _content/srxserver/RazorApp/Shared/UserDrawer.razor.rz.scp.css */
.sidebar[b-hr9t8n1f8h] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 90vh;
    max-height: 90vh;
    overflow: auto;
    background-color: inherit;
}

    .sidebar.collapse[b-hr9t8n1f8h] {
        display: none;
    }

    .sidebar.expand[b-hr9t8n1f8h] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-hr9t8n1f8h] {
        display: none;
    }

        .sidebar.expand[b-hr9t8n1f8h] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: 90vh;
            max-height: 90vh;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-hr9t8n1f8h] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-hr9t8n1f8h] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-hr9t8n1f8h] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-hr9t8n1f8h] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
    [b-hr9t8n1f8h] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
