.hut-back-home {
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.85;
}
.hut-back-home:hover {
  opacity: 1;
}
.hut-form-alert {
  margin: 0 0 12px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.hut-form-alert.is-success {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
}
.hut-form-alert.is-error {
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
.itwh-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
