.App {
  text-align: center;
}

div.btn.excedo.hidden {
  height: 50px;
}
button.btn.excedo {
  width: 90%;
  padding: 16px 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  border: none;
  border-radius: 24px;
  margin: 0 23px;
}
button.btn.excedo.standard {
  background-color: #1B0033;
  color: #FFFFFF;
  -webkit-transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in;
  transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in;
}
button.btn.excedo.standard:active {
  opacity: 0.8;
}
button.btn.excedo.standard:disabled {
  background-color: #808080;
}
button.btn.excedo.transparent {
  background-color: transparent;
  color: #1B0033;
}

#predefined-need-test {
  justify-content: center;
}
#predefined-need-test .pass-through {
  display: inherit;
  flex-direction: inherit;
  align-items: center;
}
#predefined-need-test .pass-through *:not(:last-child) {
  padding-bottom: 1em;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1B0033;
  display: flex;
  height: 100vh;
  flex-direction: column;
}
#root {
  height: 100%;
}
#bottom-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vh;
}
@media screen and (max-width: 330px) {
  #bottom-navigation {
    margin-bottom: 5vh;
  }
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.scene {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

