.w-100 {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.text-balance {
  text-wrap: balance;
}

.text-center {
  text-align: center;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.gap-2 {
  gap: 1rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.remove-display {
  display: none;
}

.color-primary {
  color: #8e44ad;
}

.color-success {
  color: #34d399;
}

.color-caution {
  color: #c0392b;
}

.pointer {
  cursor: pointer;
}

/*# sourceMappingURL=utils.css.map */
