/* _content/Lebone-KitPro2/Components/Layout/LoginLayout.razor.rz.scp.css */
/* Full-screen auth layout intentionally minimal. */
/* _content/Lebone-KitPro2/Components/Layout/MainLayout.razor.rz.scp.css */
/* Theme-driven layout: intentionally empty to avoid conflicts with Falcon styles. */

@media (min-width: 1200px) {
    .app-shell[b-nv0rit0sqr] {
        --app-sidebar-width: clamp(190px, 13vw, 230px);
    }

    .row > .app-sidebar[b-nv0rit0sqr] {
        flex: 0 0 var(--app-sidebar-width);
        width: var(--app-sidebar-width);
        max-width: var(--app-sidebar-width);
    }

    .row > .app-main-shell[b-nv0rit0sqr] {
        flex: 1 1 0;
        width: calc(100% - var(--app-sidebar-width));
        max-width: calc(100% - var(--app-sidebar-width));
    }
}

#blazor-error-ui[b-nv0rit0sqr] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-nv0rit0sqr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Lebone-KitPro2/Components/Layout/NavMenu.razor.rz.scp.css */
/* Theme-driven nav: intentionally empty to avoid conflicts with Falcon styles. */
/* _content/Lebone-KitPro2/Components/Pages/WorkList.razor.rz.scp.css */
.worklist-filter-body[b-o1al5r93y9] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.worklist-filter-row[b-o1al5r93y9] {
    --bs-gutter-y: 0.5rem;
}

.worklist-filter-label[b-o1al5r93y9] {
    margin-bottom: 0.25rem;
}

.worklist-filter-select[b-o1al5r93y9] {
    min-height: 8rem;
}
