@charset "UTF-8";
/*/ FONTS IMPORT LOCAL /*/
@font-face {
  font-family: "campton-book";
  src: url("../font/campton-book.otf");
}
@font-face {
  font-family: "campton-bold";
  src: url("../font/campton-bold.otf");
}
/*/ VARIABLES /*/
/*/ FONTS /*/
html {
  scroll-behavior: smooth;
}

body {
  background: rgb(25, 182, 235);
  background: linear-gradient(135deg, rgb(25, 182, 235) 40%, rgb(6, 113, 184) 100%);
  background-repeat: no-repeat;
  font-family: "campton-book", sans-serif;
}

.container {
  max-width: 1440px;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

strong {
  font-family: "campton-bold", sans-serif;
}

/*/ THEME BUTTON /*/
.theme-button {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-family: "campton-bold", sans-serif;
  background-color: #7AB51D;
  box-shadow: 2px 4px 0px 0px #5B8B10;
  text-align: center;
  padding: 12px 70px;
  border-radius: 5px;
  border: none;
  right: 2px;
  bottom: 4px;
  transition: 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.theme-button:hover {
  box-shadow: none;
  background-color: #7AB51D;
  bottom: 0;
  right: 0;
}

.theme-quiz {
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.theme-quiz-intro {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.theme-quiz-intro-image {
  text-align: center;
  padding: 60px 0 38px 0;
}
.theme-quiz-intro-image img {
  width: 175px;
}
.theme-quiz-intro h1 {
  color: #fff;
  font-family: "campton-bold", sans-serif;
  font-size: 34px;
  text-align: center;
  padding-bottom: 28px;
  max-width: 580px;
}
.theme-quiz-intro-content {
  padding: 27px 21px;
  max-width: 450px;
  background-color: #fff;
  border-radius: 20px;
}
.theme-quiz-intro-content-text {
  text-align: center;
  font-size: 18px;
}
.theme-quiz-intro-content-button {
  display: inline-block;
  margin-top: 32px;
  cursor: pointer;
}
.theme-quiz-content {
  transition: 0.2s ease-in;
}
.theme-quiz-content-image {
  text-align: center;
  padding-top: 50px;
}
.theme-quiz-content-image img {
  width: 107px;
}
.theme-quiz-content-form {
  /*/ Meerkeuzen vragen /*/
  /*/ Range slider /*/
  /* Persoonsgegevens quiz */
  /*/ Button styling quiz /*/
}
.theme-quiz-content-form .ff-step-header {
  text-align: center;
}
.theme-quiz-content-form .ff-el-progress {
  display: none;
}
.theme-quiz-content-form .ff-el-progress-status {
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 999px;
}
.theme-quiz-content-form .ff-el-input--label {
  width: 100%;
  text-align: center;
}
.theme-quiz-content-form .ff-el-input--label label {
  font-size: 32px;
  font-family: "campton-bold", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 44px;
  max-width: 601px;
  position: relative;
}
.theme-quiz-content-form .question-radio input[type=radio] {
  display: none;
}
.theme-quiz-content-form .question-radio .ff-el-input--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}
.theme-quiz-content-form .question-radio .ff-el-form-check {
  width: calc(50% - 10px);
}
.theme-quiz-content-form .question-radio .ff-el-form-check .ff-el-form-check-label::before {
  content: "";
  height: 32px;
  width: 32px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.theme-quiz-content-form .question-radio .ff-el-form-check:nth-of-type(1) .ff-el-form-check-label::before {
  background-image: url(../img/select-a.svg);
}
.theme-quiz-content-form .question-radio .ff-el-form-check:nth-of-type(2) .ff-el-form-check-label::before {
  background-image: url(../img/select-b.svg);
}
.theme-quiz-content-form .question-radio .ff-el-form-check:nth-of-type(3) .ff-el-form-check-label::before {
  background-image: url(../img/select-c.svg);
}
.theme-quiz-content-form .question-radio .ff-el-form-check:nth-of-type(4) .ff-el-form-check-label::before {
  background-image: url(../img/select-d.svg);
}
.theme-quiz-content-form .question-radio .ff-el-form-check-label {
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
  width: 100%;
  transition: 0.1s ease-in;
  display: flex;
  height: 100%;
  align-items: center;
}
.theme-quiz-content-form .question-radio .ff-el-form-check-label span {
  width: 80%;
  margin-left: 16px;
  font-size: 18px;
}
.theme-quiz-content-form .question-radio .ff-el-form-check-label:hover {
  box-shadow: inset 2px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.theme-quiz-content-form .question-radio.text-big .ff-el-form-check-label span {
  font-size: 18px;
}
.theme-quiz-content-form .range-slider input[type=range] {
  -webkit-appearance: none;
  border-radius: 20px !important;
  background: linear-gradient(135deg, rgb(243, 153, 0) 60%, rgb(229, 49, 113) 100%);
  padding: 2px !important;
}
.theme-quiz-content-form .range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c7c7c7;
  margin-top: -8.5px;
  cursor: pointer;
}
.theme-quiz-content-form .range-slider input[type=range]::-webkit-slider-thumb:hover {
  scale: 1.1;
}
.theme-quiz-content-form .range-slider input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c7c7c7;
  margin-top: -8.5px;
  cursor: pointer;
}
.theme-quiz-content-form .range-slider input[type=range]::-moz-range-thumb:hover {
  scale: 1.1;
}
.theme-quiz-content-form .range-slider input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c7c7c7;
  margin-top: -8.5px;
  cursor: pointer;
}
.theme-quiz-content-form .range-slider input[type=range]::-ms-thumb:hover {
  scale: 1.1;
}
.theme-quiz-content-form .range-slider input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 5px;
}
.theme-quiz-content-form .range-slider input[type=range]::-moz-range-track {
  height: 8px;
  border-radius: 5px;
}
.theme-quiz-content-form .range-slider input[type=range]::-ms-track {
  height: 8px;
  border-radius: 5px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.theme-quiz-content-form .range-slider .ff_range_value {
  color: #fff;
  padding: 28px 0 40px 0;
  font-size: 24px;
}
.theme-quiz-content-form .info {
  /* Input fields styling */
  /* Radio buttons styling */
}
.theme-quiz-content-form .info .ff-el-input--label {
  text-align: left;
}
.theme-quiz-content-form .info .ff-el-input--label label {
  margin-bottom: 0;
  font-size: 16px;
}
.theme-quiz-content-form .info input[type=text],
.theme-quiz-content-form .info input[type=email],
.theme-quiz-content-form .info input[type=tel] {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 5px !important;
  border: none !important;
  padding: 12px 17px;
  color: #fff;
}
.theme-quiz-content-form .info input[type=text]::-moz-placeholder, .theme-quiz-content-form .info input[type=email]::-moz-placeholder, .theme-quiz-content-form .info input[type=tel]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.theme-quiz-content-form .info input[type=text]::placeholder,
.theme-quiz-content-form .info input[type=email]::placeholder,
.theme-quiz-content-form .info input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.theme-quiz-content-form .info.radio .ff-el-input--content {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
.theme-quiz-content-form .info.radio .ff-el-form-check {
  line-height: 22px;
  color: #fff;
}
.theme-quiz-content-form .info.radio .ff-el-form-check-label {
  position: relative;
}
.theme-quiz-content-form .info.radio .ff-el-form-check-input {
  position: absolute;
  left: -9999px;
}
.theme-quiz-content-form .info.radio .ff-el-form-check-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border: 2px solid #0671B8;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}
.theme-quiz-content-form .info.radio .ff-el-form-check-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10.5px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #F39900;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.theme-quiz-content-form .info.radio .ff-el-form-check-input:checked + .ff-el-form-check-label:before {
  border-color: #F39900;
}
.theme-quiz-content-form .info.radio .ff-el-form-check-input:checked + .ff-el-form-check-label:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.theme-quiz-content-form .info.radio .ff-el-form-check.ff_item_selected .ff-el-form-check-label:before {
  border-color: #F39900;
}
.theme-quiz-content-form .info.radio .ff-el-form-check.ff_item_selected .ff-el-form-check-label:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.theme-quiz-content-form .info .ff-el-help-message {
  color: rgba(255, 255, 255, 0.7490196078);
  position: absolute;
  bottom: -12px;
}
.theme-quiz-content-form .ff_submit_btn_wrapper {
  text-align: center !important;
  padding-top: 40px !important;
}
.theme-quiz-content-form .ff-btn-next {
  position: relative;
  font-size: 20px;
  font-family: "campton-bold", sans-serif;
  background-color: #7AB51D !important;
  box-shadow: 2px 4px 0px 0px #5B8B10;
  text-align: center;
  padding: 12px 40px;
  border-radius: 5px;
  border: none !important;
  right: 2px;
  bottom: 4px;
  transition: 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.theme-quiz-content-form .ff-btn-next:hover {
  box-shadow: none;
  background-color: #7AB51D;
  bottom: 0;
  right: 0;
}
.theme-quiz-content-form .step-nav.ff_step_nav_last {
  display: none;
}
.theme-quiz-content-form .show-next ~ .step-nav {
  display: block;
}
.theme-quiz-content-form .show-next ~ .step-nav .ff-btn-prev {
  display: none;
}
.theme-quiz-content-logo {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.theme-quiz-content-logo img {
  width: 192px;
}
.theme-quiz-terms {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.theme-quiz-terms span {
  cursor: pointer;
  text-decoration: underline;
}

.modal-open {
  overflow: hidden;
}

.modal-open {
  overflow: hidden;
}

.terms-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.1);
}
.terms-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 50px;
  border-radius: 25px;
  width: 50%;
  min-width: 600px;
}
.terms-modal-content h2 {
  font-weight: bold;
}
.terms-modal-content ul {
  padding-left: 14px;
}
.terms-modal-content li {
  margin-bottom: 14px;
}
.terms-modal-close {
  color: #F2A249;
  float: right;
  font-size: 28px;
  transition: ease-in-out 0.2s;
  background-color: #fff;
  border: 2px solid #F2A249;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-modal-close:before {
  content: "×"; /* Unicode for multiplication sign (×) */
  font-size: 24px; /* Adjust font size */
  line-height: 0; /* Adjust line height */
  margin-top: 5px;
}
.terms-modal-close:hover {
  color: black;
  border-color: black;
  text-decoration: none;
  cursor: pointer;
}

.theme-result {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.theme-result-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-result-wrapper-image {
  text-align: center;
  padding: 30px 0 38px 0;
}
.theme-result-wrapper-image img {
  width: 175px;
}
.theme-result-wrapper h1 {
  color: #fff;
  font-family: "campton-bold", sans-serif;
  font-size: 34px;
  text-align: center;
  padding-bottom: 28px;
  max-width: 330px;
}
.theme-result-wrapper-content {
  padding: 27px 21px;
  max-width: 450px;
  background-color: #fff;
  border-radius: 20px;
}
.theme-result-wrapper-content-result {
  text-align: center;
  color: #F39900;
  font-family: "campton-bold", sans-serif;
  font-size: 60px;
  padding-bottom: 30px;
}
.theme-result-wrapper-content-text {
  text-align: center;
  font-size: 18px;
}
.theme-result-wrapper-content-button {
  display: inline-block;
  margin-top: 32px;
  cursor: pointer;
}
.theme-result-wrapper-reload {
  padding-top: 12px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7490196078);
}

/*/ Media Query /*/
@media screen and (max-width: 768px) {
  .terms-modal-content {
    margin: 15% auto;
    width: 80%;
    min-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .terms-modal-content {
    font-size: 14px;
    margin: 15% auto;
    width: 80%;
    min-width: 300px;
  }
  .terms-modal-content h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 440px) {
  .terms-modal-content {
    font-size: 12px;
    margin: 15% auto;
    width: 80%;
    min-width: 300px;
  }
  .terms-modal-content h2 {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */