#crudTable_reset_button::after {
    content: ' filters.';
}

.table, .dataTables_wrapper {
    font-size: 0.85rem; /* Cambia a lo que necesites: 12px, 13px, etc. */
}

#crudTable th,
#crudTable td,
table.dataTable thead th{
  text-align: left !important;
}

#crudTable_processing > img{
    display: none;
}

table.dataTable tfoot>tr>th div.dt-column-footer {
    text-align: left !important;
  }

body > div.page > aside{
  z-index: 0 !important;
}
