
.table td {
    padding: .35rem .85rem;
    font-size: 90%;
}

.table th {
    padding: .55rem .85rem;
    font-size: 90%;
}

.table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
    border-top-width: 1px !important;
}

.dataTables_info {
    color: #757575 !important;
}

.bottom {
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 20px !important;
}

.dataTables_length select {
    border: none !Important;
    border-bottom: 1px solid #bdbdbd !important;
    height: 1.777rem !important;
}

.dataTables_paginate .paginate_button {
    padding: .16rem !important;
    min-width: 1.5rem !important;
}

.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #e5e7eb;
}

.dataTables_info {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.dataTables_paginate {
  display: flex;
  align-items: center;
}

.pagination {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.paginate_button {
  margin: 0 0.25rem;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: all 0.2s;
}

.page-link:hover {
  background-color: #f3f4f6;
}

.page-item.active .page-link {
  color: #ffffff;
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.page-item.disabled .page-link {
  color: #9ca3af;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #d1d5db;
}

.dataTables_length {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.dataTables_length label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #374151;
}

.dataTables_length select {
  margin-left: 0.5rem;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}

@media (min-width: 640px) {
  .bottom {
    flex-wrap: nowrap;
  }

  .dataTables_info {
    margin-bottom: 0;
  }

  .dataTables_length {
    margin-top: 0;
  }
}

