/* TABLE STYLES */
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left !important;
}

table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting_asc::before,
table.dataTable thead th.sorting_desc::before {
    content: '';  /* Reset the added sorting icons or elements if not needed */
}

/* Pagination */

.page-item .page-link {
    box-shadow: none;
}
    
.page-item.active .page-link {
    color: var(--text-color);
    background-color: var(--eco-green);
    border-color: var(--eco-green-dark);
    box-shadow: none;
}