.h-full {
    height: 100%;
}
.w-full {
    width: 100%;
}




.text-error {
    color: var(--mud-palette-error-darken);
}
.text-success {
    color: var(--mud-palette-success-darken);
}
.text-info {
    color: var(--mud-palette-info-darken);
}
.text-warning {
    color: var(--mud-palette-warning-darken);
}
.text-default {
    color: var(--mud-palette-dark-darken);
}
.text-disabled {
    color: var(--mud-palette-text-disabled);
}
.text-strikethrough {
    text-decoration: line-through;
}

.text-nowrap {
    white-space: nowrap;
}

.text-nowrap-dots {
    white-space: nowrap;
    text-overflow: ellipsis;
}