* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .form-wrapper {
    width: 90% !important;
  }
}

.app-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  /* background: #ececec; */
  background: #163C5D !important;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.flex-content {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #163C5D;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.header-wrapper {
  /* max-height: 30vh; */
  overflow: auto;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .header-wrapper {
    width: 100% !important;
    overflow: hidden;
  }
}

.flex-content .logo-wrapper {
  width: 140px;
  height: 100px;
}

.logo-wrapper > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.header-wrapper p {
  margin:  1rem 0;
}

.header-wrapper .flex-content > h1  {
  color: #163C5D;
}

.form-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid black !important;
  background: white;
  padding: 2rem 4rem;
  margin: 3rem;
}

.hidden {
  display: none;
}

form {
  display: flex;
  flex-direction: column;
  /* outline: 3px solid green; */
  border-bottom: 3px solid #163C5D;
  width: 100%;
  /* height: 100%; */
}

#selection-wrapper > h2{
  margin-bottom: 2.5rem;
}

#selection-field {
  border: none;
  border-bottom: 1px solid #163C5D;
  padding: 0.5em;
  font-size: 1.2em;
  color: #163C5D;
  width: 100%;
  margin-bottom: 3rem;
}

.video-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.group-flex:nth-child(1) {
  display: flex;
  flex-direction: column;
}

fieldset {
  border: none;
}

.checkbox-group-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.checkbox-group {
  padding-bottom: 0.5rem;
}

.checkbox-group label {
  margin-left: 0.5rem;
  font-size: 1.2em;
  color: #163C5D;
}

input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid black;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

input {
  border: none;
  border-bottom: 1px solid #163C5D;
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 1.2em;
  color: #163C5D;
  width: 100%;
}

select {
  border: none;
  border-bottom: 1px solid #163C5D;
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 1.2em;
  color: #163C5D;
  width: 100%;
}

.submit-wrapper {
  margin: 2rem 0;
}

#application-submission {
  width: 20%;
  margin: 0 auto;
  padding: 0.5rem 0;
  border: none;
  background: black;
  color: white;
  cursor: pointer;
}

.require-field {
  color: red;
}

.green {
  color: green;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.app-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  background: #ececec;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.flex-content {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #163C5D;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  /* height: 20%; */
}

.header-wrapper {
  /* max-height: 30vh; */
  overflow: auto;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 2rem;
}

.flex-content .logo-wrapper {
  width: 140px;
  height: 100px;
}

.logo-wrapper > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.header-wrapper p {
  margin:  1rem 0;
}

.header-wrapper .flex-content > h1  {
  color: #163C5D;
}

.form-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #163C5D;
  background: white;
  padding: 2rem 4rem;
  margin: 3rem;

}

.hidden {
  display: none;
}

form {
  display: flex;
  flex-direction: column;
  /* outline: 3px solid green; */
  border-bottom: 3px solid #163C5D;
  width: 100%;
  /* height: 100%; */
}

#selection-wrapper > h2{
  margin-bottom: 2.5rem;
}

#selection-field {
  border: none;
  border-bottom: 1px solid #163C5D;
  padding: 0.5em;
  font-size: 1.2em;
  color: #163C5D;
  width: 100%;
  margin-bottom: 3rem;
}

.video-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.group-flex:nth-child(1) {
  display: flex;
  flex-direction: column;
}

fieldset {
  border: none;
}

.checkbox-group-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.checkbox-group {
  padding-bottom: 0.5rem;
}

.checkbox-group label {
  margin-left: 0.5rem;
  font-size: 1.2em;
  color: #163C5D;
}

input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid black;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.form-group input {
  border: none;
  border-bottom: 1px solid #163C5D;
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 1.2em;
  color: #163C5D;
  width: 100%;
}

.form-group select {
  border: none;
  border-bottom: 1px solid #163C5D;
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 1.2em;
  color: #163C5D;
  width: 100%;
}

.submit-wrapper {
  margin: 2rem 0;
}

#application-submission {
  width: 20%;
  margin: 0 auto;
  padding: 0.5rem 0;
  border: none;
  background: black;
  color: white;
  cursor: pointer;
}

.require-field {
  color: red;
}

.green {
  color: green;
}

.required {
  color: red;
  margin-bottom: 1rem;
}

