@media screen and (min-width: 768px) {
  .d-flex.flex-column.flex-md-row {
    gap: 0 !important;
  }
  .d-flex.flex-column.flex-md-row > label:not(:first-child), .d-flex.flex-column.flex-md-row .d-flex.flex-row > label:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .d-flex.flex-column.flex-md-row > label:not(:last-child), .d-flex.flex-column.flex-md-row .d-flex.flex-row > label:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.d-flex.flex-row, .d-flex:not(.flex-column) {
  gap: 0 !important;
}
.d-flex.flex-row > label:not(:first-child), .d-flex.flex-row .d-flex.flex-row > label:not(:first-child), .d-flex:not(.flex-column) > label:not(:first-child), .d-flex:not(.flex-column) .d-flex.flex-row > label:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.d-flex.flex-row > label:not(:last-child), .d-flex.flex-row .d-flex.flex-row > label:not(:last-child), .d-flex:not(.flex-column) > label:not(:last-child), .d-flex:not(.flex-column) .d-flex.flex-row > label:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
:root {
  --bs-border-radius: 25px;
}
:root {
  --eg-body-bg-color: #ffffff;
  --eg-body-bg-image-opacity: 1;
  --eg-body-bg-image: url("177454038069c5565c47ff8.jpg");
  --eg-container-bg-color: #fffdfb;
  --eg-container-bg-color-contrast: #000;
  --eg-nav-bg-color: #845a48;
  --eg-progress-bar-bg-color: #845a48;
  --eg-title-color: #845a48;
  --eg-title-font-size: 26px;
  --eg-title-font-weight: bold;
  --eg-title-font-family: Roboto, Helvetica Neue, sans-serif;
  --eg-question-margin-top: 0px;
  --eg-question-font-size: 22px;
  --eg-question-font-familly: Roboto, Helvetica Neue, sans-serif;
  --eg-question-font-weight: bold;
  --eg-question-color: #845a48;
  --eg-block-color: #845a48;
  --eg-block-bg-color: #fffdfb;
  --eg-block-color-hover: #000;
  --eg-block-bg-color-hover: #fffdfc;
  --eg-block-bg-color-shade: #d9d7d5;
  --eg-block-bg-color-shade-2: #dddbda;
  --eg-block-bg-color-shade-3: #bfbebc;
  --eg-block-bg-color-shade-4: #999897;
  --eg-primary-color: #845a48;
  --eg-primary-color-rgb: 132, 90, 72;
  /* deprecated */
  --eg-primary-color-contrast: #fff;
  --eg-primary-color-shade: #704d3d;
  --eg-checkbox-color: #845a48;
  --eg-checkbox-color-contrast: #fff;
  --eg-logo-size: 150px;
}
.questionnaire-block:not(.btn-success):not(.btn-danger), .bootstrap-select > button.dropdown-toggle, .bootstrap-select {
  --bs-btn-color: #845a48;
  --bs-btn-bg: #fffdfb;
  --bs-btn-border-color: #d9d7d5;
  --bs-btn-hover-color: #845a48;
  --bs-btn-hover-bg: #c2ada4;
  --bs-btn-hover-border-color: #dddbd9;
  --bs-btn-focus-shadow-rgb: 204, 196, 192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #845a48;
  --bs-btn-active-border-color: #dddbd9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fffdfb;
  --bs-btn-disabled-border-color: #d9d7d5;
}
.questionnaire-nav-btn {
  --bs-btn-color: #fff;
  --bs-btn-bg: #845a48;
  --bs-btn-border-color: #845a48;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #704d3d;
  --bs-btn-hover-border-color: #6a483a;
  --bs-btn-focus-shadow-rgb: 150, 115, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6a483a;
  --bs-btn-active-border-color: #634436;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #845a48;
  --bs-btn-disabled-border-color: #845a48;
}
body {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  color: #845a48;
}
body:before {
  content: " ";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: var(--eg-body-bg-image);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1;
}
body > .d-flex {
  position: relative;
}
#questionnaire_container {
  width: 970px;
  max-width: 100%;
  margin: auto;
  position: relative;
}
@media (min-width: 576px) {
  #questionnaire_container {
    padding-top: 10px;
  }
}
#questionnaire_container > div:last-child {
  height: 100%;
}
#questionnaire_container > div:last-child > div:last-child {
  background-color: #fffdfb;
  flex-grow: 1;
}
#questions_container {
  background-color: #fffdfb;
  padding: 0 2rem;
}
