#botcopy-react-root {
  --bcHeaderFillColor: #5c5fa4;
  --bcBotResponseFontColor: #5c5fa4;
  --bcMenuButtonColor: #5c5fa4;
  --bcButtonFillColor: #5c5fa4;
  --bcHeaderFontColor: #fff;
  --bcBotResponseFillColor: #fff;
  --bcBotResponseBorderColor: #fff;
  --bcButtonFontColor: #fff;
  --bcChatBackground: #fff;
  --bcChatroomFillColor: #fff;
  --bcUserResponseColor: #fff;
  --bcUserBoxColor: #5c5fa4;
  --bcFontType: 'Open Sans';
  --bcFontWeight: 400;
  --bcHoverFillColor: #404f73;
  --bcHoverFontColor: #fff;
  --bcWidgetShape: '50%';
  --bcSidebarMarginTop: '0px';
  /* Typing Animation */
  --bcTypingAnimationDots: #5c5fa4;
  --bcTypingAnimationFill: #f2f2f2;
  /* UI By Botcopy  */
  --bcUiByBotcopyCircleColor: #0a2740;
  --bcUiByBotcopyImg: 'purpleLogo';
  --bcUiByBotcopyToggleColor: #767776;

  /* Greeter */
  --bcGreeterFontColor: #5c5fa4;
  --bcGreeterBorder: #5c5fa4;
  --bcGreeterBorderHoverColor: #404f73;
  --bcGreeterBackground: #5c5fa4;
  --bcGreeterPromptBackground: #fff;
  --bcGreeterHoverFillColor: #404f73;
  --bcGreeterHoverFontColor: #fff;
  --bcGreeterImageHeight: 40px;
  --bcGreeterImageWidth: 40px;
  --bcGreeterAnimationName: 'centerExpand';
  --bcGreeterAnimationSpeed: 180ms;
  --bcGreeterAnimationTimingFunction: ease-in;
  /* Prompts  */
  --bcPromptSuggestionFillColor: #5c5da6;
  --bcPromptSuggestionFontColor: #fff;
  --bcPromptSuggestionHoverFillColor: #404f73;
  --bcPromptSuggestionHoverFontColor: #fff;
  /* Dimensions */
  --bcDimensionsWindowHeight: 600px;
  --bcDimensionsWindowWidth: 372px;
  --bcCardButtonTextAlignment: 'center';
  --bcZIndex: 2000000000;

  /* Feedback Box  */
  --bcFeedbackSubmitBackground: var(--bcButtonFillColor);
  --bcFeedbackSubmitFontColor: var(--bcButtonFontColor);
  --bcFeedbackAddCommentBackground: var(--bcButtonFontColor);
  --bcFeedbackAddCommentFontColor: var(--bcButtonFillColor);

  /* Privacy Policy  */
  --bcPrivacyPolicyAcceptFontColor: #f2f2f2;
  --bcPrivacyPolicyAcceptFillColor: #5c5da6;
  --bcPrivacyPolicyAcceptBorderColor: #5c5da6;
  --bcPrivacyPolicyDeclineFontColor: #212121;
  --bcPrivacyPolicyDeclineFillColor: #ffffff;
  --bcPrivacyPolicyDeclineBorderColor: #f2f2f2;
  --bcPrivacyPolicyDescriptionFontColor: #212121;

  --inputText: #292929; /* Font color of user's text in Input Field */
  --inputBorder: #cdced2; /* Border color around Input Field */
  --inputBackground: #e6e6e6; /* Background color of Input Field */
  --chatWindowShadow: rgba(0, 0, 0, 0.4); /* Shadow color around chat window */
  --poweredByText: #888; /* Font color of 'Powered by Botcopy' */
  --bcEndOfConversationText: #888; /* Font color of 'timestamp' */
  --bcEndOfConversationBorder: #cdced2; /* Border color for end convo message */
  --menuActionArrow: #292929; /* Color of arrow to right of Input Field */

  --privacyPolicyButtonColor: var(--bcButtonFillColor);

  --listBorderColor: var(--bcBotResponseFontColor);
  --listItemBackgroundColor: var(--bcBotResponseFillColor);
  --cardTextColor: var(--bcBotResponseFontColor);
  /* Font color of text in cards */
  --cardBorder: var(--bcBotResponseBorderColor); /* Border color of cards */
  --cardButtonColor: var(--bcButtonFillColor); /* Button color of cards */
  --quickButtonBorder: var(--bcButtonFillColor);
  /* Border color of quick replies */
  --quickButtonBackground: var(--bcButtonFillColor);
  /* Background fill color of quick replies */
  --galleryArrowBorder: var(
    --bcBotResponseFontColor
  ); /* Arrow color for gallery cards */
  --quickTextColor: var(--bcButtonFontColor); /* Font color for quick replies */
  --cardButtonTextColor: var(
    --bcButtonFontColor
  ); /* Font color for card buttons */
  --headerTextColor: var(
    --bcHeaderFontColor
  ); /* Font color for chat window header */
  --botAppBackground: var(--bcChatBackground);
  /* Background color for bot app */
  --chatWindowBackground: var(--bcChatBackground);
  /* Background color for powered by background */
  --poweredBackground: var(--bcChatroomFillColor);
  /* Background color for 'Powered by Botcopy */
  --galleryArrowBackground: var(
    --bcChatBackground
  ); /* Background color for gallery card arrow bubbles */
  --cardBackground: var(
    --bcBotResponseFillColor
  ); /* Background color for cards */
  --cardButtonBorder: var(--bcChatBackground);
  /* Border color for card buttons */
}
.botcopy.botcopy--app {
  font-family: var(--bcFontType), sans-serif !important;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  z-index: var(--bcZIndex);
  background: var(--botAppBackground) !important;
  -webkit-overflow-scrolling: touch;
}
.botcopy.botcopy--app.is-livechat {
  scroll-behavior: initial;
}

.botcopy.botcopy--app .hide {
  display: none;
}

.botcopy.botcopy--app .show {
  display: block;
}

.botcopy .botcopy--fixed-wrapper--root {
  z-index: var(--bcZIndex);
}

#botcopy-react-root,
#botcopy-react-root > .botcopy--app,
#botcopy-react-root .botcopy--contained-wrapper-root,
#botcopy-react-root .botcopy--contained-wrapper-root > div {
  height: 100%;
}

.botcopy #botcopy-react-root .botcopy--contained-wrapper--maximized {
  position: absolute;
}

.botcopy.botcopy--app.is-mobile > div.botcopy--fixed-wrapper--root {
  height: 100%;
  right: 0; /* override livechat-ui-kit */
}

.botcopy.botcopy--app.is-mobile.is-open > div.botcopy--fixed-wrapper--root {
  /* make it fullscreen on mobile when its open */
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* set chat window to fullscreen on mobile */
.botcopy.botcopy--app.is-mobile .botcopy--fixed-wrapper--maximized {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.botcopy.botcopy--app.is-mobile-ios .botcopy--fixed-wrapper--maximized {
  position: absolute; /* ios does not support fixed when keyboard is open */
}

.botcopy.botcopy--app.is-safari .botcopy--bot-messages,
.botcopy.botcopy--app.is-mobile .botcopy--bot-messages {
  overflow: hidden;
  height: 100%; /* needed this especially for safari to fix scrolling behind input bar */
}

.botcopy .botcopy--bot-chat-window {
  z-index: var(--bcZIndex) !important;
  overflow: hidden;
  cursor: default;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  position: relative;
  background: var(--bcChatBackground);
  /* enables pointer events for whole chat window  */
  pointer-events: auto;
}


.botcopy
  .botcopy--bot-chat-window.botcopy--bot-chat-window-livechat
  .botcopy--bot-header {
  display: none;
}

@media (hover) {
  .botcopy .botcopy--bot-prompt-text-container:hover {
    background-color: var(--bcGreeterHoverFillColor);
    color: var(--bcGreeterHoverFontColor);
    border-color: var(--bcGreeterBorderHoverColor);
  }

  .botcopy
    .botcopy--bot-prompt-text-container:hover
    .botcopy--bot-prompt-crossicon {
    fill: var(--bcGreeterHoverFontColor);
  }

  .botcopy .botcopy--bot-prompt-suggestion:hover {
    background-color: var(--bcPromptSuggestionHoverFillColor);
    color: var(--bcPromptSuggestionHoverFontColor);
  }
}

.botcopy .botcopy--bot-prompt-text-container:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 5px;
  outline-width: 4px;
}

.botcopy
  .botcopy--bot-prompt-crossicon:focus
  .botcopy--bot-prompt-crossicon-svg {
  border: 2px solid var(--bcGreeterBorder);
  color: var(--bcHoverFillColor);
  fill: var(--bcGreeterHoverFontColor);
}

.botcopy .botcopy--bot-header-close-nouneven:focus-visible {
  box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  border-radius: 15%;
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.botcopy--bot-header-close:focus-visible {
  box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.botcopy .botcopy-maximize-icon img:focus-visible,
.botcopy .botcopy-maximize-icon:focus-visible {
  box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  border-radius: 15%;
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.botcopy-maximize-icon-notts:focus-visible {
  box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  border-radius: 15%;
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.botcopy .botcopy--enable-tts-inactive:focus-visible {
  box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  color: var(--bcHeaderFontColor);
  border-radius: 15%;
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.botcopy .botcopy--enable-tts-active:focus-visible {
  box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  background-color: var(--bcHeaderFontColor);
  color: var(--bcHeaderFillColor);
  -moz-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

@media (min-width: 855px) and (orientation: landscape),
  (min-width: 491px) and (orientation: portrait) {
  .botcopy .botcopy--bot-chat-window {
    box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
    -webkit-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
    -moz-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5px;
    /* Prevent background color leak outs */
    background-clip: padding-box;
  }

  .botcopy .botcopy--bot-chat-window-livechat {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}

/* Sidebar Styles  */
@media (min-width: 855px) and (orientation: landscape),
  (min-width: 491px) and (orientation: portrait) {
  .botcopy .botcopy--bot-chat-window.botcopy--sidebar {
    box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
    -webkit-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
    -moz-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
    border-radius: 0;
    margin: 0;
    margin-top: var(--bcSidebarMarginTop);
    /* Prevent background color leak outs */
    background-clip: padding-box;
  }
}

@media (min-width: 855px) and (orientation: landscape),
  (min-width: 491px) and (orientation: portrait) {
  .botcopy
    .botcopy--bot-chat-window.botcopy--sidebar.botcopy--sidebar-border-image {
    -webkit-border-image: var(--bcSidebarBorderImageLinearGradient);
         -o-border-image: var(--bcSidebarBorderImageLinearGradient);
            border-image: var(--bcSidebarBorderImageLinearGradient);
    border-width: 3px;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    margin: 0;
    margin-top: var(--bcSidebarMarginTop);
    /* Prevent background color leak outs */
    background-clip: padding-box;
  }
}

@media (min-width: 855px) and (orientation: landscape),
  (min-width: 491px) and (orientation: portrait) {
  .botcopy--fixed-wrapper--root
    > div
    > .botcopy--fixed-wrapper--maximized.botcopy--sidebar-wrapper {
    height: 100vh;
    width: var(--bcDimensionsWindowWidth);
    /* offsets live ui kit class */
    right: -1em;
    /* allows for clickthrough of transparent wrapper */
    pointer-events: none;
  }
}

/* Sets size for chat window  */
@media (min-width: 855px) and (orientation: landscape),
  (min-width: 491px) and (orientation: portrait) {
  .botcopy--fixed-wrapper--root > div > .botcopy--fixed-wrapper--maximized {
    height: var(--bcDimensionsWindowHeight);
    width: var(--bcDimensionsWindowWidth);
  }
}

.botcopy .botcopy--bot-chat-window .botcopy--message-loading {
  vertical-align: middle !important;
  margin-left: -10px !important;
  position: relative !important;
  top: 20px !important;
}

.botcopy .botcopy--bot-prompt-master-container {
  right: 45px;
  bottom: 1px !important;
  position: absolute;
  opacity: 0;
  margin-right: 38px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  font-size: 0.875em;
  font-weight: 500;
  line-height: normal;
  font-family: var(--bcFontType), sans-serif;
  cursor: default;
}

@media screen and (min-width: 491px) {
  .botcopy .botcopy--bot-prompt-master-container {
    margin-right: 28px;
  }
}

.botcopy .botcopy--bot-prompt-text-container {
  box-shadow: 0 1px 4px 0 var(--chatWindowShadow);
  -webkit-box-shadow: 0 1px 4px 0 var(--chatWindowShadow);
  -moz-box-shadow: 0 1px 4px 0 var(--chatWindowShadow);
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  background-color: var(--bcGreeterPromptBackground);
  border-radius: 15px 15px 0 15px;
  border-color: var(--bcGreeterBorder);
  border-style: solid;
  border-width: 2px;
  color: var(--bcGreeterFontColor);
  text-align: left;
  cursor: pointer;
  margin: 0 5px 8px 0;
}

.botcopy--bot-prompt-text-container p {
  margin: 0;
}

@media (min-width: 500px) {
  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 300px;
  }
}

/* Bot prompt suggestion chips */
.botcopy .botcopy--bot-prompt-suggestion {
  background-color: var(--bcPromptSuggestionFillColor);
  color: var(--bcPromptSuggestionFontColor);
  padding: 8px 12px;
  margin: 5px 5px;
  border: none;
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
  box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  -webkit-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  -moz-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
}

.botcopy .botcopy--bot-prompt-suggestion:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

.botcopy .botcopy--minimize-box {
  margin-right: 4px;
  margin-bottom: -12px;
  cursor: pointer;
}

.botcopy .botcopy--bot-prompt-crossicon {
  float: left;
  z-index: 100;
  margin-bottom: 0.7em;
  cursor: pointer;
}

.botcopy .botcopy--bot-prompt-crossicon-svg {
  color: #fff;
  background-color: #bdbdbd;
  font-size: 1.25em;
  border-radius: 50%;
  margin-top: 3px;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px 0 var(--chatWindowShadow);
  -webkit-box-shadow: 0 1px 4px 0 var(--chatWindowShadow);
  -moz-box-shadow: 0 1px 4px 0 var(--chatWindowShadow);
}

/* if cross icon is focused, add styles */
.botcopy--bot-prompt-crossicon:focus .botcopy--bot-prompt-crossicon-svg {
  background-color: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
}

/* Close Icon is not readily visible on medium & large devices */
@media only screen and (min-width: 415px) {
  .botcopy .botcopy--bot-prompt-crossicon {
    display: none;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .botcopy .botcopy--bot-prompt-crossicon {
    display: block;
  }
  .botcopy .botcopy--bot-prompt-master-container {
    margin-right: 42px;
  }
  .botcopy .botcopy--bot-chat-window {
    margin: 0;
    border-radius: 0;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-prompt-crossicon {
    display: block;
  }
  .botcopy .botcopy--bot-prompt-master-container {
    margin-right: 42px;
  }
  .botcopy .botcopy--bot-chat-window {
    margin: 0;
    border-radius: 0;
  }
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-prompt-crossicon {
    display: block;
  }
  .botcopy .botcopy--bot-prompt-master-container {
    margin-right: 42px;
  }
  .botcopy .botcopy--bot-chat-window {
    margin: 0;
    border-radius: 0;
  }
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-prompt-crossicon {
    display: block;
  }
  .botcopy .botcopy--bot-prompt-master-container {
    margin-right: 42px;
  }
  .botcopy .botcopy--bot-chat-window {
    margin: 0;
    border-radius: 0;
  }
}

/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
  .botcopy .botcopy--bot-prompt-crossicon {
    display: block;
  }
  .botcopy .botcopy--bot-prompt-master-container {
    margin-right: 42px;
  }
  .botcopy .botcopy--bot-chat-window {
    margin: 0;
    border-radius: 0;
  }
}

/* ----------- Galaxy Tab S ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-prompt-crossicon {
    display: block;
  }
  .botcopy .botcopy--bot-prompt-master-container {
    margin-right: 42px;
  }
  .botcopy .botcopy--bot-chat-window {
    margin: 0;
    border-radius: 0;
  }
}

.botcopy .botcopy--bot-prompt-master-container.change-to-visible {
  opacity: 1;
  visibility: visible;
  z-index: var(--bcZIndex) !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 0;
}

/* Close Icon hover */
.botcopy
  .botcopy--bot-prompt-master-container.change-to-visible:hover
  .botcopy--bot-prompt-crossicon {
  display: block;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-bottom-link {
  background: var(--poweredBackground);
  color: var(--poweredByText);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: auto;
  line-height: normal;
  position: relative;
  text-align: center;
  font-family: var(--bcFontType), sans-serif;
  font-size: 14px;
  padding: 5px;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-bottom-link a {
  color: var(--poweredByText);
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-bottom-link a:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
  outline-offset: 2px;
}

/* UI by Botopy  */

.ui-by-toggle {
  border-radius: 15px;
}

.ui-by-toggle-bubble {
  background-color: var(--bcUiByBotcopyToggleColor);
  border-radius: 15px;
}

.ui-by-grid {
  padding: 2px 2px;
}

.ui-by-text {
  font-size: 14px;
  color: #fff;
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.ui-by-logo-circle {
  border-radius: 50%;
  background-color: var(--bcUiByBotcopyCircleColor);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
  margin-left: 4px;
  padding: 4px;
}

.ui-by-botcopy-icon {
  color: #fff;
  height: 14px;
  width: 14px;
}

.botcopy .botcopy-greeter-box {
  position: absolute;
  display: inline-block;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 100;
}

/* animation in/out slide */
.botcopy .botcopy--bot-webview.slide-in {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
}

/* webview */
.botcopy .botcopy--bot-webview .botcopy--bot-header {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 45px;
      flex: 0 0 45px;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 14px !important;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.botcopy .botcopy--bot-webview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: inherit; /* set's webview layer on top of chat window */
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%); /* hidden by default, its on the right */
}

/* .botcopy--bot-webview-grid {
} */

.botcopy .botcopy--bot-header-back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  background-color: var(--bcHeaderFillColor);
  font-family: var(--bcFontType);
}

.botcopy .botcopy--bot-header-back:focus-visible {
  box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3px 2px var(--bcHoverFillColor);
}

.botcopy .scroll-wrapper {
  -ms-flex-order: 2;
      order: 2;
  -webkit-overflow-scrolling: touch;
  z-index: var(--bcZIndex);
  -ms-flex-positive: 1;
      flex-grow: 1; /* takes the rest of the screen */
  position: relative;
}

.botcopy .scroll-wrapper iframe {
  -webkit-overflow-scrolling: touch;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.66s ease-out;
  -o-transition: all 0.66s ease-out;
  transition: all 0.66s ease-out;
  border: none;
}

.botcopy .scroll-wrapper iframe::after {
  content: 'loading';
  text-align: center;
}

.botcopy .loading-screen iframe {
  -webkit-overflow-scrolling: touch;
  background-image: url(https://widget.botcopy.com/static/media/spinner.2503705d.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.66s ease-out;
  -o-transition: all 0.66s ease-out;
  transition: all 0.66s ease-out;
  border: none;
}

.botcopy--message-group {
  opacity: 1;
  overflow: hidden; /* keep it! this fixes the jumping on the carousel */
  margin-bottom: 1px;
  padding: 0 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.botcopy--message-group .botcopy--end-of-conversation {
  color: var(--bcEndOfConversationText);
  font-size: 13px;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--bcEndOfConversationBorder);
  margin-bottom: 20px;
}

.botcopy--bot-messages {
  -ms-flex-order: 2;
      order: 2;
  overflow-y: hidden;
  position: relative;
  z-index: auto; /* prevents toggle more options from displaying behind  */
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bcChatroomFillColor);
}

/* sets chatroom as inert when tts dialog is open  */
.botcopy--bot-messages.tts-inert .botcopy--chatroom-message-list {
  opacity: 0.4;
  pointer-events: none;
}

.botcopy--bot-messages .botcopy--chatroom-message-list {
  -ms-flex: 1 1;
      flex: 1 1; /* will grow */
  /*height: unset;*/
  padding: 14px 14px 0 14px;
  overflow-y: auto;
  height: auto; /* overrides livechat ui */
  overscroll-behavior: contain;
  background-color: var(--bcChatroomFillColor);
  scroll-behavior: smooth;
}

.botcopy.botcopy--app.is-livechat
  .botcopy--bot-messages
  .botcopy--chatroom-message-list {
  scroll-behavior: initial;
}

/* following styles are for the markdown support */
.botcopy--bot-messages h1,
.botcopy--bot-messages h2,
.botcopy--bot-messages h3,
.botcopy--bot-messages h4,
.botcopy--bot-messages h5,
.botcopy--bot-messages h6 {
  margin: 0;
}

.botcopy--bot-messages p {
  margin: 0;
}

.botcopy--bot-messages a {
  color: var(--bcBotResponseFontColor);
}

/* END: markdown support */

.botcopy--bot-typing-animation-grid {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px;
}

.botcopy--bot-messages-privacy {
  -ms-flex-order: 2;
      order: 2;
  overflow-y: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.botcopy--bot-bottom-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-order: 3;
      order: 3;
  z-index: 1000; /* fixes z-index issue with form messages select */
}

.botcopy--bot-snackbar {
  position: absolute !important; /* make it as big as the widget container */
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.botcopy--bot-snackbar--content {
  border-radius: 0 !important;
  max-width: 100% !important;
  width: 100%;
}

.botcopy--bot-snackbar--content.info {
  background-color: #0a2740 !important;
}

.botcopy--bot-snackbar--content.success {
  background-color: #43a047 !important;
}

.botcopy--bot-snackbar--content.warn {
  background-color: #ffa000 !important;
}

.botcopy--bot-snackbar--content.error {
  background-color: #d32f2f !important;
}

.botcopy--bot-snackbar--content #snackbar-content {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.botcopy--bot-snackbar--content .snackbar-button-icon {
  margin-right: 4px; /* to be aligned with the outer header X */
  opacity: 0.9;
}

.botcopy--bot-snackbar--content .snackbar-icon {
  font-size: 24px;
}

.botcopy--bot-snackbar--content .snackbar-icon-info,
.botcopy--bot-snackbar--content .snackbar-icon-success,
.botcopy--bot-snackbar--content .snackbar-icon-warn,
.botcopy--bot-snackbar--content .snackbar-icon-error {
  margin-right: 16px;
  opacity: 0.9;
}

/* Smartphones (portrait and landscape) ----------- */
@media (min-width: 320px) and (max-width: 480px) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }
}

/* Sets prompt text container width for other mobile devices */
@media only screen and (min-width: 320px) and (max-height: 640px) {
  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 200px;
  }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-width: 320px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 200px;
  }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-width: 320px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 160px;
  }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-width: 360px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 200px;
  }
}

/* iPhone 5 ----------- */
@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }

  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 180px;
  }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }

  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 220px;
  }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }

  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 270px;
  }
}

/* iPhone 11 & XR */
@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }

  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 270px;
  }
}

/* iPhone 11 Pro, X, Xs ----------- */
@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }

  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 230px;
  }
}

/* Iphone 11 Pro Max, 11 Xs Max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window {
    width: 100%;
    height: 100%;
  }

  .botcopy .botcopy--bot-prompt-text-container {
    max-width: 270px;
  }
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-header > div:nth-child(2) {
  padding: 0 !important;
  background: var(--bcHeaderFillColor) !important;
}

.botcopy--bot-header-close {
  cursor: pointer;
  color: var(--bcHeaderFontColor);
  background-color: var(--bcHeaderFillColor);
  z-index: 100;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.botcopy--bot-header-close > svg {
  height: 24px;
  width: 24px;
}

/* if icons are even in number in header */
.botcopy--bot-header-close-nouneven {
  cursor: pointer;
  color: var(--bcHeaderFontColor);
  z-index: 100;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.botcopy--bot-header-close-nouneven > svg {
  height: 24px;
  width: 24px;
}

.botcopy.botcopy--app .botcopy--minimize-box {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 1em;
  right: 0;
  -webkit-animation: var(--bcGreeterAnimationName) var(--bcGreeterAnimationSpeed)
    var(--bcGreeterAnimationTimingFunction) 1;
          animation: var(--bcGreeterAnimationName) var(--bcGreeterAnimationSpeed)
    var(--bcGreeterAnimationTimingFunction) 1;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -ms-flex-align: center;
      align-items: center;
  background: var(--bcGreeterBackground);
  border-radius: var(--bcWidgetShape);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-perspective: 600px;
          perspective: 600px;
  box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  -webkit-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  -moz-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  z-index: var(--bcZIndex);
}

.botcopy .botcopy--notification {
  background-color: #a01b1b;
  color: #f0f3f6;
  border-radius: 50%;
  padding: 2px 6px;
  position: absolute;
  top: -4px;
  left: -2px;
  z-index: inherit;
  font-size: 11px;
  font-family: var(--bcFontType), sans-serif;
}

/* ANIMATIONS */

/* Center Expand  */
@-webkit-keyframes centerExpand {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes centerExpand {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Right Corner Expand  */
@-webkit-keyframes rightCornerExpand {
  0% {
    height: 0;
    width: 0;
  }
  100% {
    width: 60px;
    height: 60px;
  }
}
@keyframes rightCornerExpand {
  0% {
    height: 0;
    width: 0;
  }
  100% {
    width: 60px;
    height: 60px;
  }
}

/* Expand Out In  */
@-webkit-keyframes expandOutIn {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes expandOutIn {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Kablam  */
@-webkit-keyframes kablam {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kablam {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Mold  */
@-webkit-keyframes mold {
  0% {
    -webkit-transform: skewY(165deg);
            transform: skewY(165deg);
  }

  100% {
    -webkit-transform: skewY(180deg);
            transform: skewY(180deg);
  }
}
@keyframes mold {
  0% {
    -webkit-transform: skewY(165deg);
            transform: skewY(165deg);
  }

  100% {
    -webkit-transform: skewY(180deg);
            transform: skewY(180deg);
  }
}
/* Spin */
/* @keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg);
  }
} */

/* Shadow Glow  */
/* @keyframes shadowGlow {
  0% {
    box-shadow: #000 -8px -10px 3px -3px;

  }
  100% {

    box-shadow: #000 8px 10px 3px -3px;
  }
} */

/* Open Eye  */
@-webkit-keyframes openEye {
  0% {
    /* height: 0%; */
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    /* height: 100% */
  }
}
@keyframes openEye {
  0% {
    /* height: 0%; */
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    /* height: 100% */
  }
}

/* Side Eye  */
@-webkit-keyframes sideEye {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes sideEye {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/* Slide  */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(10px) rotate(10deg) translateY(5px);
            transform: translateX(10px) rotate(10deg) translateY(5px);
  }

  100% {
    -webkit-transform: translate(10px, 0, 20px) rotateY(3deg);
            transform: translate(10px, 0, 20px) rotateY(3deg);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(10px) rotate(10deg) translateY(5px);
            transform: translateX(10px) rotate(10deg) translateY(5px);
  }

  100% {
    -webkit-transform: translate(10px, 0, 20px) rotateY(3deg);
            transform: translate(10px, 0, 20px) rotateY(3deg);
  }
}

/* None  */
@-webkit-keyframes none {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes none {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Change background color when greeter is focused */
.botcopy.botcopy--app .botcopy--minimize-box:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

.botcopy.botcopy--app.is-mobile .botcopy--minimize-box {
  right: 1em;
}

.botcopy .botcopy--greeter-image {
  background-color: transparent;
  border: none;
  border-radius: var(--bcWidgetShape);
  max-height: var(--bcGreeterImageHeight);
  max-width: var(--bcGreeterImageWidth);
  z-index: 100;
  opacity: 1;
}

.botcopy .botcopy-maximize-icon {
  cursor: pointer;
  color: var(--bcHeaderFontColor);
  z-index: 100;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 24px;
  width: 24px;
}

.botcopy .botcopy-maximize-icon > svg {
  height: 24px;
  width: 24px;
}

.botcopy .botcopy-maximize-icon img {
  margin-top: -3px !important;
  vertical-align: middle !important;
}

/* if no speaker icon no margin right */
.botcopy-maximize-icon-notts {
  cursor: pointer;
  color: var(--bcHeaderFontColor);
  z-index: 100;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 24px;
}

.botcopy .botcopy-maximize-icon-notts > svg {
  height: 24px;
  width: 24px;
}

.botcopy .botcopy--enable-tts-inactive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--bcHeaderFillColor);
  padding: 0 2px;
  border: none;
  border-radius: 15%;
  color: var(--bcHeaderFontColor);
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.botcopy .botcopy--enable-tts-inactive > svg {
  height: 22px;
  width: 22px;
}

.botcopy .botcopy--enable-tts-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 2px;
  border: none;
  border-radius: 15%;
  color: var(--bcHeaderFillColor);
  background-color: var(--bcHeaderFontColor);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  cursor: pointer;
}

.botcopy .botcopy--enable-tts-active > svg {
  height: 22px;
  width: 22px;
}

/* TTS TOOLTIP  */
.botcopy--tooltip {
  max-width: 120px;
  background-color: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
  visibility: hidden;
  font-family: var(--bcFontType), sans-serif;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
          box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  /* Position the tooltip text */
  position: absolute;
  top: 48px;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.botcopy--enable-tts-inactive:hover .botcopy--tooltip,
.botcopy--enable-tts-inactive:focus .botcopy--tooltip {
  visibility: visible;
}

/* Show the tooltip text when you mouse over the tooltip container */
.botcopy--enable-tts-active:hover .botcopy--tooltip,
.botcopy--enable-tts-active:focus .botcopy--tooltip {
  visibility: visible;
}

/* PROMPT TYPING INDICATOR */
.botcopy--prompt-typing-indicator {
  background-color: var(--bcTypingAnimationFill);
  will-change: transform;
  width: auto;
  border-radius: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 3px;
  position: relative;
  min-height: 16px;
}

.botcopy--prompt-typing-indicator span {
  height: 8px;
  width: 8px;
  margin: 0 1px;
  background-color: var(--bcTypingAnimationDots);
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

.botcopy--prompt-typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s blink infinite 0.2222s;
  animation: 1s blink infinite 0.2222s;
}

.botcopy--prompt-typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s blink infinite 0.4444s;
  animation: 1s blink infinite 0.4444s;
}

.botcopy--prompt-typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s blink infinite 0.6666s;
  animation: 1s blink infinite 0.6666s;
}

/* CHATROOM TYPING INDICATOR */

.typing-indicator {
  background-color: var(--bcTypingAnimationFill);
  will-change: transform;
  width: auto;
  float: left;
  border-radius: 50px;
  padding: 2px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 4px;
  position: relative;
  min-height: 24px;
}

.typing-indicator::after {
  /* content: ''; */
  position: absolute;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bcTypingAnimationFill);
  width: 10px;
  left: -10px;
  bottom: -10px;
}

.typing-indicator span {
  height: 10px;
  width: 10px;
  float: left;
  margin: 0 1px;
  background-color: var(--bcTypingAnimationDots);
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

.typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s blink infinite 0.2222s;
  animation: 1s blink infinite 0.2222s;
}

.typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s blink infinite 0.4444s;
  animation: 1s blink infinite 0.4444s;
}

.typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s blink infinite 0.6666s;
  animation: 1s blink infinite 0.6666s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* Hides bot loading message in typing animation for ADA */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.botcopy .botcopy--bot-prompt-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}

.botcopy .botcopy--bot-prompt-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.botcopy .prompt-suggestions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-width: 280px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.botcopy .prompt-suggestions-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 280px;
  max-height: 125px;
  /* overflow: hidden auto;
  overscroll-behavior: contain; */
  overflow: scroll;
}

/* Sets max width of prompt container */
@media (max-width: 320px) {
  .botcopy .botcopy--bot-prompt-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 210px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .botcopy .botcopy--bot-prompt-master-container {
    max-width: 260px;
  }
}

.botcopy .botcopy--bot-header-close {
  cursor: pointer;
  color: var(--bcHeaderFontColor);
  z-index: 100;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 24px;
}

.botcopy .botcopy-maximize-icon {
  cursor: pointer;
  color: var(--bcHeaderFontColor);
  z-index: 100;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 24px;
}

/* Error Box  */

.botcopy-error-box {
  background-color: var(--bcHeaderFillColor);
  text-align: center;
  padding: 12px;
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
  animation: slideUp 0.5s, slideDown 0.5s 3.6s;
  -webkit-animation: slideUp 0.5s, slideDown 0.5s 3.6s;
  -ms-animation: slideUp 0.5s, slideDown 0.5s 3.6s;
  -o-animation: slideUp 0.5s, slideDown 0.5s 3.6s;
}

.botcopy-error-content {
  color: var(--bcHeaderFontColor);
  font-size: 15px;
  padding: 2px;
}

.botcopy-error-content-subtitle {
  color: var(--bcHeaderFontColor);
  font-size: 13px;
  padding: 2px;
}

/* Animations to slide the error box up and down */

@keyframes slideUp {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);

    -webkit-transform-origin: bottom;

            transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

* {
  outline: none;
}

.botcopy *,
.botcopy *::before,
.botcopy *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#botcopy-react-root {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.botcopy--bot-profile-classic-header {
  padding: 4px 0;
}

.botcopy--bot-profile-rich-header {
  padding: 4px 0;
  margin-left: 44px;
}

.botcopy--bot-profile-field-label {
  font-size: 13px;
  font-family: var(--bcFontType), sans-serif;
  color: var(--bcHeaderFontColor);
  padding: 0 6px 0 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.botcopy--bot-profile-field-value {
  font-size: 13px;
  font-family: var(--bcFontType), sans-serif;
  color: var(--bcHeaderFontColor);
  padding-left: 4px;
}

.botcopy--bot-profile-field-label ~ a:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.botcopy--bot-profile-field-label-custom {
  font-size: 13px;
  font-family: var(--bcFontType), sans-serif;
  color: var(--bcHeaderFontColor);
  padding: 0 6px 0 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;

  font-weight: 600;
}

.botcopy--bot-profile-field-grid {
  padding: 10px 0 2px;
}
.botcopy .botcopy--card {
  background: var(--cardBackground);
  border: 1px solid var(--cardBorder);
  border-radius: 20px;
  margin: 0px 50px 0 0;
  overflow: hidden;
  max-width: 550px;
}


.botcopy--card-image {
  position: relative;
  background: var(--cardBackground);
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}


.botcopy .botcopy--video {
  background: var(--cardBackground);
  overflow: hidden;
  border-radius: 0px;
}

 /* to display youtube videos properly in cards */
.botcopy--card .botcopy--youtube {
  padding-bottom: 56.25%; /* 16:9 */
}

.botcopy .botcopy--youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.botcopy .botcopy--card .botcopy--mediaImg {
  width: 100%;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid var(--cardBorder);
}

.botcopy--mediaImg {
  width: 100%;
}

.botcopy .botcopy--card .botcopy--card-title {
  color: var(--cardTextColor);
  font-weight: bold;
  font-size: 0.875em;
  font-family: var(--bcFontType), sans-serif;
  line-height: normal;
  padding: 10px;
  text-align: left;
  background: var(--cardBackground);
}

.botcopy .botcopy--card .botcopy--card-subtitle {
  color: var(--cardTextColor);
  font-size: 0.875em;
  font-family: var(--bcFontType), sans-serif;
  line-height: normal;
  padding: 0 10px 10px 10px;
  text-align: left;
  background: var(--cardBackground);
  font-weight: normal;
}

.botcopy .botcopy--card .botcopy--card-formattedText {
  color: var(--cardTextColor);
  font-size: 0.875em;
  font-family: var(--bcFontType), sans-serif;
  line-height: normal;
  padding: 10px;
  text-align: left;
  background: var(--cardBackground);
  font-weight: normal;
}

.botcopy .botcopy--card .botcopy--card-button {
  background: var(--cardButtonColor);
  /* border: 1px solid var(--cardButtonBorder); */
  font-size: 0.875em;
  font-weight: normal;
  font-family: var(--bcFontType), sans-serif;
  line-height: normal;
  padding: 10px 20px;
  text-align: var(--bcCardButtonTextAlignment);
  color: var(--cardButtonTextColor);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.botcopy .botcopy--card .botcopy--card-button:hover,
.botcopy .botcopy--card .botcopy--card-button:focus {
  background: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
  outline: none;
}
.botcopy--carousel-card {
  background: var(--cardBackground);
  border: 1px solid var(--cardBorder);
  border-radius: 20px;
  margin: 5px 20px 5px 0.3em;
  overflow: hidden;
  max-width: 550px;
}

.botcopy .botcopy--carousel-card .botcopy--mediaImg {
  width: 100%;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid var(--cardBorder);
}

.botcopy .botcopy--carousel-card .botcopy--carousel-card-title {
  color: var(--cardTextColor);
  font-weight: bold;
  font-size: 0.875em;
  font-family: var(--bcFontType), sans-serif;
  line-height: normal;
  padding: 10px;
  text-align: left;
  background: var(--cardBackground);
}

.botcopy .botcopy---carousel-card .botcopy--carousel-card-subtitle {
  color: var(--cardTextColor);
  font-size: 0.875em;
  font-family: var(--bcFontType), sans-serif;
  line-height: normal;
  padding: 0 10px 10px 10px;
  text-align: left;
  background: var(--cardBackground);
  font-weight: normal;
}

.botcopy .botcopy--carousel-card .botcopy--carousel-card-formattedText {
  color: var(--cardTextColor);
  font-size: 0.875em;
  font-family: var(--bcFontType), sans-serif;
  line-height: normal;
  padding: 10px;
  text-align: left;
  background: var(--cardBackground);
  font-weight: normal;
}

.botcopy .botcopy--carousel-card .botcopy--carousel-card-button {
  background: var(--cardButtonColor);
  border-bottom: 1px solid var(--cardButtonBorder);
  border: 0;
  font-size: 0.875em;
  font-weight: normal;
  font-family: var(--bcFontType), sans-serif;
  line-height: normal;
  top: 0;
  margin: 0;
  padding: 10px 20px;
  text-align: var(--bcCardButtonTextAlignment);
  width: 100%;
  color: var(--cardButtonTextColor);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.botcopy .botcopy--carousel-card .botcopy--carousel-card-button:last-child {
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  border-bottom: 0 solid var(--cardButtonBorder);
}

.botcopy .botcopy-carousel-card .botcopy--carousel-card-button:hover {
  background: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
  outline: none;
}

.botcopy .botcopy--carousel-card .botcopy--carousel-card-button:focus {
  background: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
  outline: none;
}
.botcopy--bot-clear-history {
  padding: 1em;
  background-color: #fff;
  overflow-y: none;
}

.botcopy--bot-clear-history .clear-history-text {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  font-family: var(--bcFontFamily);
}

.botcopy--bot-clear-history button {
  display: block;
  margin: 0 auto;
  padding: 6px 16px;
  outline: none;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  font-size: 14px;
  background: none; /* avoid wordpress css override */
  border: 1px solid rgba(0, 0, 0, 0.23); /* avoid wordpress css override */
  color: rgba(0, 0, 0, 0.87); /* avoid wordpress css override */
  font-family: var(--bcFontFamily);
}

/* Clear History - Accept */
.botcopy--bot-clear-history button.btn-accept {
  background: var(--privacyPolicyButtonColor);
  border: 2px solid var(--privacyPolicyButtonColor);
  color: #fff;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.botcopy--bot-clear-history button.btn-accept:focus-visible {
  background-color: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
}

/* Clear History - Cancel */
.botcopy--bot-clear-history .btn-cancel {
  margin: 25px auto 50px;
  border: none;
  opacity: 0.7;
}

.botcopy--bot-clear-history .btn-cancel:focus-visible {
  background-color: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
}

.botcopy--clear-history-successicon {
  font-size: 36px;
}
.bc-feedback-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 14px;
  background-color: #fff;
  border-top: 2px solid #3f3f3f;
}

.bc-feedback-box-title {
  font-family: var(--bcFontType), sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3f3f3f;
  max-width: 200px;
}

/* Wraps rating, input and submit  */
.bc-feedback-items-grid {
  margin-top: 6px;
}

/* Grid for rating  */
.bc-feedback-box-rating-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.bc-feedback-thumbs-up {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin: 0 5px;
  padding: 8px;
  border-radius: 50%;
}

.bc-feedback-thumbs-up > svg {
  font-size: 30px;
}

.bc-feedback-thumbs-up:hover {
  color: green;
}

.bc-feedback-thumbs-up:focus-visible > svg {
  /* border-bottom: 2px solid var(--bcHoverFillColor); */
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;  
  outline-offset: 4px;
} 

.bc-feedback-thumbs-down {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin: 0 5px;
  padding: 8px;
  border-radius: 50%;
}

.bc-feedback-thumbs-down > svg {
  font-size: 30px;
}

.bc-feedback-thumbs-down:hover {
  color: #a01b1b;
}

.bc-feedback-thumbs-down:focus-visible > svg {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;   
  outline-offset: 4px;
}

.bc-feedback-thumbs-selected {
  border: 2px solid #3f3f3f;
  padding: 5px;
}

.bc-feedback-buttons-grid {
  margin-top: 5px;
}

.bc-feedback-add-comment-button {
  cursor: pointer;
  padding: 8px 24px;
  color: var(--bcFeedbackAddCommentFontColor);
  background-color: var(--bcFeedbackAddCommentBackground);
  font-family: var(--bcFontType), sans-serif;
  font-size: 14px;
  border-radius: 4px;
  margin: 5px;
}

.bc-feedback-add-comment-button:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;   
  outline-offset: 4px;
}

.bc-feedback-input[type='text'] {
  font-family: var(--bcFontType), sans-serif;
  background-color: var(--bcInputBarFillColor);
  color: var(--bcInputBarFontColor);
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  padding: 12px;
  margin: 6px 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-align: left;
  text-decoration: none;
}

.bc-feedback-close-icon {
  cursor: pointer;
  color: #3f3f3f;
  height: 24px;
  width: 24px;
  /* override default button browser styles  */
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.bc-feedback-close-icon > svg {
  height: 24px;
  width: 24px;
}

/* TODO */
.bc-feedback-close-icon:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.bc-feedback-submit {
  padding: 8px 24px;
  background-color: var(--bcFeedbackSubmitBackground);
  color: var(--bcFeedbackSubmitFontColor);
  cursor: pointer;
  margin: 5px;
  border-radius: 4px;
  font-size: 14px;
}

/* TODO */
/* .bc-feedback-submit:focus {
  color: var(--bcHoverFontColor);
  background-color: var(--bcHoverFillColor);
} */

.bc-feedback-submit:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
  outline-offset: 4px;
}

.bc-feedback-thankyou {
  font-family: var(--bcFontType), sans-serif;
  font-size: 16px;
  color: #3f3f3f;
}
.botcopy--form-message {
  max-width: 300px;
  padding: 14px;
  margin: 5px 10px 5px 0.3em;
  border-radius: 15px 15px 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
          box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px,
    rgb(0 0 0 / 10%) 0px 0px 2px 1px,
    var(--cardButtonColor) 0px 3px 0px 0px inset;
          box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px,
    rgb(0 0 0 / 10%) 0px 0px 2px 1px,
    var(--cardButtonColor) 0px 3px 0px 0px inset;
}

.botcopy--form-message-title-grid {
  margin: 0 0 4px;
}

.botcopy--form-message-title {
  font-size: 14px;
  font-family: var(--bcFontFamily), sans-serif;
  margin: 0 0 2px;
  color: #000;
  font-weight: bold;
}

.botcopy--form-message-subtitle {
  font-size: 14px;
  font-family: var(--bcFontFamily), sans-serif;
  color: #333333;
}

.botcopy--form-message-field {
  margin: 2px 0;
}

.botcopy--form-message-field-grid button.botcopy--form-message-submit {
  font-size: 14px;
  font-family: var(--bcFontFamily), sans-serif;
  background-color: var(--cardButtonColor);
  color: var(--cardButtonTextColor);
  text-transform: none;
  border: none;
}

.botcopy--form-message-submit-grid {
  margin-top: 4px;
}

.botcopy--form-message-submit {
  margin-top: 5px;
  font-family: var(--bcFontFamily), sans-serif;
}

 /* workaround until rip out outline:none from .botcopy .botcopy--bot-chat-window button */
.botcopy--form-message-field-grid button.botcopy--form-message-submit:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

.botcopy--checkbox-group-label {
  margin-top: 10px;
  font-family: var(--bcFontFamily), sans-serif;
  font-size: 14px;
  color: #333333;
}

.botcopy--checkbox-label {
  color: #000;
  font-family: var(--bcFontFamily), sans-serif;
  font-size: 14px;
}
.botcopy--form-wall {
  padding: 24px;
  background-color: #fff;
  position: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.botcopy--form-wall-button {
  display: block;
  margin: 0 auto;
  padding: 6px 16px;
  outline: none;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  font-size: 14px;
  background: none; /* avoid wordpress css override */
  border: 1px solid rgba(0, 0, 0, 0.23); /* avoid wordpress css override */
  color: rgba(0, 0, 0, 0.87); /* avoid wordpress css override */
  font-family: var(--bcFontFamily);
}

/* Submit */
.botcopy--form-wall button.btn-accept {
  background: var(--privacyPolicyButtonColor);
  border: 2px solid var(--privacyPolicyButtonColor);
  color: #fff;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-transform: none;
}

.botcopy--form-wall button.btn-accept:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

.botcopy--form-wall button.btn-accept:hover {
  background-color: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
}

/* Go back */
.botcopy--form-wall button.btn-cancel {
  margin: 30px auto 25px;
  border: none;
  opacity: 0.7;
  text-transform: none;
}

.botcopy--form-wall .btn-cancel:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

.botcopy--form-wall .btn-cancel:hover {
  background-color: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
}

.botcopy--form-successicon {
  font-size: 36px;
}

.botcopy--form-wall-field {
  margin: 10px 0;
}

.botcopy--form-wall-title-grid {
  margin: 5px 0;
}

.botcopy--form-wall-title {
  font-size: 16px;
  font-family: var(--bcFontFamily), sans-serif;
  color: #000;
  font-weight: bold;
}

.botcopy--form-wall-subtitle {
  font-size: 14px;
  font-family: var(--bcFontFamily), sans-serif;
  color: #333333;
  margin-top: 2px;
}

.botcopy--checkbox-group-label {
  margin: 10px 0 5px;
  font-family: var(--bcFontFamily), sans-serif;
  font-size: 14px;
  color: #333333;
}

.botcopy--form-wall-submit-grid {
  margin-top: 10px;
}
.alice-carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto;
  direction: ltr; }

.alice-carousel__wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto; }

.alice-carousel__stage {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap; }
  .alice-carousel__stage-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
    line-height: 0; }
    .alice-carousel__stage-item * {
      line-height: initial; }
    .alice-carousel__stage-item.__cloned {
      visibility: hidden;
      opacity: 0; }

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 15px 10px; }
  .alice-carousel__prev-btn [data-area]::after,
  .alice-carousel__next-btn [data-area]::after {
    position: relative;
    content: attr(data-area);
    text-transform: capitalize; }

.alice-carousel__prev-btn {
  text-align: right; }

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  color: #465798; }
  .alice-carousel__prev-btn-item:hover,
  .alice-carousel__next-btn-item:hover {
    color: darkred; }
  .alice-carousel__prev-btn-item.__inactive,
  .alice-carousel__next-btn-item.__inactive {
    opacity: 0.4; }

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block; }
  .alice-carousel__play-btn:hover {
    cursor: pointer; }
  .alice-carousel__play-btn-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff; }

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent; }
  .alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
    position: absolute;
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-width: 8px 0 8px 15px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #465798; }
  .alice-carousel__play-btn-item::before {
    left: 5px;
    height: 14px; }
  .alice-carousel__play-btn-item::after {
    top: 7px;
    left: 18px; }
  .alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
    height: 30px;
    border-width: 0 0 0 10px; }
  .alice-carousel__play-btn-item.__pause::after {
    top: 0;
    left: 18px; }

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center; }
  .alice-carousel__dots-item {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #e0e4fb; }
    .alice-carousel__dots-item:hover, .alice-carousel__dots-item.__active {
      background-color: #6e7ebc; }

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6); }
  .alice-carousel__slide-info-item {
    vertical-align: middle;
    line-height: 0; }

.alice-carousel .animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.alice-carousel .animated-out {
  z-index: 1; }

.alice-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
.botcopy--card .botcopy--gallery-image {
  position: relative;
  background: var(--cardBackground);
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-top: 56.25%; /* 16:9 */
}

.botcopy--carousel-card .botcopy--gallery-image {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}


.botcopy .alice-carousel__stage,
.botcopy .alice-carousel__stage-item {
  /* fixes the padding bottom on safari; just visible on some websites */
  max-height: 100%;
  height: unset;
}

.botcopy .botcopy--gallery-container .botcopy--gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.botcopy--alice-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px 0 0;
  /* Centers gallery slider arrows by accounting for avatar width */
  margin-left: -18px;
}

.botcopy .botcopy--alice-btn {
  /* position: absolute; */
  /* top: 85px; */
  cursor: pointer;
  z-index: 1000;
  width: 18px;
  height: 28px;
  font-size: 0;
  border: 2px solid #aaaaaa;
  border-radius: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1px 10px;
  margin: 0 6px;

  /* this fixes the z-index issue on iOS; KEEP IT */
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}

.botcopy .botcopy--alice-btn:focus {
  border: 2px solid var(--galleryArrowBorder);
}

.botcopy .botcopy--alice-btn.disabled {
  /* display: none; */
  opacity: 0.4;
}

.botcopy .botcopy--alice-btn-prev {
  left: 0;
  background-image: url('/assets/images/round-arrow_left-24px.svg');
}

.botcopy .botcopy--alice-btn-next {
  right: 30px;
  background-image: url('/assets/images/round-arrow_right-24px.svg');
}

.botcopy .botcopy--gallery-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 1px;
}

.botcopy--gallery-item:focus-visible > .botcopy--carousel-card {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
  outline-offset: 4px;
}

.botcopy .botcopy--gallery-item button {
  background: var(--cardButtonColor);
  border: 0 0 1px 0 solid var(--cardBorder);
  font-size: 0.875em;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 10px 20px;
  text-align: right;
  width: 100%;
  color: var(--cardTextColor) !important;
}

.botcopy .botcopy--gallery-item button:last-child {
  border-bottom-left-radius: 17px !important;
  border-bottom-right-radius: 17px !important;
  border-bottom: 0 solid var(--cardBorder) !important;
}

.botcopy .botcopy--gallery-info {
  padding: 10px;
}

.botcopy .botcopy--gallery-title {
  text-align: left;
  color: var(--cardTextColor);
  font-size: 0.875em;
  line-height: 22.5px;
  font-weight: bold;
}

.botcopy .botcopy--gallery-subtitle {
  font-size: 0.75em;
  line-height: 20px;
  color: var(--cardTextColor);
  text-align: left;
}

.botcopy .botcopy--gallery-item button:hover {
  background: var(--cardButtonColor);
  color: var(--cardTextColor);
  outline: none;
}

.botcopy .botcopy--gallery-item button:focus {
  background: var(--cardButtonColor);
  color: var(--cardTextColor);
  outline: none;
}

/*
.botcopy .botcopy--bot-chat-window .slick-disabled {
  opacity: 0;
}

.botcopy .botcopy--bot-chat-window .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.botcopy .botcopy--bot-chat-window .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.botcopy .botcopy--bot-chat-window .slick-list:focus {
  outline: none;
}

.botcopy .botcopy--bot-chat-window .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.botcopy .botcopy--bot-chat-window .slick-list.dragging {
  cursor: hand;
}

.botcopy .botcopy--bot-chat-window .slick-slider .slick-track,
.botcopy .botcopy--bot-chat-window .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.botcopy .botcopy--bot-chat-window .slick-track::before,
.botcopy .botcopy--bot-chat-window .slick-track::after {
  display: table;
  content: '';
}

.botcopy .botcopy--bot-chat-window .slick-track::after {
  clear: both;
}

.botcopy .botcopy--bot-chat-window .slick-loading .slick-track {
  visibility: hidden;
}

.botcopy .botcopy--bot-chat-window .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.botcopy .botcopy--bot-chat-window .slick-slide:active,
.botcopy .botcopy--bot-chat-window .slick-slide:focus {
  outline: none !important;
}

.botcopy .botcopy--bot-chat-window [dir='rtl'] .slick-slide {
  float: right;
}

.botcopy .botcopy--bot-chat-window .slick-slide.slick-loading img {
  display: none;
}

.botcopy .botcopy--bot-chat-window .slick-slide.dragging img {
  pointer-events: none;
}

.botcopy .botcopy--bot-chat-window .slick-initialized .slick-slide {
  display: block;
}

.botcopy .botcopy--bot-chat-window .slick-loading .slick-slide {
  visibility: hidden;
}

.botcopy .botcopy--bot-chat-window .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.botcopy .botcopy--bot-chat-window .slick-arrow.slick-hidden {
  display: none;
}
*/
.botcopy .botcopy--bot-chat-window .botcopy--bot-header {
  background: var(--bcHeaderFillColor);
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 0 45px;
      flex: 0 0 45px;
  color: var(--bcHeaderFontColor);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 1em;
  z-index: inherit; /* fixes display lag when webview renders  */
}

/* Border radius for header on Mobile devices  */
@media (min-width: 855px) and (orientation: landscape),
  (min-width: 491px) and (orientation: portrait) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
    border-radius: 0;
  }
}

.botcopy--bot-header-title {
  padding: 0 10px;
  font-weight: 550;
  font-family: var(--bcFontType), sans-serif;
  color: var(--bcHeaderFontColor);
  max-width: 200px;
  margin: 0;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-header button {
  border-width: 0 !important;
}

/* .botcopy .botcopy--bot-header svg {
  font-size: 24px;
} */

.botcopy .botcopy--bot-header-grid {
  padding: 2px 0;
}

.botcopy .toggle-more-options .toggle-more-options-paper {
  border-top: 3px solid var(--bcHoverFillColor);
  box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  -webkit-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  -moz-box-shadow: 0 2px 6px 0 var(--chatWindowShadow);
  z-index: 2147483647;
}

.botcopy .toggle-more-options > div > svg {
  height: 24px;
  width: 24px;
}

.botcopy .toggle-more-options:active {
  background-color: none;
  border-radius: 25%;
}

.botcopy .toggle-more-options:focus-visible {
  box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  border-radius: 15%;
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.toggle-more-options-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-header button:focus-visible {
  box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  border-width: 0;
}

/* Rich Header  */

.botcopy .botcopy--bot-header-rich {
  background-color: var(--bcHeaderFillColor);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 14px;
}

.botcopy--bot-header-rich-elements-grid {
  width: 100%;
}

.botcopy .botcopy--bot-webview .botcopy--bot-header-rich {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 45px;
      flex: 0 0 45px;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 14px !important;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.botcopy--bot-header-img-grid {
  display: -ms-flexbox;
  display: flex;
}

.botcopy--bot-header-img-grid-show-profile {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.bc-show-bot-profile-bar {
  padding: 6px;
  cursor: pointer;
  background-color: var(--bcHeaderFillColor);
}

.botcopy--bot-header-img {
  height: 38px;
  width: 38px;
}

/* Rich header - Wraprs Bot name, icons and subtitle  */
.botcopy--bot-header-title-icons-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.botcopy--bot-header-title-icons-grid-show-profile {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer;
}

/* RICH HEADER - Wraps Bot name and icons */
.botcopy--bot-header-title-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/* RICH HEADER - Icons  */
.botcopy--bot-header-icons-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* RICH HEADER - Header Subtitle  */
.botcopy--bot-header-rich-subtitle {
  color: var(--bcHeaderFontColor);
  font-size: 13px;
  font-family: var(--bcFontType), sans-serif;
  padding: 0 0 0 10px;
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-width: 320px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
  }
}

@media only screen and (min-width: 320px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy--bot-header-close {
    height: 24px;
  }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-width: 320px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
  }
}

@media only screen and (min-width: 320px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy--bot-header-close {
    height: 24px;
  }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-width: 360px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
  }
}

@media only screen and (min-width: 360px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy--bot-header-close {
    height: 24px;
  }
}

/* iPhone 5 ----------- */
@media only screen and (min-width: 320px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
  }
}

@media only screen and (min-width: 320px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy--bot-header-close {
    height: 24px;
  }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-width: 375px) and (max-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
  }
}

@media only screen and (min-width: 375px) and (max-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy--bot-header-close {
    height: 24px;
  }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-width: 414px) and (max-height: 736px) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
  }
}

@media only screen and (min-width: 414px) and (max-height: 736px) {
  .botcopy--bot-header-close {
    height: 24px;
  }
}

/* iPhone X ----------- */
@media only screen and (min-width: 375px) and (max-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
  }
}

@media only screen and (min-width: 375px) and (max-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy--bot-header-close {
    height: 24px;
  }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-width: 414px) and (max-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
    padding: 5px 15px;
  }
}

@media only screen and (min-width: 414px) and (max-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy--bot-header-close {
    height: 24px;
  }
}
.botcopy--bot-language-selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.botcopy--bot-language-selection .language-selection-text {
  padding: 16px;
  font-size: 16px;
  text-align: center;
  font-family: var(--bcFontFamily);
  margin: 25px 5px;
}

/* .botcopy--bot-language-selection .container-grid {

} */

.botcopy--bot-language-selection .languages-grid {
  max-height: 240px;
  overflow-y: auto;
  padding: 16px;
}

.botcopy--bot-language-selection .language-button {
  padding: 8px 24px;
  text-decoration: none;
  background: var(--bcButtonFillColor);
  color: var(--bcButtonFontColor);
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin: 5px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 140px;
}

.botcopy--bot-language-selection .language-button:focus,
.botcopy--bot-language-selection .language-button:hover {
  background-color: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
}

.botcopy--bot-language-selection .btn-cancel {
  margin: 30px auto 50px;
  padding: 6px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #757575;
}

.botcopy--bot-language-selection .btn-cancel:focus,
.botcopy--bot-language-selection .btn-cancel:hover {
  background-color: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
}
.botcopy .botcopy--list-message {
  background: var(--cardBackground);
  border: 1px solid var(--cardBorder);
  border-radius: 20px;
  margin: 0 30px 0 0.3em;
  overflow: hidden;
}

.botcopy .botcopy--list-title-container {
  min-height: 20px;
  padding: 11px;
  background-color: var(--bcBotResponseFontColor);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.botcopy .botcopy--list-title {
  color: var(--bcBotResponseFillColor);
  font-weight: 550;
  font-family: var(--bcFontType), sans-serif;
  font-size: 1em;
}

.botcopy .botcopy--list-item-container {
  -ms-flex-pack: center;
      justify-content: center;
}

.botcopy .botcopy--list-item-flex {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 2px solid var(--listBorderColor);
  background-color: var(--listItemBackgroundColor);
  width: 100%;
  text-align: left;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  min-height: 50px;
}

.botcopy .botcopy--list-item-flex-last {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  background-color: var(--listItemBackgroundColor);
  width: 100%;
  text-align: left;
  border: none;
  padding: 0;
  min-height: 38px;
}

.botcopy .botcopy--list-item-info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 6px 0;
  min-height: 38px;
}

/* Last item in the list  */
.botcopy .botcopy--list-item-last {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 6px 0;
  min-height: 38px;
  border-bottom: none;
}

.botcopy .botcopy--list-item-title {
  font-family: var(--bcFontType), sans-serif;
  color: var(--bcBotResponseFontColor);
  font-size: 0.875em;
  padding: 4px 6px;
  margin: 0 6px;
}

.botcopy .botcopy--list-item-description {
  font-family: var(--bcFontType), sans-serif;
  color: var(--bcBotResponseFontColor);
  font-size: 0.8125em;
  padding: 2px 6px;
  margin: 0 6px;
}

.botcopy .botcopy--list-item-image {
  max-width: 50px;
  max-height: 50px;
  margin: 0px 5px;
}

.botcopy .botcopy--list-item-image > img {
  max-height: inherit;
  max-width: inherit;
}

/* Border active */
/* List Items */
.botcopy .botcopy--list-item-flex:hover,
.botcopy .botcopy--list-item-flex:focus {
  border-color: var(--bcHoverFillColor);
}

.botcopy .botcopy--list-item-flex:hover .botcopy--list-item-info,
.botcopy .botcopy--list-item-flex:hover .botcopy--list-item-title,
.botcopy .botcopy--list-item-flex:hover .botcopy--list-item-description {
  color: var(--bcHoverFontColor);
  background-color: var(--bcHoverFillColor);
}

/* Last List Item  */
.botcopy .botcopy--list-item-flex-last:hover .botcopy--list-item-info,
.botcopy .botcopy--list-item-flex-last:hover .botcopy--list-item-title,
.botcopy .botcopy--list-item-flex-last:hover .botcopy--list-item-description,
.botcopy .botcopy--list-item-flex-last:hover .botcopy--list-item-flex-last,
.botcopy .botcopy--list-item-flex-last:hover .botcopy--list-item-last {
  color: var(--bcHoverFontColor);
  background-color: var(--bcHoverFillColor);
}

.botcopy .botcopy--list-item-flex-last:hover,
.botcopy .botcopy--list-item-flex-last:focus {
  color: var(--bcHoverFontColor);
  /* background-color: var(--bcHoverFillColor); */
}

.botcopy .botcopy--list-item-last:hover {
  color: var(--bcHoverFontColor);
  background-color: var(--bcHoverFillColor);
}

.botcopy .botcopy--list-item-flex-last:focus .botcopy--list-item-title,
.botcopy .botcopy--list-item-flex-last:focus .botcopy--list-item-description,
.botcopy .botcopy--list-item-flex-last:focus {
  color: var(--bcHoverFontColor);
  background-color: var(--bcHoverFillColor);
}

.botcopy .botcopy--list-item-flex:focus .botcopy--list-item-title,
.botcopy .botcopy--list-item-flex:focus .botcopy--list-item-description,
.botcopy .botcopy--list-item-flex:focus .botcopy--list-item-info {
  color: var(--bcHoverFontColor);
  background-color: var(--bcHoverFillColor);
}

/* If no image */
.botcopy .botcopy--list-item-no-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: inherit;
      align-items: inherit;
}

/* If no image hover and focus */
.botcopy .botcopy--list-item-no-img:hover,
.botcopy .botcopy--list-item-no-img:focus {
  border-color: var(--bcHoverFillColor);
  background-color: var(--bcHoverFillColor);
}
.botcopy .botcopy--bot-chat-window button {
  text-decoration: none;
  /* will need to replace when we replace divs with role=button to buttons for ada */
  outline: none; 
}

/* Quick Replies */

.botcopy .botcopy--bot-chat-window .botcopy--bot-quickreplies {
  border-radius: 10px;
  background: var(--quickButtonBackground);
  border: 1px solid var(--quickButtonBorder);
  color: var(--quickTextColor);
  font-size: 0.875em;
  font-weight: 500;
  font-family: var(--bcFontType), sans-serif;
  top: 0 !important;
  line-height: normal;
  margin: 5px 5px 0;
  padding: 10px 15px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation: loadIn ease-out 0.2s;
          animation: loadIn ease-out 0.2s;
}

@-webkit-keyframes loadIn {
  0% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loadIn {
  0% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-quickreplies:hover {
  background: var(--bcHoverFillColor);
  color: var(--bcHoverFontColor);
  border-color: var(--bcHoverFillColor);
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-quickreplies:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-quickreplies svg {
  font-size: 24px;
}

.botcopy--bot-text-message {
  background-color: var(--bcBotResponseFillColor);
  color: var(--bcBotResponseFontColor);
  font-family: var(--bcFontType), sans-serif;
  font-size: 1em;
  border: 1px solid var(--bcBotResponseBorderColor);
  border-radius: 15px 15px 15px 0;
  margin-right: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* text-align: left; */
  /* min-height: 42px; */
  /* should be the same as .typing-indicator min-height */
}

.botcopy--bot-text {
  background-color: inherit;
  border-radius: 15px 15px 15px 0;
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 10px;
  text-align: left;
}

.botcopy--user-text-message {
  background-color: var(--bcUserBoxColor);
  color: var(--bcUserResponseColor);
  font-family: var(--bcFontType), sans-serif;
  display: table;
  float: right;
  border-radius: 15px 15px 0 15px;
}

.botcopy--user-text {
  background-color: inherit;
  border-color: inherit;
  border-radius: 15px 15px 0 15px;
  border-style: inherit;
  border-width: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 10px;
  text-align: left;
}

.botcopy .botcopy--bot-message-group {
  display: table;
}

.botcopy--avatar {
  margin-bottom: 3px;
  margin-right: 3px;
}

.botcopy--avatar-img {
  height: 30px;
  width: 30px;
}

.botcopy-avatar-hide {
  display: none;
}

.botcopy--message {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-left: 0.3em;
  margin-bottom: 10px;
}
.botcopy--bot-privacy-policy {
  padding: 1em;
  height: auto;
  width: auto;
  background-color: transparent;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-top: 4px solid var(--privacyPolicyButtonColor);
}

.botcopy--bot-privacy-policy > div {
  /* grid container - to make buttons visible when window is pretty small */
  margin-bottom: 30px;
}

.botcopy--bot-privacy-policy h3 {
  text-align: center;
  margin-bottom: 25px;
}

.botcopy--bot-privacy-policy .privacy-policy-text {
  padding: 10px 20px 0;
  font-size: 16px;
  font-family: var(--bcFontFamily);
  color: var(--bcPrivacyPolicyDescriptionFontColor);
}

.botcopy--bot-privacy-policy .privacy-policy-link {
  display: block;
  margin: 20px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.botcopy .privacy-policy-link:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
  outline-offset: 4px;
}

.botcopy--bot-privacy-policy button {
  display: block;
  margin: 0 auto;
  padding: 6px;
  outline: none;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  font-size: 14px;
  background: none; /* avoid wordpress css override */
  border: 1px solid rgba(0, 0, 0, 0.23); /* avoid wordpress css override */
  color: rgba(0, 0, 0, 0.87); /* avoid wordpress css override */
  font-family: var(--bcFontFamily);
}

/* Privacy Policy - Accept */
.botcopy--bot-privacy-policy button.btn-accept {
  background: var(--bcPrivacyPolicyAcceptFillColor);
  border: 2px solid var(--bcPrivacyPolicyAcceptBorderColor);
  color: var(--bcPrivacyPolicyAcceptFontColor);
}

.botcopy--bot-privacy-policy button.btn-accept:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
  outline-offset: 4px;
}

/* Privacy Policy - Decline */
.botcopy--bot-privacy-policy button.btn-decline {
  margin-left: 20px;
  background: var(--bcPrivacyPolicyDeclineFillColor);
  border: 2px solid var(--bcPrivacyPolicyDeclineBorderColor);
  color: var(--bcPrivacyPolicyDeclineFontColor);
}

.botcopy--bot-privacy-policy button.btn-decline:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
  outline-offset: 4px;
}

.botcopy--bot-privacy-policy button.btn-back {
  margin-top: 14px;
}

.botcopy--bot-privacy-policy button.btn-back:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
  outline-offset: 4px;
}

.botcopy--bot-privacy-policy button:focus {
  top: 0; /* avoid wordpress css override */
}
.botcopy .lc-1fjhbkf,
.botcopy .lc-bgzoqr {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-textInput {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--bcFontType), sans-serif;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
  padding: 14px;
  border: 0.5px solid var(--inputBorder);
  border-radius: 15px;
  background: var(--inputBackground);
  width: 100%;
  color: var(--inputText);
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-family: var(--bcFontType), sans-serif;
  position: relative;
}

.botcopy .botcopy--bot-chat-window .botcopy--microphone-box {
  position: absolute;
  width: 35px;
  height: 30px;
  right: 12px;
  bottom: 12px;
  z-index: 50;
}

.botcopy .botcopy--tts-dialog-container {
  min-height: 60px;
  max-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 3px 8px 2px 5px;
}

@media only screen and (max-width: 500px) {
  .botcopy .botcopy--tts-dialog-container {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.botcopy .botcopy--tts-dialog-text-container {
  font-size: 14px;
  font-weight: normal;
  color: #0a2740;
  text-align: center;
  padding: 8px 10px;
}

.botcopy .botcopy--tts-dialog-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 170px;
  padding: 4px 0 8px;
}

.botcopy .botcopy--tts-dialog-button {
  cursor: pointer;
  background-color: var(--bcHeaderFillColor);
  color: var(--bcHeaderFontColor);
  border-radius: 10px;
  background: var(--quickButtonBackground);
  border: 2px solid var(--quickButtonBorder);
  top: 0;
  line-height: normal;
  margin-right:10px;
  padding: 8px 20px;
  font-size: 0.875em;
  font-family: var(--bcFontType), sans-serif;
}

/* WCAG Focus TTS Yes */
.botcopy .botcopy--tts-dialog-button:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

.botcopy .botcopy--tts-dialog-cancelButton {
  cursor: pointer;
  background-color: var(--bcHeaderFontColor);
  color: var(--bcHeaderFillColor);
  border-radius: 10px;
  border: 2px solid var(--quickButtonBorder);
  line-height: normal;
  padding: 8px 20px;
  font-size: 0.875em;
  font-family: var(--bcFontType), sans-serif;
}

/* WCAG Focus TTS No */
.botcopy .botcopy--tts-dialog-cancelButton:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

/* More Options Menu Item */
.botcopy .more-options-menu-item {
  font-family: var(--bcFontType), Helvetica, Arial, sans-serif;
  font-size: 14px;
  -ms-flex-pack: center;
      justify-content: center;
}

.botcopy .more-options-menu-item:focus {
  background-color: var(--bcHeaderFontColor);
  color: var(--bcHeaderFillColor);
}

.botcopy .more-options-menu-item-img {
  margin-right: 8px;
}

.botcopy .more-options-menu-item-img-information {
  margin-right: 8px;
  width: 18px;
}

/* Zoomed in users/very small devices for uniform scaling -> reduces header and input bar  */

@media only screen and (max-width: 320px) {

  .botcopy .botcopy--bot-chat-window .botcopy--bot-header {
    padding: 0 1rem;
    -ms-flex: 0 0 28px;
        flex: 0 0 28px;
  }


  .botcopy .botcopy--bot-header-rich {
    padding: 3px 5px;
  }

  .botcopy .botcopy--input-container {
    padding: 0.15rem 0.3rem 0;
  }
  
  .botcopy--input-container-disabled {
    padding: 0.5rem;
  }
  
  .botcopy .botcopy--input-message[type='text'] {
    padding: 0 12px;
  }

  .botcopy .botcopy--input-message-minimal[type='text'] {
    padding: 4px 10px 0;
  }

}


/* Samsung Galaxy S5 ----------- */
@media only screen and (min-width: 360px) and (max-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 8px 5px;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    width: 90px;
    font-size: 1em;
    height: 40px;
  }
}

/* Samsung Galaxy S7 + S8 */
@media only screen and (min-width: 360px) and (max-width: 640px) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    min-width: 90px;
    height: 45px;
  }
}

/* iPhone 5 ----------- */
@media only screen and (min-width: 320px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    width: 100%;
    font-size: 1em;
    height: 40px;
  }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-width: 375px) and (max-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    width: 90px;
    font-size: 1em;
    height: 45px;
  }
}

/* iphone X */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    width: 90px;
    font-size: 1em;
    height: 45px;
  }
}

/* iphone XR, 11*/
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 15px 5px;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    width: 90px;
    font-size: 1em;
    height: 45px;
  }
}

/* iphone X, XS, 11 Pro */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px 5px 15px;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    width: 90px;
    font-size: 1em;
    height: 45px;
  }
}

/* iphone XS Max, 11 Pro Max*/
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px 5px 15px;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    width: 90px;
    font-size: 1em;
    height: 45px;
  }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (max-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .botcopy .botcopy--bot-chat-window .botcopy--bot-textInput > textarea {
    padding: 10px;
  }

  .botcopy .botcopy--input-container {
    border-top: 1px solid #e6e6e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.8 1;
        flex: 0.8 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px 5px;
  }

  .botcopy--input-message {
    font-family: var(--bcFontType), sans-serif;
    border-radius: 15px;
    width: 90px;
    font-size: 1em;
    height: 45px;
  }
}

/* Sets 16px font size for ios devices to stop auto zoom */
/* @media screen and (device-aspect-ratio: 9/16),
  screen and (device-aspect-ratio: 375/667),
  screen and (device-aspect-ratio: 40/71),
  screen and (device-aspect-ratio: 2/3) {
  .botcopy--input-message[type='text'] {
    font-size: 16px !important;
  }
} */

/* @media (-webkit-device-pixel-ratio: 2), (-webkit-device-pixel-ratio: 3) {
  .botcopy--input-message[type='text'] {
    font-size: 16px !important;
  }
} */

/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .botcopy--input-message[type='text'] {
    font-size: 16px;
  }
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
  .botcopy--input-message[type='text'] {
    font-size: 14px;
  }
}

/* Global Styles */

/* Microphone */
.botcopy--bot-mic-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0.1 1;
      flex: 0.1 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1px;
  margin: 0 8px;
  cursor: pointer;
  max-width: 36px;
}

.botcopy--microphone-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding: 2px;
  border-radius: 50%;
}
.botcopy--microphone-wrapper:focus-visible {
  box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  -webkit-box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  -moz-box-shadow: 0 0 3pt 2px var(--bcHoverFillColor);
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-width: 4px;
}

.botcopy--microphone-wrapper-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  background: #f2f2f2;
  animation: rainbow 3s infinite linear;
  -webkit-animation: rainbow 3s infinite linear;
  -moz-animation: rainbow 3s infinite linear;
  -o-animation: rainbow 3s infinite linear;
  padding: 2px;
}

.botcopy--microphone-wrapper-active::after {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  position: absolute;
  background-size: 200% 200%;
  -webkit-animation: animateGlow 1s linear infinite;
  animation: animateGlow 1s linear infinite;
}
@-webkit-keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@-webkit-keyframes rainbow {
  0% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #2384d9;
            box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #2384d9;
  }
  25% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #2384d9, inset 0 0.1em 0.05em #34ceaa;
            box-shadow: 0 0 0.2em 0.02em #2384d9, inset 0 0.1em 0.05em #34ceaa;
  }
  50% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #2384d9, inset 0 0.1em 0.05em #5c5da6;
            box-shadow: 0 0 0.2em 0.02em #2384d9, inset 0 0.1em 0.05em #5c5da6;
  }
  75% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #3d52ac;
            box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #3d52ac;
  }
  100% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #2384d9;
            box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #2384d9;
  }
}
@keyframes rainbow {
  0% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #2384d9;
            box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #2384d9;
  }
  25% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #2384d9, inset 0 0.1em 0.05em #34ceaa;
            box-shadow: 0 0 0.2em 0.02em #2384d9, inset 0 0.1em 0.05em #34ceaa;
  }
  50% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #2384d9, inset 0 0.1em 0.05em #5c5da6;
            box-shadow: 0 0 0.2em 0.02em #2384d9, inset 0 0.1em 0.05em #5c5da6;
  }
  75% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #3d52ac;
            box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #3d52ac;
  }
  100% {
    -webkit-box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #2384d9;
            box-shadow: 0 0 0.2em 0.02em #0a2740, inset 0 0.1em 0.05em #2384d9;
  }
}

.botcopy--microphone-icon {
  height: 24px;
  width: 24px;
}

.botcopy--input-container::after {
  -webkit-box-shadow: 0 0 0.8em 0.1em #0a2740, inset 0 0.2em 0.05em #de66e4;
          box-shadow: 0 0 0.8em 0.1em #0a2740, inset 0 0.2em 0.05em #de66e4;
}

.bar {
  background: #52467b;
  bottom: 1px;
  height: 3px;
  width: 10px;
  margin: 0px 4px;
  border-radius: 5px;
  -webkit-animation: sound 0ms -600ms linear infinite alternate;
          animation: sound 0ms -600ms linear infinite alternate;
}
@-webkit-keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 70px;
  }
}
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 70px;
  }
}
.bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 474ms;
          animation-duration: 474ms;
}
.bar:nth-child(2) {
  left: 15px;
  -webkit-animation-duration: 433ms;
          animation-duration: 433ms;
}
.bar:nth-child(3) {
  left: 29px;
  -webkit-animation-duration: 407ms;
          animation-duration: 407ms;
}

.botcopy--textInput-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  font-family: var(--bcFontType), sans-serif;
  font-size: 1em;
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.botcopy--textInput-wrapper-loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  font-family: var(--bcFontType), sans-serif;
  display: flex;
  font-size: 1em;
  color: black;
  -webkit-box-shadow: none;
  box-shadow: 0px 3px 18px red;
}

.botcopy--input-message {
  font-family: var(--bcFontType), sans-serif;
  border-radius: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  height: 40px;
  padding: 0px 10px;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  text-decoration: none;
  z-index: 11104;
}

/* Classic Input bar style */
.botcopy--input-message[type='text'] {
  font-family: var(--bcFontType), sans-serif;
  border: solid 1px var(--bcInputBarBorderColor);
  border-radius: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  height: 40px;
  padding: 4px 12px;
  width: 100%;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-align: left;
  text-decoration: none;
  margin: 0 5px;
  background-color: var(--bcInputBarFillColor);
  color: var(--bcInputBarFontColor);
}

.botcopy--input-message[type='text']::-webkit-input-placeholder {
  font-family: var(--bcFontType), sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--bcInputBarPlaceholderColor);
}

.botcopy--input-message[type='text']::-moz-placeholder {
  font-family: var(--bcFontType), sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--bcInputBarPlaceholderColor);
}

.botcopy--input-message[type='text']::-ms-input-placeholder {
  font-family: var(--bcFontType), sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--bcInputBarPlaceholderColor);
}

.botcopy--input-message[type='text']::placeholder {
  font-family: var(--bcFontType), sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--bcInputBarPlaceholderColor);
}

/* Hides placeholder text on focus  */
.botcopy--input-message[type='text']:focus::-webkit-input-placeholder {
  opacity:0;
}
.botcopy--input-message[type='text']:focus::-moz-placeholder {
  opacity:0;
}
.botcopy--input-message[type='text']:focus::-ms-input-placeholder {
  opacity:0;
}
.botcopy--input-message[type='text']:focus::placeholder {
  opacity:0;
}

/* Classic input label  */
.bot-text-input-label {
  color: var(--bcInputBarPlaceholderColor);
  font-family: var(--bcFontType), sans-serif;
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  margin-left:18px;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
  -moz-transition:  0.2s ease-in; 
  -webkit-transition:  0.2s ease-in;
  z-index:10000000;
}


/* active state */
.botcopy--input-message:valid ~ .bot-text-input-label,
.botcopy--input-message:focus ~ .bot-text-input-label {
  margin-top:-34px;
  font-size:11px;
  color: var(--bcInputBarLabelColor);
}


/* Minimal */
.botcopy--input-message-minimal[type='text'] {
  font-family: var(--bcFontType), sans-serif;
  border: none;
  border-radius: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  height: 40px;
  padding: 4px 10px;
  width: 100%;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-align: left;
  text-decoration: none;
  z-index: 11104;
  background-color: var(--bcInputBarFillColor);
  color: var(--bcInputBarFontColor);
}

.botcopy--input-message-minimal[type='text']::-webkit-input-placeholder {
  font-family: var(--bcFontType), sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--bcInputBarPlaceholderColor);
}

.botcopy--input-message-minimal[type='text']::-moz-placeholder {
  font-family: var(--bcFontType), sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--bcInputBarPlaceholderColor);
}

.botcopy--input-message-minimal[type='text']::-ms-input-placeholder {
  font-family: var(--bcFontType), sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--bcInputBarPlaceholderColor);
}

.botcopy--input-message-minimal[type='text']::placeholder {
  font-family: var(--bcFontType), sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--bcInputBarPlaceholderColor);
}

/* Hides placeholder text on focus  */
.botcopy--input-message-minimal[type='text']:focus::-webkit-input-placeholder {
  opacity: 0;
}
.botcopy--input-message-minimal[type='text']:focus::-moz-placeholder {
  opacity: 0;
}
.botcopy--input-message-minimal[type='text']:focus::-ms-input-placeholder {
  opacity: 0;
}
.botcopy--input-message-minimal[type='text']:focus::placeholder {
  opacity: 0;
}

/* Minimal input label  */
.bot-text-input-label-minimal {
  color: var(--bcInputBarPlaceholderColor);
  font-family: var(--bcFontType), sans-serif;
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  margin-left:10px;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
  -moz-transition:  0.2s ease-in; 
  -webkit-transition:  0.2s ease-in;
  z-index:10000000;
}

/* active state */
.botcopy--input-message-minimal:valid ~ .bot-text-input-label-minimal,
.botcopy--input-message-minimal:focus ~ .bot-text-input-label-minimal {
  margin-top:-40px;
  font-size:11px;
  color: var(--bcInputBarLabelColor);
}

.botcopy--input-container {
  border-top: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0.8 1;
      flex: 0.8 1;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  background-color: var(--bcInputBarContainerFillColor);
  z-index: 11100;
}
.botcopy--input-container-disabled {
  background-color: var(--bcInputBarContainerFillColor);
  border-top: 1px solid #e6e6e6;
  z-index: 11100;
  padding: 14px;
}
.input-disabled-text {
  color: var(--bcInputBarPlaceholderColor);
  font-family: var(--bcFontType), sans-serif;
  margin-left: 1px;
}
/* Wraps input bar and send button */
.input-send-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  box-shadow: 0px 0px 6px #d8572a;
  -webkit-box-shadow: 0px 0px 6px #d8572a;
  -moz-box-shadow: 0px 0px 6px #d8572a;
  border-radius: 5px;
  background-color: none;
  animation: shake 0.4s 1 linear;
  -webkit-animation: shake 0.4s 1 linear;
  -moz-animation: shake 0.4s 1 linear;
  -o-animation: shake 0.4s 1 linear;
}

@keyframes shake {
  0% {
    -webkit-transform: translate(15px);
  }
  20% {
    -webkit-transform: translate(-15px);
  }
  40% {
    -webkit-transform: translate(10px);
  }
  60% {
    -webkit-transform: translate(-10px);
  }
  80% {
    -webkit-transform: translate(5px);
  }
  100% {
    -webkit-transform: translate(0px);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(15px);
  }
  20% {
    -webkit-transform: translate(-15px);
  }
  40% {
    -webkit-transform: translate(10px);
  }
  60% {
    -webkit-transform: translate(-10px);
  }
  80% {
    -webkit-transform: translate(5px);
  }
  100% {
    -webkit-transform: translate(0px);
  }
}
#inputWrapper {
  border: 0;
}
.MuiButton-root-10 {
  min-width: 48px !important;
}
/* Menu button */
.botcopy--menu-button {
  color: var(--bcMenuButtonColor);
  font-size: 0.875em;
  line-height: normal;
  font-weight: bold;
  padding: 10px 5px;
  margin: 0 3px;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-family: var(--bcFontType), sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  background-color: none;
}
.botcopy .botcopy--menu-button:focus-visible {
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 1px;
  outline-width: 4px;
}
.botcopy--menu-text {
  font-family: var(--bcFontType), sans-serif;
  color: var(--bcMenuButtonColor);
  font-size: 1em;
  text-transform: none;
  font-weight: bold;
}
.MuiButton-text-12 {
  margin: 0 !important;
}



/* Send Button */
.botcopy .botcopy--bot-chat-window .botcopy--bot-send-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0.1 1;
      flex: 0.1 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1px;
  margin: 0 8px;
  cursor: pointer;
  max-width: 32px;
}

.botcopy .botcopy--bot-chat-window .botcopy--bot-send-btn:focus-visible {
  border-radius: 5%;
  outline-color: var(--bcHoverFillColor);
  outline-style: auto;
  outline-offset: 4px;
  outline-width: 4px;
}

.botcopy--bot-send-innerbtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
}

.MuiButton-text-48 {
  padding: 0px !important;
}
.MuiButton-root-46 {
  min-width: 34px !important;
}
.botcopy .botcopy--bot-chat-window .botcopy--bot-send-btn > button:hover {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
}
.botcopy .botcopy--bot-chat-window .botcopy--bot-send-btn > button:focus {
  outline: none;
  border-radius: 10px;
  background-color: transparent;
}
.botcopy .botcopy--bot-chat-window .botcopy--bot-menu-icon:focus {
  color: var(--bcHoverFillColor);
}
.botcopy--input-message:focus {
  color: var(--bcInputBarFontColor);
}

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