.hidden {
  display: none !important;
}

.muted {
  color: var(--muted);
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.text-center {
  text-align: center;
}

.full-width {
  width: 100%;
}