﻿.mud-table-toolbar {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: linear-gradient(var(--mud-palette-tertiary), #FFF);
    border-bottom: 2px solid #333
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    background-color: #bfdefd !important;
    color: #444 !important;
    font-weight: bold;
    border: 1px solid #444 !important;
    position: sticky;
}

.mud-select.dark-label label.mud-input-label-outlined {
    transform: translate(14px, 20px) scale(1);
    pointer-events: none;
    background-color: #444;
    color: #EEE;
    padding: 0px 5px !important;
}

.mud-picker.dark-label label.mud-input-label-outlined {
    transform: translate(14px, 20px) scale(1);
    pointer-events: none;
    background-color: #444;
    color: #EEE;
    padding: 0px 5px !important;
}