/* Custom styles goes here */

/* DataTables: aktif sıralama okunu her zaman göster */
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:before,
table.dataTable thead th.sorting_desc:after {
    visibility: visible !important;
    opacity: 1 !important;
}
