/* Custom pagination styling */
.custom-pagination .page-item.active .page-link {
  background-color: #00D078 !important;
  border-color: #00D078 !important;
  color: white !important;
}

.custom-pagination .page-link {
  color: #495057;
}

.custom-pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 208, 120, 0.25);
}

.custom-pagination .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #00D078;
}

/* First, Prev, Next, Last buttons */
.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
  border-radius: 0.25rem;
}
