.column-filter {
    .mat-mdc-form-field {
        width: 100%;
        height: 100%;
    }
    .mdc-text-field--filled:not(.mdc-text-field--disabled) {
        background-color: white !important
    }
}

.column-filter.filter-enabled {
    .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
        color: var(--fss-white) !important;
    }
    .mdc-text-field--filled:not(.mdc-text-field--disabled) {
        background-color: var(--fss-red) !important;
    }
}