nav.flex.items-center.justify-between {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}

/* .table-responsive span nav svg {
  width: 20px;
} */

.page-item.active .page-link {
  background-color: #6f4e37; /* Coffee color */
  border-color: #6f4e37;
  color: #fff;
}

.page-link:hover {
  background-color: #a67b5b; /* Light coffee on hover */
  border-color: #a67b5b;
  color: #fff;
}

/* Increase font size and spacing */
nav[role="navigation"] .relative.inline-flex {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin: 0 2px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

/* Coffee color active page */
nav[role="navigation"]
  .relative.inline-flex.bg-white.text-gray-500.border-gray-300[aria-current="page"] {
  background-color: #6f4e37;
  border-color: #6f4e37;
  color: white;
}

/* Hover effect for links */
nav[role="navigation"] a.relative.inline-flex:hover {
  background-color: #a67b5b;
  color: white;
  border-color: #a67b5b;
}

/* Optional: spacing between buttons */
nav[role="navigation"] .inline-flex > * {
  margin: 0 2px;
}
.page-head {
  align-items: center;
  margin-top: 20px;
}
.page-head li.page-item {
  width: 50px;
  align-items: center;
  text-align: center; /* font-size: 18px; */
}
.page-head li.page-item a {
  font-size: 16px;
  font-weight: 500;
}

.pagination-count p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sidebar .collapse {
    pointer-events: auto !important;
  }
  .sidebar {
    -webkit-overflow-scrolling: touch;
  }
}