body {
  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;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 3px;
}
@media (min-width: 769px) {
  .container {
    margin: 2.5rem auto;
  }
  html {
    background-position: cover;
  }
}
.result {
  padding: 1.5rem 2.5rem;
}
.answerOptions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.questionCount {
  padding: 0.5rem 1.5rem 0;
  font-size: 14px;
}
.question {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  padding: 1rem 1rem 1rem 1.5rem;
}
.answerOption {
  border-top: 1px solid #eee;
}
.answerOption:hover {
  background-color: #eefbfe;
}
.radioCustomButton {
  position: absolute;
  width: auto;
  opacity: 0;
}
.radioCustomButton,
.radioCustomLabel {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.radioCustomLabel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.5rem 2.5rem 0.5rem 5rem;
  font-size: 16px;
  line-height: 1.5;
}
.radioCustomButton ~ .radioCustomLabel:before {
  position: absolute;
  top: 6px;
  left: 34px;
  width: 28px;
  height: 28px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.radioCustomButton:checked ~ .radioCustomLabel:before {
  content: '';
  background: #8bc53f url(/jobfit-test/static/media/icon-check.4cffa739.svg)
    no-repeat;
  background-size: 27px;
  border-color: #8bc53f;
}
.fade-enter {
  opacity: 0;
}
.fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out 0.3s;
  transition: opacity 0.5s ease-in-out 0.3s;
}
.fade-leave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
.fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.fade-appear {
  opacity: 0;
}
.fade-appear.fade-appear-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#root {
  min-height: 100vh;
}
.App-logo {
  height: 20px;
}
.App-header {
  background-color: #036;
  padding: 1rem;
  color: #fff;
  text-align: center;
}
.App-intro {
  font-size: 1rem;
}

.outro {
  content: 'antwoorden verwerken\2026';
}
.questionCount {
  color: #666;
}
h1,
h2,
h3 {
  font-family: Saira;
  line-height: 1.2;
}
h1 {
  margin: 0;
  font-size: 2rem;
}
h2 {
  font-size: 1.2rem;
}
.bg-white {
  background-color: #fff;
}
button {
  padding: 1rem 2rem;
  border-radius: 0.35em;
  font-size: 1.2em;
  font-weight: 900;
  background-color: #50e3c2;
  text-transform: uppercase;
  color: #191919;
  border: none;
  box-shadow: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .App-logo {
    width: 200px;
  }
}
/*# sourceMappingURL=main.44ba5480.chunk.css.map */