body {
  font-size: 16px;
  background-color: #0f1115;
  color: #e6eaf0;
}

.card {
  border-radius: 0.75rem;
  border-color: #2b313d;
  background-color: #181c24;
}

.btn-lg {
  min-height: 52px;
}

.list-group-item {
  background-color: #181c24;
  border-color: #2b313d;
  color: #e6eaf0;
}

.table {
  --bs-table-bg: #181c24;
  --bs-table-striped-bg: #202633;
  --bs-table-border-color: #2b313d;
  --bs-table-color: #e6eaf0;
}

.flashes-sticky {
  position: sticky;
  top: 0.5rem;
  z-index: 1030;
}

.foreman-object-header {
  background-color: #0f1115;
  border-bottom: 1px solid #2b313d;
  z-index: 1020;
}

