:root {
  --cs-orange: #f5a623;
  --cs-teal: #4aa3a8;
  --cs-green: #1b7a3d;
  --cs-navy: #1f3a5f;
}

.cs-navbar {
  background: linear-gradient(90deg, #1f3a5f, #c45c12);
}

.cs-auth-body {
  background: linear-gradient(160deg, #fff6e8 0%, #f3f6fb 50%, #e8f4f4 100%);
}

.cs-target-table thead th {
  background: var(--cs-teal);
  color: #fff;
  white-space: nowrap;
}

.cs-target-table th,
.cs-target-table td {
  vertical-align: middle;
}

.form-label {
  font-weight: 600;
}
