﻿

.mud-snackbar-location-bottom-left {
    bottom: 50px !important;
}

.mud-snackbar-location-bottom-right {
    bottom: 50px !important;
}

.mud-tab {
    font-size: 24px !important;
}
    .mud-tab:hover {
        border-radius: 4px;
    }

/*.mud-tab.mud-tab-active {
    background: #77777777 !important;
    font-size: 26px !important;
}*/

/*.mud-tab.mud-tab-active:focus {*/
    /*background-color: var(--mud-palette-primary-hover);*/
    /*background-color: #22228422 !important;
}

.mud-tab.mud-tab-active:hover {*/
        /*background-color: var(--mud-palette-primary-hover);*/
        /*background-color: #22228422 !important;
    }*/

.mud-tab-slider.mud-tab-slider-horizontal {
    height: 16px;
    bottom: 0;
    margin-top: 50px;
    transition: left .3s cubic-bezier(.64,.09,.08,1);
    will-change: left;
}

.mud-selected-item {
 
    background-color: #ff0000 !important;
}

.mud-error-hover {
    background-color: #ff0000 !important;
}

.mud-list-item.mud-error-hover {
    background-color: #ee9d11e7 !important;
}

.mud-list-item.mud-warning-hover {
    background-color: #ee9d11e7 !important;
}

.mud-progress-linear-color-info {
    background: #3399ff !important;
}
