﻿@media only screen and (max-width: 600px) {
    .mud-table-root {
        border-collapse: separate;
        border-spacing: 5px;
    }
    /*    .mud-table-row {
        background-color: #F7FAFF
    }*/
    .mud-picker-calendar-content {
        overflow-y: auto;
        max-height: 500px;
    }
}

#blazor-error-ui {
    font-size: x-large;
    height: 120px;
    align-content: center;
}

    #blazor-error-ui .reload {
        margin-left: 0.75rem;
        padding: 0.25rem 0.6rem;
        border-radius: 4px;
        background: rgba(255,255,255,0.15);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: .4rem;
    }


.mud-table-head .header-centered th {
    text-align: center;
    font-size: 1.2em;
    background-color: var(--mud-palette-tertiary-lighten);
    color: var(--mud-palette-text-primary);
}

.mud-table-foot .bold-text .mud-table-cell {
    font-weight: 500;
}
