﻿
.mud-input-outlined-border {
    border-radius: 50px !important;
}

.mud-button {
    border-radius: 50px !important;
}

.mud-table-head {
    background-color: var(--mud-palette-black);
    color: rgba(255,255,255,0.6980392156862745) !important;
}

.mud-table-root .mud-table-head .mud-table-cell {
    color: rgba(255,255,255,0.6980392156862745) !important;
}

@media (hover: hover) and (pointer: fine) {
    .mud-data-grid .mud-table-cell .column-header:hover .column-options .sort-direction-icon {
        opacity: .8 !important;
        color: white !important;
    }
}

@media (hover: hover) and (pointer: fine) {
    .mud-data-grid .mud-table-cell .column-header:hover .column-options .mud-menu .mud-icon-button-label {
        color: white !important;
        opacity: 0.8 !important;
    }
}