/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-i56ubsm1dt] {
    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-i56ubsm1dt] {
    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-i56ubsm1dt] {
    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-i56ubsm1dt] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-i56ubsm1dt] {
        font-size: inherit;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-6vygr4vxtn] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

.layout-shell[b-6vygr4vxtn] {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-6vygr4vxtn] .layout-shell > .sidebar,
.layout-shell[b-6vygr4vxtn]  .sidebar {
    flex: 0 0 300px;
}

.layout-shell > .content[b-6vygr4vxtn] {
    flex: 1 1 auto;
    min-width: 0;
}

.content[b-6vygr4vxtn] {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    .layout-shell[b-6vygr4vxtn] {
        display: block;
        overflow: auto;
    }

    .content[b-6vygr4vxtn] {
        min-height: 0;
    }
}

[b-6vygr4vxtn] .fit-width {
    max-width: 100%;
}

[b-6vygr4vxtn] .mw-1100 {
    max-width: 1100px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-hnt58gf18w] {
    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: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-hnt58gf18w] {
    display: none;
}

.sidebar.expand[b-hnt58gf18w] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-hnt58gf18w] {
        display: none;
    }

    .sidebar.expand[b-hnt58gf18w] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-hnt58gf18w] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-hnt58gf18w] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container {
    --dxbl-treeview-font-weight: 600;
}          

[b-hnt58gf18w] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-btn.dxbl-invisible {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-hnt58gf18w] .app-sidebar {
        padding-bottom: 0;
    }
}
