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

@media (max-width: 350px) {
    .title[b-w4xk3cjdtl] {
        font-size: inherit;
    }
}
/* _content/AdminToolOnline/Shared/MainLayout.razor.rz.scp.css */
.page[b-q6eynmac3g] {
}

.main[b-q6eynmac3g] {
    flex: 1;
    overflow: hidden;
}
.main_with_scrollbar[b-q6eynmac3g] {
    flex: 1;
    overflow: auto;
}
.baseview[b-q6eynmac3g] {
}

.sidebar[b-q6eynmac3g] {
    /*background-image: linear-gradient(180deg, #d6d5d5 0%, #8a8989 70%);*/
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .page[b-q6eynmac3g] {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .page-row[b-q6eynmac3g] {
        display: flex;
        overflow-y: hidden;
        /*flex: 1 0px;*/
        flex: 1 1 auto;
    }

    .baseview[b-q6eynmac3g] {
        display: flex;
        flex-direction: row;
        /*position: absolute;
        top: 176px;
        bottom: 50px;*/
        width: 100%;
    }

    .sidebar[b-q6eynmac3g] {
        width: 390px;
        min-width: 390px;
        /* position: fixed;
        top: 0;
        left: 0;
        height: 100vh; */
        overflow-y: auto;
    }

    .handler[b-q6eynmac3g] {
        cursor: ew-resize;
        flex: 0 0 auto;
        user-select: none; /* Prevent text selection */
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background: var(--menu-color);
        margin: 0 auto;
    }

    .main[b-q6eynmac3g] {
        flex: 1 1 auto;
    }

    .handler-horizontal[b-q6eynmac3g] {
        cursor: ns-resize;
        flex: 0 0 auto;
        user-select: none; /* Prevent text selection */
        content: '';
        display: block;
        height: 4px;
        width: 100%;
        background: var(--menu-color);
        margin: 0 auto;
    }
}
/* _content/AdminToolOnline/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-1msgejpz5s] {
    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-1msgejpz5s] {
    display: none;
}

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

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

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

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

[b-1msgejpz5s] .app-sidebar .root-item > :first-child {
    --dxbl-treeview-font-weight: 600;
}

[b-1msgejpz5s] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
    display: none;
}

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