.table thead th {
  color: var(--text-muted-color);
  font-size: 0.85rem;
  font-weight: 600;
}
.table-responsive {
  border-radius: var(--radius-lg);
}
