:root {
  --brand: #0d6efd;
}
html, body { height: 100%; }
body { display: flex; flex-direction: column; }
main { flex: 1; }
.card {
  border-radius: 1rem;
}

.form-label{
  line-height: 2;
  font-size: 1.2rem;
}

.form-control, .btn{
  line-height: 2;
  font-size: 1.2rem;
  border: 1px solid #000 !important;
}

.form-control:focus, .form-select:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}


.table thead th { white-space: nowrap; }
.badge-asset { text-transform: uppercase; letter-spacing: .06em; }
.toast-container { z-index: 1080; }
