/* reset */
body .wc-app,
.wc-app button,
.wc-app input,
.wc-app textarea {
  font-family: "Roboto", sans-serif;
  font-size: 15px !important; }

.wc-app button {
  background-color: #0063b1;
  border: 1px solid #cccccc;
  border-radius: 1px;
  color: #1d1d1c;
  cursor: pointer;
  outline: none;
  transition: color .2s ease, background-color .2s ease; }

.wc-app h1,
.wc-app h2,
.wc-app h3,
.wc-app h4,
.wc-app p,
.wc-app ul,
.wc-app ol {
  margin-left: 14px;
  padding-top: 14px;
  margin-right: 14px;
  padding-bottom: 14px; }

.wc-app audio,
.wc-app video {
  display: block; }

/* docking */
.wc-hidden {
  visibility: hidden; }

.wc-header {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  flex-direction: row;
  display: flex;
  position: relative;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  color: #2B2B30;
  background-color: white;
  border-bottom: 1px solid #b2b2b2;
  z-index: 1; }

.wc-header button {
  float: right !important;
  background-color: transparent !important;
  border: none !important; }

.wc-header img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: white;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
  transition: all .4s ease;
  border-radius: 8px;
  float: left; }

.wc-time {
  color: #999999;
  margin-bottom: 7px; }

.wc-message-groups {
  bottom: 60px;
  left: 0;
  transform: translateY(0);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  padding-right: 0px;
  position: absolute;
  right: 0;
  top: 50px;
  transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1); }
  .wc-message-groups.no-header {
    top: 0; }

.wc-message-group-content {
  overflow: hidden; }

.wc-message-group-content > .wc-message-wrapper.list > .wc-message-from.wc-message-from-bot {
  max-width: 0;
  max-height: 0; }

.wc-suggested-actions {
  background-color: #f9f9f9;
  bottom: 60px;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: height 0.2s cubic-bezier(0, 0, 0.5, 1); }
  .wc-suggested-actions .wc-hscroll > ul {
    height: 40px;
    padding: 2px 3px; }
    .wc-suggested-actions .wc-hscroll > ul > li {
      display: inline-block;
      margin: 2px;
      max-width: 40%; }
      .wc-suggested-actions .wc-hscroll > ul > li button {
        background-color: #fff;
        color: #ffffff;
        min-height: 32px;
        overflow: hidden;
        padding: 0 16px;
        text-overflow: ellipsis;
        width: 100%; }
      .wc-suggested-actions .wc-hscroll > ul > li button:focus,
      .wc-suggested-actions .wc-hscroll > ul > li button:hover {
        background-color: #fff;
        border-color: #ffffff;
        color: #ffffff; }
      .wc-suggested-actions .wc-hscroll > ul > li button:active {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #1d1d1c; }
  .wc-suggested-actions button.scroll {
    background-color: #d2dde5;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 28px; }
  .wc-suggested-actions button.scroll:disabled {
    display: none; }
  .wc-suggested-actions button.scroll:focus,
  .wc-suggested-actions button.scroll:hover {
    background-color: transparent; }
  .wc-suggested-actions button.scroll svg {
    fill: #1d1d1c; }
    .wc-suggested-actions button.scroll svg path {
      transform: translateY(6px); }
  .wc-suggested-actions button.scroll.previous {
    left: 0; }
  .wc-suggested-actions button.scroll.next {
    right: 0; }

.wc-message-pane.show-actions .wc-message-groups {
  transform: translateY(-40px); }

.wc-message-pane.show-actions .wc-suggested-actions {
  height: 40px; }

.wc-console {
  border: 0px solid #ffffff;
  bottom: 0;
  box-sizing: border-box;
  height: 60px;
  left: 0;
  position: absolute;
  right: 0; }

.wc-console > .wc-textbox {
  width: 100%; }

/* views */
.wc-chatview-panel {
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }

/* messages */
.wc-message-wrapper {
  clear: both;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
  transform-origin: center bottom; }

@keyframes animationFrames {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    /*max-height: 2000px;*/ } }

.wc-message {
  position: relative; }

.wc-message-wrapper.carousel .wc-message {
  max-width: none;
  padding-right: 8px; }

.wc-message svg.wc-message-callout {
  height: 22px;
  position: absolute;
  stroke: none;
  top: 12px;
  width: 6px; }

.wc-message-content {
  line-height: 1.2 !important;
  border-radius: 2px;
  box-shadow: 0px 1px 1px 0px #ffffff;
  padding: 0;
  word-break: break-word; }

.wc-message-content.clickable {
  cursor: pointer; }

.wc-message-content.selected {
  box-shadow: 0px 1px 1px 0px #ffa333; }

.wc-message-content p {
  line-height: 1.2 !important; }

.wc-message-content img {
  max-height: 153px;
  max-width: 100% !important;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
  object-fit: cover; }

.wc-message-content .video iframe {
  border: 0; }

.wc-message-content audio,
.wc-message-content video {
  max-width: 100%; }

.wc-message-content audio + h1,
.wc-message-content video + h1 {
  margin-top: 7px; }

.wc-message-from {
  clear: both;
  color: #ffffff;
  font-size: 11px;
  margin-top: 7px; }

/* cards */
.wc-card {
  background-color: #ffffff;
  border-radius: 0 10px 10px;
  max-width: 100%;
  background-color: #ffffff; }
  .wc-card .non-adaptive-content {
    margin: -8px -8px -8px -8px; }
  .wc-card button {
    min-height: 48px;
    background-color: #f1f1f4;
    border-color: #ffffff;
    color: #000000;
    font-weight: 700;
    width: 100%;
    padding: 0;
    margin-top: -10px;
    border-right-width: 0;
    border-left-width: 0; }
  .wc-card button:hover {
    background-color: #e5e4e8;
    border-color: #ffffff;
    color: #000000; }
  .wc-card button:active {
    background-color: #e5e4e8;
    border-color: #ffffff;
    color: #000000; }
  .wc-card button:first-child {
    margin-top: 0.1px; }
  .wc-card button:last-child {
    margin-bottom: 7px;
    border-radius: 0 0 10px 10px; }
  .wc-card.receipt table {
    border-collapse: collapse;
    width: 100%; }
  .wc-card.receipt th,
  .wc-card.receipt td {
    text-align: right;
    vertical-align: top; }
  .wc-card.receipt th:first-child,
  .wc-card.receipt td:first-child {
    text-align: left; }
  .wc-card.receipt th {
    color: #808c95;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.75; }
  .wc-card.receipt thead tr:last-child th {
    padding-bottom: 16px; }
  .wc-card.receipt th[colspan="2"] {
    color: inherit;
    font-size: 15px;
    font-weight: 700; }
  .wc-card.receipt td {
    padding: 4px 8px 0 8px; }
  .wc-card.receipt td img {
    float: left;
    margin: 5px 8px 8px 0;
    max-height: 50px;
    max-width: 50px; }
  .wc-card.receipt div.title {
    font-weight: bolder; }
  .wc-card.receipt div.subtitle {
    font-weight: lighter; }
  .wc-card.receipt tbody tr,
  .wc-card.receipt tfoot tr {
    border-top: 1px solid #d2dde5; }
  .wc-card.receipt tbody tr:first-child,
  .wc-card.receipt tfoot tr:first-child {
    border-top-width: 2px; }
  .wc-card.receipt tfoot td {
    line-height: 2.25; }
  .wc-card.receipt tfoot .total {
    font-weight: bold; }
  .wc-card.thumbnail img {
    float: right;
    margin-bottom: 7px;
    margin-left: 10px;
    width: 100px; }
  .wc-card.signin h1 {
    margin: 10px 24px 16px 14px; }
  .wc-card.error {
    text-align: center; }
    .wc-card.error .error-icon {
      fill: #cccccc;
      height: 56px;
      margin-bottom: 2px;
      margin-top: 20px;
      padding-left: 12px; }
    .wc-card.error .error-text {
      color: #cccccc;
      font-weight: 600;
      letter-spacing: 0.5px;
      margin-bottom: 14px;
      text-align: inherit; }

/* alternate chat sizes */
.wc-message {
  max-width: 96%; }

.wc-card {
  border: 0px solid #d2dde5;
  width: 320px; }

.wc-adaptive-card {
  width: 320px; }

.wc-wide .wc-card {
  border: 0px solid #d2dde5;
  width: 416px; }

.wc-wide .wc-adaptive-card {
  width: 416px; }

.wc-narrow .wc-card {
  border: 0px solid #d2dde5;
  width: 216px; }

.wc-narrow .wc-adaptive-card {
  width: 216px; }

/* adaptive card adjustments from wc-card */
.wc-adaptive-card p {
  margin-left: 0px;
  margin-right: 0;
  max-width: 100%;
  background-color: #f1f1f4;
  border-top-right-radius: 10px; }

/* list */
.wc-list > .wc-card {
  margin-top: 7px;
  margin-bottom: 7px; }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > div:first-child:nth-last-child(3) > div:last-child p {
  border-radius: 0; }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > div:first-child:nth-last-child(3) > div:last-child:first-child p {
  border-radius: 0 10px 0 0; }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > .ac-container > div:last-child p {
  border-radius: 0 0 10px 10px; }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > .ac-container > div:nth-child(odd) p {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  white-space: pre-line !important; }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > .ac-container > div {
  height: auto !important; }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > .ac-container > div p {
  border-radius: 0;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 166, 97, 0.15); }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > .ac-container > div:first-child p {
  border-top-right-radius: 10px;
  padding-right: 15px;
  box-sizing: border-box;
  background-color: rgba(0, 166, 97, 0.15); }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > div:nth-child(2) {
  height: 0 !important; }

.wc-list > .wc-card.wc-adaptive-card > .ac-container > .ac-container {
  padding: 0px !important; }

.wc-list > .wc-card.wc-adaptive-card > .ac-container {
  margin-top: 7px;
  padding: 0px !important; }

first-child {
  margin-left: 0px; }

.wc-list > .wc-card:first-child {
  margin-top: 0; }

/* horizontal scroll */
.wc-hscroll-outer {
  /* allow horizontal scrolling but hide the scrollbar */
  overflow: hidden;
  padding-left: 3px; }

.wc-hscroll {
  /* allow horizontal scrolling but hide the scrollbar */
  width: 342px;
  overflow-x: hidden;
  overflow-y: hidden; }

.wc-hscroll > ul {
  white-space: nowrap; }

.wc-hscroll > ul > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  overflow: hidden; }

/* carousel */
.wc-card {
  border: 0px solid #d2dde5;
  width: 100%; }

.wc-carousel {
  position: relative;
  margin: -8px;
  margin-bottom: -36px;
  border: none;
  background-color: #ffffff; }

.wc-carousel button.scroll {
  background: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 20%;
  border: none;
  width: 50px;
  height: 50px; }

.wc-carousel button.scroll:disabled {
  display: none; }

.wc-carousel button.scroll:hover {
  background-color: transparent; }

.wc-carousel button.scroll svg {
  fill: #8A8D91; }

.wc-carousel button.scroll.previous {
  left: 8px;
  z-index: 9999; }

button.scroll.next {
  right: -16px; }

.wc-carousel button.scroll.previous svg {
  width: 9.67px;
  height: 11.33px;
  transform: translate(10px, 0); }

.wc-carousel button.scroll.previous svg path {
  width: 11.33px;
  height: 5.67px;
  transform: translate(-19px, -21px); }

.wc-carousel button.scroll.next {
  left: 292px;
  z-index: 9999; }

.wc-carousel button.scroll.next svg {
  width: 9.67px;
  height: 11.33px;
  transform: translate(10px, 0); }

.wc-carousel button.scroll.next svg path {
  width: 11.33px;
  height: 5.67px;
  transform: translate(-23px, -21px); }

.wc-carousel button.scroll.previous:disabled {
  display: none; }

.wc-carousel button.scroll.next:disabled {
  display: none; }

.wc-carousel .wc-hscroll > ul {
  height: 100%;
  display: table;
  max-height: 496.8px;
  margin-left: -22px;
  margin-top: 1px; }

.wc-carousel .wc-hscroll > ul > li {
  height: 100px;
  display: table-cell;
  padding-right: 4px;
  border-top-left-radius: 10px;
  cursor: pointer; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card {
  background-color: #d9f2e8;
  height: 455.2px;
  border-top-right-radius: 30px;
  width: 308px;
  margin-right: 45px;
  position: static; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card button {
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  width: 308px;
  padding-right: 14px;
  padding-left: 14px; }

.wc-carousel .wc-hscroll > ul > li:last-child > .wc-card.wc-adaptive-card {
  position: relative; }

.wc-carousel .wc-hscroll > ul > li:last-child > .wc-card.wc-adaptive-card > .ac-container > div:last-child {
  bottom: 0; }

.wc-carousel .wc-hscroll > ul > li:last-child > .wc-card.wc-adaptive-card button:last-child {
  margin-bottom: 0; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > div > div {
  width: 308px; }

.wc-carousel .wc-hscroll > ul > li {
  margin-bottom: 5vh;
  padding-bottom: 1vh; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container p {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  border-radius: 0 10px 10px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
  box-sizing: border-box;
  background-color: #d9f2e8; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > div p {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  padding-bottom: 6px !important;
  padding-top: 6px !important; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container {
  width: 308px;
  margin-top: -7px;
  margin-left: -8px; }

.wc-carousel .wc-hscroll > ul > li:first-child {
  margin-left: 0px; }

.wc-carousel .wc-hscroll > ul > li:last-child {
  cursor: default;
  padding-right: 15px; }

.wc-carousel .wc-hscroll > ul > li:first-child:nth-last-child(2) {
  padding-right: 0px; }

.wc-carousel .wc-hscroll > ul > li:last-child:nth-child(2) {
  padding-right: 19px; }

.wc-carousel .wc-hscroll > ul > li:nth-last-child(2) {
  padding-right: 4px; }

.wc-carousel .wc-hscroll > ul > li:last-child > .wc-card.wc-adaptive-card {
  margin-left: 0px;
  margin-right: 0px; }

.wc-carousel li p {
  min-height: 4em;
  white-space: pre-line; }

.wc-carousel li .wc-adaptive-card p {
  max-width: 298px;
  min-height: auto; }

.wc-carousel li .wc-adaptive-card .ac-image {
  padding-top: 71%;
  position: relative; }

.wc-carousel li .wc-adaptive-card .ac-image img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  left: 0;
  top: 0; }

/* Adaptive card table*/
.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table > tr > td:nth-child(2) p {
  padding-left: 0; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table {
  border-radius: 0 0 10px 10px;
  width: 308px; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table > tr {
  word-break: break-all; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table > tr > td p {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-weight: 400; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table > tr:last-child > td p {
  padding-bottom: 15px; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container.ac-selectable {
  position: sticky;
  margin-bottom: -30vh;
  padding-bottom: 30vh !important; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table > tr:last-child > td:last-child {
  position: sticky; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table > tr:nth-last-child(3) > td:last-child {
  position: sticky; }

.wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table > tr:nth-last-child(2) > td:last-child {
  position: sticky; }

/* from me */
.wc-message-from-me {
  float: right;
  margin-right: 6px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 7px; }

.wc-message-from-me.wc-message-from {
  text-align: right; }

.wc-message-from-me .wc-message-content {
  background-color: #f1f1f4;
  color: #1d1d1c;
  border-radius: 10px 10px 0;
  padding: 14px; }

.wc-message-from-me svg.wc-message-callout path {
  fill: #ffffff; }

.wc-message-from-me svg.wc-message-callout path.point-left {
  display: none; }

.wc-message-from-me svg.wc-message-callout {
  right: -6px; }

/* from bot */
.wc-message-from-bot .wc-message-content {
  background-color: rgba(0, 166, 97, 0.15);
  color: #1d1d1c;
  border-radius: 0 10px 10px; }

.wc-message-from-bot svg.wc-message-callout path {
  fill: #ffffff; }

.wc-message-from-bot svg.wc-message-callout path.point-right {
  display: none; }

.wc-message-from-bot svg.wc-message-callout {
  left: -6px; }

/* console */
.wc-console > * {
  position: absolute;
  top: 0;
  vertical-align: middle; }

.wc-console label {
  cursor: pointer;
  display: inline-block;
  height: 40px; }

.wc-console svg {
  fill: #000000;
  margin: 5px; }

.wc-console textarea,
.wc-console input[type=text] {
  border: none;
  height: 100%;
  outline: none;
  padding: 0;
  padding-left: 15px;
  resize: none;
  width: 100%;
  background: #F1F1F5;
  font-size: 14px;
  border-radius: 5px;
  padding-right: 50px; }

.wc-upload svg {
  height: 18px;
  width: 26px; }

#wc-upload-input {
  display: none; }

.wc-send {
  right: 0; }

.wc-send.hidden {
  visibility: hidden; }

.wc-textbox {
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: white; }

.wc-mic {
  right: 0; }

.wc-mic.hidden {
  visibility: hidden; }

.wc-send svg {
  height: 35px;
  width: 50px; }

.wc-mic.active path#micFilling {
  fill: #4e3787; }

.wc-mic.inactive path#micFilling {
  visibility: hidden; }

.wc-console.has-text .wc-send svg {
  fill: #000000; }

/* animation */
.wc-animate-scroll {
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100%-288px)/2);
  -webkit-transition: left 0.33s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out; }

.wc-animate-scroll-rapid {
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100%-288px)/2);
  -webkit-transition: left 0.33s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out; }

.wc-animate-scroll-near {
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100%-288px)/2);
  -webkit-transition: left 0.33s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out; }

/* text formats */
.format-markdown > p {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px; }

.format-markdown code {
  white-space: pre-wrap; }

.format-markdown + div {
  margin-top: 7px; }

.format-markdown ol {
  padding-left: 30px;
  /* numbers are right-aligned to the period */ }

.format-markdown ul {
  padding-left: 33px; }

/***************************************
	*       ADDED AFTER
	****************************************/
.wc-list {
  margin-top: 7px; }

/***************************************
	*       EFFECTS
	****************************************/
.windows-initial .wc-app {
  visibility: hidden; }

.windows-close .wc-app {
  transform-origin: bottom right;
  animation: close-chat-anim 460ms cubic-bezier(0, 0, 0, 1) both; }

.windows-close .lwc-chat-button {
  animation: close-tab-anim 400ms 360ms cubic-bezier(0, 0, 0, 1) both; }

.windows-open .wc-app {
  transform-origin: bottom right;
  animation: open-chat-anim 460ms 200ms cubic-bezier(0, 0, 0, 1) both; }

.windows-open .lwc-chat-button {
  animation: open-tab-anim 400ms cubic-bezier(0, 0, 0, 1) both; }

.rm-lwc-chat-button-card .lwc-chat-button {
  right: 40px;
  transition: 400ms; }

.rm-lwc-chat-button-card .lwc-chat-button-card {
  animation: disappear 400ms cubic-bezier(0, 0, 0, 1) both; }

@keyframes open-tab-anim {
  0% {
    opacity: 1;
    transform: translateY(0); }
  99% {
    opacity: 0;
    transform: translateY(20px);
    display: auto; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes close-tab-anim {
  0% {
    display: none;
    opacity: 0; }
  1% {
    opacity: 0;
    transform: translateY(20px);
    display: auto; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes open-chat-anim {
  0% {
    display: none;
    opacity: 0;
    visibility: visible; }
  1% {
    display: auto;
    transform: scale(0.8);
    opacity: 0;
    box-shadow: 0 6px 20px transparent; }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); } }

@keyframes close-chat-anim {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: auto; }
  99% {
    transform: scale(0.8);
    opacity: 0;
    box-shadow: 0 6px 20px transparent;
    display: auto; }
  100% {
    display: none;
    opacity: 0;
    visibility: collapse; } }

@keyframes arrival {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1); } }

@keyframes arrival {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1); } }

@keyframes disappear {
  0% {
    opacity: 1;
    display: auto; }
  100% {
    display: none;
    opacity: 0;
    visibility: collapse; } }

/***************************************
	*       BUTTONS
	****************************************/
.skype-button {
  font-family: fantasy;
  cursor: pointer;
  position: relative; }

.skype-button.icononly {
  display: inherit; }

.lwc-chat-button-close {
  visibility: hidden;
  position: absolute;
  top: -9px;
  right: -9px;
  height: 25px;
  width: 25px;
  text-align: center;
  cursor: pointer;
  transform: scale(1);
  transform-origin: 0px 50% 0px;
  border-radius: 40px;
  background-color: #44ba79;
  color: white; }

.lwc-chat-button-close svg {
  visibility: hidden;
  transform: translateY(7px);
  -ms-transform: translateY(7px); }

.lwc-chat-button {
  background-image: linear-gradient(90deg, #44ba79 0%, #44ba79 53%, #44ba79 100%);
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  box-shadow: 0 10px 30px 0 rgba(93, 209, 83, 0.3);
  right: 40px;
  bottom: 40px;
  border: none;
  transition: 300ms; }

.lwc-chat-button:hover {
  transform: scale(1.1); }

.lwc-chat-button:active {
  opacity: 0.54;
  transform: scale(1); }

.lwc-chat-button:focus {
  outline: 0; }

.bubble .lwc-button-icon {
  padding: 14px;
  margin-right: 0;
  width: 32px;
  display: flex;
  align-items: center; }

.lwc-button-icon {
  box-sizing: content-box;
  margin-right: 8px;
  align-items: center;
  width: 20px;
  display: flex; }

.lwc-chat-button-text {
  text-align: left;
  color: white !important;
  padding-top: 0;
  padding-left: 14px;
  padding-bottom: 0;
  padding-right: 14px; }

.lwc-chat-button-text-before {
  visibility: hidden;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: -9px;
  top: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #A4ADB1 transparent transparent; }

.lwc-chat-button-text .uppertext {
  visibility: hidden;
  font-size: 16px;
  font-family: Canaro-Bold, sans-serif;
  font-weight: bold;
  margin: 0px;
  color: white !important; }

.lwc-chat-button-text .downtext {
  visibility: hidden;
  font-size: 14px;
  font-family: Canaro-Medium, sans-serif;
  margin: 0px;
  color: white !important; }

.lwc-chat-button-card {
  visibility: hidden;
  background: #A4ADB1;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: fixed;
  padding: 0;
  width: 230px;
  height: 60px;
  right: 20px;
  bottom: 40px;
  z-index: 21474836; }

/***************************************
	*       CHAT FRAME
	****************************************/
.lwc-chat-frame {
  color: #2B2B30;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 370px;
  max-height: 590px;
  height: calc(100vh - 75px);
  border: 0px solid #333;
  overflow: hidden;
  transition: max-height .2s, width .2s, height .2s, bottom .2s, right .2s;
  box-shadow: 0 0 0 0;
  z-index: 21474836;
  background: #fff;
  box-shadow: 0px 0px 7px 1px #ababab; }

/***************************************
	*       MOBILE
	****************************************/
@media screen and (max-width: 1200px) {
  .lwc-chat-frame {
    width: 330px;
    max-height: 490px; }
  .wc-hscroll {
    width: 307.6px; }
  .wc-hscroll-outer {
    width: 307.6px; }
  .wc-carousel button.scroll.next {
    left: 255px; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card {
    width: 271.6px;
    height: 479.1px;
    margin-bottom: 7px; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card button {
    width: 271.6px; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > div > div {
    width: 271.6px; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container {
    width: 271.6px; }
  .wc-carousel .wc-hscroll > ul > li:last-child {
    padding-right: 22px; }
  .wc-carousel .wc-hscroll > ul > li:nth-last-child(2) {
    padding-right: 0px;
    padding-right: 4px; }
  .wc-carousel .wc-hscroll > ul > li:nth-last-child(2):nth-child(2) {
    padding-right: 0px; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > div:nth-child(3) {
    margin-bottom: 0px;
    height: min-content; }
  .wc-carousel li .wc-adaptive-card p {
    max-width: 271.6px; }
  .wc-carousel .wc-hscroll > ul > li:last-child > .wc-card.wc-adaptive-card > .ac-container > div:nth-child(even) {
    height: 8px !important; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table {
    width: 271.6px; }
  .wc-message-from-bot {
    margin-left: 0px; } }

@media screen and (max-width: 470px) {
  .lwc-chat-frame {
    bottom: 0;
    right: 0;
    max-height: 100vh;
    height: 100%;
    width: 100%;
    border-radius: 0; }
  .wc-message-groups {
    padding-right: 10px; }
  .wc-hscroll-outer {
    width: 100vw; }
  .wc-hscroll {
    width: 100vw; }
  .wc-carousel {
    margin-top: -7px; }
  .wc-carousel button.scroll.next {
    left: calc(100vw - 60px - 15px); }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card {
    width: calc(100vw - 60px);
    height: 479.1px;
    margin-bottom: 7px; }
  .wc-carousel .wc-hscroll > ul > li:last-child > .wc-card.wc-adaptive-card > .ac-container > div:nth-child(even) {
    height: 8px !important; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card button {
    width: calc(100vw - 60px); }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > div > div {
    width: calc(100vw - 60px); }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container {
    width: calc(100vw - 60px - 12px); }
  .wc-carousel .wc-hscroll > ul > li:last-child {
    padding-right: 46px; }
  .wc-carousel .wc-hscroll > ul > li:last-child:nth-child(2) {
    padding-right: 45px; }
  .wc-carousel .wc-hscroll > ul > li:last-child > .wc-card.wc-adaptive-card {
    max-width: 100% !important;
    width: calc(100vw - 60px); }
  .wc-carousel .wc-hscroll > ul > li:nth-last-child(2) {
    padding-right: 0px;
    padding-right: 4px; }
  .wc-carousel .wc-hscroll > ul > li:first-child:nth-last-child(2) {
    padding-right: 0px; }
  .wc-carousel li .wc-adaptive-card p {
    max-width: 100% !important;
    width: calc(100vw - 60px); }
  .wc-message-from-bot {
    margin-left: 0px;
    margin-bottom: 0px; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > div p {
    max-width: 400px; }
  .wc-carousel .wc-hscroll > ul > li > .wc-card.wc-adaptive-card > .ac-container > .ac-container > table {
    width: calc(100vw - 60px); }
  .wc-card {
    max-width: 100% !important;
    width: 386.6px; }
  .lwc-chat-button {
    right: 20px; } }

* {
  -webkit-font-smoothing: antialiased;
  text-decoration-color: #389a63; }

a {
  color: #389a63; }

/***************************************
	*       SVG FORMATING
	****************************************/
.button-svg {
  width: 65px;
  height: 45px;
  height: auto; }

.arrow1 {
  fill: white;
  fill-rule: evenodd;
  transform: translate(-5.44 -5.5); }

.arrow2 {
  fill: #1d1d1c;
  transform: translate(-5.44 -5.5); }

.close-button {
  width: 11px; }

/***************************************
	*       IMAGE MODAL
	****************************************/
.imageBot {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

.imageBot:hover {
  opacity: 0.5; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2147483648;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */ }

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  position: center; }

.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* The Close Button */
.close-modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close-modal:hover,
.close-modal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%; } }

/* download button for Unknown media */
.wc-icon-download {
  display: inline-block;
  height: 20px;
  margin-left: 8px;
  vertical-align: top;
  width: 12px; }

.wc-text-download {
  display: inline-block;
  font-weight: 500;
  text-decoration: none; }

.wc-message-from-bot a.wc-link-download:link, .wc-message-from-bot a.wc-link-download:visited {
  color: #1d1d1c;
  opacity: 1; }
  .wc-message-from-bot a.wc-link-download:link .wc-icon-download, .wc-message-from-bot a.wc-link-download:visited .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#1d1d1c" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-bot a.wc-link-download:hover {
  color: #ffffff;
  opacity: 1; }
  .wc-message-from-bot a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-bot a.wc-link-download:active {
  color: #ffffff;
  opacity: 0.8; }
  .wc-message-from-bot a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-me a.wc-link-download:link, .wc-message-from-me a.wc-link-download:visited {
  color: #1d1d1c;
  opacity: 1; }
  .wc-message-from-me a.wc-link-download:link .wc-icon-download, .wc-message-from-me a.wc-link-download:visited .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#1d1d1c" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-me a.wc-link-download:hover {
  color: #1d1d1c;
  opacity: 0.8; }
  .wc-message-from-me a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#1d1d1c" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }

.wc-message-from-me a.wc-link-download:active {
  color: #1d1d1c;
  opacity: 0.6; }
  .wc-message-from-me a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#1d1d1c" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat; }
