@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
#css-api .css-api-widget-body {
  font-family: Roboto, serif;
  font-size: 14px;
  background-color: #D9DCD6;
  color: #16425B;
}

#css-api .css-api-card-header--opening {
  font-size: 1.5rem;
}

#css-api .css-api-card-header--closing {
  font-size: 1.2rem;
}

#css-api .css-api-card-header--question {
  font-size: 0.9rem;
}

#css-api .css-api-card-header__title, #css-api .css-api-card-header__description {
  color: #16425B;
  word-break: break-word;
}

#css-api .css-api-lead-form-header__title, #css-api .css-api-lead-form-header__description {
  color: #16425B;
  word-break: break-word;
}

#css-api .css-api-widget-option {
  background-color: #81C3D7;
}

#css-api .css-api-widget-option:hover {
  background-color: #2F6690 !important;
}

#css-api .css-api-widget-option:hover .css-api-widget-option__label {
  color: #D9DCD6;
}

#css-api .css-api-widget-option__label {
  color: #16425B;
}

#css-api .css-api-widget-option__selection_mark {
  color: #3A7CA5;
}

#css-api .css-api-widget-option__image {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.75);
}

#css-api .css-api-widget-option.css-api-widget-option_state_selected .css-api-widget-option__selection_mark {
  background: #0dab36c2;
}

#css-api .css-api-widget-field__input {
  border-radius: 7px;
}

#css-api .css-api-widget-field__err-msg {
  color: #3A7CA5;
}

#css-api .css-api-lead-form-field__label {
  color: #16425B;
}

#css-api .css-api-lead-form-field__hint {
  color: #81C3D7;
}

#css-api .css-api-lead-form-field__input {
  color: #16425B;
  border-bottom: 1px dashed #81C3D7;
}

#css-api .css-api-lead-form-field__err-msg {
  color: #3A7CA5;
}

#css-api .css-api-lead-form-field__required-marker {
  color: #81C3D7;
}

#css-api .css-api-widget-info-msg {
  background-color: rgba(58, 124, 165, 0.5);
}

#css-api .css-api-widget-info-msg__text {
  color: #16425B;
}

#css-api .css-api-widget-info-msg__btn {
  background-color: #D9DCD6;
  color: #16425B;
}

#css-api .css-api-widget-navbar {
  background-color: rgba(22, 66, 91, 0.6);
  border: none;
}

#css-api .css-api-widget-pager__page {
  color: #D9DCD6;
}

#css-api .css-api-widget-pager__btn {
  color: #D9DCD6;
  border: none;
}

#css-api .css-api-widget-pager__btn--restart {
  color: #81C3D7;
}

#css-api .css-api-widget-pager__page {
  text-decoration: underline;
}

#css-api .css-api-widget-timer {
  animation: blink .75s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#css-api .css-api-widget-btn {
  border-radius: 10px;
  background-color: #206084;
  color: #fff;
}

#css-api .css-api-widget-btn:hover {
  background-color: #2F6690;
}

#css-api .css-api-widget-btn--start {
  margin-bottom: 30px;
}

#css-api .css-api-widget-btn--submit {
  border: 1px solid #81C3D7;
}

#css-api .css-api-widget-btn--submit:disabled {
  background-color: #3A7CA5;
}

#css-api .css-api-widget-btn--call2action {
  padding: 30px;
  border-radius: 0;
}

#css-api .css-api-widget-media {
  margin: 30px 10px;
}

#css-api .css-api-widget-media__image {
  border: 5px #3A7CA5 solid;
  width: 90%;
}

#css-api .css-api-widget-media__video {
  border: 5px #81C3D7 dashed;
}

#css-api .css-api-widget-media__image-credit {
  color: #16425B;
  background-color: #D9DCD6;
  margin-right: 10px;
}
