.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.e9f60614.chunk.css.map*/