.custom-buttons button {
    padding: 0 !important;
    padding: 5px 10px !important;
    color: white !important;
    border-radius: unset;
}
.invert-color {
   filter: brightness(0) invert(1) !important;

}

.custom-buttons button:first-child {
    background: #2097F5 !important;
}

.custom-buttons button:nth-child(2) {
    background: #FF7489 !important;
}

.custom-buttons button:nth-child(3) {
    background: #FFC009 !important;
}

.custom-buttons button:last-child {
    background-color: #868F94 !important;
}

.custom-buttons i {
    color: white !important;
}

.dataTables_scrollHeadInner{
    width: unset !important;
}
