.btn-icon {
  align-items: center;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
}

.btn-icon.btn-sm {
  height: 2rem;
  width: 2rem;
}

.auth-panel {
  margin-inline: auto;
  max-width: 36rem;
}

.jobset-status-history-scroll {
  max-height: 24rem;
  overflow-y: auto;
}

.jobset-status-history-scroll thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
