.is-hidden {
  display: none !important;
}

.text-danger {
  color: var(--danger);
}

.text-success {
  color: #065f2a;
}

.text-muted {
  color: var(--ink-soft);
}

.notice {
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.notice.success {
  background: #e7fce9;
  color: #065f2a;
}

.notice.error {
  background: #ffe6e6;
  color: #a00000;
}

.note {
  font-size: 12px;
  color: #666;
}

.note-warning {
  font-size: 12px;
  color: #a36;
}

.page-pad {
  padding: 24px;
}

.page-meta {
  font-size: 13px;
  color: #666;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.inline-form {
  display: inline;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.label-normal {
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.inline-form label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

table form {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.inline-block {
  display: inline-block;
}

.input-pin {
  width: 90px;
  display: inline-block;
}

.input-reason {
  width: 120px;
  display: inline-block;
}

.table-spaced {
  margin-top: 20px;
}

.centered {
  text-align: center;
}
