.admin-overview {
  color: #0b3425;
  background: #f4d35e;
  border-color: #d7b84b;
}

.admin-overview h2,
.admin-overview p {
  color: #0b3425;
}

.admin-overview h2 {
  font-size: 1.18rem;
  font-weight: 950;
}

.admin-overview p {
  font-size: 0.9rem;
  font-weight: 950;
}

.admin-player-list::before {
  content: 'Event Participants';
  display: block;
  margin: 0 0 2px;
  color: #0b3425;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-action.dirty:not(:disabled),
.admin-save-row .admin-action.dirty:not(:disabled) {
  color: #ffffff;
  background: #17633f;
  border-color: #17633f;
}

.admin-save-row .admin-action:disabled {
  color: #7a857f;
  background: #f1f3f1;
  border-color: #d9e3dc;
}
