@font-face {
  font-family: "DIN";
  src: url("../fonts/DINWebPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DINWebPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DINWebPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#chatbot-window .chatbot-chat-history {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#chatbot-window .chatbot-chat-history::-webkit-scrollbar {
  width: 7px;
}
#chatbot-window .chatbot-chat-history::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#chatbot-window .chatbot-chat-history::-webkit-scrollbar-thumb {
  background: #888;
}
#chatbot-window .chatbot-chat-history::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#chatbot-window .chatbot-chat-history .chatbot-date-seperator {
  margin: 40px 0;
  text-align: center;
  width: 100%;
}
#chatbot-window .chatbot-chat-history .chatbot-date-seperator span {
  color: #000;
  font-size: 12px;
  line-height: 2em;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC {
  position: relative;
  display: flex;
  flex-direction: column;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message {
  min-width: 35px;
  max-width: 288px;
  margin-bottom: 8px;
  margin-right: auto;
  padding: 12px 20px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content {
  word-break: break-word;
  hyphens: auto;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content p {
  color: #000;
  font-size: 16px;
  line-height: 1.3125em;
  margin: 0;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content p a {
  color: #3D3F8C;
  text-decoration: underline;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content ol, #chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content ul {
  padding-left: 1em;
  padding-top: 1em;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content ol li, #chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content ul li {
  color: #000;
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 0.35em;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6px;
  width: 100%;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row .chatbot-feedback-icons {
  display: flex;
  margin-right: 20px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row .chatbot-feedback-icons span {
  display: block;
  margin-right: 15px;
  cursor: pointer;
  opacity: 0.5;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row .chatbot-feedback-icons span.chatbot-feedback-icon-up {
  background-image: url("../img/icon_thumbsup_black.svg");
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row .chatbot-feedback-icons span.chatbot-feedback-icon-down {
  background-image: url("../img/icon_thumbsdown_black.svg");
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row .chatbot-feedback-icons span:last-child {
  margin-right: 0;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row .chatbot-feedback-icons span.active {
  opacity: 1;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row .chatbot-feedback-icons span.disabled {
  pointer-events: none;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-chat-message .chatbot-message-content .chatbot-chat-message-last-row .chatbot-chat-message-time span {
  display: block;
  color: #4D4D4D;
  font-size: 10px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-text-to-speech {
  position: absolute;
  top: 10px;
  left: 40px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-text-to-speech .text-audio-message {
  display: block;
  background-color: transparent;
  background-image: url("../img/icon_speaker.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-text-to-speech .text-audio-message.playing {
  background-image: url("../img/icon_speaker_mute.svg");
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .chatbot-text-to-speech .text-audio-message.loading {
  background-image: url("../img/icon_loading.svg");
  animation: rotate 1s infinite linear;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .audio-playback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .audio-playback .playback-button {
  display: block;
  background-color: transparent;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .audio-playback .playback-button.play {
  background-image: url("../img/icon_play.svg");
}
#chatbot-window .chatbot-chat-history .chatbot-messageC .audio-playback .playback-button.pause {
  background-image: url("../img/icon_pause.svg");
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-user-message .chatbot-chat-message {
  background-color: #C8D1E4;
  border-radius: 12px 2px 12px 12px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC {
  margin-top: 20px;
  margin-bottom: 30px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC:before {
  content: "";
  display: block;
  height: 38px;
  width: 30px;
  background-image: url("../img/avatar_images/chatbot_avatar_neutral.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -2px;
  margin-left: -2px;
  transform: scaleX(-1);
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-chat-message {
  background-color: #fff;
  border-radius: 2px 12px 12px 2px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-chat-message.first-message {
  border-radius: 12px 12px 12px 2px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-chat-message.last-message {
  border-radius: 2px 12px 12px 12px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-chat-message.play-animation {
  width: 20% !important;
  padding: 0.5rem 0 1.3rem !important;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-chat-message.play-animation .vera-chat-writing-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 0 0;
  margin: 0 -5%;
  overflow: hidden;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-chat-message.play-animation .vera-chat-writing-animation .dots {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #dee2e4;
  color: #dee2e4;
  box-shadow: 9984px 0 0 0 #dee2e4, 9999px 0 0 0 #bcc6ca, 10014px 0 0 0 #82949b;
  animation: dotTyping 1.5s infinite linear;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-quick-reply {
  margin-bottom: 8px;
  width: 100%;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-quick-reply .chatbot-quick-reply-button {
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  padding: 12px 24px 10px;
  text-decoration: none;
  transition: all 300ms;
  hyphens: auto;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-quick-reply .chatbot-quick-reply-button.chatbot-quick-reply-outline {
  background-color: #fff;
  color: #000;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-quick-reply .chatbot-quick-reply-button.chatbot-quick-reply-outline:hover {
  background-color: #000;
  color: #fff;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-quick-reply .chatbot-quick-reply-button:hover {
  background-color: #fff;
  color: #000;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-quick-reply .chatbot-quick-reply-button span.chatbot-feedback-button-icon {
  display: block;
  width: 24px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-quick-reply .chatbot-quick-reply-button span.chatbot-feedback-button-icon.chatbot-button-thumbs-up {
  background-image: url("../img/icon_thumbsup_white.svg");
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-quick-reply .chatbot-quick-reply-button span.chatbot-feedback-button-icon.chatbot-button-thumbs-down {
  background-image: url("../img/icon_thumbsdown_white.svg");
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-response-action-list {
  background-color: white;
  border-radius: 2px 12px 12px 12px;
  margin-right: 0;
  max-width: 288px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-response-action-list .chatbot-response-action-list-title {
  padding: 16px 0;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-response-action-list .chatbot-response-action-list-title span {
  color: #4D4D4D;
  font-size: 16px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-response-action-list .chatbot-action-list .chatbot-action-list-item {
  position: relative;
  display: block;
  color: #4D4D4D;
  font-size: 16px;
  padding: 8px 0 16px 22px;
  text-decoration: none;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-response-action-list .chatbot-action-list .chatbot-action-list-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 16px;
  background-image: url("../img/icon_listitem.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-response-action-list .chatbot-action-list .chatbot-action-list-item:last-child {
  padding-bottom: 0;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .chatbot-response-action-list .chatbot-action-list .chatbot-action-list-item:hover {
  color: #3D3F8C;
  text-decoration: underline;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .feedbackmessage {
  position: relative;
  background-color: #eee;
  border-radius: 0 5px 5px 0;
  border-left: 2px solid #bbb;
  padding: 10px 10px 30px;
  margin-bottom: 15px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .feedbackmessage .chatbot-feedback-title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .feedbackmessage .chatbot-feedback-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-responseC .feedbackmessage .chatbot-feedback-body .chatbot-chat-message-last-row {
  position: absolute;
  bottom: 10px;
  right: 12px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-audio-error {
  margin-top: 20px;
  margin-bottom: 30px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-audio-error .audio-error {
  background-color: #fddcdc;
  border: 1px dashed #dc3545;
  border-radius: 12px 12px 12px 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 250px;
  text-align: left;
  display: flex;
  gap: 20px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-audio-error .audio-error .audio-error-message {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.3125em;
  margin: 0;
  padding-top: 10px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-audio-error .audio-error .audio-error-icon {
  display: block;
  background-color: transparent;
  background-image: url("../img/icon_warning.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-audio-loading {
  margin-top: 20px;
  margin-bottom: 30px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-audio-loading .loading-container {
  background-color: #C8D1E4;
  border-radius: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
}
#chatbot-window .chatbot-chat-history .chatbot-messageC.chatbot-audio-loading .loading-container .audio-loading {
  display: block;
  animation: rotate 1s infinite linear;
  background-color: transparent;
  background-image: url("../img/icon_loading.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
@keyframes rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes dotTyping {
  0% {
    box-shadow: 9984px 0 0 0 #dee2e4, 9999px 0 0 0 #bcc6ca, 10014px 0 0 0 #82949b;
  }
  16.667% {
    box-shadow: 9984px -8px 0 0 #dee2e4, 9999px 0 0 0 #bcc6ca, 10014px 0 0 0 #82949b;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #dee2e4, 9999px -8px 0 0 #bcc6ca, 10014px 0 0 0 #82949b;
  }
  50% {
    box-shadow: 9984px 0 0 0 #dee2e4, 9999px 0 0 0 #bcc6ca, 10014px -8px 0 0 #82949b;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #dee2e4, 9999px 0 0 0 #bcc6ca, 10014px 0 0 0 #82949b;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #dee2e4, 9999px 0 0 0 #bcc6ca, 10014px 0 0 0 #82949b;
  }
  100% {
    box-shadow: 9984px 0 0 0 #dee2e4, 9999px 0 0 0 #bcc6ca, 10014px 0 0 0 #82949b;
  }
}
@media print {
  #open-chatbot, #open-chatbot-message, #close-chatbot, #chatbot-window {
    display: none !important;
    visibility: hidden !important;
  }
}
#open-chatbot, #close-chatbot {
  position: fixed;
  bottom: 15px;
  right: 25px;
  width: 70px;
  height: 70px;
  background-image: url("../img/avatar_images/chatbot_avatar_neutral.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transform: scaleX(-1);
  /*&:after {
      content: "";
      display: none;
      position: absolute;
      bottom: 15px;
      right: 0;

      width: 15px;
      height: 15px;
      border-radius: 50%;
  }

  &.enabled {
      &:after {
          display: block;
          background-color: $chatbot-enabled;
      }
  }

  &.disabled {
      pointer-events: none;

      &:after {
          display: block;
          background-color: $chatbot-disabled;
      }
  }*/
}
@media (min-width: 768px) {
  #open-chatbot, #close-chatbot {
    width: 84px;
    height: 84px;
  }
}
@media (min-width: 992px) {
  #open-chatbot, #close-chatbot {
    width: 98px;
    height: 98px;
  }
}

#open-chatbot-message {
  display: none;
  position: fixed;
  right: -100%;
  bottom: 115px;
  background-color: white;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 12px 12px 2px 12px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
  padding: 12px 20px;
  width: 250px;
  transition: right 300ms;
}
@media (min-width: 992px) {
  #open-chatbot-message {
    display: block;
  }
}
#open-chatbot-message p {
  color: #000;
  font-family: DIN;
  font-size: 16px;
  line-height: 1.3125em;
  margin: 0;
}
#open-chatbot-message.active {
  right: 25px;
}
@media (min-width: 600px) {
  #open-chatbot-message.active {
    right: 110px;
  }
}
#open-chatbot-message #chatbot-message-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
}
#open-chatbot-message #chatbot-message-close .close-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/close_chatbot_black.svg");
}

/*#close-chatbot {
    position: fixed;
    bottom: 30px;
    right: 30px;

    width: 58px;
    height: 58px;

    background-color: $chatbot-close-bg;
    background-image: url("../img/close_chatbot.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border-radius: 50%;
    cursor: pointer;
}*/
#chatbot-window {
  position: fixed;
  right: -100%;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.16);
  font-family: DIN;
  transition: right 300ms;
}
#chatbot-window.maximized {
  bottom: 25px;
  height: calc(100vh - 50px);
  width: 50%;
}
#chatbot-window.desktop {
  height: calc(100% - 305px);
  bottom: 130px;
  width: 440px;
}
#chatbot-window.open {
  right: 0;
  z-index: 9999;
}
#chatbot-window.open.desktop {
  right: 30px;
}
#chatbot-window .chatbot-chat-history {
  background-color: #EEF0F7;
  height: calc(100% - 67px);
  width: 100%;
  box-sizing: border-box;
  padding: 15px 24px;
  overflow-y: auto;
}
#chatbot-window .chatbot-chat-history .chatbot-header-buttons {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  cursor: pointer;
  height: 32px;
  width: 32px;
  z-index: 99;
}
#chatbot-window .chatbot-chat-history .chatbot-header-buttons span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: white;
  border-radius: 50%;
}
#chatbot-window .chatbot-chat-history .chatbot-header-buttons span.close-icon {
  background-image: url("../img/close_chatbot_black.svg");
}
#chatbot-window .chatbot-chat-history .chatbot-header-buttons span.maximize-icon {
  background-image: url("../img/icon_maximize.svg");
}
#chatbot-window .chatbot-message-input, #chatbot-window .chatbot-audio-container {
  position: relative;
  background-color: #C8D1E4;
  min-height: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 24px;
}
#chatbot-window .chatbot-message-input span#user-message-input, #chatbot-window .chatbot-audio-container span#user-message-input {
  display: block;
  background-color: transparent;
  border: none;
  color: #000;
  font-family: DIN;
  font-size: 16px;
  flex-grow: 1;
  min-height: 16px;
  max-height: 60px;
  padding-right: 10px;
  margin-right: 10px;
  width: 100%;
  overflow: hidden auto;
  line-height: 20px;
  scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#chatbot-window .chatbot-message-input span#user-message-input:focus, #chatbot-window .chatbot-audio-container span#user-message-input:focus {
  outline: 0;
  box-shadow: none;
}
#chatbot-window .chatbot-message-input span#user-message-input:focus ~ button#send-user-message, #chatbot-window .chatbot-audio-container span#user-message-input:focus ~ button#send-user-message {
  border: 1px solid black;
  cursor: pointer;
}
#chatbot-window .chatbot-message-input span#user-message-input:empty::before, #chatbot-window .chatbot-audio-container span#user-message-input:empty::before {
  content: "Nachricht schreiben...";
  opacity: 0.5;
  pointer-events: none;
}
#chatbot-window .chatbot-message-input span#user-message-input::-webkit-scrollbar, #chatbot-window .chatbot-audio-container span#user-message-input::-webkit-scrollbar {
  width: 4px;
}
#chatbot-window .chatbot-message-input span#user-message-input::-webkit-scrollbar-track, #chatbot-window .chatbot-audio-container span#user-message-input::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#chatbot-window .chatbot-message-input span#user-message-input::-webkit-scrollbar-thumb, #chatbot-window .chatbot-audio-container span#user-message-input::-webkit-scrollbar-thumb {
  background: #888;
}
#chatbot-window .chatbot-message-input span#user-message-input::-webkit-scrollbar-thumb:hover, #chatbot-window .chatbot-audio-container span#user-message-input::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#chatbot-window .chatbot-message-input button, #chatbot-window .chatbot-audio-container button {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 45px;
  width: 45px;
  min-width: 45px;
  min-height: 45px;
}
#chatbot-window .chatbot-message-input button:focus, #chatbot-window .chatbot-audio-container button:focus {
  outline: 0;
  box-shadow: none;
}
#chatbot-window .chatbot-message-input button:hover, #chatbot-window .chatbot-audio-container button:hover {
  border: 1px solid black;
}
#chatbot-window .chatbot-message-input button#send-user-message, #chatbot-window .chatbot-audio-container button#send-user-message {
  background-image: url("../img/icon_send_message.svg");
}
#chatbot-window .chatbot-message-input button#audio-input-message, #chatbot-window .chatbot-audio-container button#audio-input-message {
  background-image: url("../img/icon_microphone.svg");
  background-size: 20px 20px;
}
#chatbot-window .chatbot-audio-container {
  display: none;
}
#chatbot-window .chatbot-audio-container .audio-infos {
  display: flex;
  align-items: center;
}
#chatbot-window .chatbot-audio-container .audio-infos .audio-icon {
  display: block;
  background-color: transparent;
  background-image: url("../img/icon_microphone.svg");
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 45px;
  width: 40px;
  min-width: 40px;
  min-height: 45px;
}
#chatbot-window .chatbot-audio-container .audio-controls {
  display: flex;
}
#chatbot-window .chatbot-audio-container .audio-controls button#cancel-audio-message {
  background-image: url("../img/icon_cancel.svg");
}
#chatbot-window .chatbot-audio-container .audio-controls button#send-audio-message {
  background-image: url("../img/icon_upload.svg");
}

#vera-css-ready {
  color: rgb(186, 218, 85) !important;
}

#vera-launch-div {
  display: none;
}

.LiveChat_Button.classic_button {
  display: none;
}
