:root {
  --color-error: red;
}

.loading,
.waiting {
  opacity: 0.5;
}
thead {
  position: sticky;
  top: 0;
}
body {
  transition: all 0.3s ease-in-out;
}

input.text {
  all: unset;
  border: 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left;
  margin: 0 auto;
}

button {
  border: 0;
  margin: 0 auto;
  white-space: nowrap;
}

.error {
  color: var(--color-error);
}
