@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-container-bg-color: #ffffff;
  --eg-container-bg-color-contrast: #000;
  --eg-nav-bg-color: #9b0058;
  --eg-progress-bar-bg-color: #9b0058;
  --eg-title-color: #1c3762;
  --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: normal;
  --eg-question-color: #1c3762;
  --eg-block-color: #333333;
  --eg-block-bg-color: #ffffff;
  --eg-block-color-hover: #000;
  --eg-block-bg-color-hover: white;
  --eg-block-bg-color-shade: #d9d9d9;
  --eg-block-bg-color-shade-2: #ddd;
  --eg-block-bg-color-shade-3: #bfbfbf;
  --eg-block-bg-color-shade-4: #999;
  --eg-primary-color: #9b0058;
  --eg-primary-color-rgb: 155, 0, 88;
  /* deprecated */
  --eg-primary-color-contrast: #fff;
  --eg-primary-color-shade: #84004b;
  --eg-checkbox-color: #9b0058;
  --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: #333333;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #d9d9d9;
  --bs-btn-hover-color: #1c3762;
  --bs-btn-hover-bg: #cd80ac;
  --bs-btn-hover-border-color: #ddd;
  --bs-btn-focus-shadow-rgb: 192, 192, 192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9b0058;
  --bs-btn-active-border-color: #ddd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #d9d9d9;
}
.questionnaire-nav-btn {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9b0058;
  --bs-btn-border-color: #9b0058;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #84004b;
  --bs-btn-hover-border-color: #7c0046;
  --bs-btn-focus-shadow-rgb: 170, 38, 113;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7c0046;
  --bs-btn-active-border-color: #740042;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9b0058;
  --bs-btn-disabled-border-color: #9b0058;
}
body {
  position: relative;
  background-color: #ffffff;
  color: #1c3762;
}
body:before {
  content: " ";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body > div:first-child {
  position: relative;
}
#questionnaire_container {
  width: 970px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  #questionnaire_container {
    padding-top: 75px;
  }
}
