/* DataTable filter row — make input text bright and visible */
.dash-filter input {
    color: #ffffff !important;
    background-color: #2c2c2c !important;
    border: 1px solid #555 !important;
    caret-color: #ffffff !important;
}
.dash-filter input::placeholder {
    color: #aaaaaa !important;
    opacity: 1 !important;
}
/* Also target the filter icon/cell background */
.dash-filter {
    background-color: #2c2c2c !important;
}
