.question-wraper .question-modal {
  z-index: 10000;
}
.question-wraper .question-modal.is-visible {
  visibility: visible;
}
.question-wraper .question-overlay {
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.question-wraper .question-modal.is-visible .question-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.question-wraper .question-modal-wrapper {
  z-index: 9999;
  inset: 0;
  width: 512px;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.question-wraper .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.question-wraper .question-modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.question-wraper .question-modal-header,
.question-wraper .question-modal-content > *:first-child {
  margin-top: 0;
}
.question-wraper .question-modal-content > *:last-child {
  margin-bottom: 0;
}
.question-wraper .form-wraper + label {
  border: 1px solid #E6E6E6;
}
.question-wraper label::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #E6E6E6;
  border-radius: 50%;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.question-wraper label::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #E6E6E6;
  border: 2px solid #E6E6E6;
  border-radius: 50%;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.question-wraper label:hover::after {
  background-color: #E6E6E6;
  transform: translateY(-50%) scale(0.55);
}
.question-wraper input[type=radio]:checked + label::before {
  border-color: #4100FA;
}
.question-wraper input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
  background-color: #4100FA;
}
.question-wraper input[type=checkbox]:checked + label {
  box-shadow: 0 32px 32px rgba(50, 50, 71, 0.08), 0 16px 24px rgba(50, 50, 71, 0.08);
}
.question-wraper input[type=checkbox]:checked + label::before {
  border-color: #4100FA;
}
.question-wraper input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
  background-color: #4100FA;
}
.question-wraper input[type=checkbox]:checked + label {
  box-shadow: 0 32px 32px rgba(50, 50, 71, 0.08), 0 16px 24px rgba(50, 50, 71, 0.08);
}

/*# sourceMappingURL=scoreboard-form.css.map */
