:root {
  --eg-body-bg-color: $bodyBgColor;
  --eg-body-bg-image-opacity: $bodyBgImageOpacity;
  --eg-body-bg-image: $bodyBgImage;
  --eg-container-bg-color: $containerBgColor;
  --eg-nav-bg-color: $navBgColor;
  --eg-progress-bar-bg-color: $progressBarBgColor;
  --eg-title-color: $titleColor;
  --eg-title-font-size: $titleFontSize;
  --eg-title-font-weight: $titleFontWeight;
  --eg-title-font-family: $titleFontFamily;
  --eg-question-margin-top: $questionMarginTop;
  --eg-question-font-size: $questionFontSize;
  --eg-question-font-familly: $questionFontFamily;
  --eg-question-font-weight: $questionFontWeight;
  --eg-question-color: $questionColor;
  --eg-block-color: $blockColor;
  --eg-block-bg-color: $blockBgColor;
  --eg-primary-color: $primaryColor;
  --eg-checkbox-color: $checkboxColor;
  --eg-logo-size: $logoSize;
}
.questionnaire-nav-btn {
  --bs-btn-color: #fff;
  --bs-btn-bg: #be296d;
  --bs-btn-border-color: #be296d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a2235d;
  --bs-btn-hover-border-color: #982157;
  --bs-btn-focus-shadow-rgb: 200, 73, 131;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #982157;
  --bs-btn-active-border-color: #8f1f52;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #be296d;
  --bs-btn-disabled-border-color: #be296d;
}
.questionnaire-title {
  font-size: 26px !important;
  font-weight: bold !important;
}
.questionnaire-question-label {
  font-size: 22px !important;
  font-weight: normal;
}
.questionnaire-block:not(.btn-success):not(.btn-danger) {
  --bs-btn-color: #333;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #d3d4d5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f9fafb;
  --bs-btn-hover-border-color: #d7d8d9;
  --bs-btn-focus-shadow-rgb: 187, 188, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9fafb;
  --bs-btn-active-border-color: #d7d8d9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #d3d4d5;
}
.questionnaire-block:not(.btn-success):not(.btn-danger) .text-primary {
  color: #be296d !important;
}
.questionnaire-block:not(.btn-success):not(.btn-danger):not(:disabled):not(.disabled).active, .questionnaire-block:not(.btn-success):not(.btn-danger):not(:disabled):not(.disabled):active {
  color: #333 !important;
  background-color: #be296d !important;
  border-color: #a2235d !important;
}
footer {
  color: #000;
}
footer a, footer a:active, footer a:focus, footer a:hover {
  color: #000;
}
.form-check-input:checked {
  background-color: #ee7612;
  border-color: #ee7612;
}
.form-check-input:checked:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 118, 18, 0.15);
}
.app_question {
  margin-top: 0px;
}
#questionnaire_header {
  color: #333;
}
#questions_container {
  color: #333;
}
#questionnaire_logo {
  width: 150px;
  height: auto;
  max-height: 187.5px;
  object-fit: contain;
}
#questionnaire_progression_gauge .questionnaire_step {
  background-color: #be296d;
}
#questionnaire_progression_gauge .questionnaire_step.active {
  border-color: #be296d !important;
}
#questionnaire_progression_gauge .questionnaire_step.active::after {
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  .dropdownResult {
    display: none;
  }
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #f7bb89;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #f7bb89;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ee7612;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #ca640f;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ee7612;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #ca640f;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.range-value span {
  background-color: #ee7612;
}
.range-value span:before {
  border-top-color: #ee7612;
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  background-color: #be296d;
  color: #333;
  padding-top: 65px;
}
@media (min-width: 920px) {
  body {
    padding-top: 100px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 150px;
  }
}
body > .d-flex > .flex-grow-1 {
  overflow: auto;
}
body > .d-flex:before {
  content: " ";
  display: block;
  width: 100%;
}
#questionnaire_container {
  background-color: white;
  overflow: auto;
  width: 100%;
}
#questionnaire_container > div:first-child {
  max-width: 970px;
  margin: auto;
  position: relative;
}
#questionnaire_container > div {
  padding: 2rem;
}
