body.page-template-dbt-selftest {
  font-family: "Serenity", sans-serif !important;
}

.selftest.selftest-test {
  padding: 0px !important;
}
.admin-bar .selftest {
  min-height: calc(100vh - 32px) !important;
}
.selftest__container {
  margin-top: 2.5rem;
}
.selftest__logo {
  max-height: 100%;
  padding: 20px 0px;
}
@media screen and (max-width: 1024px) {
  .selftest__logo {
    display: none;
  }
}

.selftest-result {
  color: white;
}
.selftest-result h2 + p {
  margin-top: 20px;
}
.selftest-result__label-prefix {
  font-size: 22px;
  margin-bottom: 10px;
}
.selftest-result__label {
  color: #fa3186;
  background-color: white;
  padding: 6px 25px;
  border-radius: 999px;
  font-size: 32px !important;
  width: fit-content;
}
.selftest-result__content {
  max-width: 380px;
  padding-top: 20px;
}
.selftest-result__content a:not(.btn-btn-orange) {
  text-decoration: underline;
}
.selftest-result__content a:not(.btn-btn-orange):hover {
  text-decoration: none;
}
.selftest-result__content a.btn-btn-orange {
  font-size: 20px !important;
}
.selftest-result__description {
  margin-top: 20px;
}
.selftest-result__description > * {
  font-size: 22px;
  line-height: 23px;
}

@media screen and (min-width: 1024px) {
  .progress-bar {
    max-width: 90px;
  }
}

.js-selection-counter {
  width: fit-content;
  position: absolute;
  right: 64px;
  bottom: 45px;
}

.energizer-step-number {
  margin-left: 3px;
}

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