* {
    font-family: 'Roboto Flex' !important;
}

.MuiTable-root thead tr th {
    background-color: #EFEFEF !important;
    box-shadow: 0px 1px 0px #DDDBDA !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

.MuiTable-root thead tr td {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.MuiTableSortLabel-icon {
    color: #8B0000 !important;
}

.MuiButton-containedPrimary{
    background-color: #8B0000 !important;
}

.Mui-disabled
{
    color: #706e68 !important;
}

.MuiOutlinedInput-inputSelect option:hover { 
    /* Whatever color  you want */
    background-color: #8B0000 !important;
    color: #fff !important;
}

option:hover
{
    background-color: #8B0000 !important;
    color: #fff !important;
}

.EmployeeInvitations-notch-830
{
    border-top: 12px solid #000 !important;
}

.MuiGrid-root .jss557 {
    border-top-color: #000000 !important;
}

.BannerBM {
    background-image:none !important;
    background:#efefef !important;
}

.BannerBM p {
    color: #8B0000 !important;
}