#dx_assessment .site_content {
  background-color: #FFFD00 !important;
}
#dx_assessment .logo {
  transform: translateX(5%);
}
#dx_assessment .question {
  background-color: #FFF;
  border: 1px solid #000;
}
#dx_assessment .question .choice .wp-block-column {
  color: #FFF;
}
#dx_assessment .question .choice .wp-block-column p a {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  width: 100%;
  transition: 0.3s all;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dx_assessment .question .choice .wp-block-column p a:hover {
  opacity: 0.5;
}
#dx_assessment .question .choice .yes a {
  background: #EF6F38;
}
#dx_assessment .question .choice .no a {
  background: #0524E0;
}
#dx_assessment .progress {
  margin: 3rem;
}
#dx_assessment .progress .bar {
  font-size: 0;
  display: block;
  width: 100%;
  height: 1.25rem;
  line-height: 0.1;
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#dx_assessment .progress .bar::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(1.25rem - 2px);
  background: #8D0FD1;
}
#dx_assessment .progress .bar.ten::before {
  width: 0%;
}
#dx_assessment .progress .bar.nine::before {
  width: 10%;
}
#dx_assessment .progress .bar.eight::before {
  width: 20%;
}
#dx_assessment .progress .bar.seven::before {
  width: 30%;
}
#dx_assessment .progress .bar.six::before {
  width: 40%;
}
#dx_assessment .progress .bar.five::before {
  width: 50%;
}
#dx_assessment .progress .bar.four::before {
  width: 60%;
}
#dx_assessment .progress .bar.three::before {
  width: 70%;
}
#dx_assessment .progress .bar.two::before {
  width: 80%;
}
#dx_assessment .progress .bar.one::before {
  width: 90%;
}
#dx_assessment .type-icon {
  max-width: 70%;
}
#dx_assessment .type {
  font-size: 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  padding: 0.5em 3rem;
  border-radius: 25px;
}
#dx_assessment .field {
  position: relative;
}
#dx_assessment .field h3 {
  line-height: 1.2;
  font-size: var(--wp--preset--font-size--medium);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2rem;
  transform: translateY(50%);
  z-index: 2;
}
#dx_assessment .field p {
  padding-top: 2.5em;
  position: relative;
  margin-top: 0;
}/*# sourceMappingURL=dx_assessment.css.map */