.table thead th {
  font-weight: 500;
  color: var(--bs-secondary-color);
  white-space: nowrap;
}

.table td pre,
.list-group-item pre,
.modal-body pre {
  white-space: pre-wrap;
  word-break: break-word;
  color: inherit;
}

.card > .table-responsive:last-child .table > :last-child > tr:last-child td {
  border-bottom: 0;
}

.navbar .btn-link {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-tabs .nav-link {
  border-bottom-color: transparent;
}

.card > .nav-tabs {
  margin-bottom: -1px;
}

.table-sticky {
  max-height: 32rem;
  overflow-y: auto;
}

.table-sticky thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--bs-body-bg);
}
