﻿/* This css file is fixing the issue with the MudBlazor components */
.mud-input-label {
    overflow: visible;
}

.mud-input-control.mud-input-required > .mud-input-control-input-container > .mud-input-label::after {
    content: none !important;
}