﻿:root {
    --mud-typography-button-lineheight: 1.4 !important;
}

:root {
    --mud-typography-body2-size: 0.8rem !important;
}

.datagrid-cell {
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body {
    min-height: 100vh;
}

.available-height {
    height: calc(100vh - 48px - 32px)
}

.at-least-available-height {
    min-height: calc(100vh - 48px - 32px)
}

.hero {
    background-color: rgb(30, 41, 50);
    height: 400px;
    position: absolute;
    z-index: -1;
    width: 100%
}

.empty-state-image {
    max-height: 320px;
}

.mud-input-label {
    font-weight: 500;
}