/* /Pages/Objectsecurity/ObjectsecurityMasterdata.razor.rz.scp.css */
[b-d4zm81y2xn] .select-tertiary-colored .mud-input-slot {
    color: var(--mud-palette-tertiary-text) !important;
}
[b-d4zm81y2xn] .select-tertiary-colored .mud-input-label {
    color: var(--mud-palette-tertiary-text) !important;
}
[b-d4zm81y2xn] .select-tertiary-colored .mud-svg-icon {
    color: var(--mud-palette-tertiary-text) !important;
}
/* /Pages/Objectsecurity/ObjectsecurityVisitTable.razor.rz.scp.css */
[b-80y0jrt8so] .filter-textfield {
    background-color: var(--mud-palette-tertiary);
}

    [b-80y0jrt8so] .filter-textfield label {
        color: var(--mud-palette-tertiary-text) !important;
    }

    [b-80y0jrt8so] .filter-textfield input {
        color: var(--mud-palette-tertiary-text) !important;
    }

    [b-80y0jrt8so] .filter-textfield button {
        color: var(--mud-palette-tertiary-text) !important;
    }
/* /Pages/Parification/ParificationRatingTableComponents/ParificationRatingTable.razor.rz.scp.css */
.fixed-rated-value-form:valid > input[b-gdbh59p7zt] {
    color: black;
}
.fixed-rated-value-form:invalid > input[b-gdbh59p7zt] {
    color: red;
}
/* /Shared/LoadingOverlay.razor.rz.scp.css */
@keyframes spinner-border-b-2ce155hfbh {
    to {
        transform: rotate(360deg);
    }
}

.spinner[b-2ce155hfbh] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    color: var(--mud-palette-primary);
    border: 0.25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-2ce155hfbh;
}

.sr-only[b-2ce155hfbh] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
