@import '../_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* IntClient/Layouts/MainLayout.razor.rz.scp.css */
.layout-container[b-e2lrd7ufve] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.layout-head[b-e2lrd7ufve] {
    flex: 0;
}

.navbar-custom[b-e2lrd7ufve] {
    background-color: #0068B1;
}

.layout-body[b-e2lrd7ufve] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow-y: auto;
}


