@font-face {
	font-family: 'futurabook';
	src: local('futurabook'), url('futurabook.woff') format('woff');
}

body {
  margin: 20px;
  background-color: #eef4f7;
}

h1, h2, h3, h4, h5, h6,
p, label, li {
  font-family: 'futurabook';
}

hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

h2 {
  margin-bottom: 1em;
}

.tac {
  text-align: center;
}

.step {
  display: none;
}

.active {
  display: block;
}

.mt-30 {
  margin-top: 30px;
}

h2 small {
  display: block;
  font-size: 60%;
}

.progress-container {
  width: 100%;
  background: #eee;
  border-radius: 10px;
  margin-bottom: 20px;
}

.progress-bar {
  height: 20px;
  width: 0%;
  background: #4caf50;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 12px;
}

.buttons {
  margin-top: 20px;
  text-align: center;
}

button {
  padding: 10px 20px;
  margin: 5px;
}

.button {
  border-radius: 0.75em;
}

#surveyForm {
  margin: 30px auto 160px;
  max-width: 700px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

#surveyForm .survey-access-title {
  font-size: 0.9em;
  color: #6c757d;
  margin: -0.5em 0 1em 0;
  text-align: center;
}

#essentialForm {
    border-top: 3px solid #638ea4;
    margin-top: 20px;
    clear: both;
    padding: 10px 30px 0;
    color: black;
}

#essentialForm .consent {
	font-size: 90%;
}

.logo-white {
  margin: 0 auto;
  width: 300px;
  display: block;
}

.error {
  display: none;
  color: red;
}

p.subquestion {
  font-weight: 700;
  margin-top: 10px;
}

.only-number {
  width: 100px;
  min-width: unset !important;
  margin: 0.75rem;
  padding: 0.5rem;
}

.bold {
  font-weight: 700;
}

.dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.sex-div {
    display: flex !important;
    gap: 20px !important;
    flex-direction: row !important;
    margin-left: 40px !important;
    justify-content: space-around !important;
}

.step-2 label {
  width: 9%;
  display: inline-block;
  text-align: center;
}

.dot {
  animation: blink 1.4s infinite both;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
