
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
  display: none;
}

/* Style pagination */
.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  padding: 1rem 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  color: #374151;
  background: white;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #f9fafb;
  color: #111827;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Style info text */
.dataTables_wrapper .dataTables_info {
  padding: 1rem 1.5rem;
  color: #6b7280;
  font-size: 0.875rem;
}

/* Remove default sorting icons */
table.dataTable thead th {
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  display: none;
}

.ts-control{
  border: unset !important;
}