/* Dark/black table styling - Consistent across all pages */
.tabulator {
  background-color: #1a1a1a !important;
  border: 1px solid #14af4a;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  color: #ffffff;
}

.tabulator .tabulator-header {
  background-color: #1a1a1a !important;
  border-bottom: 2px solid #14af4a;
}

.tabulator .tabulator-header .tabulator-col {
  background-color: #1a1a1a !important;
  border-right: 1px solid #2a2a2a;
  color: #14af4a !important;
  font-weight: bold;
}

.tabulator .tabulator-header .tabulator-col:hover {
  background-color: #252525 !important;
}

.tabulator .tabulator-row {
  background-color: #1a1a1a !important;
  border-bottom: 1px solid #2a2a2a;
  color: #ffffff !important;
}

.tabulator .tabulator-row:hover {
  background-color: #252525 !important;
}

.tabulator .tabulator-row.tabulator-row-even {
  background-color: #0f0f0f !important;
}

.tabulator .tabulator-row.tabulator-row-even:hover {
  background-color: #252525 !important;
}

.tabulator .tabulator-cell {
  background-color: inherit !important;
  border-right: 1px solid #2a2a2a;
  color: #ffffff !important;
}

.tabulator .tabulator-cell a {
  color: #14af4a !important;
}

.badge-primary {
  background-color: #14af4a;
  color: white;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 0.85em;
  margin: 2px;
}

.badge-secondary {
  background-color: #6c757d;
  color: white;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 0.85em;
  margin: 2px;
}
