html {
  font-size: 14px;
}

body {
  line-height: 1.2;
}

.form-control::-webkit-input-placeholder {
  color: #ced4da;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #ced4da;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #ced4da;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #ced4da;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #ced4da;
}

a.btn {
  text-decoration: none;
}

.adv_underline,
.btn-link.adv_underline {
  text-decoration: underline !important;
}

.adv_pointer {
  cursor: pointer;
}

a.adv_light,
a.adv_light:hover {
  color: #fff;
}

.adv_has_error {
  width: 100%;
  margin: 0.25rem 0;
  font-weight: bold;
  color: #dc3545;
}

.adv_has_surveyjs_error {
  position: relative;
  width: 100%;
  padding: 0.75rem 1.25rem;
  border: 1px solid #ffeeba;
  color: #856404;
  background-color: #fff3cd;
}

.sv_qstn_error_top {
  width: 100%;
}

.adv_has_success {
  font-weight: bold;
  color: #7ed321;
}

.adv_hidden {
  display: none;
}

.adv_block {
  display: block;
}

nav {
  min-height: 8rem;
}
nav a#adv_log,
nav button#adv_log {
  position: absolute;
  right: 1rem;
}
nav a#adv_settings {
  position: absolute;
  right: 5rem;
}
nav a#adv_contact_navbar {
  color: white;
  position: absolute;
  font-size: 1.9rem;
  right: 6rem;
}

#adv_title {
  min-height: 4rem;
  padding: 0 1.75rem;
  line-height: 4rem;
}

@media (min-width: 992px) {
  .adv_container {
    margin-top: 2rem;
  }
}

.adv_small {
  font-size: 0.8rem;
}

.adv_legal {
  font-size: 0.7rem;
}

.adv_contact_text {
  color: white;
  margin-left: auto;
  font-size: 1.5rem;
  margin-right: 7rem;
}

.adv_contact_text_small {
  margin-left: auto;
  margin-right: 5rem;
}

.adv_contact_text_small a {
  color: #041438;
  font-size: 1.2rem;
  text-decoration: none !important;
}

.adv_contact_text_small a:hover {
  text-decoration: underline !important;
}

.adv_contact_navbar {
  font-size: 1.5rem;
  background-color: #003b79;
  text-align: right;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.adv_contact_navbar a {
  color: white;
}

#adv_summary h2,
#adv_summary h3,
#adv_form_summary h2,
#adv_form_summary h3 {
  font-style: italic;
  font-weight: bold;
}
#adv_summary h2,
#adv_form_summary h2 {
  text-decoration: underline;
  font-size: 1.2rem;
}
#adv_summary h3,
#adv_form_summary h3 {
  font-size: 1rem;
}
#adv_summary .adv_answer,
#adv_form_summary .adv_answer {
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .adv_mobile_center {
    text-align: center;
  }
}

#sent_survey_container h3 {
  font-size: 1em;
}

.form-check-label {
  margin-top: 0.4rem;
}

.btn-success,
.btn-success.disabled {
  font-weight: bold;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #d8d8d8;
  border: #d8d8d8;
}

.btn-primary {
  color: #fff;
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding: 0px !important;
  }
}
.navbar-brand img,
.navbar-brand svg {
  width: 100%;
  height: auto;
  max-width: 20rem;
  max-height: 100px;
}

.navbar-brand img.svglogo {
  min-width: 280px;
}

.adv_hidden_question_but_validation .as_sv_content > div:not([role=alert]),
.adv_hidden_question_but_validation input {
  display: none;
}

.adv_buttons {
  padding-left: 0;
  padding-right: 0;
}
.adv_buttons .row {
  margin-left: 0;
  margin-right: 0;
}
.adv_buttons .row > * {
  padding-left: 0;
  padding-right: 0;
}
.adv_buttons svg.fa-chevron-right {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  color: white;
}
@media (min-width: 768px) {
  .adv_buttons svg.fa-chevron-left {
    position: absolute;
    top: 1.2rem;
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .adv_buttons a,
  .adv_buttons input,
  .adv_buttons button {
    width: 22rem;
  }
}
.adv_buttons a,
.adv_buttons input,
.adv_buttons button {
  width: 22rem;
}

.adv_no_button {
  border: none;
  padding: 0;
  background-color: transparent;
}

form.adv_fixed_width {
  width: 25em;
}

.obsolete_navigator_error {
  background-color: #fff;
  color: #000;
  border: #ccc 2px solid;
  padding: 20px 40px;
  text-align: center;
}
.obsolete_navigator_error a {
  color: #000;
  text-decoration: underline !important;
}

.lightgrey_block {
  padding: 30px 20px;
  background-color: #f8f9fa;
}

.adv_textred {
  color: #c00;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .popover:has(.adv_large_popover) {
    min-width: 50%;
  }
}
h4 > .sv-string-viewer.sv-string-viewer--multiline,
.sent_panel_description > .sv-string-viewer.sv-string-viewer--multiline {
  white-space: unset;
}

/**
*** bootstrap update
**/
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.modal-footer {
  flex-wrap: nowrap;
}
.modal-footer > * {
  margin: 0;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-control,
.form-inline .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.input-group > .form-control,
.input-group > .form-control:hover,
.input-group > .form-control:focus {
  z-index: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-group {
  margin-bottom: 1rem;
}

#adv_navbar.container-fluid {
  padding: 0px !important;
}

.col {
  position: relative;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  min-height: unset;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.6;
}

.form-check-input:disabled {
  opacity: 0.9;
}

.form-check-label {
  margin-top: 0.4rem;
  margin-bottom: 0;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.d-block {
  display: block !important;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.dt-search {
  display: flex;
  align-items: baseline;
}

tr.even td,
tr.odd td {
  background-color: inherit;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.btn-light {
  --bs-btn-bg: #f0f0f0;
}

.btn-disabled {
  --bs-btn-bg: #f0f0f0;
}
