.map-dialog {
    & > .mud-overlay-dark{
    background-color: rgba(0, 0, 0, 0.0) !important;
    }
}
.stickyheader-class {
    top: 0;
    position: sticky;
    z-index: 1;
    background-color: var(--mud-palette-surface);
}

.mud-table-head{
    white-space: nowrap !important;
}

.mud-table-row {
    white-space: nowrap !important;
}

