@charset "UTF-8";
.config .config-wrapper .answer {
  box-shadow: 0 2px 2px hsl(240, 11%, 89%);
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  min-height: 9.2rem;
  margin: 0.6rem 0;
  text-align: left;
  border: 1px solid hsl(240, 11%, 89%);
  display: inline-flex;
  align-items: end;
  font-size: 0.9rem;
  border-radius: 1.3rem;
  color: hsl(233, 8%, 37%);
  font-weight: bold;
}
.config .config-wrapper .answer:disabled {
  background-color: hsl(225, 11%, 93%);
}
.config .config-wrapper .answer:not([disabled]).active, .config .config-wrapper .answer:not([disabled]):hover {
  border: 1px solid hsl(12, 93%, 61%);
  background-color: hsl(10, 89%, 96%);
  text-decoration: none !important;
  transition: all 0.35s ease-in-out;
}
.config .config-wrapper .answer:not([disabled]).active {
  background-color: hsl(12, 93%, 61%);
  color: #fff;
  position: relative;
}
.config .config-wrapper .answer:not([disabled]).active::before {
  content: "✓";
  position: absolute;
  font-weight: bold;
  font-size: 1.2rem;
  top: 1rem;
  left: 1rem;
  color: #fff;
}
.config .config-wrapper .question {
  width: 100%;
  padding: 0.5rem 0;
  color: hsl(233, 8%, 37%);
  border: 0;
  height: 100%;
  background-color: #fff;
}
.config .config-wrapper .question:enabled.active, .config .config-wrapper .question:enabled:hover {
  background-color: #fff;
  color: #000211;
}
.config .config-wrapper .question:enabled.active.show span, .config .config-wrapper .question:enabled:hover.show span {
  color: hsl(12, 93%, 61%);
  border: 0;
  background-color: #fff;
}
.config .config-wrapper .question:enabled.active.show span.conf-number, .config .config-wrapper .question:enabled:hover.show span.conf-number {
  border: 1px solid hsl(12, 93%, 61%);
}
.config .config-wrapper .question:enabled.active .conf-number, .config .config-wrapper .question:enabled:hover .conf-number {
  background-color: #fff;
  border: 1px solid hsl(12, 93%, 61%);
}
.config .config-wrapper .question:enabled.active.check .conf-number:after, .config .config-wrapper .question:enabled:hover.check .conf-number:after {
  content: "✓";
  position: absolute;
  font-weight: bold;
  font-size: 1.2rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(12, 93%, 61%);
  border: 1px solid hsl(12, 93%, 61%);
  border-radius: 100%;
  color: #fff;
}
.config .config-wrapper .question .conf-number {
  background-color: hsl(240, 11%, 89%);
  border-radius: 100%;
  padding: 0;
  width: 2.3rem;
  height: 2.3rem;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  line-height: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.config .config-wrapper .question .q-text {
  margin-left: 3rem;
  display: block;
  font-size: 1rem;
}
.config .config-wrapper .question span {
  color: hsl(233, 8%, 37%);
  font-size: 0.8rem;
}
.config .config-wrapper .continue {
  border-color: hsl(233, 11%, 71%);
  color: hsl(233, 11%, 71%) !important;
  cursor: auto;
}
.config .config-wrapper .continue:hover {
  border-color: hsl(233, 11%, 71%);
  color: hsl(233, 11%, 71%);
  background-color: #fff !important;
}
.config .config-wrapper .continue.active {
  border: 0.1rem solid hsl(12, 93%, 61%);
  background-color: hsl(12, 93%, 61%);
  color: #fff !important;
  cursor: pointer;
}
.config .config-wrapper .continue.active:hover {
  background-color: hsl(0, 96%, 55%) !important;
}
.config .config-wrapper .results a {
  color: hsl(12, 93%, 61%);
}
.config .config-wrapper .results a:hover {
  text-decoration: underline;
}
.config .config-wrapper .results .btn {
  color: #fff;
}
.config .config-wrapper .results .btn:hover {
  text-decoration: none;
  background-color: hsl(0, 96%, 55%) !important;
}