@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/ElementListView.razor.rz.scp.css */
/*::deep tr {
    height: 2em;
}

    ::deep tr:has(> td:not(:empty)) > td {
        display: table-cell;
    }

::deep td:empty {
    display: none;
}

::deep table {
    border-collapse: collapse;
}

::deep th,
::deep td {
    padding: 0.5rem;
    border-right: 1px solid #455a64;
}

    ::deep th:last-child,
    ::deep td:last-child {
        border-right: none;
    }

::deep tbody tr:nth-child(odd) td {
    border-bottom: 1px solid #cfd8dc;
}

::deep tbody tr:nth-child(even) td {
    border-bottom: 1px solid #90a4ae;
}*/

tr[b-s8l4ux2r8m] {
    background-color: green;
}

[b-s8l4ux2r8m] tr {
    background-color: green;
}

[b-s8l4ux2r8m] tbody tr:nth-child(odd) td {
    border-bottom: 1px solid #cfd8dc;
}

[b-s8l4ux2r8m] tbody tr:nth-child(even) td {
    border-bottom: 1px solid #90a4ae;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zrd5khdkf4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zrd5khdkf4] {
    flex: 1;
}

.sidebar[b-zrd5khdkf4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zrd5khdkf4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zrd5khdkf4]  a, .top-row[b-zrd5khdkf4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zrd5khdkf4]  a:hover, .top-row[b-zrd5khdkf4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zrd5khdkf4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zrd5khdkf4] {
        display: none;
    }

    .top-row.auth[b-zrd5khdkf4] {
        justify-content: space-between;
    }

    .top-row[b-zrd5khdkf4]  a, .top-row[b-zrd5khdkf4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zrd5khdkf4] {
        flex-direction: row;
    }

    .sidebar[b-zrd5khdkf4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zrd5khdkf4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zrd5khdkf4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zrd5khdkf4], article[b-zrd5khdkf4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
