.custom-table {
    border-collapse: separate;
    border-spacing: 0 8px;
  }
  
  .custom-table th, .custom-table td {
    vertical-align: middle;
    padding: 1rem;
  }
  
  .custom-table .table-light {
    background-color: #f8f9fa;
  }
  
  .custom-table .text-muted {
    font-size: 0.85rem;
  }
  
  .custom-table .fas {
    font-size: 1.2rem;
    color: #6c757d;
  }
  
  .custom-table .fas.fa-eye {
    color: #007bff;
  }
  
  .custom-table .fas.fa-times {
    color: #dc3545;
  }
  
  .custom-table .badge-success {
    background-color: #28a745;
  }
  
  .custom-table .badge-secondary {
    background-color: #6c757d;
  }
  
  .custom-table .pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .custom-table .pagination .page-item .page-link {
    color: #007bff;
  }
  
  .custom-table .pagination .page-item .page-link:hover {
    background-color: #e9ecef;
  }
  