.launch-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.25rem 0 0.75rem 0;
}

.launch-buttons .btn {
  text-decoration: none;
}

.launch-buttons .btn .bi {
  margin-right: 0.35rem;
}

.nb-filename {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 0.5rem;
  white-space: nowrap;
}

.table-export-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  margin: 0.25rem 0 0.25rem 0;
  width: 100%;
}

.table-export-buttons .btn {
  padding: 0.15rem 0.45rem;
  font-size: 0.75rem;
  line-height: 1.2;
  opacity: 0.75;
}

.table-export-buttons .btn:hover,
.table-export-buttons .btn:focus {
  opacity: 1;
}

.nb-history {
  margin: 0.25rem 0 1.25rem 0;
}

.nb-history-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.nb-history-date {
  max-width: 12rem;
}

.nb-history-status {
  font-size: 0.85rem;
  color: #6c757d;
}

.nb-history-global {
  display: flex;
  justify-content: flex-start;
  margin: 0.25rem 0 1.25rem 0;
}

.nb-history-global-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.nb-history-global .form-label {
  margin: 0;
  white-space: nowrap;
}

.nb-history-select {
  max-width: 14rem;
}
