html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.table-selected-row {
    /*background: var(--mud-palette-info) !important;*/
    background: var(--mud-palette-primary-lighten) !important;
}

.mud-table-cell {
    padding: 6px 6px 6px 6px !important;
}

:root {
    --mud-palette-secondary: rgba(52,160,164,1)
}

.loading {
    display: flex;
    justify-content: center; /* horizontal centering */
    align-items: center; /* vertical centering */
    height: 100vh;
    font-size: 16px;
    font-weight: bold;
    font-family: Roboto;
    color: #424242;
}
