@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;
}
.bootstrap-select .dropdown-menu, .questionnaire-block:not(.btn-success):not(.btn-danger), .bootstrap-select > button.dropdown-toggle {
  border: 1px solid white;
}
@media (max-width: 768px) {
  footer {
  color: #000;
  display: none;
}
}
footer a, footer a:active, footer a:focus, footer a:hover {
  color: #000;
}
:root {
  --eg-body-bg-color: #ffffff;
  --eg-body-bg-image-opacity: 1;
  --eg-body-bg-image: url("172183187466a111c270886.jpg");
  --eg-container-bg-color: #1c2252;
  --eg-container-bg-color-contrast: #fff;
  --eg-nav-bg-color: #ffffff;
  --eg-progress-bar-bg-color: #ffffff;
  --eg-title-color: #ffffff;
  --eg-title-font-size: 26px;
  --eg-title-font-weight: bold;
  --eg-title-font-family: ;
  --eg-question-margin-top: 0px;
  --eg-question-font-size: 18px;
  --eg-question-font-familly: ;
  --eg-question-font-weight: bold;
  --eg-question-color: #ffffff;
  --eg-block-color: #ffffff;
  --eg-block-bg-color: #1c2252;
  --eg-block-color-hover: #fff;
  --eg-block-bg-color-hover: #181d46;
  --eg-block-bg-color-shade: #181d46;
  --eg-block-bg-color-shade-2: #181d47;
  --eg-block-bg-color-shade-3: #151a3e;
  --eg-primary-color: #bcc9ff;
  --eg-primary-color-contrast: #000;
  --eg-primary-color-shade: #a0abd9;
  --eg-checkbox-color: #1c2252;
  --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: #ffffff;
  --bs-btn-bg: #1c2252;
  --bs-btn-border-color: #181d46;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dee4ff;
  --bs-btn-hover-border-color: #131738;
  --bs-btn-focus-shadow-rgb: 59, 63, 98;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bcc9ff;
  --bs-btn-active-border-color: #121635;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1c2252;
  --bs-btn-disabled-border-color: #181d46;
}
.questionnaire-nav-btn {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --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: #ffffff;
}
body {
  position: relative;
  background-color: #ffffff;
  color: #ffffff;
}
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: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  opacity: 1;
}
body > div:first-child {
  position: relative;
}
#questionnaire_container {
  max-width: 100%;
  margin-left: auto;
}
@media (min-width: 992px) {
  #questionnaire_container {
    width: 75%;
  }
}
#questionnaire_container > div:last-child {
  background-color: #1c2252;
  padding: 2rem;
}
