:root {
  --Purple: #6452a2;
}

[data-cognigy-webchat-root] .webchat-toggle-button {
  display: none !important;
}

div#webchatWindow {
  bottom: calc(0% + 83px + 34px);
  border-radius: 0px;
}

.webchat-avatar.bot {
  background-image: url("Pulsierend---wartend-_-ready_freigestellt_v2.gif") !important;
  border-radius: 0px !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  border: none !important;
}

.regular-message.bot,
.regular-message.user,
.webchat-quick-reply-template-header-message {
  line-height: 2;
}

textarea#webchatInputMessageInputInTextMode {
  color: #000;
}

.webchat-quick-reply-template-reply {
  border: 0px !important;
  color: #6452a2 !important;
  border: 1px solid var(--Purple, #6452a2) !important;
  text-transform: capitalize;
}
.webchat-quick-reply-template-reply:hover, .webchat-quick-reply-template-reply:active {
  border: 1px solid var(--Purple, #6452a2) !important;
  background: var(--Purple, #6452a2) !important;
  color: white !important;
  box-shadow: none !important;
}

.regular-message.bot {
  background: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
}

.regular-message.user {
  background-color: #d7d7d7 !important;
}

.webchat-header-logo {
  background-image: url("Pulsierend---invertiert_freigestellt_v2.gif") !important;
}

.webchat-header-bar,
.webchat-quick-reply-template-header-message,
.regular-message.bot {
  background: #584696 !important;
  color: white !important;
  font-weight: 100 !important;
  font-style: normal;
}

form.webchat-input-menu-form {
  border-radius: 0px !important;
  border: none !important;
}

form.webchat-input-menu-form[data-active=true] {
  border: none !important;
}

[id*=webchatQuickReplyTemplateButton] {
  border-radius: 0px !important;
}

.webchat-typing-indicator {
  background-color: transparent !important;
  background-image: url(Schreibend_freigestellt_v2.gif) !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: none !important;
}

.webchat-header-bar .webchat-header-title {
  order: 1;
}
.webchat-header-bar .webchat-header-close-button {
  order: 3;
}
.webchat-header-bar button {
  color: inherit;
}
.webchat-header-bar .webchat-header-close-button {
  fill: white !important;
}
.webchat-header-bar .webchat-avatar {
  border: none !important;
}
.webchat-header-bar .minimize-button {
  order: 2;
  padding: 8px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0px;
  transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s, fill 0.1s ease-out 0s;
  color: rgba(0, 0, 0, 0.95);
  fill: white;
  border-radius: 50%;
}
.webchat-header-bar .minimize-button:hover {
  opacity: 0.85;
  fill: rgba(0, 0, 0, 0.95) !important;
  cursor: pointer;
}

.buttons {
  text-align: left;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.buttons .each-button {
  padding: 5px;
  min-width: 50px;
  color: black;
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--botBaseColor);
  font-size: 16px !important;
}

#confirmation-close-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: white;
}
#confirmation-close-mask .mask-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#confirmation-close-mask .mask-container .top-content,
#confirmation-close-mask .mask-container .bottom-content {
  flex: 1;
}
#confirmation-close-mask .mask-container .top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
#confirmation-close-mask .mask-container .top-content img {
  width: 100px;
  height: 100px;
}
#confirmation-close-mask .mask-container .top-content .description {
  padding: 1em;
  font-size: 16px;
  width: 220px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: var(--Purple, #6452a2);
}
#confirmation-close-mask .mask-container .buttons .each-button {
  border: 1px solid var(--Purple, #6452a2);
  width: 106px;
  height: 28px;
  color: var(--Purple, #6452a2);
  font-size: 14px !important;
  font-weight: 700;
  text-transform: capitalize;
}
#confirmation-close-mask .mask-container .bottom-content {
  display: flex;
  align-items: end;
  justify-content: center;
}
#confirmation-close-mask .mask-container .bottom-content p {
  width: 100%;
  background: #f8f8f8;
  height: 50px;
  margin: 0;
}

#bot_button {
  position: fixed;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  right: 40px;
  bottom: 34px;
  font-size: 16px;
  line-height: 1.5;
  z-index: 99999999;
}
#bot_button * {
  box-sizing: border-box;
}
#bot_button .bot-button-container > form {
  height: auto !important;
  width: auto !important;
  overflow: hidden;
  padding: 20px !important;
}
#bot_button .bot-button-container > form > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px !important;
  margin-right: 16px !important;
  flex: auto;
}
#bot_button .bot-button-container > form > div img {
  max-width: 100%;
  max-height: 100%;
}
#bot_button .bot-button-container > form > div p {
  font-size: 16px !important;
  margin: 0px !important;
  font-weight: bold;
}
#bot_button .bot-button-container > form > div [type=text] {
  outline: none;
  width: 100%;
  flex: 1;
  min-height: 32px;
  border: 1px solid var(--Purple);
}
#bot_button .bot-button-container > form > div .buttons {
  justify-content: space-between;
}
#bot_button .bot-button-container > form > div .buttons button {
  width: auto !important;
  font-size: 12px !important;
  height: auto !important;
}
#bot_button .bot-button-container > form > div div {
  display: flex;
}
#bot_button .bot-button-container.on_open {
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  #bot_button .bot-button-container.on_open {
    display: none;
  }
}
#bot_button .bot-button-container.on_open #button-avatar {
  margin: 0;
  padding: 0;
  position: relative;
}
#bot_button .bot-button-container.on_open #button-avatar svg:last-child {
  position: absolute;
  z-index: 100;
  left: 25px;
  top: 25px;
}
#bot_button .bot-button-container.simple_closed {
  position: relative;
}
#bot_button .bot-button-container.simple_closed #button-avatar {
  z-index: 1;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#bot_button .bot-button-container.simple_closed #button-avatar img {
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  height: 100px;
}
#bot_button .bot-button-container > form, #bot_button .bot-button-container.on_wait, #bot_button .bot-button-container.on_feedback {
  position: relative;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 230px;
  height: 92px;
  background-image: url("box.svg");
  background-position: center;
  background-size: cover;
  justify-content: space-between;
  padding: 10px;
}
#bot_button .bot-button-container > form .buttons .each-button, #bot_button .bot-button-container.on_wait .buttons .each-button, #bot_button .bot-button-container.on_feedback .buttons .each-button {
  padding: 0px;
  width: 54px;
  height: 21px;
  border: 1px solid var(--Purple, #6452a2);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  color: var(--Purple, #6452a2);
  text-transform: capitalize;
}
#bot_button .bot-button-container > form #button-avatar, #bot_button .bot-button-container.on_wait #button-avatar, #bot_button .bot-button-container.on_feedback #button-avatar {
  width: 64px;
  height: 64px;
  padding: 0;
  margin: 0;
  padding: 5px;
}
#bot_button .bot-button-container > form #button-avatar img, #bot_button .bot-button-container.on_wait #button-avatar img, #bot_button .bot-button-container.on_feedback #button-avatar img {
  max-width: 100%;
  max-height: 100%;
}
#bot_button .bot-button-container > form .hovered-text, #bot_button .bot-button-container.on_wait .hovered-text, #bot_button .bot-button-container.on_feedback .hovered-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#bot_button .bot-button-container > form .hovered-text .content, #bot_button .bot-button-container.on_wait .hovered-text .content, #bot_button .bot-button-container.on_feedback .hovered-text .content {
  width: 110px;
  height: 36px;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  color: #000;
  margin: 0px;
  padding: 0px;
  line-height: 1 !important;
}
#bot_button .bot-button-container.minimized {
  cursor: pointer;
}
#bot_button .bot-button-container.minimized #button-avatar {
  margin: 0px;
  padding: 0px;
}
#bot_button .bot-button-container.minimized .conversation-count {
  display: flex;
  position: absolute;
  top: -5px;
  left: 60%;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  background: var(--Purple, #6452a2);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}/*# sourceMappingURL=index.css.map */