[data-cognigy-webchat-root] {
  position: fixed;
  z-index: 9999;
  overflow: visible;
}

.using-keyboard [data-cognigy-webchat].webchat *:focus,
.using-keyboard [data-cognigy-webchat-root] *:focus {
  outline: 2px solid #007bff !important;
}

.ExitTabNavigation {
  position: absolute;
  background: white;
  width: 98% !important;
  left: -100%;
  bottom: 8px;
  opacity: 0;
  height: auto !important;
  padding: 20px !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #4b9800;
}

.ExitTabNavigation:focus {
  left: 1%;
  opacity: 1;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat {
  background-color: #f2ede4;
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 2;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat a {
  text-decoration: underline !important;
  color: #4b9800;
  font-weight: 700;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat a:hover {
  color: #498d06;
}
@media screen and (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat {
    left: 50%;
    top: 50%;
    width: 425px;
    max-height: 575px;
    margin-left: -212.5px;
    margin-top: -287.5px;
    border-radius: 16px;
    box-shadow: 0 5px 18px 0 rgba(151, 124, 156, 0.2), 0 5px 32px 0 rgba(203, 195, 212, 0.2), 0 8px 58px 0 rgba(216, 212, 221, 0.1);
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  justify-content: space-between;
  flex-shrink: 0;
  flex-basis: 55px;
  height: 55px;
  padding: 0px 22px;
  background: #574052;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar .webchat-header-title {
  color: #fff;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar .webchat-header-title {
    font-size: 14px;
  }
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar {
    flex-basis: 50px;
    height: 50px;
    padding: 0px 22px;
  }
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar button {
  padding: 0px;
  margin: 0px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar button:focus-visible {
  outline: 1px solid inherit;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row a {
  text-decoration: none;
  color: #4b9800;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .welcome {
  display: none;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message {
  line-height: 1.4;
  padding-left: 15px;
  padding: 13px;
  font-size: 15px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message {
    padding-left: 15px;
    padding: 11px;
    font-size: 12px;
  }
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message a {
  color: #4b9800 !important;
  text-decoration: none !important;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message a:hover {
  color: #498d06 !important;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message a:active {
  color: #428205 !important;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row.user {
  line-height: 1.4;
  padding-left: 56px;
  padding-right: 36px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .bot .regular-message.bot {
  box-shadow: none;
  border: none;
  display: block;
  padding: 15px;
  margin-top: 0px;
  margin-right: 67px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .bot .regular-message.bot {
    margin-right: 75px;
    padding: 16px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .webchat-buttons-template-header {
  padding: 15px;
  font-size: 15px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .webchat-buttons-template-header {
    padding: 16px;
    font-size: 12px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-root {
  box-shadow: none;
  border: none;
  display: block;
  padding: 15px;
  margin-top: 0px;
  margin-right: 67px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  padding: 0px !important;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-root {
    margin-right: 75px;
    padding: 16px;
  }
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-root button {
  background-color: #fff;
  color: #4b9800;
  font-weight: 600;
  border-top: 1px solid #4b9800;
  padding: 9px;
  font-size: 15px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-root button {
    font-size: 12px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-header {
  margin: 0px;
  padding: 0px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .user .regular-message.user {
  font-size: 14px;
  line-height: 24px;
  background: #4b9800;
  box-shadow: none;
  border: none;
  color: #fff;
  margin-bottom: 32px;
  margin-left: 35px;
  padding: 12px 21px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .user .regular-message.user {
    padding: 12px 16px;
    margin-bottom: 24px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.bot {
  width: 28px;
  height: 34px;
  padding: 0px;
  flex: 0 0 auto;
  border: none;
  border-radius: unset;
  margin-right: 10px;
  background-size: 28px 34px;
  margin-left: 16px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.bot {
    width: 28px;
    height: 34px;
    background-size: 28px 34px;
    margin-left: 22px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.user {
  background-image: none;
  border: none;
  display: none;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .bot {
  box-shadow: none;
  padding: 0px;
  margin-top: 0px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] button.MessengerButton {
  background-color: #4b9800;
}

[data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  max-height: calc(100% - 30px) !important;
  border: none;
  position: fixed;
  z-index: 2243000;
  bottom: 20px;
  right: 20px;
  background-image: url(assets/7c12efa474d0a9ce8679.gif) !important;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: #f2ede4;
  width: 63px;
  height: 63px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button svg {
  display: none;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button {
    bottom: 26px;
    right: 30px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] [data-header-close-button] {
  fill: #fff;
  color: #fff;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] [data-header-close-button]:hover {
  background-color: #574052;
}

.webchat-toggle-button.show-badge::after {
  content: "1";
  display: flex;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  position: absolute;
  top: -10%;
  right: -5%;
  font-size: 12px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #eb0f00;
  color: white;
  font-family: sans-serif;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-input {
  font-family: "Work Sans", sans-serif;
  background: #f2ede4;
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  height: 90px;
  height: auto;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-input-message-input {
  font-size: 14px;
  line-height: 24px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-input input {
  padding-left: 32px;
  padding-right: 50px;
  padding-left: 35px;
  padding-right: 40px;
  height: 32px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-input button {
  height: 18px;
  width: 18px;
  padding: 0px;
  margin: 0px 24px 0px 0px;
  cursor: pointer;
  height: 18px;
  width: 18px;
  padding: 0px;
  margin: 0px 18px 0px 0px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-input-menu-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 18px 22px;
  border-color: #574052;
  border: 1px solid;
  border-radius: 27px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-input-button-send {
  position: absolute;
  background: url(assets/9f3c79d28f59752de606.svg) no-repeat;
  margin-left: 10px;
  right: 0px;
  width: 16px;
  height: 20px;
  background-size: 16px 20px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-input-button-send svg {
  display: none;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-input-button-send {
    width: 10px;
    height: 12px;
    background-size: 10px 12px;
  }
}

[data-cognigy-webchat-root] {
  position: fixed;
  z-index: 9999;
  overflow: visible;
}

.using-keyboard [data-cognigy-webchat].webchat *:focus,
.using-keyboard [data-cognigy-webchat-root] *:focus {
  outline: 2px solid #007bff !important;
}

.ExitTabNavigation {
  position: absolute;
  background: white;
  width: 98% !important;
  left: -100%;
  bottom: 8px;
  opacity: 0;
  height: auto !important;
  padding: 20px !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #4b9800;
}

.ExitTabNavigation:focus {
  left: 1%;
  opacity: 1;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat {
  background-color: #f2ede4;
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 2;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat a {
  text-decoration: underline !important;
  color: #4b9800;
  font-weight: 700;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat a:hover {
  color: #498d06;
}
@media screen and (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat {
    left: 50%;
    top: 50%;
    width: 425px;
    max-height: 575px;
    margin-left: -212.5px;
    margin-top: -287.5px;
    border-radius: 16px;
    box-shadow: 0 5px 18px 0 rgba(151, 124, 156, 0.2), 0 5px 32px 0 rgba(203, 195, 212, 0.2), 0 8px 58px 0 rgba(216, 212, 221, 0.1);
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  justify-content: space-between;
  flex-shrink: 0;
  flex-basis: 55px;
  height: 55px;
  padding: 0px 22px;
  background: #574052;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar .webchat-header-title {
  color: #fff;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar .webchat-header-title {
    font-size: 14px;
  }
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar {
    flex-basis: 50px;
    height: 50px;
    padding: 0px 22px;
  }
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar button {
  padding: 0px;
  margin: 0px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar button:focus-visible {
  outline: 1px solid inherit;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row a {
  text-decoration: none;
  color: #4b9800;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .welcome {
  display: none;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message {
  line-height: 1.4;
  padding-left: 15px;
  padding: 13px;
  font-size: 15px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message {
    padding-left: 15px;
    padding: 11px;
    font-size: 12px;
  }
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message a {
  color: #4b9800 !important;
  text-decoration: none !important;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message a:hover {
  color: #498d06 !important;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .regular-message a:active {
  color: #428205 !important;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row.user {
  line-height: 1.4;
  padding-left: 56px;
  padding-right: 36px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .bot .regular-message.bot {
  box-shadow: none;
  border: none;
  display: block;
  padding: 15px;
  margin-top: 0px;
  margin-right: 67px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .bot .regular-message.bot {
    margin-right: 75px;
    padding: 16px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .webchat-buttons-template-header {
  padding: 15px;
  font-size: 15px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-message-row .webchat-buttons-template-header {
    padding: 16px;
    font-size: 12px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-root {
  box-shadow: none;
  border: none;
  display: block;
  padding: 15px;
  margin-top: 0px;
  margin-right: 67px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  padding: 0px !important;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-root {
    margin-right: 75px;
    padding: 16px;
  }
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-root button {
  background-color: #fff;
  color: #4b9800;
  font-weight: 600;
  border-top: 1px solid #4b9800;
  padding: 9px;
  font-size: 15px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-root button {
    font-size: 12px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-buttons-template-header {
  margin: 0px;
  padding: 0px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .user .regular-message.user {
  font-size: 14px;
  line-height: 24px;
  background: #4b9800;
  box-shadow: none;
  border: none;
  color: #fff;
  margin-bottom: 32px;
  margin-left: 35px;
  padding: 12px 21px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .user .regular-message.user {
    padding: 12px 16px;
    margin-bottom: 24px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.bot {
  width: 28px;
  height: 34px;
  padding: 0px;
  flex: 0 0 auto;
  border: none;
  border-radius: unset;
  margin-right: 10px;
  background-size: 28px 34px;
  margin-left: 16px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.bot {
    width: 28px;
    height: 34px;
    background-size: 28px 34px;
    margin-left: 22px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.user {
  background-image: none;
  border: none;
  display: none;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .bot {
  box-shadow: none;
  padding: 0px;
  margin-top: 0px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] button.MessengerButton {
  background-color: #4b9800;
}

[data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  max-height: calc(100% - 30px) !important;
  border: none;
  position: fixed;
  z-index: 2243000;
  bottom: 20px;
  right: 20px;
  background-image: url(assets/7c12efa474d0a9ce8679.gif) !important;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: #f2ede4;
  width: 63px;
  height: 63px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button svg {
  display: none;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button {
    bottom: 26px;
    right: 30px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] [data-header-close-button] {
  fill: #fff;
  color: #fff;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] [data-header-close-button]:hover {
  background-color: #574052;
}

.webchat-toggle-button.show-badge::after {
  content: "1";
  display: flex;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  position: absolute;
  top: -10%;
  right: -5%;
  font-size: 12px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #eb0f00;
  color: white;
  font-family: sans-serif;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .bot .webchat-quick-reply-template-root {
  margin-top: 0px;
  margin-right: 23px;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-shrink: 1;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .bot .webchat-quick-reply-template-root .webchat-quick-reply-template-header-message {
  box-shadow: none;
  border: none;
  display: block;
  padding: 15px;
  margin-top: 0px;
  margin-right: 67px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  margin-right: 47px;
  margin-bottom: 16px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .bot .webchat-quick-reply-template-root .webchat-quick-reply-template-header-message {
    margin-right: 75px;
    padding: 16px;
  }
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .bot .webchat-quick-reply-template-root .webchat-quick-reply-template-header-message {
    margin-right: 52px;
    margin-bottom: 16px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-quick-reply-template-replies-container {
  display: flex;
  align-items: flex-start;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-quick-reply-template-replies-container button {
  background-color: white;
  border-color: #4b9800;
  border-width: 3px;
  border-radius: 70px !important;
  color: #4b9800;
  align-self: flex-end;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: none;
  transform: none;
  min-width: 0px;
  min-height: 0px;
  padding: 12px 24px;
  margin: 3px;
  flex-shrink: 1;
  border-radius: 21px;
  text-align: left;
  letter-spacing: 1px;
  outline: inherit;
  margin: 0px 2px 4px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-quick-reply-template-replies-container button:hover {
  border-color: #498d06;
  color: #498d06;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .webchat-quick-reply-template-replies-container button:active {
  border-color: #428205;
  color: #428205;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .red {
  background-color: #f97c50 !important;
  color: #313131 !important;
  border-color: #f97c50 !important;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .red:hover {
  background-color: #f26c3d !important;
  border-color: #f26c3d !important;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .red:active {
  background-color: #e86435 !important;
  border-color: #e86435 !important;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .rating {
  font-family: "Work Sans", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  background-color: #fff;
  border-radius: 16px;
  margin: 1.5rem;
  padding: 34px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating h2 {
  text-align: center;
  margin: 12px auto 30px auto;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  line-height: 1.3;
  max-width: 90%;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .avatar {
  width: 58px;
  height: 61px;
  background-image: url(assets/67cb18aaa13e6c6d1fae.svg);
  background-repeat: no-repeat;
  background-size: 58px 61px;
  margin: auto;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .hearts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 28px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .heart {
  width: 46px;
  height: 46px;
  margin-right: 3px;
  cursor: pointer;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .active {
  fill: #574052;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .idle {
  fill: #fff;
  stroke: #574052;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating button {
  color: #fff;
  border: none;
  background-color: #4b9800;
  border-radius: 28px;
  padding: 11px 13px;
  min-height: 30px;
  cursor: pointer;
  align-self: center;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating {
    padding: 25px;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating .heart {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    cursor: pointer;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating .avatar {
    width: 58px;
    height: 61px;
    background-size: 58px 61px;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating h2 {
    margin: 8px auto 20px auto;
    font-size: 16px;
    max-width: 80%;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating .hearts {
    margin-bottom: 22px;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating button {
    font-size: 12px;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-typing-indicator {
  background: #f2ede4;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin-left: -35px;
  margin-bottom: 0px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-typing-indicator div:first-child {
  padding-top: 0px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-typing-indicator {
    margin-left: -25px;
  }
}

div:has(> .welcome) {
  overflow: auto;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome {
  font-family: "Work Sans", sans-serif;
  display: flex;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  padding: 40px 32px;
  height: max-content;
  min-height: 100%;
  margin-top: 0px;
  box-sizing: border-box;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome a {
  text-decoration: none;
  color: #4b9800;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome button {
  color: #fff;
  border: none;
  background-color: #4b9800;
  border-radius: 28px;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome button::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTJMMTkgMTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNCA3TDE5IDEyTDE0IDE3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background-position: center;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome button[disabled] {
  background-color: #c2eb99 !important;
  cursor: not-allowed;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome button:hover {
  background-color: #498d06;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome button:active {
  background-color: #428205;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  /* remove extra space below image */
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome .image {
  width: 100px;
  height: 100px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome p.WelcomeMainText {
  margin-top: 32px;
  margin-bottom: 48px;
  line-height: 24px;
}
@media (max-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .welcome {
    font-size: 16px;
  }
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome .WelcomePolicy {
  display: flex;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 32px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome .WelcomePolicy p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome .WelcomePolicy__checkbox-wrap {
  height: max-content;
  position: relative;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome label {
  height: max-content;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome label::before {
  content: "";
  height: 14px;
  width: 14px;
  margin-top: 1px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #574052;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome input[type=checkbox] {
  appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .welcome input[type=checkbox]:checked + label::before {
  background-color: #4b9800;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.7949219,7.095703 6.1816406,9.601563 12.205078,3.2753906 13.689453,4.8359375 6.1816406,12.724609 2.3105469,8.65625 Z' fill='white'/%3E%3C/svg%3E");
  border-color: #4b9800;
  background-position: center;
  background-size: 100%;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] .rating {
  font-family: "Work Sans", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  background-color: #fff;
  border-radius: 16px;
  margin: 1.5rem;
  padding: 34px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating h2 {
  text-align: center;
  margin: 12px auto 30px auto;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  line-height: 1.3;
  max-width: 90%;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .avatar {
  width: 58px;
  height: 61px;
  background-image: url(assets/67cb18aaa13e6c6d1fae.svg);
  background-repeat: no-repeat;
  background-size: 58px 61px;
  margin: auto;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .hearts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 28px;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .heart {
  width: 46px;
  height: 46px;
  margin-right: 3px;
  cursor: pointer;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .active {
  fill: #574052;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating .idle {
  fill: #fff;
  stroke: #574052;
}
[data-cognigy-webchat-root] [data-cognigy-webchat] .rating button {
  color: #fff;
  border: none;
  background-color: #4b9800;
  border-radius: 28px;
  padding: 11px 13px;
  min-height: 30px;
  cursor: pointer;
  align-self: center;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 376px) {
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating {
    padding: 25px;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating .heart {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    cursor: pointer;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating .avatar {
    width: 58px;
    height: 61px;
    background-size: 58px 61px;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating h2 {
    margin: 8px auto 20px auto;
    font-size: 16px;
    max-width: 80%;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating .hearts {
    margin-bottom: 22px;
  }
  [data-cognigy-webchat-root] [data-cognigy-webchat] .rating button {
    font-size: 12px;
  }
}

[data-cognigy-webchat-root] .carousel * {
  font-family: "Work Sans", sans-serif;
  line-height: 1.4em;
}
[data-cognigy-webchat-root] .carousel *:focus {
  outline: none;
}

.using-keyboard .webchat-carousel-template-button:focus-visible {
  box-shadow: inset 0 0 0 2px blue;
}

[data-cognigy-webchat-root] .carousel.carousel-slider {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
@media (min-width: 1024px) {
  [data-cognigy-webchat-root] .carousel.carousel-slider {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

[data-cognigy-webchat-root] .carousel .slide > div:first-child {
  padding-left: 23px !important;
}
@media (min-width: 1024px) {
  [data-cognigy-webchat-root] .carousel .slide > div:first-child {
    padding-left: 30px !important;
  }
}

[data-cognigy-webchat-root] .carousel .slide {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
[data-cognigy-webchat-root] .carousel .slide a {
  color: #4b9800 !important;
  text-decoration: none !important;
}
[data-cognigy-webchat-root] .carousel .slide a:hover {
  color: #498d06 !important;
}
[data-cognigy-webchat-root] .carousel .slide a:active {
  color: #428205 !important;
}

[data-cognigy-webchat-root] .carousel .wide > div:first-child {
  height: 165px;
}

[data-cognigy-webchat-root] .carousel .wide {
  box-shadow: none;
  color: #000;
  font-family: "Work Sans", sans-serif;
  width: 268px !important;
}
[data-cognigy-webchat-root] .carousel .wide p {
  font-size: 14px;
  line-height: 24px;
  padding: 0px 16px 18px;
  margin: 0px;
  font-weight: 400;
  color: #000;
}
[data-cognigy-webchat-root] .carousel .wide p:first-of-type {
  padding: 16px;
  margin: 0px;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 24px !important;
}
[data-cognigy-webchat-root] .carousel .wide button {
  background-color: #fff;
  color: #4b9800;
  font-weight: 600;
  border-top: 1px solid #4b9800;
  padding: 9px;
  font-size: 14px;
  line-height: 24px;
}
[data-cognigy-webchat-root] .carousel .wide button:hover {
  color: #498d06;
}
[data-cognigy-webchat-root] .carousel .wide button:active {
  color: #428205;
}
[data-cognigy-webchat-root] .carousel .wide div {
  padding: 0px;
}

.speechBubble {
  max-width: 207px;
  position: fixed;
  cursor: pointer;
}
.speechBubble__inner {
  padding: 12px 14px;
  border-radius: 12px;
  background: #574052;
}
.speechBubble__inner::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 12px;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #574052;
  border-left: 20px solid transparent;
  transform: rotate(26deg);
}
.speechBubble__text {
  font-size: 18px;
  font-weight: 500;
  font-family: sans-serif;
  color: white;
  padding: 0;
  margin: 0;
}
.speechBubble__close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
  background-color: white;
  right: -11px;
  top: -9px;
  z-index: 2;
}
.speechBubble.is-hidden {
  display: none;
}

[data-cognigy-webchat-root] .cognigy-webchat-25hkvh {
  display: none;
}

.speechBubble {
  bottom: calc(95px + 9px);
  right: calc(64px + 17px);
}

@media screen and (min-width: 1440px) {
  .speechBubble {
    bottom: calc(100px + 9px);
    right: calc(80px + 17px);
  }

  #speechbubble-closeBtn {
    bottom: calc(172px + 9px);
    right: calc(70px + 17px);
  }
}
