@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@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: 8px;
}
:root {
  --eg-body-bg-color: #ffffff;
  --eg-body-bg-image-opacity: 1;
  --eg-body-bg-image: url("69987760acaaa890153426.png");
  --eg-container-bg-color: #ffffff;
  --eg-container-bg-color-contrast: #000;
  --eg-nav-bg-color: #006EFF;
  --eg-nav-bg-color: #006EFF;
  --eg-progress-bar-bg-color: #006EFF;
  --eg-title-color: #000000;
  --eg-title-font-size: 36px;
  --eg-title-font-weight: bold;
  --eg-title-font-family: Montserrat, Roboto, Helvetica Neue, sans-serif;
  --eg-question-margin-top: 0px;
  --eg-question-font-size: 24px;
  --eg-question-font-familly: Montserrat, Roboto, Helvetica Neue, sans-serif;
  --eg-question-font-weight: normal;
  --eg-question-color: #000000;
  --eg-block-color: #000000;
  --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: #006EFF;
  --eg-primary-color-rgb: 0, 110, 255;
  /* deprecated */
  --eg-primary-color-contrast: #000;
  --eg-primary-color-shade: #005ed9;
  --eg-checkbox-color: #FF7F68;
  --eg-checkbox-color-contrast: #000;
  --eg-logo-size: 150px;
}
.questionnaire-block:not(.btn-success):not(.btn-danger), .bootstrap-select > button.dropdown-toggle, .bootstrap-select {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #d9d9d900;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #80b7ff;
  --bs-btn-hover-border-color: #ddd;
  --bs-btn-focus-shadow-rgb: 184, 184, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #006EFF;
  --bs-btn-active-border-color: #ddd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #d9d9d9;
}
.questionnaire-nav-btn {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #006EFF;
  --bs-btn-border-color: #006EFF;
  --bs-btn-hover-color: #006EFF;
  --bs-btn-hover-bg: #ffffff00;
  --bs-btn-hover-border-color: #006EFF;
  --bs-btn-focus-shadow-rgb: 0, 94, 217;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #006EFF;
  --bs-btn-active-border-color: #006EFF;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #006EFF;
  --bs-btn-disabled-border-color: #006EFF;
  border-radius: 50px !important;
}
body {
  position: relative;
  background-color: #ffffff;
  color: #000000;
}
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: center;
  background-repeat: no-repeat;
  opacity: 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;
  }
}

.form-control {
  /*background-color: #ffffff52;*/
  box-shadow: none;
}

.btn-shadow {
  box-shadow: -4px 6px 22.2px 0 rgba(0, 0, 0, 0.03);

}

input,
select,
textarea {
  border-radius: 9px;
  box-shadow: -4px 6px 22.2px 0 rgba(0, 0, 0, 0.03);

}

input:hover,
select:hover,
textarea:hover {
  box-shadow: -4px 6px 22.2px 0 rgba(0, 0, 0, 0.03);

}
input:active,
select:active,
textarea:active {
  box-shadow: 0px 0px 20px 0px rgba(243, 127, 106, 0.432);
}
.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: #ffffff !important;
}

input {
box-shadow:none !important;
}
.form-check-input {
    --bs-form-check-bg: #ffffff00;
    border-color: #A9A9A9;
}

.btn.btn-shadow:hover {
    background-color: 
#bedaff!important;
border-color: A9A9A9 !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 {
    background-color: #006EFF!important;
    border-color: #006EFF!important;
    box-shadow: -4px 6px 8.6px 0 rgba(0, 110, 255, 0.20);
}

.questionnaire-question-label {
   margin-bottom: 20px;
}
p {
  font-weight: 500 !important;
}

.questionnaire-block {
    margin-bottom: 15px;
}

.bg-secondary {
    background-color: #D3E6FF !important;
  
}

input:hover, select:hover, textarea:hover {
    border-color: #006EFF;
}
/*
.app_question {
    margin-top: 2vh;
}
    */

.form-control:hover {
    box-shadow: 0 0 0px 1px var(--eg-primary-color-shade) !important;
}