.modal .component_quiz,
.popup .component_quiz,
.wrapper .component_quiz {
  background: #fff;
  border: 0.4rem solid #D47337;
  color: #000;
  border-radius: 2rem;
  min-height: 60dvh;
}
.modal form .hard-checkbox input[type=radio] + label,
.popup form .hard-checkbox input[type=radio] + label,
.wrapper form .hard-checkbox input[type=radio] + label {
  border: 0.2rem solid #eeeeee;
  border-radius: 2rem;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .modal form .hard-checkbox input[type=radio] + label,
.popup form .hard-checkbox input[type=radio] + label,
.wrapper form .hard-checkbox input[type=radio] + label {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .modal form .hard-checkbox input[type=radio] + label,
.popup form .hard-checkbox input[type=radio] + label,
.wrapper form .hard-checkbox input[type=radio] + label {
    height: auto;
  }
}
.modal form .hard-checkbox input[type=radio]:hover + label,
.popup form .hard-checkbox input[type=radio]:hover + label,
.wrapper form .hard-checkbox input[type=radio]:hover + label {
  transform: scale(1.025);
  border-color: #454545;
}
.modal form .hard-checkbox input[type=radio]:checked + label,
.popup form .hard-checkbox input[type=radio]:checked + label,
.wrapper form .hard-checkbox input[type=radio]:checked + label {
  transform: scale(1);
  border-color: #D47337;
  color: #D47337;
}
.modal form .list-checkboxes input[type=radio] + label,
.modal form .list-checkboxes input[type=checkbox] + label,
.popup form .list-checkboxes input[type=radio] + label,
.popup form .list-checkboxes input[type=checkbox] + label,
.wrapper form .list-checkboxes input[type=radio] + label,
.wrapper form .list-checkboxes input[type=checkbox] + label {
  border: 0.2rem solid #eeeeee;
  border-radius: 2rem;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .modal form .list-checkboxes input[type=radio] + label,
.modal form .list-checkboxes input[type=checkbox] + label,
.popup form .list-checkboxes input[type=radio] + label,
.popup form .list-checkboxes input[type=checkbox] + label,
.wrapper form .list-checkboxes input[type=radio] + label,
.wrapper form .list-checkboxes input[type=checkbox] + label {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .modal form .list-checkboxes input[type=radio] + label,
.modal form .list-checkboxes input[type=checkbox] + label,
.popup form .list-checkboxes input[type=radio] + label,
.popup form .list-checkboxes input[type=checkbox] + label,
.wrapper form .list-checkboxes input[type=radio] + label,
.wrapper form .list-checkboxes input[type=checkbox] + label {
    height: auto;
  }
}
.modal form .list-checkboxes input[type=radio] + label .check,
.modal form .list-checkboxes input[type=checkbox] + label .check,
.popup form .list-checkboxes input[type=radio] + label .check,
.popup form .list-checkboxes input[type=checkbox] + label .check,
.wrapper form .list-checkboxes input[type=radio] + label .check,
.wrapper form .list-checkboxes input[type=checkbox] + label .check {
  display: block;
  position: relative;
  min-width: 2rem !important;
  max-width: 2rem !important;
  min-height: 2rem !important;
  max-height: 2rem !important;
  background: #eeeeee !important;
  border: 0.4rem solid rgba(0, 0, 0, 0.8);
  margin-top: 0.2rem;
}
.modal form .list-checkboxes input[type=radio]:hover + label,
.modal form .list-checkboxes input[type=checkbox]:hover + label,
.popup form .list-checkboxes input[type=radio]:hover + label,
.popup form .list-checkboxes input[type=checkbox]:hover + label,
.wrapper form .list-checkboxes input[type=radio]:hover + label,
.wrapper form .list-checkboxes input[type=checkbox]:hover + label {
  transform: scale(1.025);
  border-color: #454545;
}
.modal form .list-checkboxes input[type=radio]:checked + label,
.modal form .list-checkboxes input[type=checkbox]:checked + label,
.popup form .list-checkboxes input[type=radio]:checked + label,
.popup form .list-checkboxes input[type=checkbox]:checked + label,
.wrapper form .list-checkboxes input[type=radio]:checked + label,
.wrapper form .list-checkboxes input[type=checkbox]:checked + label {
  transform: scale(1);
  border-color: #D47337;
  color: #D47337;
}
.modal .quiz_progress,
.popup .quiz_progress,
.wrapper .quiz_progress {
  position: relative;
  height: 3.6rem;
  color: #000;
  background: #eeeeee;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 767.98px) {
  .modal .quiz_progress,
.popup .quiz_progress,
.wrapper .quiz_progress {
    height: 2.4rem;
  }
}
.modal .quiz_progress .quiz_progress-bar,
.popup .quiz_progress .quiz_progress-bar,
.wrapper .quiz_progress .quiz_progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 35%), linear-gradient(145deg, #f05706 0%, #f76a0c 40%, #ff791b 50%);
  transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .modal .quiz_progress .quiz_progress-bar,
.popup .quiz_progress .quiz_progress-bar,
.wrapper .quiz_progress .quiz_progress-bar {
    transition: none;
  }
}
.modal .quiz_progress .quiz_progress-bar.finish,
.popup .quiz_progress .quiz_progress-bar.finish,
.wrapper .quiz_progress .quiz_progress-bar.finish {
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 35%), linear-gradient(145deg, #064e3b 0%, #065f46 30%, #047857 55%, #0d9488 80%);
}
.modal .quiz_progress .quiz_percent,
.popup .quiz_progress .quiz_percent,
.wrapper .quiz_progress .quiz_percent {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
  display: block;
}
.modal .quiz_gift-item img,
.popup .quiz_gift-item img,
.wrapper .quiz_gift-item img {
  min-width: 5rem;
  max-width: 5rem;
}
.modal .deactive,
.popup .deactive,
.wrapper .deactive {
  opacity: 0;
  cursor: default !important;
}

/*# sourceMappingURL=quiz.css.map */
