:root {
  color-scheme: light;
}

body {
  background: #f7f8fa;
}

.table {
  background: #ffffff;
  min-width: 1800px;
}

.status-badge {
  min-width: 5rem;
}

.status-green {
  background: #198754;
}

.status-yellow {
  background: #ffc107;
  color: #212529;
}

.status-red {
  background: #dc3545;
}
