﻿.mud-tab {
    min-width: 125px;
    min-height: 30px;
    border-bottom: 2px solid #eee;
}
.mud-tab-active {
    border-bottom: 2px solid var(--gold);
}

.mud-badge {
    width: 8px;
    min-width: auto;
    height: 8px;
    padding: 0;
    margin-bottom: 5px;
}

.mud-theme-error {
    background-color: #dc3545 !important;
}
.mud-theme-success {
    background-color: #198754 !important;
}
.mud-theme-warning {
    background-color: #ffc107 !important;
}