/* stylelint-disable */
#mercury-widget .close-toggle,
#mercury-widget .open-toggle {
  -webkit-box-shadow: #000 0 0 10px -5px;
  box-shadow: 0 0 10px -5px #000;
  background-color: #142e6c;
}

#mercury-widget .entry-gate {
  border-bottom: none;
}

#mercury-widget
  .entry-gate
  .entry-gate-fields
  .sliding-switch
  input:checked
  + .slider {
  background-color: #fbcb3d;
}

#mercury-widget .entry-gate .entry-gate-fields .submit-button .submit {
  background-color: #142e6c;
}

#mercury-widget.custom-style .open-teaser .teaser-msg {
  -webkit-box-shadow: 1px 1px 6px 0.1px #e9e9e9;
          box-shadow: 1px 1px 6px 0.1px #e9e9e9;
}

#mercury-widget .open-teaser .teaser-btn {
  -webkit-box-shadow: 1px 1px 6px 0.1px #e2b737;
          box-shadow: 1px 1px 6px 0.1px #e2b737;
}

#mercury-widget .input-row-wrap {
  border-top: 1px solid #b4b4b4;
}

#mercury-widget {
  font-family: Open Sans, sans-serif !important;
  z-index: 10;
}

#mercury-widget .quick-replies {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#mercury-widget .quick-reply-container .scroll-actions {
  display: none;
}

#mercury-widget .attachment.text.title {
  width: auto;
}

#mercury-widget .teaser .teaser-btn-wrapper .teaser-btn:hover {
  background-color: #073070;
}
/* stylelint-enable */

/*# sourceMappingURL=mercury.css.map*/