@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap);
.josefin-sans-100 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.josefin-sans-200 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.josefin-sans-300 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.josefin-sans-400 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.josefin-sans-500 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.josefin-sans-600 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.josefin-sans-700 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

html {
  margin: 0;
}

body {
  font-family: "Josefin Sans", sans-serif;
  padding: 0;
  min-height: 100vh;
  margin: 0;
}

.col-black {
  color: black !important;
}

.col-white {
  color: #F8F8F8 !important;
}

.col-green {
  color: #68897E !important;
}

.col-b1 {
  color: #E2BA9B !important;
}

.col-b2 {
  color: #ECD2BE !important;
}

.col-b3 {
  color: #F4E1D2 !important;
}

.col-b4 {
  color: #FBF3ED !important;
}

.col-b5 {
  color: #F8F8F8 !important;
}

.bg-black {
  background-color: black !important;
}

.bg-white {
  background-color: #F8F8F8 !important;
}

.bg-green {
  background-color: #68897E !important;
}

.bg-b1 {
  background-color: #E2BA9B !important;
}

.bg-b2 {
  background-color: #ECD2BE !important;
}

.bg-b3 {
  background-color: #F4E1D2 !important;
}

.bg-b4 {
  background-color: #FBF3ED !important;
}

.bg-b5 {
  background-color: #F8F8F8 !important;
}

ol li {
  word-wrap: break-word;
}

.icon-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.icon-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  margin: 0 auto;
}
.icon-list .item p {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #68897E;
}
.icon-list .item img {
  width: 100px;
}

.ref {
  font-size: 12px;
}

.share-popup.hidden {
  display: none;
}

.demo-popup {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.demo-popup .model {
  background-color: #FBF3ED;
  padding: 15px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  width: 100%;
}
.demo-popup .model .head {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: 12px;
  right: 12px;
}
.demo-popup .model .head svg {
  width: 20px;
}
.demo-popup .model h2 {
  color: #68897E;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.demo-popup .model p {
  margin-bottom: 12px;
}
.demo-popup .model .share-row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.demo-popup .model .share-row svg {
  height: 40px;
}

.share-popup {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.share-popup .model {
  background-color: #FBF3ED;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
.share-popup .model .head {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: 12px;
  right: 12px;
}
.share-popup .model .head svg {
  width: 20px;
}
.share-popup .model h2 {
  color: #68897E;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}
.share-popup .model p {
  margin-bottom: 12px;
}
.share-popup .model .share-row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.share-popup .model .share-row svg {
  height: 40px;
}

.text-primary {
  color: #68897E;
}

.form {
  margin: 1rem 0;
}

.form-group {
  margin-top: 35px;
  margin-bottom: 1rem;
}

.form-group #profession_other {
  max-width: 258px;
  width: 100%;
  margin: 0 auto;
  margin-top: 12px;
  border: 1px solid #68897E;
  padding: 10px;
  border-radius: 8px;
}

.title {
  margin-top: 1rem;
  font-weight: 500;
}

.radio-group-column {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Adjust the space between each option as needed */
  max-width: 278px;
  width: 100%;
  margin: 0 auto;
}
.radio-group-column select {
  border: 1px solid #68897E;
  padding: 10px;
  border-radius: 8px;
}

.radio-group-column label {
  display: flex;
  align-items: center; /* Center align the custom radio button and text */
  gap: 10px; /* Space between the custom radio button and the text */
  cursor: pointer;
}

.radio-group-column input[type=radio] {
  -moz-appearance: none;
       appearance: none; /* Hide the default radio button appearance */
  -webkit-appearance: none; /* Also for Safari */
  background-color: #fff; /* Background color of the radio button */
  border: 1px solid #68897E; /* Border color */
  border-radius: 50%; /* Make it circular */
  width: 35px; /* Width of the custom radio button */
  height: 35px; /* Height of the custom radio button */
  outline: none; /* Remove outline to avoid browser default focus styles */
  cursor: pointer;
}

.radio-group-column input[type=radio]:checked {
  background-color: #68897E; /* Green background for selected */
}

.radio-group {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.radio-group label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.radio-group input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

.radio-group svg {
  fill: none;
  stroke: #E2BA9B;
  width: 100%;
  height: 100%;
  transition: fill 0.2s, stroke 0.2s;
}

.radio-group input[type=radio]:checked + svg {
  fill: #E2BA9B;
}

.score-circles {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 25px;
}
.score-circles .score-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}
.score-circles .score-circle .stick {
  width: 3px;
  margin-bottom: -150px;
}
.score-circles .score-circle .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: -15px;
  font-size: 30px;
  font-weight: 700;
}
.score-circles .score-circle .circle small {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.score-circles .circle-green .circle {
  color: #68897E;
}
.score-circles .circle-green .stick {
  background-color: #68897E;
}
.score-circles .circle-brown .circle {
  color: #E2BA9B;
}
.score-circles .circle-brown .stick {
  background-color: #E2BA9B;
}

.text-white {
  color: #fff;
}

.rating {
  padding: 50px 35px 50px 35px;
}

.container {
  padding: 50px 35px 50px 35px;
  position: relative;
  min-height: 100vh;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .container {
    padding: 50px 20px 50px 20px;
    overflow-x: hidden;
    max-width: 100vw !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}
.container-questions {
  padding-top: 150px;
  padding-bottom: 110px;
  min-height: calc(100vh - 200px);
}

.progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.progress img {
  width: 100%;
  margin-bottom: -6px;
}

.quiz_question_step {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}

.quiz_start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.quiz_headline {
  display: flex;
  flex-direction: column;
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 12px;
}
.quiz_headline small {
  font-size: 16px;
}

.quiz_headline.text-center {
  width: 100%;
  text-align: center;
}

.input-wrapper {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.input-wrapper button {
  cursor: pointer;
  border: none;
  background: none;
}

.input-wrapper input {
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #68897E;
  color: #68897E;
  width: calc(100% - 75px);
  padding-right: 50px;
  padding-left: 25px;
}
.input-wrapper input::-moz-placeholder {
  color: #68897E;
  font-weight: 700;
}
.input-wrapper input::placeholder {
  color: #68897E;
  font-weight: 700;
}

.input-wrapper.input-wrapper-with-checkboxes {
  font-size: 18px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.input-wrapper.input-wrapper-with-checkboxes .input-item {
  margin-bottom: 12px;
}
.input-wrapper.input-wrapper-with-checkboxes .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.input-wrapper.input-wrapper-with-checkboxes .custom-checkbox b {
  font-weight: 400;
}
.input-wrapper.input-wrapper-with-checkboxes .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-wrapper.input-wrapper-with-checkboxes .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.input-wrapper.input-wrapper-with-checkboxes .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.input-wrapper.input-wrapper-with-checkboxes .custom-checkbox input:checked ~ .checkmark {
  background-color: #68897E;
}
.input-wrapper.input-wrapper-with-checkboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.input-wrapper.input-wrapper-with-checkboxes .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.input-wrapper.input-wrapper-with-checkboxes .custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.input-icon {
  position: absolute;
  right: 10px;
  top: 38%;
  transform: translateY(-50%);
  height: 40px; /* Adjust as needed */
}

@media screen and (max-width: 480px) {
  .quiz_headline {
    font-size: 24px;
    line-height: 28px;
  }
}
.quiz_intro {
  position: relative;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 22px;
}

.quiz_answer_options {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 35px;
}

.quiz_answer_header {
  width: 100%;
  text-align: right;
  font-size: 12px;
  padding-bottom: 12px;
}

.quiz_answer_option {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.quiz_answer_option .quiz_answer_option_circle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz_answer_option svg {
  width: 32px;
  display: none;
}
.quiz_answer_option .quiz_perc {
  font-size: 14px;
  margin-left: 16px;
  color: #68897E;
  font-weight: 700;
}

.result-text {
  padding: 0 35px 50px 35px;
  background-color: #5c644d;
}
.result-text .quiz_headline {
  margin-bottom: 12px;
}
.result-text .quiz_score_recap_text {
  font-size: 18px;
  font-weight: 400;
}

.quiz_answer_option svg.wrong {
  display: none;
}

.quiz_answer_option.picked svg.wrong {
  display: none;
}
.quiz_answer_option.picked svg.correct {
  display: block;
}

.quiz_answer_option.picked svg.wrong {
  display: block;
}
.quiz_answer_option.picked svg.correct {
  display: none;
}

.quiz_answer_option.correct svg.correct {
  display: none;
}
.quiz_answer_option.correct svg.wrong {
  display: none;
}

.quiz_answer_option.picked.correct svg.correct {
  display: block;
}
.quiz_answer_option.picked.correct svg.wrong {
  display: none;
}

.quiz_option_barleft {
  margin-right: 25px;
}

.quiz_option_barright {
  width: 100%;
}

.quiz_answer_option_circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.quiz_answer_option_text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.quiz_answer_option:hover > .quiz_option_barright > .quiz_answer_option_text {
  color: #68897E !important;
}

.quiz_answer_option:hover > .quiz_option_barleft > .quiz_answer_option_circle {
  background-color: #E2BA9B !important;
}

.quiz_answer_option:hover > .quiz_option_barleft > .quiz_answer_option_circle.bg-green {
  background-color: #68897E !important;
}

.quiz_question_countdown {
  position: absolute;
  font-size: 90px;
  font-weight: 300;
  top: 40px;
  right: 80px;
}

.quiz_result_placeholder {
  height: 8px;
  right: 15px;
  margin-top: 12px;
}

.quiz_result_bar {
  height: 8px;
  background: #d5455a;
}

.quiz_answer_option.correct .quiz_result_bar {
  background: #cbc830 !important;
}

.correct > .quiz_option_barleft > .quiz_answer_option_circle {
  background-color: #68897E !important;
}

.quiz_answer_options_results .quiz_answer_option .quiz_answer_option_circle {
  background-color: #F4E1D2 !important;
}
.quiz_answer_options_results .quiz_answer_option.picked .quiz_answer_option_circle {
  background-color: #68897E !important;
}

.quiz_scroll {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

#q4_1_donut {
  margin-top: -80px;
}

.donut-q4_1_donut .nr {
  transform: translate(-50%, -230%) !important;
}

#q7_1_donut {
  margin-top: -80px;
}

.donut-q7_1_donut .nr {
  transform: translate(-50%, -230%) !important;
}

.quiz_feedback {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 25px;
}

.quiz_video {
  width: 100%;
}
.quiz_video img {
  width: 100%;
}
.quiz_video video {
  width: 100%;
}

.quiz_image {
  width: 100%;
  padding: 15% 15% 0 15%;
}

.quiz_start_img {
  position: absolute;
  top: 40px;
  right: -60px;
  -webkit-clip-path: view-box;
          clip-path: view-box;
}

.quiz_question_img {
  position: absolute;
  top: -20px;
  right: -30px;
  -webkit-clip-path: view-box;
          clip-path: view-box;
  height: 80%;
}

.quiz_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  position: relative;
  border: 1px solid #E2BA9B;
  background-color: transparent;
  border-radius: 32px;
  text-align: center;
  color: #E2BA9B;
  text-transform: uppercase;
  font-size: 16px;
  padding: 22px 48px 18px 48px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.quiz_button svg {
  width: 28px;
  margin-right: 10px;
  margin-top: -4px;
  position: absolute;
  left: 22px;
}
.quiz_button:hover svg path {
  stroke: white;
}

.quiz_button:hover {
  background-color: #E2BA9B;
  color: white !important;
}

.quiz_link {
  text-decoration: none;
  position: relative;
  border: 1px solid #68897E;
  background-color: transparent;
  border-radius: 28px;
  text-align: center;
  color: #68897E;
  text-transform: uppercase;
  font-size: 18px;
  padding: 16px 48px 10px 48px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: block;
}

.score {
  position: relative;
  padding: 80px 35px 200px 35px;
}

.quiz_score {
  position: relative;
}

.quiz_score.container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  max-width: 480px;
  width: 100%;
}

.quiz_score > svg {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.quiz_score_recap {
  padding: 50px 35px;
}

.quiz_score_recap_text {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
}

.quiz_score_recap_text_thin {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
  text-align: center;
  font-weight: 300;
}

.donuts {
  margin-top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.donuts .title {
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  font-weight: 500;
  margin-top: 0;
}

.donut-cart {
  max-width: 235px;
  margin: 0 auto;
  margin-top: 26px;
  position: relative;
}
.donut-cart .nr {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 4px;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: #68897E;
}

#circle_json {
  width: 160px;
  height: 160px;
  position: absolute;
}

.hidden {
  display: none;
}

#animation1 {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 99;
  overflow: hidden;
}
#animation1.juist {
  background: #cbc830;
}
#animation1.fout {
  background: #d5455a;
}
#animation1.bijna {
  background: #A9AAAE;
}

#animation2 {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 100;
  overflow: hidden;
}
