@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;
}
:root {
  --eg-body-bg-color: #1c2252;
  --eg-body-bg-image-opacity: 1;
  --eg-container-bg-color: #1c2252;
  --eg-container-bg-color-contrast: #fff;
  --eg-nav-bg-color: #ccc3c3;
  --eg-progress-bar-bg-color: #ccc3c3;
  --eg-title-color: #ffffff;
  --eg-title-font-size: 24px;
  --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: #ccc3c3;
  --eg-block-color: #ffffffff;
  --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-block-bg-color-shade-4: #111431;
  --eg-primary-color: #bcc9ff;
  --eg-primary-color-rgb: 188, 201, 255;
  /* deprecated */
  --eg-primary-color-contrast: #000;
  --eg-primary-color-shade: #a0abd9;
  --eg-checkbox-color: #1c2252;
  --eg-checkbox-color-contrast: #fff;
  --eg-logo-size: 300px;
}
.questionnaire-block:not(.btn-success):not(.btn-danger), .bootstrap-select > button.dropdown-toggle, .bootstrap-select {
  --bs-btn-color: #ffffffff;
  --bs-btn-bg: #1c2252;
  --bs-btn-border-color: #181d46;
  --bs-btn-hover-color: #ccc3c3;
  --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: #ccc3c3;
  --bs-btn-border-color: #ccc3c3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d4cccc;
  --bs-btn-hover-border-color: #d1c9c9;
  --bs-btn-focus-shadow-rgb: 173, 166, 166;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d6cfcf;
  --bs-btn-active-border-color: #d1c9c9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ccc3c3;
  --bs-btn-disabled-border-color: #ccc3c3;
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  background-color: #1c2252;
  color: #ccc3c3;
  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;
}
#questionnaire_container {
  background-color: #1c2252;
  overflow: auto;
  width: 100%;
}
#questionnaire_container > div:first-child {
  max-width: 970px;
  margin: auto;
  position: relative;
}
#form_alert_preview {
  position: absolute;
  top: 0;
}
