  .card-title a:hover {
      color: #7c3aed !important;
  }

  .btn-link:hover {
      color: #7c3aed !important;
      text-decoration: none !important;
  }
  .btn-link {
      color: #7c3aed !important;
      text-decoration: none !important;
  }
a.btn-link.text-primary:hover {
  color: #7c3aed !important;
}
.btn-purple {
  background-color: #f3e8ff;
  color: #7c3aed;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-purple:hover {
  background-color: #e9d5ff;
  color: #6d28d9;
}
.custom-pagination .page-link {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border: none;
  background: #fff;
  color: #6c757d;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.custom-pagination .page-link:hover {
  background: #f3f0ff;
  color: #7c3aed;
}

.custom-pagination .active .page-link {
  background: #7c3aed !important; /* violet */
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(124,58,237,0.4);
}
.btn-outline-primary {
  background-color: #7c3aed !important;
  color: #fff !important;
  border: none !important;
}

.btn-outline-primary:hover {
  background-color: #6d28d9 !important;
  color: #fff !important;
}
.recent-sidebar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 80px !important;
}

