[x-cloak] {
  display: none !important;
}

.secondary-action,
.primary-action {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: 150ms ease;
}

.secondary-action {
  border: 1px solid rgb(229 231 235);
  background: white;
  color: rgb(55 65 81);
}

.primary-action {
  background: rgb(70 95 255);
  color: white;
}

.secondary-action:hover,
.primary-action:hover {
  filter: brightness(.98);
}

.secondary-action:disabled,
.primary-action:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.status-error,
.error {
  color: rgb(185 28 28);
}
