/* ReSharper disable CssNotResolved */

.column-header {
    max-width: 100% !important;
    overflow: hidden !important;
}

.mud-table-container {
    width: 100% !important;
    overflow-y: auto;
}

.sortable-column-header {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.mud-table-dense * .mud-table-row .mud-table-cell {
    text-wrap-mode: nowrap;
    overflow: hidden;
}

.mud-table-dense * .mud-table-row th.mud-table-cell {
    text-wrap-mode: nowrap;
    overflow: hidden;
}

.mud-table-cell {
    font-size: var(--mud-typography-body2-size) !important;
    line-height: var(--mud-typography-body2-lineheight) !important;
}

.mud-table .mud-icon-button {
        color: var(--mud-palette-primary) !important;
    }

[class^=col-] {
    /* ReSharper disable once CssBrowserCompatibility */
    display: inline-flex;
}

.col-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    width: 25%;
    max-width: 25%
}

.col-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    width: 50%;
    max-width: 50%
}

.col-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    width: 75%;
    max-width: 75%
}

.col-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    width: 100%;
    max-width: 100%
}

.mud-table-pagination-toolbar {
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.mud-icon-button {
    color: var(--mud-palette-text-primary);
}

.mud-input-adornment-icon {
    color: var(--mud-palette-text-primary);
}
