.custom-filter, .custom-date-filter {
    font-weight: 600;
    border: 1px solid #d8d8d8 !important;
    background-color: #fff;
    color: #009dff !important;
}
.custom-filter:hover, .custom-date-filter:hover {
    border-color: #009dff !important;
    background-color: #ebf7ff;
    color: #009dff !important;
}

.custom-filter.active, .custom-date-filter.active {
    border-color: #009dff !important ;
    background-color: #009dff;
    color: #fff !important;
}
.custom-action {
    background-color: #007ecc;
    color: #fff !important;
    border: none;
}
.custom-action:hover {
    background-color: #005fa3;
    color: #fff !important;
}