.prewrap {
  white-space: pre-wrap;
  word-break: break-word;
}

.app-shell {
  max-width: 1400px;
}

.nav-link.active {
  font-weight: 600;
}

.table thead th {
  white-space: nowrap;
}

.filter-bar .form-control,
.filter-bar .form-select {
  height: 34px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.filter-bar .btn {
  height: 34px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.badge-status {
  font-weight: 600;
}

.badge-status-draft {
  background: #e9ecef;
  color: #495057;
}
.badge-status-signed {
  background: #d1e7dd;
  color: #0f5132;
}
.badge-status-void {
  background: #f8d7da;
  color: #842029;
}
.badge-status-archived {
  background: #cff4fc;
  color: #055160;
}

