﻿/* Apply this to a textfield so the height stays the same even if validation/error text is switched on and off */
.textfield-validation-preserver {
    height: 71px;
}

/* Language selector menu customization */
.languageSelector .mud-list-item-icon {
    min-width: 32px;
}

/* Apply this to a textfield to preserve whitespace */
.multiline-string-component {
    white-space: pre-wrap;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0;
}

/* Mod the checkbox disabled state, so the text on it will also appear disabled */
.mud-checkbox.mud-disabled p,
.mud-checkbox.mud-disabled h1,
.mud-checkbox.mud-disabled h2,
.mud-checkbox.mud-disabled h3,
.mud-checkbox.mud-disabled h4,
.mud-checkbox.mud-disabled h5,
.mud-checkbox.mud-disabled h6 {
    color: var(--mud-palette-text-disabled)
}

/* Used in SeverityDialog to show custom content inside the MudAlert and still keep the content and Icon aligned */
.mud-alert-mod .mud-alert-message {
    padding: 0px;
    width: 100%;
}
