/* line 15, app/assets/stylesheets/application.scss */
.flex-wrapper {
  display: flex;
  min-height: 100vh;
  min-width: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

/* line 23, app/assets/stylesheets/application.scss */
.hero {
  background-attachment: fixed;
  height: 50vh;
  background-repeat: no-repeat;
}

/* line 30, app/assets/stylesheets/application.scss */
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline-color: black  !important;
  outline-width: 2px;
  border-color: transparent !important;
  box-shadow: 0 0 0 0px black !important;
  --tw-ring-color: black !important;
}

/* line 43, app/assets/stylesheets/application.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 48, app/assets/stylesheets/application.scss */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
