body {
  background: #f7f7f8;
}

.admin-shell {
  max-width: 1500px;
}

.login-wrap {
  min-height: calc(100vh - 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  width: min(100%, 440px);
}

.border-dashed {
  border-style: dashed;
}

.control-card code,
.table code {
  color: #222;
}

.job-log {
  max-height: 520px;
  overflow: auto;
  padding: 1rem;
  background: #101114;
  color: #f5f5f5;
  font-size: 0.85rem;
  white-space: pre-wrap;
}

.sample-table {
  font-size: 0.875rem;
}

.sample-table td,
.sample-table th {
  max-width: 280px;
  vertical-align: top;
}

.sample-cell {
  max-height: 90px;
  overflow: auto;
  word-break: break-word;
}

.form-label.small {
  color: #555;
}

.progress-bar[data-complete="true"] {
  width: 100% !important;
}
