table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  top: 4px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  top: 4px;
}

table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: var(--primary-50);
}

table.dataTable th, table.dataTable td {
  padding: 4px 4px;
}

.dataTables_wrapper {
  font-size: 0.9rem;
}

@media (min-width: 768px) {

}

@media (max-width: 576px) {
  div.dataTables_length {
    display: none;
  }

  div.dataTables_filter {
    margin-left: -12px;
  }

  div.dataTables_filter, div.dataTables_info {
    text-align: left !important;
  }
}
