@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");
/* reset */
body .wc-app,
.wc-app button,
.wc-app input,
.wc-app textarea {
  font-family: "Raleway", sans-serif;
  font-size: 14px; }

.wc-app h1,
.wc-app h2,
.wc-app h3,
.wc-app h4,
.wc-app ol,
.wc-app p,
.wc-app ul {
  margin: 0;
  padding: 0; }

.wc-app audio,
.wc-app video {
  display: block; }

/* docking */
.wc-hidden {
  visibility: hidden; }

.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998; }

.wc-footer {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #42a5f5; }

.wc-time {
  color: #999999;
  margin-bottom: 10px; }

.wc-message-group-content {
  overflow: hidden; }

.wc-suggested-actions {
  background-color: #f2f2f4;
  bottom: 50px;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 50px;
  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 {
        border: 1px solid;
        border-radius: 4px;
        background-color: #fff;
        color: #114D8B;
        min-height: 32px;
        overflow: hidden;
        padding: 0 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        font-size: 13px; }
      .wc-suggested-actions .wc-hscroll > ul > li button:focus,
      .wc-suggested-actions .wc-hscroll > ul > li button:hover {
        border-color: #114D8B;
        color: #114D8B;
        background: rgba(0, 0, 0, 0.1);
        font-weight: 700; }
      .wc-suggested-actions .wc-hscroll > ul > li button:active {
        background-color: #114D8B;
        border-color: #114D8B;
        color: #ffffff; }
  .wc-suggested-actions button.scroll {
    border: 0;
    background: #f2f2f3;
    height: 40px;
    position: absolute;
    top: 0;
    overflow: hidden;
    transition: transform 0.2s;
    display: flex;
    align-items: center; }
  .wc-suggested-actions button.scroll:disabled {
    display: none; }
  .wc-suggested-actions button.scroll:focus,
  .wc-suggested-actions button.scroll:hover {
    transform: scale(1.3); }
  .wc-suggested-actions button.scroll svg {
    color: #3D5984;
    width: 24px;
    height: 24px; }
  .wc-suggested-actions button.scroll.previous {
    left: 0; }
  .wc-suggested-actions button.scroll.next {
    right: 0; }

/* views */
/*.wc-message-group-content > .wc-message-wrapper:first-child {
  visibility: hidden;
}*/
.light {
  font-weight: 300; }

.bt-hidden {
  visibility: hidden; }

.bt-grow {
  flex: 1; }

.bt-logo-bayteq {
  background: url(assets/logo-bayteq.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px; }

.bt-icon-group {
  background: url(assets/group.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px; }

.bt-chatview {
  display: flex;
  flex-direction: column;
  position: fixed !important;
  left: 470px;
  bottom: 0;
  z-index: 16000003;
  font-weight: 400;
  transition: transform .3s; }
  @media (max-width: 750px) {
    .bt-chatview {
      left: 212px; } }
  .bt-chatview * {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 1.3 !important; }
  .bt-chatview.bt-open {
    animation: open 0.4s; }
    @media (max-width: 840px) {
      .bt-chatview.bt-open {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%; } }
    .bt-chatview.bt-open .bt-toggle {
      display: none; }
    .bt-chatview.bt-open .bt-footer {
      transform: translateY(0); }
  @media (min-width: 841px) {
    .bt-chatview {
      width: 400px; }
      .bt-chatview.bt-video-opened {
        transform: translateX(504px); } }
  .bt-chatview .wc-chatview-panel {
    height: calc(100vh - 120px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 2; }
    @media (min-width: 841px) {
      .bt-chatview .wc-chatview-panel {
        max-height: 680px; } }
    @media (max-width: 840px) {
      .bt-chatview .wc-chatview-panel {
        border-radius: 0;
        height: 100vh; } }
    @media (max-width: 840px) {
      .bt-chatview .wc-chatview-panel.bt-info-opened {
        transform: translateX(120vw); } }
    .bt-chatview .wc-chatview-panel p {
      font-weight: inherit; }
    .bt-chatview .wc-chatview-panel strong {
      font-weight: 700; }
    .bt-chatview .wc-chatview-panel .wc-header {
      background-color: #FFF;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
      color: #3D5984;
      padding: 10px 20px;
      z-index: 1; }
      .bt-chatview .wc-chatview-panel .wc-header .bt-title {
        height: 48px;
        display: flex;
        align-items: center;
        padding-left: 58px;
        background: url(assets/logo_header.png) no-repeat left;
        background-size: 40px;
        font-size: 14px;
        font-weight: bold; }
        .bt-chatview .wc-chatview-panel .wc-header .bt-title .bt-suggestions {
          margin-bottom: 5px; }
        .bt-chatview .wc-chatview-panel .wc-header .bt-title .bt-close {
          border: 0;
          background-color: transparent;
          padding: 8px;
          align-items: center;
          border-radius: 100px;
          transition: background-color .3s;
          outline: none; }
          .bt-chatview .wc-chatview-panel .wc-header .bt-title .bt-close:hover {
            background-color: rgba(0, 0, 0, 0.1); }
          .bt-chatview .wc-chatview-panel .wc-header .bt-title .bt-close:active {
            background-color: rgba(0, 0, 0, 0.2); }
          .bt-chatview .wc-chatview-panel .wc-header .bt-title .bt-close svg {
            display: block;
            width: 14px;
            height: 14px; }
        .bt-chatview .wc-chatview-panel .wc-header .bt-title .bt-link {
          border: 0;
          padding: 0;
          font-size: 13px;
          color: #4496DB; }
        .bt-chatview .wc-chatview-panel .wc-header .bt-title a {
          color: #FFFFFF;
          text-decoration: none; }
    .bt-chatview .wc-chatview-panel .wc-message-pane {
      display: flex;
      flex: 1;
      background: linear-gradient(to bottom, #f8f9ff 0%, #f2f2f3 100%);
      min-height: 0; }
      .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message.wc-message-from-bot {
        min-width: 70%; }
      .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content {
        border-radius: 2px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        padding: 8px;
        word-break: break-word; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content.clickable {
          cursor: pointer; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content.selected {
          box-shadow: 0 1px 1px 0 #020202; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content img {
          max-height: 320px;
          max-width: 100%; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content .video iframe {
          border: 0;
          max-width: 100%; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content audio,
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content video {
          max-width: 100%; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content audio + h1,
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content video + h1 {
          margin-top: 11px; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message .wc-message-content .wc-adaptive-card {
          width: 100%; }
      .bt-chatview .wc-chatview-panel .wc-message-pane.show-actions .wc-message-groups {
        margin-bottom: 40px; }
      .bt-chatview .wc-chatview-panel .wc-message-pane.show-actions .wc-suggested-actions {
        height: 40px; }
      .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups {
        flex: 1;
        transform: translateY(0);
        outline: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 10px; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .wc-message-from-me {
          float: right; }
          .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .wc-message-from-me.wc-message-from {
            text-align: right; }
          .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .wc-message-from-me .wc-message-content {
            background: #114D8B;
            border-radius: 8px;
            border-bottom-right-radius: 3px;
            color: #FFF; }
            .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .wc-message-from-me .wc-message-content p {
              color: #FFF; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .wc-message-from-bot {
          float: left; }
          .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .wc-message-from-bot .wc-message-content {
            background: #FFF;
            border-radius: 8px;
            border-top-left-radius: 3px; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .ac-container {
          padding: 0 !important; }
          .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .ac-container div:empty {
            display: none; }
          .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .ac-container div {
            font-family: "Raleway", sans-serif !important;
            font-size: 14px !important; }
          .bt-chatview .wc-chatview-panel .wc-message-pane .wc-message-groups .ac-container button {
            flex: 1 !important; }
      .bt-chatview .wc-chatview-panel .wc-message-pane .bt-wrapper {
        display: flex; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .bt-wrapper .bt-user-bot {
          background: url(assets/logo.png) no-repeat;
          background-size: contain;
          width: 35px;
          min-width: 35px;
          height: 35px;
          margin-right: 5px; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .bt-wrapper .bt-message {
          flex: 1; }
      .bt-chatview .wc-chatview-panel .wc-message-pane .bt-compress {
        margin: 0; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .bt-compress .wc-message {
          padding-bottom: 3px; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .bt-compress .wc-message-from {
          display: none; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .bt-compress .wc-message-content {
          border-bottom-left-radius: 3px !important; }
        .bt-chatview .wc-chatview-panel .wc-message-pane .bt-compress + div .bt-user-bot {
          visibility: hidden; }
      .bt-chatview .wc-chatview-panel .wc-message-pane .ac-pushButton:hover {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        box-shadow: 0 0 0 3px #FFF;
        font-weight: 700; }
      .bt-chatview .wc-chatview-panel .wc-message-pane .ac-pushButton:active {
        outline: none;
        background: rgba(0, 0, 0, 0.15); }
      .bt-chatview .wc-chatview-panel .wc-message-pane div > .ac-pushButton:first-child {
        margin-top: 0; }
    .bt-chatview .wc-chatview-panel .wc-shell-container {
      position: relative; }
      .bt-chatview .wc-chatview-panel .wc-shell-container .wc-faq {
        cursor: pointer;
        position: absolute;
        top: 3px;
        right: 45px;
        z-index: 1;
        padding: 0;
        border: 0;
        background-color: transparent;
        padding: 9px;
        background-color: #FFF;
        color: #CDD2DD; }
        .bt-chatview .wc-chatview-panel .wc-shell-container .wc-faq:focus, .bt-chatview .wc-chatview-panel .wc-shell-container .wc-faq:hover {
          color: #114D8B;
          outline: none; }
        .bt-chatview .wc-chatview-panel .wc-shell-container .wc-faq svg {
          width: 24px;
          display: block; }
    .bt-chatview .wc-chatview-panel .wc-console {
      border-top: 2px solid #CDD2DD;
      display: flex;
      align-items: center; }
      .bt-chatview .wc-chatview-panel .wc-console.has-text .wc-send {
        cursor: pointer;
        color: #114D8B; }
      .bt-chatview .wc-chatview-panel .wc-console .wc-mic,
      .bt-chatview .wc-chatview-panel .wc-console .wc-upload,
      .bt-chatview .wc-chatview-panel .wc-console #wc-upload-input {
        display: none; }
      .bt-chatview .wc-chatview-panel .wc-console .wc-textbox {
        flex: 1; }
        .bt-chatview .wc-chatview-panel .wc-console .wc-textbox input[type=text],
        .bt-chatview .wc-chatview-panel .wc-console .wc-textbox textarea {
          font-family: "Raleway", sans-serif;
          font-size: 14px;
          padding: 13px;
          background-color: transparent;
          border: none;
          outline: none;
          resize: none;
          width: 100%;
          box-sizing: border-box; }
          .bt-chatview .wc-chatview-panel .wc-console .wc-textbox input[type=text]::placeholder,
          .bt-chatview .wc-chatview-panel .wc-console .wc-textbox textarea::placeholder {
            color: #CDD2DD; }
          .bt-chatview .wc-chatview-panel .wc-console .wc-textbox input[type=text]:disabled,
          .bt-chatview .wc-chatview-panel .wc-console .wc-textbox textarea:disabled {
            background-color: #f2f2f4; }
      .bt-chatview .wc-chatview-panel .wc-console .wc-send {
        background-color: transparent;
        border: 0;
        padding: 0;
        outline: none;
        padding: 10px;
        color: #CDD2DD; }
        .bt-chatview .wc-chatview-panel .wc-console .wc-send.hidden {
          visibility: hidden; }
        .bt-chatview .wc-chatview-panel .wc-console .wc-send.disabled {
          background-color: #f2f2f4; }
        .bt-chatview .wc-chatview-panel .wc-console .wc-send svg {
          height: 24px;
          width: 24px;
          display: block; }
  .bt-chatview .bt-video {
    position: absolute;
    left: 0;
    width: 540px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    transition: transform .4s, opacity .4s, visibility .4s;
    transform: translateX(0);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    z-index: 1;
    display: flex; }
    .bt-chatview .bt-video .iframe-wrapper {
      width: 100%; }
      .bt-chatview .bt-video .iframe-wrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block; }
    .bt-chatview .bt-video.bt-open {
      transform: translateX(-532px);
      opacity: 1;
      visibility: visible; }
      @media (max-width: 840px) {
        .bt-chatview .bt-video.bt-open {
          transform: translateX(0);
          width: 100%; } }
    .bt-chatview .bt-video .bt-actions {
      display: block;
      position: absolute;
      right: 23px;
      top: 15px; }
      .bt-chatview .bt-video .bt-actions button {
        border: 0;
        background-color: #FFF;
        padding: 12px;
        transition: background-color .3s;
        outline: none;
        border-radius: 100px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        color: #3D5984;
        display: block; }
        .bt-chatview .bt-video .bt-actions button:hover {
          background-color: #e8e8e8; }
        .bt-chatview .bt-video .bt-actions button:active {
          background-color: #d2d2d2; }
        .bt-chatview .bt-video .bt-actions button svg {
          display: block;
          width: 14px;
          height: 14px;
          fill: #FFF; }
  .bt-chatview .bt-info {
    position: absolute;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #FFF;
    padding: 20px;
    left: 0;
    width: 400px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    transition: transform .4s, opacity .4s, visibility .4s;
    transform: translateX(0);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    z-index: 1;
    display: flex;
    flex-direction: column; }
    @media (max-width: 840px) {
      .bt-chatview .bt-info {
        border-radius: 0;
        height: 100vh;
        max-height: 100vh;
        width: 100vw; } }
    .bt-chatview .bt-info.bt-open {
      transform: translateX(-397px);
      opacity: 1;
      visibility: visible; }
      @media (max-width: 840px) {
        .bt-chatview .bt-info.bt-open {
          transform: translateX(0);
          width: 100%; } }
    .bt-chatview .bt-info h3 {
      color: #0672b9;
      font-size: 26px;
      font-weight: 300;
      margin-bottom: 15px; }
    .bt-chatview .bt-info p {
      color: #eaf0fa; }
    .bt-chatview .bt-info .iframe-wrapper {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      width: 100%;
      height: 100%; }
    .bt-chatview .bt-info iframe {
      width: 100%;
      height: calc(100% - 5px);
      border: 0; }
    .bt-chatview .bt-info .bt-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .bt-chatview .bt-info .bt-actions {
      display: block;
      margin-bottom: 20px;
      text-align: right; }
      .bt-chatview .bt-info .bt-actions button {
        border: 0;
        background-color: #FFF;
        padding: 12px;
        transition: background-color .3s;
        outline: none;
        border-radius: 100px;
        margin-right: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        color: #3D5984; }
        .bt-chatview .bt-info .bt-actions button:hover {
          background-color: #e8e8e8; }
        .bt-chatview .bt-info .bt-actions button:active {
          background-color: #d2d2d2; }
        .bt-chatview .bt-info .bt-actions button svg {
          display: block;
          width: 14px;
          height: 14px;
          fill: #FFF; }
    .bt-chatview .bt-info .bt-container-faq {
      padding: 0px 20px; }
      .bt-chatview .bt-info .bt-container-faq p {
        color: #707070; }
    .bt-chatview .bt-info .bt-options {
      margin-top: 20px;
      flex: 1;
      border: 1px solid #CDD2DD;
      border-radius: 8px;
      padding-top: 8px;
      padding-bottom: 8px; }
      .bt-chatview .bt-info .bt-options button {
        border: 0px solid #FFFFFF;
        border-bottom: 1px solid #DBDCE0;
        background: #FFF;
        color: #707070;
        display: block;
        padding: 10px 10px;
        text-align: center;
        font-size: 13px;
        letter-spacing: -0.6px;
        width: 100%; }
        .bt-chatview .bt-info .bt-options button:focus, .bt-chatview .bt-info .bt-options button:active, .bt-chatview .bt-info .bt-options button:hover {
          background: #f3f3f3;
          padding-left: 10px;
          padding-right: 10px; }
        .bt-chatview .bt-info .bt-options button:last-child {
          border-bottom: 0; }
    .bt-chatview .bt-info .bt-copyright {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      min-height: 28px; }
      .bt-chatview .bt-info .bt-copyright .bt-description {
        margin-right: 10px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        transition: max-width .2s;
        max-width: 0; }
        .bt-chatview .bt-info .bt-copyright .bt-description.open {
          max-width: 400px; }
        .bt-chatview .bt-info .bt-copyright .bt-description a {
          color: #3D5984; }
      .bt-chatview .bt-info .bt-copyright svg {
        font-size: 24px;
        width: 1em;
        height: 1em;
        fill: none;
        color: #CCC;
        cursor: pointer;
        display: block; }
        .bt-chatview .bt-info .bt-copyright svg:hover {
          color: #3D5984;
          fill: rgba(0, 0, 0, 0.1); }
  @media (max-width: 750px) {
    .bt-chatview .bt-toggle.bt-close {
      display: none; } }
  .bt-chatview .bt-toggle.bt-open {
    max-width: 215px; }
  .bt-chatview .bt-toggle button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #114D8B;
    color: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    padding: 5px 25px;
    outline: none;
    transition: background-color .3s;
    width: 100%; }
    .bt-chatview .bt-toggle button:hover {
      background-color: #093c71; }
    .bt-chatview .bt-toggle button:active {
      background-color: #06325f; }
    .bt-chatview .bt-toggle button > div {
      display: flex;
      align-items: center;
      width: 100%; }
    .bt-chatview .bt-toggle button .bt-icon {
      background: url(assets/open.svg) no-repeat;
      width: 16px;
      height: 16px;
      margin-left: 10px; }
    .bt-chatview .bt-toggle button .bt-label {
      margin-left: 10px; }
      @media (max-width: 440px) {
        .bt-chatview .bt-toggle button .bt-label {
          display: none; } }

/* messages */
.wc-message-wrapper {
  animation: animationFrames 2s;
  animation-iteration-count: 1;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }

.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-from {
  clear: both;
  color: #767676;
  font-size: 11px;
  margin-top: 5px; }

/* cards */
.wc-card {
  background-color: #ffffff; }
  .wc-card .non-adaptive-content {
    margin: 8px 8px 0; }
  .wc-card button {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 30px !important;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eaebee;
    color: #3D5984;
    cursor: pointer;
    transition: all 0.1s ease;
    font-weight: bold; }
    .wc-card button:last-child {
      border: 0; }
  .wc-card.receipt table {
    border-collapse: collapse;
    width: 100%; }
  .wc-card.receipt td,
  .wc-card.receipt th {
    text-align: right;
    vertical-align: top; }
  .wc-card.receipt td:first-child,
  .wc-card.receipt th: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; }
  .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 rgba(122, 145, 163, 0.8); }
  .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: 10px;
    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: 20px;
      text-align: inherit; }

/* alternate chat sizes */
.wc-message {
  max-width: 90%; }
  @media (max-width: 840px) {
    .wc-message {
      max-width: calc(100vw - 104px); } }

/* adaptive card adjustments from wc-card */
.wc-adaptive-card p {
  margin-left: 0;
  margin-right: 0;
  line-height: 1.3 !important; }

/* list */
.wc-list > .wc-card {
  margin-top: 8px; }

.wc-list > .wc-card:first-child {
  margin-top: 0; }

/* horizontal scroll */
.wc-hscroll-outer {
  /* allow horizontal scrolling but hide the scrollbar */
  overflow: hidden; }

.wc-hscroll {
  /* allow horizontal scrolling but hide the scrollbar */
  overflow-x: scroll;
  overflow-y: hidden; }

.wc-hscroll > ul {
  display: flex;
  white-space: nowrap; }
  .wc-hscroll > ul::before, .wc-hscroll > ul::after {
    content: '';
    margin: auto; }

.wc-hscroll > ul > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

/* carousel */
.wc-carousel {
  position: relative;
  max-width: 280px; }
  .wc-carousel button.scroll {
    background-color: rgba(122, 145, 163, 0.8);
    border: 0px solid #FFF;
    padding: 10px 0;
    height: 50px;
    width: 30px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    overflow: hidden;
    outline: none; }
    .wc-carousel button.scroll:active {
      background-color: #61676b; }
    .wc-carousel button.scroll:disabled {
      display: none; }
    .wc-carousel button.scroll:focus, .wc-carousel button.scroll:hover {
      background-color: #808c95; }
    .wc-carousel button.scroll svg {
      fill: #ffffff; }
    .wc-carousel button.scroll.previous {
      left: -23px;
      border-radius: 4px; }
    .wc-carousel button.scroll.next {
      right: -23px;
      border-radius: 4px; }
  .wc-carousel .wc-carousel .wc-hscroll > ul:first-child {
    padding-left: 0 !important; }
  .wc-carousel .wc-hscroll > ul > li {
    padding: 0 10px;
    min-width: 100%; }
  .wc-carousel .wc-hscroll > ul > li:last-child {
    padding-right: 0; }
  .wc-carousel li p {
    min-height: 4em;
    white-space: normal; }
  .wc-carousel li .wc-adaptive-card p {
    min-height: initial; }

/* animation */
.wc-typing {
  background-image: url("data:image/gif;base64,R0lGODlhQAAYAPYBAOzv8evu8Ort7+fq7Ons7ujr7eXo6uTn6ebp6+Xn6ebo6uzu8OPm6OTm6OPm5+Tn6N/i4+Ll59/i5N7h4+Hk5uDj5evu7+Hk5d/h49PV18PFx7/BwsfJysXHyMLExdja3Nfa28vNz72/wL7Awc/S08TGyMDCw9TW2NbY2t3g4trd39bZ2szO0M7Q0dnb3djb3Nvd39ve4Nnc3dze4Nrc3t7g4tzf4dXX2d3f4d7h4tnc3tve383P0MrMzs7Q0sjKzNLU1s/R08jKy9DT1NfZ293g4efp68bIyby+v9bZ27q8vdHT1c7R0uvt78nLzM/R0tjb3ens7bO0tbS2t7GztK+xsrW3uK6vsLe4utfa3L/Awtzf4MnLzamqq5WWl66wsbm7vNrd3uXo6a2ur6yurp2en6KjpKusrZ+goKeoqers7urt7peXmIGBgYSEhHx8fJmamqipqnZ2doqLi8XHyY2NjpGSkpOUlJiYmZOTlI+QkJqbm4eIiJucnIuMjP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOklu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");
  background-repeat: no-repeat;
  height: 20px;
  width: 64px; }

.wc-animate-scroll {
  left: 0;
  position: absolute;
  transition: left 0.8s ease; }

.wc-animate-scroll-rapid {
  left: 0;
  position: absolute;
  transition: left 0.4s ease; }

.wc-animate-scroll-near {
  left: 0;
  position: absolute;
  transition: left 0.3s ease-in-out; }

/* text formats */
.format-markdown > p {
  margin: 0; }

.format-markdown code {
  white-space: pre-wrap; }

.format-markdown + div {
  margin-top: 8px; }

.format-markdown ol {
  padding-left: 30px;
  /* numbers are right-aligned to the period */ }

.format-markdown ul {
  padding-left: 33px; }

/* browser scrollbar customization */
.wc-app ::-webkit-scrollbar {
  width: 8px; }

.wc-app ::-webkit-scrollbar * {
  background-color: transparent; }

.wc-app ::-webkit-scrollbar-thumb {
  background-color: #dbdee1; }

/* 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; }

.ac-image {
  margin-bottom: 10px; }

@keyframes open {
  from {
    max-height: 70px; }
  to {
    max-height: 100vh; } }

@keyframes rotate {
  from {
    transform: rotate(-90deg); } }

@keyframes reveal {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes label_reveal {
  from {
    opacity: 0;
    transform: rotate(45deg) scale(0.1) translateX(50px); }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateX(0); } }

@keyframes slide_up {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(30px); } }

.bt-feedback {
  display: none; }
  .bt-feedback:last-child {
    display: block; }
  .bt-feedback .wc-message {
    float: none !important; }
    .bt-feedback .wc-message-content {
      background: transparent !important;
      box-shadow: 0 0 !important;
      padding: 0 !important; }
      .bt-feedback .wc-message-content > div:first-child {
        display: flex;
        align-items: center; }
        .bt-feedback .wc-message-content > div:first-child > div.wc-list {
          margin: 0;
          margin-left: 10px;
          min-width: 80px; }
          .bt-feedback .wc-message-content > div:first-child > div.wc-list .wc-card {
            background: transparent; }
            .bt-feedback .wc-message-content > div:first-child > div.wc-list .wc-card button {
              border: 0 !important; }
              .bt-feedback .wc-message-content > div:first-child > div.wc-list .wc-card button:hover {
                box-shadow: 0 0; }
            .bt-feedback .wc-message-content > div:first-child > div.wc-list .wc-card .ac-container > div > div > div {
              flex-direction: row !important; }
