.card {
  border-radius: 1rem;
}
.table thead th {
  white-space: nowrap;
}
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.badge-soft {
  background: rgba(13,110,253,.12);
  color: #0d6efd;
  border: 1px solid rgba(13,110,253,.25);
}


.novalog-max {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.table th {
  cursor: pointer;
}
.table th.sort-asc::after {
  content: " ▲";
  font-size: 0.75em;
}
.table th.sort-desc::after {
  content: " ▼";
  font-size: 0.75em;
}
