﻿
/* MudBlazor typography overrides */
.mud-tab.mud-tab-active {
    background-color: #0070b8 !important;
    color: white !important;
}

.mud-tab.mud-tab-active:hover {
    background-color: #005f8c !important;
}

.mud-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

mud-main-content, .mud-main-content {
    flex: 1;
    padding-top: 15px;
}

.mud-typography-h1, h1 {
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    margin-top: 30px;
    color: #0070b8;
}

.mud-typography-h2, h2 {
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    color: #626262;
    margin: 0 0 5px 0;
}

.mud-typography-h3, h3 {
    text-transform: uppercase;
    background: #0070b8;
    color: white !important;
    padding: 7px 15px 6px 15px;
    margin-bottom: 0;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.mud-typography-h4, h4 {
    text-transform: uppercase;
    background: #ececec;
    color: #696969 !important;
    padding: 4px 15px;
    margin: 0;
    border-bottom: 1px solid #cecece;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.mud-typography-h5, h5 {
    color: #626262 !important;
    font-size: 18px !important;
    margin: 0;
}

.mud-button-root {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.mud-button-filled.mud-primary {
    background-color: #0070b8 !important;
    color: white !important;
}

.mud-button-filled.mud-primary:hover {
    background-color: #005e99 !important;
}

.mud-table {
    border-radius: 8px;
    overflow: hidden;
}

.mud-table thead th {
    background: #0070b8 !important;
    color: white !important;
    font-weight: 700 !important;
}

.mud-table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}

.mud-popover .mud-list {
    max-height: 200px;
    overflow-y: auto;
}
