/* /Components/Navigation.razor.rz.scp.css */
/* /Pages/Reports/LEP/LEP2129.razor.rz.scp.css */
.lep2129-tab-host[b-pxybdvqxcr] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

    .lep2129-tab-host[b-pxybdvqxcr]  .dxbl-tabs {
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .lep2129-tab-host[b-pxybdvqxcr]  .dxbl-tabs-tablist {
        flex: 0 0 auto;
    }

    .lep2129-tab-host[b-pxybdvqxcr]  .dxbl-tabs-content-panel {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .lep2129-tab-host.lep2129-tab-host--grid[b-pxybdvqxcr]  .dxbl-tabs-content-panel {
        overflow: hidden;
    }

.lep2129-grid-tab[b-pxybdvqxcr] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

    .lep2129-grid-tab[b-pxybdvqxcr]  .lep2129-grid {
        height: 100%;
        min-height: 0;
    }
/* /Shared/DefaultLayout.razor.rz.scp.css */
body[b-bocs131y32] {
    margin: 0;
}

.menu[b-bocs131y32] {
    background-color: white;
    min-height: 100vh;
    padding: 20px;
    border-right: 1px solid lightgrey;
}

.content[b-bocs131y32] {
    padding: 28px;
}

.filter[b-bocs131y32] {
    padding-bottom: 28px;
    padding-left: 28px;
    border-bottom: 1px solid lightgrey;
    min-height: 2rem;
}

.user-info[b-bocs131y32] {
    justify-content: end;
    margin: 10px;
}

@media (max-width: 768px) {
    .menu[b-bocs131y32] {
        min-height: auto;
    }
}
