/* /Pages/LeaseCompsImport.razor.rz.scp.css */
.dropdown-datagrid-custom[b-js3f8bx0kr] {
    width: 100%;
}

.dropdown-datagrid-popup[b-js3f8bx0kr] {
    min-width: 450px !important;
}
/* /Pages/Statistics.razor.rz.scp.css */
.table-wrapper[b-jbutq9b7uh] {
    display: block;
    position: relative;
}

.table-loading-layer[b-jbutq9b7uh] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 10;
    opacity: .3;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.loading-text[b-jbutq9b7uh] {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.rz-grid-table-fixed .rz-frozen-cell[b-jbutq9b7uh] {
    height: 50px
}

.uploaded-statistics-highlight[b-jbutq9b7uh] {
    background-color: #ccf5d9 !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-x029zz29rc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x029zz29rc] {
    flex: 1;
}

.sidebar[b-x029zz29rc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/*.top-row ::deep a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}*/

.top-row a:first-child[b-x029zz29rc] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row[b-x029zz29rc] {
    position: relative;
    background-color: white;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

[b-x029zz29rc] .top-row button {
    margin-right: 0.5rem;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x029zz29rc] {
        display: none;
    }

    .top-row.auth[b-x029zz29rc] {
        justify-content: space-between;
    }

    .top-row a[b-x029zz29rc], .top-row .btn-link[b-x029zz29rc] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x029zz29rc] {
        flex-direction: row;
    }

    .sidebar[b-x029zz29rc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* /Shared/Panels/StackingDialogHelpContent.razor.rz.scp.css */
[b-ffsj9kfm4b] .rz-timeline-column .rz-timeline-axis {
    width: auto;
    flex: 0 1 2rem;
    justify-content: start;
}

[b-ffsj9kfm4b] .rz-timeline-item:before {
    opacity: 0;
}

[b-ffsj9kfm4b] .rz-timeline-point {
    width: auto;
    background: transparent;
    box-shadow: none !important;
}

[b-ffsj9kfm4b] .rz-timeline-item {
    padding: 0.7vh 0;
    border-radius: 8px;
}

[b-ffsj9kfm4b] .rz-timeline-axis {
    padding-left: 5px;
}
