.mud-nav-link {
    white-space: normal !important;
}

.side-menu .mud-chip.mud-chip-size-small {
    font-size: 0.625rem;
    height: 1.125rem;
}

:root{
    --mud-palette-action-default: white;
}

.description-list {
    display: flex;
    flex-direction: column;
}

.description-pair {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.description-pair dt {
    min-width: 100px;
    margin-right: 8px;
    font-weight: bold;
    text-align: left;
}

.description-pair dd {
    margin: 0;
    flex: 1;
}

.word-wrap {    
    word-wrap: break-word;
    white-space: normal;
}

.mud-tooltip-root {
    height: fit-content;
    display: flex !important;
}

.full-size-object {
    width: 100%;
    height: 100%;
}

.mud-table-toolbar {
    height: 120px !important;
}

.pointer-cursor {
    cursor: pointer;
}

.mud-rating-item.mud-disabled * {
    color: inherit !important;
}

.selected-table-row-primary {
    background-color: var(--mud-palette-primary) !important;
}

.selected-table-row-primary > td {
    color: white !important;
}

.selected-table-row-primary > td .mud-input {
    color: white !important;
}

.apexcharts-canvas text {
    fill: var(--mud-palette-text-primary) !important;
}

.apexcharts-legend-text,
.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
    color: var(--mud-palette-text-primary) !important;
}

.apexcharts-tooltip.apexcharts-theme-light,
.apexcharts-tooltip.apexcharts-theme-dark {
    background: var(--mud-palette-surface) !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title,
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
    background: var(--mud-palette-background-gray) !important;
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
}

.mud-card-header p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
}

/* 
Override for table cells
The must be kept in sync with Theme.cs
 */

.mud-table-body .mud-table-cell {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.mud-table-head .mud-table-cell { 
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;

}