a.botui-message-content-link:focus {
  outline: thin dotted;
}

a.botui-message-content-link:focus:active, a.botui-message-content-link:focus:hover {
  outline: 0;
}

form.botui-actions-text {
  margin: 0;
}

button.botui-actions-buttons-button, input.botui-actions-text-input {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button.botui-actions-buttons-button::-moz-focus-inner, input.botui-actions-text-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button.botui-actions-buttons-button {
  cursor: pointer;
  -webkit-appearance: button;
}

.botui-app-container {
  width: 100%;
  height: 100%;
  line-height: 1;
}

@media (min-width:400px) {
  .botui-app-container {
    width: 400px;
    height: 500px;
    margin: 0 auto;
  }
}

.botui-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.botui-message {
  margin: 10px 0;
  min-height: 20px;
}

.botui-message:after {
  display: block;
  content: "";
  clear: both;
}

.botui-message-content {
  width: auto;
  max-width: 75%;
  display: inline-block;
}

.botui-message-content.human {
  float: right;
}

.botui-message-content iframe {
  width: 100%;
}

.botui-message-content-image {
  margin: 5px 0;
  display: block;
  max-width: 200px;
  max-height: 200px;
}

.botui-message-content-link {
  text-decoration: underline;
}

.profil {
  position: relative;
  border-radius: 50%;
}

.profil.human {
  float: right;
  margin-left: 5px;
}

.profil.agent {
  float: left;
  margin-right: 5px;
}

.profil > img {
  width: 26px;
  height: 26px;
  border: 2px solid #e8e8e8;
}

.profil > img.agent {
  content: url(http://decodemoji.com/img/logos/blue_moji_hat.svg);
  border-radius: 50%;
}

button.botui-actions-buttons-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

button.botui-actions-buttons-button:not(:last-child) {
  margin-right: 10px;
}

@media (min-width:400px) {
  .botui-actions-text-submit {
    display: none;
  }
}

.botui-container {
  font-size: 14px;
  background-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.botui-messages-container {
  padding: 10px 20px;
}

.botui-actions-container {
  padding: 10px 20px;
}

.botui-message {
  min-height: 30px;
}

.botui-message-content {
  padding: 7px 13px;
  border-radius: 15px;
  color: #ffffff;
  background-color: #202C33;
}

.botui-message-content.human {
  color: #f7f8f8;
  background-color: #005C4B;
}

.botui-message-content.text {
  line-height: 1.3;
}

.botui-message-content.loading {
  background-color: rgba(206, 206, 206, .5);
  line-height: 1.3;
  text-align: center;
}

.botui-message-content.embed {
  padding: 5px;
  border-radius: 5px;
}

.botui-message-content-link {
  color: #919292;
}

.botui-actions-text-input {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-submit {
  color: #fff;
  width: 30px;
  padding: 5px;
  height: 30px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #005c4b;
  background: #005c4b;
}

.botui-actions-buttons-button {
  border: 0;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #777979;
}

.botui-actions-text-select {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-searchselect {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-searchselect .dropdown-toggle {
  border: none !important;
}

.botui-actions-text-searchselect .selected-tag {
  background-color: transparent !important;
  border: 0 !important;
}

.slide-fade-enter-active {
  transition: all .3s ease;
}

.slide-fade-enter, .slide-fade-leave-to {
  opacity: 0;
  transform: translateX(-10px);
}

.dot {
  width: .5rem;
  height: .5rem;
  border-radius: .5rem;
  display: inline-block;
  background-color: #919292;
}

.dot:nth-last-child(1) {
  margin-left: .3rem;
  animation: loading .6s .3s linear infinite;
}

.dot:nth-last-child(2) {
  margin-left: .3rem;
  animation: loading .6s .2s linear infinite;
}

.dot:nth-last-child(3) {
  animation: loading .6s .1s linear infinite;
}

@keyframes loading {
  0% {
    transform: translate(0, 0);
    background-color: #ababab;
  }
  25% {
    transform: translate(0, -3px);
  }
  50% {
    transform: translate(0, 0);
    background-color: #ababab;
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.botui-message-content.human {
  color: #ffffff;
  background-color: #005C4B;
}

.botui-actions-buttons-button {
  border: 2px solid #202c33;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 50px;
  background: #005C4B;
}

.botui-actions-text-submit {
  color: #fff;
  width: 40px;
  padding: 5px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #005c4b;
  background: #005c4b;
}

.botui-actions-text-input {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 15px 7px;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid #919292;
}

input.botui-actions-text-input {
  width: 75%;
}

.botui-actions-text-submit {
  display: inline-block;
  cursor: pointer;
}

.botui-message-content.text {
  font-weight: 500;
}

#center-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#chat-circle {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-image: url('/assets/images/misc/whatsapp-logo.webp');
  background-position: center center;
  background-size: cover;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  /*box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .6), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);*/
  z-index: 99999999999999;
}

.btn#my-btn {
  background: #fff;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865c3;
}

#chat-overlay {
  background: rgba(255, 255, 255, .1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}

.chat-box {
  display: none;
  background: #0B141A;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 365px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .16) 0 5px 40px;
  z-index: 9999999999;
}

.chat-box-toggle {
  float: right;
  margin-right: 15px;
  cursor: pointer;
  line-height: 50px;
}

.chat-header-dp {
  float: left;
  background-image: url('https://ondevwebs.com/PB-CB/dp1.webp');
  background-position: center center;
  background-size: cover;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

.chat-header-name {
  float: left;
  line-height: 40px;
}

.chat-box-header {
  background: #202C33;
  height: 70px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  text-align: left;
  font-size: 20px;
  padding: 15px;
}

.chat-box-body {
  position: relative;
  height: 450px;
  /*border: 1px solid #ccc;*/
  overflow: hidden;
}

.chat-box-body:after {
  content: "";
  background-image: url('/assets/images/misc/wp-chat.png');
  opacity: .1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #202c33;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#chat-input {
  background: #f4f7f9;
  width: 100%;
  position: relative;
  height: 47px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: 0;
  border: 1px solid #ccc;
  color: #888;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.chat-input > form {
  margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder {
  color: #ccc;
}

#chat-input::-moz-placeholder {
  color: #ccc;
}

#chat-input:-ms-input-placeholder {
  color: #ccc;
}

#chat-input:-moz-placeholder {
  color: #ccc;
}

.chat-submit {
  position: absolute;
  bottom: 3px;
  right: 10px;
  background: 0 0;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: #202C33;
  width: 35px;
  height: 35px;
}

.chat-logs {
  height: 450px;
  overflow-y: scroll;
}

.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar-thumb {
  background-color: #202C33;
}

@media only screen and (max-width:500px) {
  .chat-logs {
    height: 40vh;
  }
}

.chat-msg.user > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  width: 15%;
}

.chat-msg.self > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: right;
  width: 15%;
}

.cm-msg-text {
  background: #fff;
  padding: 10px 15px 10px 15px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-left: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
}

.chat-msg {
  clear: both;
}

.chat-msg.self > .cm-msg-text {
  float: right;
  margin-right: 10px;
  background: #202C33;
  color: #fff;
}

.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}

.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}

.talk-bubble {
  display: inline-block;
  position: absolute;
  height: auto;
  background: #fff;
  top: -70px;
  right: 0;
}

.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  color: #fff;
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(255 255 255 / 20%), 0 1px 5px 0 rgb(255 255 255 / 12%);
}

.talktext p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  color: #000;
  text-transform: none;
}

.tri-right.border.btm-right:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(255 255 255 / 20%), 0 1px 5px 0 rgb(255 255 255 / 12%);
}

.tri-right.btm-right:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 0;
  bottom: -20px;
  border: 12px solid;
  border-color: #fff #fff transparent transparent;
}

@media (max-width:767px) {
  #chat-circle {
    right: 25px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width:767px) {
  .chat-box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: #0B141A;
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    margin: 0;
  }
}

@media (max-width:767px) {
  .chat-box-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width:767px) {
  .chat-box-body {
    height: 100vh;
  }
}

