/* @import 'tokens';
@import '../../node_modules/tailwindcss/components';
@import '../../node_modules/tailwindcss/utilities';*/
/* COLORS */
/* CUSTOM STYLES */
/* Custom feedback button */
[data-cognigy-webchat-root].webchat-root button.feedback-button {
    margin: auto;
    padding: 6px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    outline: none;
    font:
      550 16px/1.37 NS Sans,
      sans-serif;
    color: #0063d3;
    cursor: pointer;
    text-align: left;
  }
[data-cognigy-webchat-root].webchat-root button.feedback-button:focus {
      outline: 2px solid #0063d3;
      border-radius: 6px;
    }
[data-cognigy-webchat-root].webchat-root button.feedback-button:disabled {
      opacity: 50%;
      cursor: default;
    }
/* Custom teaser message */
[data-cognigy-webchat-root].webchat-root .webchat-teaser-message-bubble {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e4e5e8;
    gap: 4px;
    box-shadow:
      0px 8px 16px 0px rgba(0, 0, 0, 0.03),
      0px 4px 8px 0px rgba(0, 0, 0, 0.03),
      0px 2px 4px 0px rgba(0, 0, 0, 0.03);
  }
[data-cognigy-webchat-root].webchat-root .webchat-teaser-message-bubble .cognigy-webchat-1kilbyl {
      gap: 8px;
    }
[data-cognigy-webchat-root].webchat-root .webchat-teaser-message-header-title {
    font:
      700 14px/1.5 NS Sans,
      sans-serif;
    color: #003082;
  }
[data-cognigy-webchat-root].webchat-root .webchat-unread-message-preview-text {
    max-width: 100%;
    word-break: break-word;
    font:
      400 14px/1.62 NS Sans,
      sans-serif;
    color: #252528;
    background-color: #f7f7f8;
    padding: 8px 12px;
    border-radius: 8px;
  }
[data-cognigy-webchat-root].webchat-root .webchat-teaser-message-header-close-button {
    content: '';
    background: url(./assets/icons/close.svg) no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
  }
[data-cognigy-webchat-root].webchat-root .webchat-teaser-message-header-close-button svg {
      display: none;
    }
/* Webchat Elements */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat {
    border-radius: 12px;
    border: 1px solid #e4e5e8;
    box-shadow:
      0px 8px 16px 0px rgba(0, 0, 0, 0.03),
      0px 4px 8px 0px rgba(0, 0, 0, 0.03),
      0px 2px 4px 0px rgba(0, 0, 0, 0.03);
  }
@media only screen and (max-width: 575px) {
      [data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat {
        border-radius: 0;
        border: none;
        box-shadow: none;
      }
    }
@media only screen and (min-width: 576px) {
      [data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat {
        bottom: 20px;
      }
    }
@media screen and (min-width: 576px) and (max-height: 870px) {
      [data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat {
        height: calc(100% - 2 * 20px);
      }
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat h2 {
      font:
        700 14px/1.37 NS Sans,
        sans-serif;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat p {
      font:
        400 14px/1.5 NS Sans,
        sans-serif;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat a {
      color: #0063d3;
      box-shadow: none;
      text-decoration: underline;
      font:
        550 14px/1.5 NS Sans,
        sans-serif;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ul,
    [data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ol {
      margin: 0;
      padding: 0px 16px 0px 0px;
      list-style-position: inside;
      list-style-image: initial;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ul li, [data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ol li {
        margin: 0;
        padding: 0;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ul li::marker {
      color: #0063d3;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ol {
      list-style: auto inside;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ol li::before {
        content: none;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ol li::marker {
        color: #0063d3;
      }
/* Styles webchat selection marker */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .cognigy-webchat-lp09xd {
      outline: 2px solid #0063d3;
      outline-offset: -2px;
      border-radius: 6px;
    }
/* HEADER */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-bar {
      display: flex;
      align-items: center;
      background-color: white;
      height: 72px;
      border-bottom: 1px solid #e4e5e8;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-logo-name-container {
      gap: 16px;
      flex: 4;
      justify-content: center;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-logo {
      margin: 0;
      width: 32px;
      height: 32px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-title {
      font:
        700 20px/1.37 NS Sans,
        sans-serif;
      color: #003082;
      letter-spacing: normal;
    }
/* Header control elements */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .cognigy-webchat-1xhi066 {
      flex: 1;
      justify-content: flex-end;
      gap: 16px;
      align-items: center;
    }
/* Replace default header icons */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-close-button {
      content: '';
      background: url(./assets/icons/close.svg) no-repeat;
      background-position: center;
      width: 24px;
      height: 24px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-close-button svg {
        display: none;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-minimize-button {
      content: '';
      background: url(./assets/icons/minimize.svg) no-repeat;
      background-position: center;
      width: 32px;
      height: 32px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-minimize-button svg {
        display: none;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-back-button {
      content: '';
      background: url(./assets/icons/back.svg) no-repeat;
      background-position: center;
      width: 32px;
      height: 32px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-header-back-button svg {
        display: none;
      }
/* WEBCHAT SCROLL BUTTON */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-scroll-to-bottom-button {
      background: url(./assets/icons/arrow-down.svg) no-repeat;
      background-color: #0063d3;
      background-position: center;
      width: 32px;
      height: 32px;
      padding: 5px;
      box-shadow:
        0px 8px 16px 0px rgba(0, 0, 0, 0.03),
        0px 4px 8px 0px rgba(0, 0, 0, 0.03),
        0px 2px 4px 0px rgba(0, 0, 0, 0.03);
    }
/* PRIVACY NOTICE */
/* Removes back button from privacy notice */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .cognigy-webchat-6lzzp6 {
      flex: 1;
    }
/* Privacy notice container */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-privacy-notice-root {
      padding: 24px;
    }
/* Privacy message body */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-privacy-notice-message._body-regular_1tlzl_57 {
        font:
          400 14px/1.62 NS Sans,
          sans-serif;
        color: #252528;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-privacy-notice-message._body-regular_1tlzl_57 p {
          margin: 0px;
        }
/* Privacy notice buttons */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-privacy-notice-actions {
      width: 100%;
      padding: 24px 0px;
      gap: 24px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-privacy-notice-accept-button {
      background-color: #0063d3;
      width: 100%;
      font:
        700 18px/1.25 NS Sans,
        sans-serif;
      padding: 8px 20px;
      min-height: 48px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-privacy-notice-accept-button:hover {
        background-color: #004dc5;
      }
/* Tertiary button */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat a.webchat-privacy-policy-link {
      padding: 0;
      margin: 0;
      align-items: center;
      -moz-column-gap: 8px;
           column-gap: 8px;
      text-decoration: none;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat a.webchat-privacy-policy-link svg {
        display: none;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat a.webchat-privacy-policy-link::before {
        content: '';
        background: url(./assets/icons/link-blue.svg) no-repeat;
        background-position: center;
        width: 24px;
        height: 24px;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat a.webchat-privacy-policy-link p {
        color: #0063d3;
        font:
          550 16px/1.5 NS Sans,
          sans-serif;
        padding: 0;
        margin: 2px 0 0 0;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat a.webchat-privacy-policy-link p:hover {
          color: #004dc5;
        }
/* TYPING INDICATOR */
/* Message background */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-typing-indicator {
      background-color: #f7f7f8;
      border: none;
      padding: 8px 12px;
      border-radius: 6px;
      margin-left: 24px;
    }
/* Dot color */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ._dot_1nq88_26 {
      background-color: #003082;
    }
/* MESSAGES */
/* Agent introduction message */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .cognigy-webchat-1b2oxvp {
      color: #75767c;
      font:
        400 14px/1.5 NS Sans,
        sans-serif;
    }
/* Event pill */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ._eventPillTextWrapper_1n8e7_11 {
      background-color: white;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ._eventPillTextWrapper_1n8e7_11 ._title2-semibold_1ltiv_49 {
        color: #75767c;
        font:
          400 14px/1.5 NS Sans,
          sans-serif;
      }
/* Status message */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .status-message {
      width: 100%;
      padding: 24px;
      color: #75767c;
      font:
        400 14px/1.5 NS Sans,
        sans-serif;
      text-align: center;
    }
/* Message header (agent and bot) */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-message-row {
      margin: 0px;
      padding: 0px 24px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .message-header {
      gap: 8px;
      margin-block-end: 0px;
      margin-block-start: 24px;
    }
/* Agent/bot avatar */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ._avatar_ry0w9_1 {
      width: 24px;
      height: 24px;
      background-color: white;
    }
/* Agent/bot name */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ._avatar-name_21mid_27 {
      color: #003082;
      font:
        700 14px/1.5 NS Sans,
        sans-serif;
    }
/* Remove dot from message header */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ._headerMeta_21mid_13 svg {
      display: none;
    }
/* Message timestamps (agent, bot and user) */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ._timestamp_21mid_23 {
      color: #00010d8a;
      font:
        400 14px/1.5 NS Sans,
        sans-serif;
    }
/* Message bubble (agent and bot) */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .chat-bubble {
      border: none;
      color: #252528;
      font:
        400 14px/1.5 NS Sans,
        sans-serif;
      padding: 8px 12px;
      border-radius: 6px;
      margin-bottom: 8px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .user .chat-bubble {
      background-color: #ffc917;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .bot .chat-bubble {
      background-color: #f7f7f8;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .agent .chat-bubble {
      background-color: #f7f7f8;
    }
/* IMAGE */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-media-template-image {
      margin-bottom: 8px;
      border-radius: 6px !important;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-media-template-image img {
        border-radius: 6px !important;
      }
/* QUICK REPLIES */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-quick-reply-template-root {
      margin-bottom: 8px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-quick-reply-template-replies-container {
      width: 100%;
      max-width: 100% !important;
      justify-content: center;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-quick-reply-template-replies-container li {
        margin: 0;
        padding: 0;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-quick-reply-template-button {
      padding: 8px 12px;
      border-radius: 6px;
      background-color: #0063d3;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-quick-reply-template-button:hover {
        background-color: #004dc5;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-quick-reply-template-button span {
        color: white;
        font:
          550 14px/1.5 NS Sans,
          sans-serif;
      }
/* Hides previous, disabled quick replies */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-quick-reply-template-replies-container .disabled {
      display: none;
    }
/* BUTTONS */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-buttons-template-root {
      margin-bottom: 8px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-buttons-template-root ._buttons_1xkbz_1 {
        justify-content: center;
        max-width: 100% !important;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-buttons-template-root ul {
        width: 100%;
        max-width: 100%;
        justify-content: center;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-buttons-template-root ul li {
          margin: 0;
          padding: 0;
        }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-buttons-template-root .webchat-buttons-template-button {
        background-color: #0063d3;
        padding: 8px 12px;
        border-radius: 6px;
        -moz-column-gap: 8px;
             column-gap: 8px;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-buttons-template-root .webchat-buttons-template-button:hover {
          background-color: #004dc5;
        }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-buttons-template-root .webchat-buttons-template-button span {
          color: white;
          font:
            550 14px/1.5 NS Sans,
            sans-serif;
        }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-buttons-template-root .webchat-buttons-template-button svg {
          display: none;
        }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .phone-number-or-url-anchor::before {
      content: '';
      background: url(./assets/icons/link-white.svg) no-repeat;
      background-position: center;
      width: 22px;
      height: 16px;
    }
/* LIST */
/* List container */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-root {
      width: 90%;
      max-width: none;
      border-radius: 12px;
      border: 1px solid #e4e5e8;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 8px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-root ul {
        padding: 0;
      }
/* Final button */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-root div {
        max-width: none;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-element-title {
      margin-bottom: 0px;
      font:
        700 16px/1.25 NS Sans,
        sans-serif;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-element-button {
      border-radius: 6px;
      height: 40px;
      background-color: #0063d3;
      padding: 8px 12px;
      width: -moz-fit-content;
      width: fit-content;
      border: none;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-element-button:hover {
        background-color: #004dc5;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-element-button span {
        color: white;
        font:
          700 16px/1.25 NS Sans,
          sans-serif;
      }
/* Divider */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat ._divider_14hnz_13 {
      border-bottom: 1px solid #e4e5e8;
      width: calc(100% - 32px);
      position: relative;
      left: 16px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-global-button {
      border-radius: 6px;
      padding: 8px 12px;
      background-color: #00102f0f;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-global-button:hover {
        background-color: #00092f14;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-list-template-global-button span {
        font:
          700 16px/1.25 NS Sans,
          sans-serif;
        color: #003082;
      }
/* INPUT BAR */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input {
      background: white;
      color: #252528;
      border-radius: 0px;
      gap: 0px;
      border-top: 1px solid #e4e5e8;
      padding: 20px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input .webchat-input-message-input {
        padding: 8px 12px;
        border-radius: 6px;
        font:
          550 16px/1.5 NS Sans,
          sans-serif;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input .webchat-input-message-input:focus {
          outline: 2px solid #0063d3;
          border-radius: 6px;
        }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input-text-active {
      border-bottom-color: white;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input-message-label {
      color: #93949a;
      padding: 8px 12px;
      font:
        400 16px/1.5 NS Sans,
        sans-serif;
    }
/* Send button */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input-button-send {
      content: '';
      background: url(./assets/icons/send.svg) no-repeat;
      background-position: center;
      width: 24px;
      height: 24px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input-button-send:focus {
        outline: 2px solid #0063d3;
        border-radius: 6px;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input-button-send svg {
        display: none;
      }
/* File attachment button */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input-button-add-attachments {
      content: '';
      background: url(./assets/icons/upload.svg) no-repeat;
      background-position: center;
      width: 24px;
      height: 24px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input-button-add-attachments:focus {
        outline: 2px solid #0063d3;
        border-radius: 6px;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input-button-add-attachments svg {
        display: none;
      }
/* Attachment chip */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input .cognigy-webchat-1id6bok {
      height: auto;
      padding: 6px 0px;
      border-radius: 6px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-input ._title2-regular_1tlzl_41 {
      font:
        550 14px/1.5 NS Sans,
        sans-serif;
      padding-top: 2px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-media-files-template-root {
      margin: 0px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .attachment-bubble {
      border: none;
      background-color: #f7f7f8;
      color: #252528;
      font:
        550 14px/1.5 NS Sans,
        sans-serif;
      padding: 8px 12px;
      border-radius: 6px;
      margin-bottom: 8px;
    }
/* FEEDBACK/RATING */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-title {
      color: #252528;
      font:
        bold 18px/1.4 NS Sans,
        sans-serif;
    }
/* Thumbs up button */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-thumbs-up-button {
      border-radius: 6px;
      background-color: #00102f0f;
      background-image: url(./assets/icons/thumb-up-blue.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 80px;
      height: 48px;
      padding: 12px 28px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-thumbs-up-button:hover {
        background-color: #00092f14;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-thumbs-up-button svg {
        display: none;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-thumbs-up-button[aria-pressed='true'] {
      background-color: #0063d3;
      background-image: url(./assets/icons/thumb-up-white.svg);
    }
/* Thumbs down button */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-thumbs-down-button {
      border-radius: 6px;
      background-color: #00102f0f;
      background-image: url(./assets/icons/thumb-down-blue.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 80px;
      height: 48px;
      padding: 12px 28px;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-thumbs-down-button:hover {
        background-color: #00092f14;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-thumbs-down-button svg {
        display: none;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-thumbs-down-button[aria-pressed='true'] {
      background-color: #0063d3;
      background-image: url(./assets/icons/thumb-down-white.svg);
    }
/* Comment container */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .cognigy-webchat-17g0u8k {
      border-radius: 6px;
      border: 1px solid #e4e5e8;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-comment-input-field-label {
      color: #93949a;
      font:
        400 16px/1.5 NS Sans,
        sans-serif;
      background: none;
    }
/* Comment text */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-comment-input-field {
      color: #252528;
      font:
        550 16px/1.5 NS Sans,
        sans-serif;
      background: none;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-comment-input-field:disabled {
        opacity: 50%;
      }
/* Submit button */
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-send-button {
      border-radius: 6px;
      padding: 8px 12px;
      background-color: #0063d3;
      font:
        700 16px/1.25 NS Sans,
        sans-serif;
      color: white;
    }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-send-button:disabled {
        opacity: 50%;
      }
[data-cognigy-webchat-root].webchat-root [data-cognigy-webchat].webchat .webchat-rating-widget-send-button:hover {
        background-color: #004dc5;
      }
/* Hides line under rating widget */
[data-cognigy-webchat-root].webchat-root .cognigy-webchat-1vg9wdm {
    display: none;
  }
/* TOGGLE BUTTON */
[data-cognigy-webchat-root].webchat-root button[data-cognigy-webchat-toggle].webchat-toggle-button {
    background-color: #e4e5e8;
    padding: 13px;
    width: 48px;
    height: 48px;
    bottom: 20px;
  }
[data-cognigy-webchat-root].webchat-root button[data-cognigy-webchat-toggle].webchat-toggle-button svg {
      content: '';
      background-image: url(./assets/icons/toggle.svg);
      background-repeat: no-repeat;
      background-position: center;
    }
[data-cognigy-webchat-root].webchat-root button[data-cognigy-webchat-toggle].webchat-toggle-button svg path {
        display: none;
      }
/* NOTIFICATION MESSAGE */
[data-cognigy-webchat-root].webchat-root .go4109123758 {
    /* Notification container */
    transform: none !important;
  }
[data-cognigy-webchat-root].webchat-root .go2072408551 {
    /* Notification message */
    background-color: #003082 !important;
    font:
      400 16px/1.25 NS Sans,
      sans-serif !important;
    color: white !important;
    animation: none !important;
  }
@keyframes shake {
    0% {
      transform: translateX(0);
    }
    20% {
      transform: translateX(-4px);
    }
    40% {
      transform: translateX(4px);
    }
    60% {
      transform: translateX(-4px);
    }
    80% {
      transform: translateX(4px);
    }
    100% {
      transform: translateX(0);
    }
  }
[data-cognigy-webchat-root].webchat-root .shake {
    animation: shake 0.4s ease;
  }
