/* Aroh console — small overrides on top of AdminLTE. */

.money { font-variant-numeric: tabular-nums; }
.key-once { font-family: monospace; word-break: break-all; }
.table td, .table th { vertical-align: middle; }

.required-asterisk { color: #dc3545; margin-left: 2px; }

/* The bar an admin sees while viewing the console as a user. Fixed, so it is
   there on every page until they press Exit — see docs/gateway/switch-user.md. */
.su-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040;
  display: flex; align-items: center; gap: 1rem;
  padding: .5rem 1rem;
  background: #b8860b; color: #fff;
}
.su-bar form { margin: 0; }
body:has(.su-bar) .content-wrapper { padding-bottom: 3.5rem; }
