﻿.mud-table-root .mud-table-head tr th {
    color: white !important;
    background-color: #0072ce !important;
}

.mud-table-root .mud-table-body tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    font-weight: 400;
    white-space: nowrap;
}

    .mud-table-root .mud-table-body tr td:hover {
        overflow: visible;
        white-space: normal;
    }

.mud-table-foot {
    display: none !important;
}

.mud-table-container {
    /*width: auto !important;*/
    height: 60vh;
}

.columns-panel {
    max-block-size: -webkit-fill-available;
    max-height: 49vh;
    overflow-y: auto;
}
.mud-icon-button:disabled .mud-icon-button-label {
    color: var(--mud-palette-action-disabled) !important;
}
.mud-icon-button .mud-icon-button-label {
    color: rgb(33 150 243) !important;
}
