/* PanelFood DataTables (Argon) */
.pf-dt-toolbar .dataTables_filter input {
  border: 1px solid #cad1d7;
  border-radius: 0.375rem;
  padding: 0.35rem 0.6rem;
  min-width: 180px;
}
.pf-dt-toolbar .dataTables_length select {
  border: 1px solid #cad1d7;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
}
table.pf-datatable.dataTable thead th {
  white-space: nowrap;
  vertical-align: middle;
}
table.pf-datatable.dataTable tbody td {
  vertical-align: middle;
}
.dt-buttons .btn {
  margin-right: 4px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-end;
  margin: 0;
}
div.dataTables_wrapper .page-item.active .page-link {
  background-color: #5e72e4;
  border-color: #5e72e4;
}
