.dataTables_scrollBody {
  margin-top: -36px;
}

.dataTables_filter {
  display: none;
}

.sorting {
  cursor: pointer;
}

/* Square Buttons previous & next button */
.customPagination #listing_previous > a,
.customPagination #listing_next > a {
  width: 100px;
  border-radius: 5px;
}

.customPagination .page-link:not(:disabled):not(.disabled) {
  font-size: 17px;
  height: 35px;
  width: 35px;
}
