.survey-field-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  margin-bottom: var(--gap);
}

  .survey-field-wrapper .survey-validation-correct-message {
    color: #089f27;
    color: var(--color-success);
    font-size: 0.875rem;
    font-size: var(--font-size-small);
    margin-top: 1rem;
  }

  .survey-field-wrapper .label-text {
    flex-wrap: wrap;
  }

  .survey-field-wrapper .label-text span {
      flex-basis: 100%;
    }

.confirm-email-alert {
  align-items: center;
  display: flex;
}

  .confirm-email-alert > button {
    color: #50586d;
    color: var(--button-secondary-color);
    min-height: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0;
  }

body .theme-switcher {
  bottom: 1.5rem;
  bottom: var(--gap);
  max-width: -moz-max-content;
  max-width: max-content;
  opacity: 0.5;
  position: fixed;
  right: 1.5rem;
  right: var(--gap);
  z-index: 999;
}


/*# sourceMappingURL=main~ace8d463.da025b53.chunk.css.map*/