/*
 * admin.css
 *

*/

.alerts-container {
  height: 10rem;
}

.alert-container {
  position: fixed;
  bottom: 1.5rem;
}

.alert {
  align-items: flex-start;
}

.stat {
  padding: 0.75rem 1.5rem;
}

.stat-value {
  font-size: 1.75rem;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-ultra-compact .card-body {
  gap: 0.1rem;
  padding: 0.75rem 1rem;
}

.label-checkbox {
  justify-content: flex-start;
  gap: 1rem;
}

.form-value {
  font-size: 1rem;
  padding: 0 0.25rem;
}

.checkbox {
  background-color: white;
}

[class*="badge-"] {
  color: white;
}

.loader {
  display: inline-block;
  width: 150px;
  height: 80px;
}
