body {
  margin: 0;
  padding: 0;
  background-color: #fcfcfc;
}

#header {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
}
#header h1 {
  padding: auto;
  margin: auto;
  text-align: center;
  max-width: 75vw;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: x-large;
}
#header img {
  padding: 2vh 0;
  max-width: 240px;
  height: auto;
}

#app_form {
  margin: auto 1rem;
  display: inline;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#app_form .app_form_section {
  margin: 14pt auto;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid black;
  box-shadow: 1px 1px 5px grey;
  max-width: 80vmax;
  min-width: 320px;
}
#app_form .app_form_section h2 {
  color: white;
  background-color: rgb(169, 15, 15);
  margin: 0;
  padding: 5pt;
  width: calc(100% - 10pt);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: large;
  z-index: 1;
  position: sticky;
  top: -1px;
}
#app_form .app_form_section h3 {
  box-shadow: 1px 0 5px grey;
  background-color: #e2e2e2;
  margin: 0;
  padding: 5pt;
  width: calc(100% - 10pt);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: medium;
  z-index: 2;
}
#app_form .app_form_section h4 {
  margin: 0;
  padding: 0 5pt;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: small;
  font-weight: normal;
}
#app_form .app_form_section span {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 1rem;
  justify-content: space-between;
  min-height: 24pt;
}
#app_form .app_form_section span label {
  padding: 0;
  margin: auto 0;
  margin-bottom: 1pt;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: medium;
  text-align: left;
  text-wrap: wrap;
}
#app_form .app_form_section span .user_field {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: medium;
  padding: 5pt;
  margin: 2pt 0;
  border: 1px solid black;
  border-radius: 2px;
}
#app_form .app_form_section span .user_select {
  width: 100%;
}
#app_form .app_form_section span .user_select option {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: small;
}
#app_form .app_form_section span .user_input {
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: medium;
}
#app_form .app_form_section span .short_block {
  width: 100%;
}
#app_form .app_form_section span .short_block .short_input {
  width: 100px;
}
#app_form .app_form_section span .checkbox {
  padding: 0;
  margin: 0;
  width: 2rem;
}

.progress {
  background: linear-gradient(to right, rgba(169, 15, 15, 0.5) 0, rgb(169, 15, 15) var(--scroll), white 0);
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10px;
  z-index: 1;
}

#co_applicant_section {
  display: none;
}/*# sourceMappingURL=stylesheet.css.map */