.chatbot-App {
  font-family: Helvetica, Arial, sans-serif;
}
.chatbot-App .chatbot-launcher {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-top: 0;
}
.chatbot-App .chatbot-widget-container {
  bottom: 90px;
  margin: 0;
  right: 20px;
}
.chatbot-App .chatbot-widget-container.chatbot-widget-launcher-button-hidden {
  bottom: 20px;
}
.chatbot-widget-container.chatbot-inline {
  bottom: auto;
  top: auto;
  position: unset;
}
.chatbot-widget-container .chatbot-conversation-container {
  position: relative;
}
.chatbot-widget-container .chatbot-header.chatbot-header-button {
  cursor: pointer;
}
.chatbot-widget-container .chatbot-header {
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  min-height: 60px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.chatbot-widget-container .chatbot-header .chatbot-brand {
  font-size: 13px;
  text-align: center;
}
.chatbot-widget-container .chatbot-header .chatbot-brand .chatbot-title {
  padding: 0;
  display: block;
  font: 18px Helvetica, Arial, sans-serif;
}
.chatbot-widget-container .chatbot-header .chatbot-brand .chatbot-subtitle {
  font-size: 13px;
  margin-left: 5px;
  margin-top: 9px;
}
.chatbot-widget-container .chatbot-header span.chatbot-image {
  margin-right: 16px;
}
.chatbot-widget-container .chatbot-header span.chatbot-subtitle {
  font-size: 13px;
}
.chatbot-widget-container form.chatbot-sender {
  margin: 0;
}
.chatbot-widget-container .chatbot-sender {
  background-color: #f4f7f9;
}
.chatbot-widget-container .chatbot-sender input.chatbot-new-message {
  background-color: #f4f7f9;
  border: none;
  height: 30px;
  padding: 1px 0 1px 15px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.chatbot-widget-container .chatbot-sender .chatbot-send {
  background: #f4f7f9;
  border: 0;
}
.chatbot-widget-container .chatbot-sender .chatbot-send .fa {
  font-size: 24px;
  color: #35cce6;
}
.chatbot-widget-container .chatbot-sender .chatbot-send .chatbot-send-icon {
  height: 25px;
}
.chatbot-widget-container .chatbot-message a {
  word-break: break-all;
}
.chatbot-widget-container .chatbot-client {
  background-color: #53666930;
  font: 14px Helvetica, Arial, sans-serif;
  color: #000;
  border-radius: 10px;
  padding: 9px 11px;
  max-width: inherit;
  text-align: left;
  margin-left: auto;
}
.chatbot-widget-container .chatbot-response {
  background-color: #fff;
  border: 1px solid #f0f0e3;
  font: 14px Helvetica, Arial, sans-serif;
  color: #31383a;
  border-radius: 10px;
  padding: 6px;
  max-width: inherit;
  text-align: left;
  word-wrap: break-word;
}
.chatbot-widget-container .chatbot-response img {
  width: 100%;
}
.chatbot-widget-container .chatbot-response.chatbot-link,
.chatbot-widget-container .chatbot-response.chatbot-link-attachment {
  font-size: 14px;
}
.chatbot-widget-container .chatbot-response.chatbot-link-attachment a,
.chatbot-widget-container .chatbot-response.chatbot-link a {
  text-decoration: none;
}
.chatbot-widget-container
  .chatbot-response.chatbot-link-attachment
  a
  .chatbot-link-content,
.chatbot-widget-container
  .chatbot-response.chatbot-link
  a
  .chatbot-link-content {
  text-decoration: underline;
}
.chatbot-widget-container
  .chatbot-response.chatbot-link-attachment
  a
  .chatbot-link-content:hover,
.chatbot-widget-container
  .chatbot-response.chatbot-link
  a
  .chatbot-link-content:hover {
  text-decoration: none;
}
.chatbot-widget-container .chatbot-response.chatbot-options {
  background-color: #fff;
  border: none;
  width: 100%;
}
.chatbot-widget-container .chatbot-response.chatbot-options ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.chatbot-widget-container .chatbot-response.chatbot-options ul > li {
  text-align: center;
  cursor: pointer;
  color: #a3eaf7;
  background: #fff;
  border: 1px solid #a3eaf7;
  border-radius: 24px;
  padding: 9px 15px 6px;
  display: inline-block;
  margin: 0 5px 3px 0;
  font: 14px Helvetica, Arial, sans-serif;
}
.chatbot-widget-container .chatbot-response.chatbot-options ul > li > a {
  text-align: center;
  color: #35cce6;
  font: 14px Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.chatbot-widget-container .chatbot-response.chatbot-options ul > li.selected,
.chatbot-widget-container .chatbot-response.chatbot-options ul > li:hover {
  background-color: #a3eaf7;
  color: #fff;
}
.chatbot-widget-container .chatbot-response.chatbot-options ul > li.selected a,
.chatbot-widget-container .chatbot-response.chatbot-options ul > li:hover a {
  color: #fff;
}
.chatbot-widget-container
  .chatbot-response.chatbot-options
  ul
  ul.disabled
  > li:hover {
  background-color: inherit;
  color: inherit;
}
.chatbot-widget-container
  .chatbot-response.chatbot-options
  ul
  ul.disabled
  > li.selected:hover,
.chatbot-widget-container
  .chatbot-response.chatbot-options
  ul
  ul.disabled
  li.selected {
  background-color: #a3eaf7;
  color: #fff;
}
.chatbot-widget-container .chatbot-message {
  font-size: 14px;
}
.chatbot-widget-container .chatbot-message .chatbot-image,
.chatbot-widget-container .chatbot-message .chatbot-video video {
  max-width: 450px;
  width: 100%;
}
.chatbot-widget-container .chatbot-avatar {
  width: 20px;
  height: 20px;
  max-width: none;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 4px;
}
.chatbot-full-screen.chatbot-inline {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.chatbot-full-screen .chatbot-widget-container {
  max-width: none;
}
.chatbot-full-screen .chatbot-widget-container.chatbot-inline {
  bottom: 0;
  top: 0;
  position: fixed;
}
.chatbot-full-screen .chatbot-close-button {
  background-color: #35cce6;
  right: 10px;
  top: 17px;
  width: 21px;
  cursor: pointer;
}
.chatbot-full-screen .chatbot-close {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 800px) {
  .chatbot-launcher {
    margin: 0;
    z-index: 10000;
  }
  .chatbot-App .chatbot-widget-container {
    max-width: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .chatbot-App .chatbot-widget-container.chatbot-inline {
    bottom: 0;
    top: 0;
    position: fixed;
  }
  .chatbot-App .chatbot-widget-container.chatbot-widget-launcher-button-hidden {
    bottom: inherit;
  }
  .chatbot-close-button {
    background-color: #35cce6;
    right: 10px;
    top: 17px;
    width: 21px;
    cursor: pointer;
  }
  .chatbot-close {
    width: 20px;
    height: 20px;
  }
}
.ie .chatbot-close-button {
  padding-left: 2px;
}
.ie .chatbot-sender-button-container button {
  padding: 0 26px 0 3px;
}
.ie .chatbot-brand {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .ie .chatbot-brand {
    margin-top: inherit;
  }
}
/*# sourceMappingURL=main.35c529f0.css.map*/
