/*!
 * 
 *   hjg-chat-bot v1.0.38
 *   https://github.com/hugoj-goncalves/chat-bot.git
 *
 *   Copyright (c) HugoJG (https://github.com/hugoj-goncalves) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */

.chat-bot .chat-shown-pop {
  animation-name: chat-pop-in;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.chat-bot .chat-shown-slide {
  animation-name: chat-slide-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.chat-bot .chat-hidden-slide {
  animation-name: chat-slide-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes chat-slide-in {
  from {
    visibility: visible;
    opacity: 0;
    transform: translate(0, 100px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes chat-slide-out {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }

  to {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 100px);
  }
}

@keyframes chat-pop-in {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes chat-super-pop-in {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }

  30% {
    background-color: white;
    opacity: 1;
    transform: scale(1.5, 1.5);
  }

  80% {
    transform: scale(1, 1);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes chat-blink {
  50% {
    opacity: 1;
    transform: scale(0.5);
  }
}

.chat-bot .chat-typing-indicator {
  display: inline-block;
  width: 54px;
  vertical-align: middle;
}

.chat-bot .chat-typing-indicator > span {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: #2ecc71;
  border-radius: 6px !important;
  opacity: 0.5;
}

.chat-bot .chat-typing-indicator > span:nth-child(1) {
  animation: 1s chat-blink infinite 0.1666s;
}

.chat-bot .chat-typing-indicator > span:nth-child(2) {
  animation: 1s chat-blink infinite 0.3332s;
}

.chat-bot .chat-typing-indicator > span:nth-child(3) {
  animation: 1s chat-blink infinite 0.5s;
}

strong {
  font-weight: bold;
}

.chat-nodisplay {
  display: none;
}

.chat-bot {
  all: initial;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  font-size: initial;
}

.chat-bot * {
  box-sizing: content-box !important;
}

.chat-bot p {
  margin-top: 0;
  margin-bottom: 0;
}

.chat-bot.chat-whole-page .chat-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.chat-bot.chat-whole-page .chat-header {
  border-radius: 0 !important;
}

.chat-bot.chat-whole-page .chat-header .chat-close {
  display: none !important;
}

@media screen and (max-width: 420px) {
  .chat-bot .chat-container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .chat-bot .chat-header {
    border-radius: 0 !important;
  }
}

.chat-bot.left .chat-container {
  left: 24px;
}

.chat-bot.left > .chat-avatar {
  left: 18px;
}

.chat-bot > .chat-avatar {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 32767;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  font-size: 16px !important;
  vertical-align: middle;
  background-size: cover;
  border-radius: 30px !important;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
}

.chat-bot > .chat-avatar::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #2ecc71;
  border-radius: 9px !important;
  transform: scale(0, 0);
  animation: chat-super-pop-in 0.5s cubic-bezier(0, 0.35, 0.28, 0.9) forwards;
  animation-delay: 1s;
}

.chat-bot > .chat-avatar:hover {
  cursor: pointer;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 30%);
}

.chat-bot .chat-invite-container {
  position: absolute;
  top: 50%;
  right: 72px;
  width: 305px;
  transform: translateY(-50%);
}

.chat-bot .chat-invite-message {
  position: relative;
  float: right;
  padding: 9px;
  padding-left: 17px;
  font-family: "Helvetica Neue", "Neue Helvetica W01", Helvetica, Arial,
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5em !important;
  color: #555 !important;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 8px !important;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 25%);
}

.chat-bot.left .chat-invite-message::after {
  right: initial;
  left: -16px;
  transform: scale(-1, 1);
}

.chat-bot .chat-invite-message::after {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 32px;
  margin-top: -16px;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAMvSURBVHic7ZpPi9NAGMafbKtbd6vrrn8KXqTYo5dlv4D3epBC8SuIJ2/2c4i3eigFpVfBuyctpVePS0vBq4UeSui/vB6aMZPZzGTiip1J5wcvmSaTJc+T951MZgM4HA6HY3/xwpBB/+tCdkWaASK5MySrATy5MOM6BjCsNsIDcKDRT0eklUZ4AAqSYzJBaUKtMoI3gC+FJBHiPpVQa0woInkMSBsXiOuTJFZ1zCg8ADc0+lHGtuxc4+AzQLzrsjLwhDbr50nOke03AmaArAxEcWxLCeeIhlhBEfHHoFi7aXeVFy1uk/obhywDxDRnbVVZWGnCge/775vN5iG2mSALZpL4mzdPtjUbIqLVavW90+k8AXDCxZ0wbodRBnAM4AjALQAlAIcAbmL7JCmGUQgjySjzTKGQzWbzs9/vPwNwGsbdMJgZzAhdE1TZYgweEf2pSyKaj0aj17Va7QvXhyQRKI4Rdy6/heT37qCrBNPp9F2lUnkI4D6AewDOEGUFy4Yy1JlgRxYkGEBERPP5/HOj0XgM4AEiI0QT+HJQlYJ9BhARLZfLH+12+wJ6JtiZBSoDwsHx12AweAGAlQQrhxNcLYUkA8zOgjQDiIiCIFiMx+M3iDLhDOossKcMdAxgzGaz7vn5+SNEpSBmQZYyMIMsBhAR+b7/tdVq1RDPgrQyyI8BRETr9fqy2+0+RdyAY1hoQGwilIXFYvGtVCo9RzQhCoS2amIktneGzoqwDCMEXJe/MmCz2Vz2er1X3C7j7qw2bhDMQB4fg0WdTkS0nEwmb6vV6kekD24QjkHSxwhSx4AgCKbD4fBltVr9BL3XYLvGA1XK7/XL0D6/Du/VgkhsEKR/vyRmPuy27+uiqFsW933/Q71eP0UklI8y4sKziDf/7mN7UUeQX5z4TBcnP6olcJ2PLHZOEXERSR82qARaLR7YGhBA/kWHzAgdg2R/xyj4DFB9IKFa0LBr6ivADADUFy8TqSPeaFN4A9LIKjztmBEUkPz/fJ06tlo4g58K6wpME2eNeCCeASp0RFklnCH7TDYLVgpnaC2JSbBaOCOrAbkQzZNmQO4EOxwOh8MR8RsgtSyqPuIxtgAAAABJRU5ErkJggg==);
  background-size: 32px 32px;
}

.chat-bot.left .chat-invite-container {
  left: 72px;
}

.chat-bot.left .chat-invite-message {
  float: left;
}

.chat-bot .chat-invite-message-container {
  display: flex;
  align-items: center;
  float: right;
  max-width: 305px;
  margin-top: 0;
  margin-right: 8px;
}

.chat-container {
  position: fixed;
  right: 24px;
  bottom: 48px;
  z-index: 32767;
  width: 420px;
  height: calc(100vh - 72px);
  min-height: 300px;
  max-height: 370px;
  background: white;
  border-radius: 12px !important;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 15%);
}

.chat-header {
  width: 100%;
  height: 100px;
  background: rgb(245, 166, 35) !important;
  border-radius: 8px 8px 0 0 !important;
}

.chat-close {
  position: absolute;
  top: 23px;
  right: 24px;
  z-index: 9999999;
  width: 25px;
  height: 25px;
}

.chat-close > img {
  all: inherit;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
}

.chat-infobar {
  display: flex;
  align-items: center;
  height: 72px;
  font-family: "Open Sans Regular", sans-serif !important;
  line-height: normal;
  color: white;
  border-radius: 8px 8px 0 0 !important;
}

.chat-infobar .chat-avatar {
  position: absolute;
  top: 11px;
  left: 12px;
  width: 50px;
  height: 50px;
  background-size: cover;
  border-radius: 25px !important;
}

.chat-infobar .chat-avatar::after {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #2ecc71;
  border: 2px solid #cf0237;
  border-color: rgb(245, 166, 35) !important;
  border-radius: 9px !important;
  transform: scale(0, 0);
  animation: chat-super-pop-in 0.5s cubic-bezier(0, 0.35, 0.28, 0.9) forwards;
  animation-delay: 1s;
}

.chat-infobar .chat-info {
  margin: 0;
  margin-left: 68px;
}

.chat-infobar .chat-info .chat-title {
  margin-top: -6px;
  margin-bottom: 6px;
  font-size: 1em !important;
}

.chat-infobar .chat-info .chat-subtitle {
  font-size: 0.75em !important;
}

.chat-body {
  font-family: "Open Sans Regular", sans-serif !important;
}

.chat-body .chat-body-inner {
  position: absolute;
  top: 72px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: white;
  border-radius: 8px 8px 0 0 !important;
  border-radius: 8px 8px 8px 8px !important;
}

.chat-body .chat-body-overlay {
  position: absolute;
  top: 72px;
  right: 0;
  left: 0;
  height: 20px;
  background: white;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}

.chat-scrollable {
  box-sizing: content-box;
  /* width: calc(100% - 6px); */
  height: 100%;
  /* padding-right: 50px;
    margin-right: -50px; */
  overflow-y: scroll;
}

/* .chat-scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
}

.chat-scrollbar .chat-scrollbar-handle {
    position: absolute;
	top: 0;
    width: 100%;
	height: 338.059px;
    background: rgb(245, 166, 35) !important;
    border-radius: 3px !important;
    opacity: 0.8;
} */

.chat-whitespace {
  width: 100%;
  height: 1em;
  background: none;
}

.chat-group {
  display: block;
  max-width: 80%;
  margin: 6px;
  clear: both;
  outline: none;
}

.chat-group.chat-full {
  display: block;
  width: 100%;
  max-width: calc(100% - 48px);
  margin-top: 16px;
  margin-bottom: 16px;
  clear: both;
}

.chat-group.chat-full .chat-msg-container {
  width: 100%;
  max-width: 21em;
}

.chat-group-left {
  float: left;
  text-align: left;
}

.chat-group-right {
  float: right;
  text-align: right;
}

.chat-group-left .chat-avatar {
  float: left;
  margin-left: 8px;
}

.chat-group-left .chat-msg-container {
  float: left;
  min-width: 200px;
  max-width: calc(100% - 40px);
}

.chat-group-right .chat-msg-container {
  float: right;
}

.chat-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 16px !important;
  object-fit: cover;
}

.chat-msg:first-child .chat-bubble {
  margin-top: 0;
}

.chat-msg:last-child .chat-bubble {
  margin-bottom: 6px;
}

.chat-bubble {
  display: inline-block;
  padding: 16px 20px;
  margin: 12px;
  margin-bottom: 0;
  clear: both;
  font-size: 0.9em !important;
  line-height: 1.5 !important;
  color: black !important;
  background: rgb(238, 238, 238) !important;
  border-radius: 24px !important;
}

.chat-bubble-right {
  color: white !important;
  background: rgb(245, 166, 35) !important;
}

.chat-opt {
  display: inline-block;
  padding: 12px 16px;
  margin: 6px 6px 0 0;
  color: white;
  text-align: center;
  cursor: pointer;
  background: rgb(245, 166, 35) !important;
  border-radius: 24px !important;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
}

.start-flow {
  display: flex;
  flex-direction: column;
}

.start-flow .chat-opt {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
}

.chat-question {
  position: absolute;
  right: 0;
  top: 75px;
  left: 0;
  height: 0;
  z-index: 1000;
  font-family: "Open Sans Regular", sans-serif !important;
  font-size: 0.9em !important;
  line-height: 1.5 !important;
  color: black !important;
  background: rgb(238, 238, 238) !important;
  border-radius: 24px !important;
  margin-left: 10px;
  margin-right: 20px;
  text-align: center;
  padding: 0;
}

.chat-input {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  height: 0;
  border-radius: 0 0 8px 8px !important;
}

.chat-input .chat-input-style-helper {
  width: calc(100% - 64px) !important;
  height: 46px !important;
  padding: 0 16px !important;
  padding-bottom: 2px;
  margin: 0 14px;
  font-size: 1em !important;
  color: black !important;
  background: white;
  border: 2px solid #eee;
  border-color: rgb(245, 166, 35);
  border-radius: 32px !important;
  outline: none;
  appearance: none;
}

.chat-input input[type] {
  position: absolute;
  top: 0;
  width: calc(100% - 145px) !important;
  height: 46px !important;
  padding: 0 16px !important;
  padding-bottom: 2px;
  margin: 0 14px;
  font-size: 1em !important;
  color: black !important;
  background: white;
  border: 2px solid #eee;
  border-color: rgb(245, 166, 35);
  border-radius: 32px;
  outline: none;
  appearance: none;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.chat-input input[type].allow-skip {
  width: calc(100% - 198px) !important;
}

.chat-input .chat-tooltip-error {
  position: absolute;
  display: flex;
  background: rgb(245, 166, 35) !important;
  color: #fff;
  margin: 0px 20px;
  width: calc(100% - 64px) !important;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px !important;
  transform: translateY(-135%);
  box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
}

.chat-input .chat-tooltip-error::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  transform-origin: 50% 50%;
  transform: rotate(45deg) translateX(-50%);
  background-color: inherit;
  z-index: -10;
  left: 20px;
  top: auto;
  bottom: -10px;
  border-radius: 2px;
}

.chat-input .chat-submit {
  position: absolute;
  right: 24px;
  bottom: 6px;
  display: flex;
  cursor: pointer;
  background-color: rgb(245, 166, 35) !important;
  border: 1px solid;
  border-radius: 16px !important;
  border-color: rgb(245, 166, 35) !important;
}

.chat-input .chat-submit .chat-submit-text {
  position: relative;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-left: 5px;
}

.chat-input .chat-submit.chat-submit-pular {
  right: 110px;
  padding-right: 5px;
}

.chat-input .chat-submit .chat-submit-icon {
  position: relative;
  display: inline-block;
  color: rgb(245, 166, 35) !important;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFzSURBVGiB7dkxa9ZQFAbgk9LFycGhg4g6ODpUunXs0PoDtODgIvgX3J2k/0DoIA5uOtil0Klbl24iFDp1KwgODkVUHpeGihb7ff1uvJF7HsiYw3lJbnJzEpFSSimllFJKKZWHRbzCA3S1+xkcdpzZx/3aPQ0K7/xpF8u1exsENs4J3NvBvdo9FoWnfwkMP/AGd2r3WgRWLgjc+4bXuFW755ng5oSBe1/xEgu1e78UzOFkytDwBS9wtXaGqeHjJQL3PuEZrtTOMTG8nyFw7whPMF+yt7mSxX5xWKDGjYjYjIgPeGjMuzY8KnCFf7ePtdrZzoUOj/EWnwsHH/euDfNYxnPs4Xuh4Fu4O20//3xd4FpErETE6ulxfYZyJxFxu+u640lPGOqh1a6x3dKD0NpDy4hfS0Ot4aWCtQ4iYj0ilrqu2y5Ytxwj3loOQksfD1r7PNTgAKC5EU9zQ7zmxrTNDeKb+9XS1s+0lFJKKaWUUkr/o581mM0INt+/SAAAAABJRU5ErkJggg==);
}

.chat-input .enviar-btn {
  text-transform: uppercase;
  border-radius: 16px !important;
  border: 1px solid;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  line-height: 30px !important;
  text-transform: uppercase;
  background: transparent !important;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 24px;
  bottom: 6px;
  border-radius: 16px !important;
  border: 1px solid;
  cursor: pointer;
  color: rgb(245, 166, 35) !important;
  border-color: rgb(245, 166, 35) !important;
}

.chat-group .chat-selection {
  position: relative;
  right: 6px;
  padding: 24px 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.chat-group .chat-selection .chat-option {
  display: inline-block;
  padding: 12px 24px;
  margin: 3px;
  color: white;
  text-align: center;
  cursor: pointer;
  background: rgb(245, 166, 35) !important;
  border-radius: 24px !important;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
}

.chat-group .chat-selection.chat-selection-multiple .chat-option {
  border: 1px solid rgb(245, 166, 35);
  background: transparent !important;
  color: black;
}

.chat-group .chat-selection.chat-selection-multiple .chat-option.checked {
  border: 1px solid rgb(245, 166, 35);
  background: rgb(245, 166, 35) !important;
  color: white;
}

.chat-group .chat-selection .chat-option.vertical {
  display: table;
  margin-left: auto;
}

.chat-group .chat-selection .chat-option .prefix {
  margin-right: 0.5rem;
  font-weight: bold;
}

.chat-group .chat-selection .chat-option.vertical.max-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.chat-group .chat-selection .chat-option.vertical.max-width .prefix {
  position: absolute;
  left: 25px;
}

.chat-group .chat-selection.chat-selection-multiple .chat-option.botao-envio {
  display: flex;
  cursor: pointer;
}

.chat-group .chat-selection.chat-selection-multiple .checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chat-group .chat-selection.chat-selection-multiple .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chat-group .chat-selection.chat-selection-multiple .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

.chat-group
  .chat-selection.chat-selection-multiple
  .chat-option:hover
  input
  ~ .checkmark {
  background-color: #ccc;
}

.chat-group
  .chat-selection.chat-selection-multiple
  .checkbox-container
  input:checked
  ~ .checkmark {
  background-color: #2196f3;
}

.chat-group .chat-selection.chat-selection-multiple .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chat-group
  .chat-selection.chat-selection-multiple
  .checkbox-container
  input:checked
  ~ .checkmark:after {
  display: block;
}

.chat-group
  .chat-selection.chat-selection-multiple
  .checkbox-container
  .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

/* Import reset for HTML element styling. */

/* Import all base styles. */


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