﻿.NLU-CX-chat {
    height: 100%;
    border-color: var(--nlu-cx-chat-border-color);
    border-width: var(--nlu-cx-chat-border-width);
    background-color: var(--nlu-cx-chat-background-color);
    max-height: 100%;
    margin: auto;
    border-style: solid;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    font-family: var(--nlu-cx-chat-font-family), var(--nlu-cx-chat-font-family-fallback);
    font-size: var(--nlu-cx-chat-font-size);
    border-radius: var(--nlu-cx-chat-border-radius);
}

    .NLU-CX-chat,
    .NLU-CX-chat div,
    .NLU-CX-chat span,
    .NLU-CX-chat p,
    .NLU-CX-chat label,
    .NLU-CX-chat a,
    .NLU-CX-chat button,
    .NLU-CX-chat input,
    .NLU-CX-chat select,
    .NLU-CX-chat option {
        font-family: var(--nlu-cx-chat-font-family), var(--nlu-cx-chat-font-family-fallback);
        font-size: var(--nlu-cx-chat-font-size);
    }


        .NLU-CX-chat.NLU-CX-chat-cloned {
            height: auto;
            max-height: max-content;
            width: 700px;
        }

        .NLU-CX-chat b {
            font-weight: bolder;
        }

        .NLU-CX-chat strong {
            font-weight: bolder;
        }

        .NLU-CX-chat [hidden] {
            display: none !important;
        }

        .NLU-CX-chat *, .NLU-CX-chat *::before, .NLU-CX-chat *::after {
            box-sizing: border-box;
        }

        .NLU-CX-chat .NLU-CX-chat-header {
            background-color: var(--nlu-cx-chat-header-background-color);
            padding: var(--nlu-cx-chat-header-padding-vertical) var(--nlu-cx-chat-header-padding-horizontal);
            width: 100%;
            display: flex;
            flex-direction: row;
            height: var(--nlu-cx-chat-header-height-internal);
            border-top-left-radius: calc(var(--nlu-cx-chat-border-radius) - var(--nlu-cx-chat-border-width));
            border-top-right-radius: calc(var(--nlu-cx-chat-border-radius) - var(--nlu-cx-chat-border-width));
            overflow: var(--nlu-cx-chat-header-overflow);
        }

            .NLU-CX-chat .NLU-CX-chat-header,
            .NLU-CX-chat .NLU-CX-chat-header div {
                color: var(--nlu-cx-chat-header-text-color);
                font-family: var(--nlu-cx-chat-header-font-family), var(--nlu-cx-chat-header-font-family-fallback);
                font-size: var(--nlu-cx-chat-header-font-size);
            }

        .NLU-CX-chat .NLU-CX-chat-header-icon {
            border-radius: 100%;
            content: var(--nlu-cx-chat-header-icon-image-url);
            margin: 0;
            width: var(--nlu-cx-chat-header-icon-width-internal);
            height: var(--nlu-cx-chat-header-icon-height-internal);
            position: var(--nlu-cx-chat-header-icon-position);
            top: var(--nlu-cx-chat-header-icon-top-internal);
            left: var(--nlu-cx-chat-header-icon-left-internal);
            z-index: 10;
        }

        .NLU-CX-chat .NLU-CX-chat-header-message {
            padding-left: var(--nlu-cx-chat-header-message-padding-left);
            margin-top: auto;
            margin-bottom: auto;
        }

        .NLU-CX-chat .NLU-CX-chat-message-list {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            align-items: flex-start;
            overflow-x: hidden;
            overflow-y: auto;
            scroll-behavior: smooth;
        }

        .NLU-CX-chat .NLU-CX-chat-message-list-content {
            padding: var(--nlu-cx-chat-message-list-padding-vertical) var(--nlu-cx-chat-message-list-padding-horizontal);
            width: 100%;
            box-sizing: border-box;
            position: relative;
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .NLU-CX-chat .NLU-CX-chat-input-box {
            padding: var(--nlu-cx-chat-input-box-padding-vertical) var(--nlu-cx-chat-input-box-padding-horizontal);
            border-width: var(--nlu-cx-chat-input-box-separator-border-width) 0 0;
            border-style: solid;
            border-color: var(--nlu-cx-chat-input-box-separator-border-color);
            flex: 0 0 auto;
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            overflow: hidden;
            background-color: inherit;
            border-bottom-left-radius: calc(var(--nlu-cx-chat-border-radius) - var(--nlu-cx-chat-border-width));
            border-bottom-right-radius: calc(var(--nlu-cx-chat-border-radius) - var(--nlu-cx-chat-border-width));
        }

        .NLU-CX-chat .NLU-CX-chat-input-box-input {
            width: 100%;
            min-width: 0;
            height: calc(1.5em);
            border: 0;
            outline: 0;
            box-sizing: border-box;
            color: var(--nlu-cx-chat-input-box-text-color);
            background: 0 0;
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            flex: 0 1 auto;
            overflow: hidden;
            text-overflow: ellipsis;
            font: inherit;
        }

        .NLU-CX-chat .NLU-CX-chat-input-box-download {
            cursor: pointer;
            width: calc(1.5em + 0.75rem);
            height: calc(1.5em + 0.75rem);
            border-color: transparent !important;
            background: 0 0;
            padding: 0;
            flex-shrink: 0;
            color: inherit;
        }

            .NLU-CX-chat .NLU-CX-chat-input-box-download > svg > g {
                fill: var(--nlu-cx-chat-input-box-button-color);
                /*
            stroke: var(--nlu-cx-chat-input-box-button-color);
            stroke-linecap: round;
            stroke-miterlimit: 10;
            stroke-width: 32px;
            */
                transition-duration: var(--nlu-cx-chat-input-box-button-transition-duration);
            }

            .NLU-CX-chat .NLU-CX-chat-input-box-download:hover > svg > g {
                fill: var(--nlu-cx-chat-input-box-button-color-onhover);
            }

        .NLU-CX-chat .NLU-CX-chat-input-box-attach {
            cursor: pointer;
            width: calc(1.5em + 0.75rem);
            height: calc(1.5em + 0.75rem);
            border-color: transparent !important;
            background: 0 0;
            padding: 0;
            flex-shrink: 0;
            color: inherit;
        }

            .NLU-CX-chat .NLU-CX-chat-input-box-attach > svg > path {
                fill: none;
                stroke: var(--nlu-cx-chat-input-box-button-color);
                stroke-linecap: round;
                stroke-miterlimit: 10;
                stroke-width: 32px;
                transition-duration: var(--nlu-cx-chat-input-box-button-transition-duration);
            }

            .NLU-CX-chat .NLU-CX-chat-input-box-attach:hover > svg > path {
                stroke: var(--nlu-cx-chat-input-box-button-color-onhover);
            }

        .NLU-CX-chat .NLU-CX-chat-file-input {
            display: none;
        }

        .NLU-CX-chat .NLU-CX-chat-input-box-button {
            cursor: pointer;
            width: calc(1.5em + 0.75rem);
            height: calc(1.5em + 0.75rem);
            border-color: transparent !important;
            background: 0 0;
            padding: 0;
            flex-shrink: 0;
            color: inherit;
        }

            .NLU-CX-chat .NLU-CX-chat-input-box-button > svg > path {
                fill: var(--nlu-cx-chat-input-box-button-color);
                transition-duration: var(--nlu-cx-chat-input-box-button-transition-duration);
            }

            .NLU-CX-chat .NLU-CX-chat-input-box-button:hover > svg > path {
                fill: var(--nlu-cx-chat-input-box-button-color-onhover);
            }

        .NLU-CX-chat .NLU-CX-chat-message-group {
            max-width: 80%;
            background: 0 0;
            box-sizing: border-box;
            display: flex;
            flex-shrink: 0;
            flex-direction: column;
            position: relative;
            margin-top: calc(var(--nlu-cx-chat-message-groups-distance) + var(--nlu-cx-chat-message-shadow-size) + var(--nlu-cx-chat-message-shadow-blur-size));
            margin-bottom: 0;
        }

            .NLU-CX-chat .NLU-CX-chat-message-group:first-of-type {
                margin-top: 0;
            }

            .NLU-CX-chat .NLU-CX-chat-message-group.NLU-CX-chat-message-group-left {
                align-self: flex-start;
                align-items: flex-start;
                text-align: left;
            }

        .NLU-CX-chat .NLU-CX-chat-avatar {
            border-radius: 100%;
            margin: 0;
            max-width: 32px;
            max-height: 32px;
            position: absolute;
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-left .NLU-CX-chat-avatar {
            left: 0;
            bottom: 0;
            content: var(--nlu-cx-chat-message-group-left-avatar-image-url);
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-left[human-agent] .NLU-CX-chat-avatar {
            left: 0;
            bottom: 0;
            content: var(--nlu-cx-chat-message-group-left-avatar-human-agent-image-url);
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-right .NLU-CX-chat-avatar {
            float: right;
            bottom: 0;
            content: var(--nlu-cx-chat-message-group-right-avatar-image-url);
        }

        .NLU-CX-chat .NLU-CX-chat-message-group.NLU-CX-chat-message-group-right {
            align-self: flex-end;
            align-items: flex-end;
            text-align: right;
        }

        .NLU-CX-chat .NLU-CX-chat-message {
            max-width: 100%;
            margin-top: calc(var(--nlu-cx-chat-messages-distance) + var(--nlu-cx-chat-message-shadow-size) + var(--nlu-cx-chat-message-shadow-blur-size));
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
            position: relative;
            outline: 0;
        }

            .NLU-CX-chat .NLU-CX-chat-message:first-of-type {
                margin-top: 0;
            }

        .NLU-CX-chat .NLU-CX-chat-timestamp {
            color: gray;
            font-size: x-small;
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-left .NLU-CX-chat-avatar ~ .NLU-CX-chat-message {
            margin-left: calc(40px * var(--nlu-cx-chat-message-group-left-has-avatar));
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-left[human-agent] .NLU-CX-chat-avatar ~ .NLU-CX-chat-message {
            margin-left: calc(40px * var(--nlu-cx-chat-message-group-left-has-human-agent-avatar));
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-right .NLU-CX-chat-avatar ~ .NLU-CX-chat-message {
            margin-right: calc(40px * var(--nlu-cx-chat-message-group-right-has-avatar));
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-left .NLU-CX-chat-message-bubble {
            background-color: var(--nlu-cx-chat-message-left-background-color);
            border-width: var(--nlu-cx-chat-message-left-border-width);
            border-color: var(--nlu-cx-chat-message-left-border-color);
            color: var(--nlu-cx-chat-message-left-text-color);
            order: -1;
            border-radius: var(--nlu-cx-chat-message-border-radius);
            padding: var(--nlu-cx-chat-message-padding-vertical) var(--nlu-cx-chat-message-padding-horizontal);
            border-style: solid;
            line-height: var(--nlu-cx-chat-message-line-height);
            word-wrap: break-word;
            box-shadow: var(--nlu-cx-chat-message-shadow-size) var(--nlu-cx-chat-message-shadow-size) var(--nlu-cx-chat-message-shadow-blur-size) var(--nlu-cx-chat-message-left-shadow-color);
        }

        .NLU-CX-chat.NLU-CX-chat-cloned .NLU-CX-chat-message-group-left .NLU-CX-chat-message-bubble {
            box-shadow: none;
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-right .NLU-CX-chat-message-bubble {
            background-color: var(--nlu-cx-chat-message-right-background-color);
            border-width: var(--nlu-cx-chat-message-right-border-width);
            border-color: var(--nlu-cx-chat-message-right-border-color);
            color: var(--nlu-cx-chat-message-right-text-color);
            order: -1;
            border-radius: var(--nlu-cx-chat-message-border-radius);
            padding: var(--nlu-cx-chat-message-padding-vertical) var(--nlu-cx-chat-message-padding-horizontal);
            border-style: solid;
            line-height: var(--nlu-cx-chat-message-line-height);
            word-wrap: break-word;
            box-shadow: var(--nlu-cx-chat-message-shadow-size) var(--nlu-cx-chat-message-shadow-size) var(--nlu-cx-chat-message-shadow-blur-size) var(--nlu-cx-chat-message-right-shadow-color);
        }

        .NLU-CX-chat.NLU-CX-chat-cloned .NLU-CX-chat-message-group-right .NLU-CX-chat-message-bubble {
            box-shadow: none;
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-left .NLU-CX-chat-message-bubble {
            border-bottom-left-radius: var(--nlu-cx-chat-message-border-radius-speaker);
        }

        .NLU-CX-chat .NLU-CX-chat-message-group-right .NLU-CX-chat-message-bubble {
            border-bottom-right-radius: var(--nlu-cx-chat-message-border-radius-speaker);
        }

        .NLU-CX-chat .NLU-CX-chat-options {
            display: block;
            max-width: 100%;
        }

        .NLU-CX-chat .NLU-CX-chat-option {
            border-width: var(--nlu-cx-chat-option-border-width);
            border-color: var(--nlu-cx-chat-option-border-color);
            border-radius: var(--nlu-cx-chat-option-border-radius);
            color: var(--nlu-cx-chat-option-text-color);
            background-color: var(--nlu-cx-chat-option-background-color);
            margin-right: var(--nlu-cx-chat-option-distance-horizontal);
            margin-bottom: var(--nlu-cx-chat-option-distance-vertical);
            padding: var(--nlu-cx-chat-option-padding-vertical) var(--nlu-cx-chat-option-padding-horizontal);
            display: var(--nlu-cx-chat-option-display-type);
            border-style: solid;
            cursor: pointer;
            flex: 0 0 auto;
            transition-duration: var(--nlu-cx-chat-option-transition-duration);
        }

            .NLU-CX-chat .NLU-CX-chat-option:hover {
                border-width: var(--nlu-cx-chat-option-border-width-onhover);
                border-color: var(--nlu-cx-chat-option-border-color-onhover);
                border-radius: var(--nlu-cx-chat-option-border-radius-onhover);
                color: var(--nlu-cx-chat-option-text-color-onhover);
                background-color: var(--nlu-cx-chat-option-background-color-onhover);
                padding: var(--nlu-cx-chat-option-padding-vertical-onhover) var(--nlu-cx-chat-option-padding-horizontal-onhover);
            }

        .NLU-CX-chat .NLU-CX-chat-option-disabled {
            border-width: var(--nlu-cx-chat-option-border-width);
            border-color: var(--nlu-cx-chat-option-border-color);
            border-radius: var(--nlu-cx-chat-option-border-radius);
            color: var(--nlu-cx-chat-option-text-color);
            background-color: var(--nlu-cx-chat-option-background-color);
            margin-right: var(--nlu-cx-chat-option-distance-horizontal);
            margin-bottom: var(--nlu-cx-chat-option-distance-vertical);
            padding: var(--nlu-cx-chat-option-padding-vertical) var(--nlu-cx-chat-option-padding-horizontal);
            display: var(--nlu-cx-chat-option-display-type);
            border-style: solid;
            flex: 0 0 auto;
        }

        .NLU-CX-chat .NLU-CX-chat-message-image-title {
            margin-bottom: 4px;
        }

        .NLU-CX-chat .NLU-CX-chat-message-image-container {
            text-align: center;
        }

        .NLU-CX-chat .NLU-CX-chat-message-image {
            max-width: 100%;
            max-height: 250px;
        }

        .NLU-CX-chat .NLU-CX-chat-message-redirect-title {
            margin-bottom: 4px;
        }

        .NLU-CX-chat .NLU-CX-chat-home-screen {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            align-items: flex-start;
            overflow-x: hidden;
            overflow-y: auto;
            scroll-behavior: smooth;
        }

        .NLU-CX-chat .NLU-CX-chat-home-screen-header {
            background-color: var(--nlu-cx-chat-home-screen-header-background-color);
            height: var(--nlu-cx-chat-home-screen-header-height);
            overflow: hidden;
            width: 100%;
        }

            .NLU-CX-chat .NLU-CX-chat-home-screen-header,
            .NLU-CX-chat .NLU-CX-chat-home-screen-header div {
                font-family: var(--nlu-cx-chat-home-screen-header-font-family), var(--nlu-cx-chat-home-screen-header-font-family-fallback);
                font-size: var(--nlu-cx-chat-home-screen-header-font-size);
                color: var(--nlu-cx-chat-home-screen-header-text-color);
            }

        .NLU-CX-chat .NLU-CX-chat-home-screen-header-message {
            margin: var(--nlu-cx-chat-home-screen-header-padding-vertical) var(--nlu-cx-chat-home-screen-header-padding-horizontal);
        }

        .NLU-CX-chat .NLU-CX-chat-home-screen-starters {
            background-color: var(--nlu-cx-chat-home-screen-starters-container-background-color);
            width: 100%;
            flex-grow: 1;
        }

        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-container {
            margin: var(--nlu-cx-chat-home-screen-starters-container-padding-vertical) var(--nlu-cx-chat-home-screen-starters-container-padding-horizontal);
        }

        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-title,
        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-title div,
        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-title p,
        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-title span {
            font-size: var(--nlu-cx-chat-home-screen-starters-title-font-size);
            color: var(--nlu-cx-chat-home-screen-starters-title-text-color);
            font-family: var(--nlu-cx-chat-home-screen-starters-title-font-family), var(--nlu-cx-chat-home-screen-starters-title-font-family-fallback);
        }

        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-list,
        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-list div,
        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-list p,
        .NLU-CX-chat .NLU-CX-chat-home-screen-starters-list span {
            font-family: var(--nlu-cx-chat-home-screen-starters-font-family), var(--nlu-cx-chat-home-screen-starters-font-family-fallback);
            font-size: var(--nlu-cx-chat-home-screen-starters-font-size);
            cursor: pointer;
        }

        .NLU-CX-chat .NLU-CX-chat-home-screen-starter {
            padding: var(--nlu-cx-chat-home-screen-starters-padding-vertical) var(--nlu-cx-chat-home-screen-starters-padding-horizontal);
            background-color: var(--nlu-cx-chat-home-screen-starters-background-color);
            color: var(--nlu-cx-chat-home-screen-starters-text-color);
            transition-duration: var(--nlu-cx-chat-home-screen-starters-transition-duration);
        }

            .NLU-CX-chat .NLU-CX-chat-home-screen-starter:hover {
                padding: var(--nlu-cx-chat-home-screen-starters-padding-vertical-onhover) var(--nlu-cx-chat-home-screen-starters-padding-horizontal-onhover);
                background-color: var(--nlu-cx-chat-home-screen-starters-background-color-onhover);
                color: var(--nlu-cx-chat-home-screen-starters-text-color-onhover);
            }

        .NLU-CX-chat .NLU-CX-chat-home-screen-starter-arrow {
            float: right;
        }

        .NLU-CX-chat .NLU-CX-chat-debug-info {
            font-family: Consolas, monaco, monospace;
            font-size: small;
            background-color: lightyellow;
            overflow-wrap: break-word;
        }

        .NLU-CX-chat .NLU-CX-chat-debug-error {
            font-family: Consolas, monaco, monospace;
            font-size: small;
            background-color: pink;
            overflow-wrap: break-word;
        }

        .NLU-CX-chat .NLU-CX-chat-debug-warning {
            font-family: Consolas, monaco, monospace;
            font-size: small;
            background-color: gold;
            overflow-wrap: break-word;
        }

        .NLU-CX-chat .NLU-CX-chat-wait {
            display: flex;
            padding: var(--nlu-cx-chat-wait-dot-padding-vertical) var(--nlu-cx-chat-wait-dot-padding-horizontal);
        }

        .NLU-CX-chat .NLU-CX-chat-wait-dot-1 {
            background-color: var(--nlu-cx-chat-wait-dot-background-color);
            width: var(--nlu-cx-chat-wait-dot-size);
            height: var(--nlu-cx-chat-wait-dot-size);
            margin-left: 0;
            border-radius: 50%;
            animation-name: NLU-CX-chat-wait-dot-1-animation;
            animation-duration: var(--nlu-cx-chat-wait-dot-animation-duration);
            animation-iteration-count: infinite;
        }

        .NLU-CX-chat .NLU-CX-chat-wait-dot-2 {
            background-color: var(--nlu-cx-chat-wait-dot-background-color);
            width: var(--nlu-cx-chat-wait-dot-size);
            height: var(--nlu-cx-chat-wait-dot-size);
            margin-left: var(--nlu-cx-chat-wait-dot-distance);
            border-radius: 50%;
            animation-name: NLU-CX-chat-wait-dot-2-animation;
            animation-duration: var(--nlu-cx-chat-wait-dot-animation-duration);
            animation-iteration-count: infinite;
        }

        .NLU-CX-chat .NLU-CX-chat-wait-dot-3 {
            background-color: var(--nlu-cx-chat-wait-dot-background-color);
            width: var(--nlu-cx-chat-wait-dot-size);
            height: var(--nlu-cx-chat-wait-dot-size);
            margin-left: var(--nlu-cx-chat-wait-dot-distance);
            border-radius: 50%;
            animation-name: NLU-CX-chat-wait-dot-3-animation;
            animation-duration: var(--nlu-cx-chat-wait-dot-animation-duration);
            animation-iteration-count: infinite;
        }

@keyframes NLU-CX-chat-wait-dot-1-animation {
    0% {
        opacity: 0.2;
    }

    10% {
        opacity: 0.4;
    }

    20% {
        opacity: 0.6;
    }

    30% {
        opacity: 0.8;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes NLU-CX-chat-wait-dot-2-animation {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.6;
    }

    60% {
        opacity: 0.8;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes NLU-CX-chat-wait-dot-3-animation {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0.2;
    }

    70% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.6;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.1;
    }
}

.NLU-CX-chat .NLU-CX-chat-suggestion-button-container {
    width: 100%;
    position: relative;
}

.NLU-CX-chat .NLU-CX-chat-suggestion-button-placement {
    position: absolute;
    bottom: 16px;
    right: var(--nlu-cx-chat-suggestion-button-placement-horizontal);
}

.NLU-CX-chat .NLU-CX-chat-suggestion-button {
    width: var(--nlu-cx-chat-suggestion-button-size);
    height: var(--nlu-cx-chat-suggestion-button-size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-color: var(--nlu-cx-chat-suggestion-button-background-color);
    color: var(--nlu-cx-chat-suggestion-button-text-color);
    align-items: center;
    border-color: var(--nlu-cx-chat-suggestion-button-border-color);
    border-width: var(--nlu-cx-chat-suggestion-button-border-width);
    border-style: var(--nlu-cx-chat-suggestion-button-border-style);
    transition-duration: var(--nlu-cx-chat-suggestion-button-transition-duration);
    cursor: pointer;
}

    .NLU-CX-chat .NLU-CX-chat-suggestion-button:hover {
        width: var(--nlu-cx-chat-suggestion-button-size-onhover);
        height: var(--nlu-cx-chat-suggestion-button-size-onhover);
        background-color: var(--nlu-cx-chat-suggestion-button-background-color-onhover);
        color: var(--nlu-cx-chat-suggestion-button-text-color-onhover);
        border-color: var(--nlu-cx-chat-suggestion-button-border-color-onhover);
        border-width: var(--nlu-cx-chat-suggestion-button-border-width-onhover);
        border-style: var(--nlu-cx-chat-suggestion-button-border-style-onhover);
    }

    .NLU-CX-chat .NLU-CX-chat-suggestion-button svg {
        width: calc(var(--nlu-cx-chat-suggestion-button-size)/2);
        height: calc(var(--nlu-cx-chat-suggestion-button-size)/2);
        fill: currentColor;
        border: none;
    }

    .NLU-CX-chat .NLU-CX-chat-suggestion-button:hover svg {
        width: calc(var(--nlu-cx-chat-suggestion-button-size-onhover)/2);
        height: calc(var(--nlu-cx-chat-suggestion-button-size-onhover)/2);
    }

.NLU-CX-chat .NLU-CX-chat-suggestion-screen {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-header {
    background-color: var(--nlu-cx-chat-suggestion-screen-header-background-color);
    height: var(--nlu-cx-chat-suggestion-screen-header-height);
    min-height: var(--nlu-cx-chat-suggestion-screen-header-height);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: var(--nlu-cx-chat-suggestion-screen-header-padding-vertical) var(--nlu-cx-chat-suggestion-screen-header-padding-horizontal);
}

    .NLU-CX-chat .NLU-CX-chat-suggestion-screen-header,
    .NLU-CX-chat .NLU-CX-chat-suggestion-screen-header div,
    .NLU-CX-chat .NLU-CX-chat-suggestion-screen-header p,
    .NLU-CX-chat .NLU-CX-chat-suggestion-screen-header span {
        font-family: var(--nlu-cx-chat-suggestion-screen-header-font-family), var(--nlu-cx-chat-suggestion-screen-header-font-family-fallback);
        font-size: var(--nlu-cx-chat-suggestion-screen-header-font-size);
        color: var(--nlu-cx-chat-suggestion-screen-header-text-color);
    }

.NLU-CX-chat .NLU-CX-chat-suggestion-icon-container {
    padding-top: var(--nlu-cx-chat-suggestion-icon-container-padding-top);
}

.NLU-CX-chat .NLU-CX-chat-suggestion-icon {
    width: var(--nlu-cx-chat-suggestion-button-size);
    height: var(--nlu-cx-chat-suggestion-button-size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-color: var(--nlu-cx-chat-suggestion-button-background-color);
    color: var(--nlu-cx-chat-suggestion-button-text-color);
    align-items: center;
    border-color: var(--nlu-cx-chat-suggestion-button-border-color);
    border-width: var(--nlu-cx-chat-suggestion-button-border-width);
    border-style: var(--nlu-cx-chat-suggestion-button-border-style);
}

    .NLU-CX-chat .NLU-CX-chat-suggestion-icon svg {
        width: calc(var(--nlu-cx-chat-suggestion-button-size)/2);
        height: calc(var(--nlu-cx-chat-suggestion-button-size)/2);
        fill: currentColor;
        border: none;
    }

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-header-message {
    padding-left: var(--nlu-cx-chat-suggestion-screen-header-message-padding-left);
    flex-grow: 1;
}

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-close-button-container {
    display: flex;
}

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-close-button {
    width: var(--nlu-cx-chat-suggestion-screen-close-button-width);
    height: var(--nlu-cx-chat-suggestion-screen-close-button-height);
    overflow: hidden;
    padding: 0;
    font-family: monospace;
    font-size: var(--nlu-cx-chat-suggestion-screen-close-button-font-size);
}

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-starters {
    background-color: var(--nlu-cx-chat-suggestion-screen-starters-container-background-color);
    width: 100%;
    flex-grow: 1;
}

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-starters-container {
    margin: var(--nlu-cx-chat-suggestion-screen-starters-container-padding-vertical) var(--nlu-cx-chat-suggestion-screen-starters-container-padding-horizontal);
}

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-starters-title {
    font-size: var(--nlu-cx-chat-suggestion-screen-starters-title-font-size);
    color: var(--nlu-cx-chat-suggestion-screen-starters-title-text-color);
    font-family: var(--nlu-cx-chat-suggestion-screen-starters-title-font-family), var(--nlu-cx-chat-suggestion-screen-starters-title-font-family-fallback);
}

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-starters-list,
.NLU-CX-chat .NLU-CX-chat-suggestion-screen-starters-list div,
.NLU-CX-chat .NLU-CX-chat-suggestion-screen-starters-list p,
.NLU-CX-chat .NLU-CX-chat-suggestion-screen-starters-list span {
    font-family: var(--nlu-cx-chat-suggestion-screen-starters-font-family), var(--nlu-cx-chat-suggestion-screen-starters-font-family-fallback);
    font-size: var(--nlu-cx-chat-suggestion-screen-starters-font-size);
    cursor: pointer;
}

.NLU-CX-chat .NLU-CX-chat-suggestion-screen-starter {
    border-width: var(--nlu-cx-chat-suggestion-screen-starters-border-width);
    border-color: var(--nlu-cx-chat-suggestion-screen-starters-border-color);
    border-radius: var(--nlu-cx-chat-suggestion-screen-starters-border-radius);
    color: var(--nlu-cx-chat-suggestion-screen-starters-text-color);
    background-color: var(--nlu-cx-chat-suggestion-screen-starters-background-color);
    margin-right: var(--nlu-cx-chat-suggestion-screen-starters-distance-horizontal);
    margin-bottom: var(--nlu-cx-chat-suggestion-screen-starters-distance-vertical);
    padding: var(--nlu-cx-chat-suggestion-screen-starters-padding-vertical) var(--nlu-cx-chat-suggestion-screen-starters-padding-horizontal);
    display: var(--nlu-cx-chat-suggestion-screen-starters-display-type);
    border-style: solid;
    transition-duration: var(--nlu-cx-chat-suggestion-screen-starters-transition-duration);
}

    .NLU-CX-chat .NLU-CX-chat-suggestion-screen-starter:hover {
        border-width: var(--nlu-cx-chat-suggestion-screen-starters-border-width-onhover);
        border-color: var(--nlu-cx-chat-suggestion-screen-starters-border-color-onhover);
        border-radius: var(--nlu-cx-chat-suggestion-screen-starters-border-radius-onhover);
        color: var(--nlu-cx-chat-suggestion-screen-starters-text-color-onhover);
        background-color: var(--nlu-cx-chat-suggestion-screen-starters-background-color-onhover);
        padding: var(--nlu-cx-chat-suggestion-screen-starters-padding-vertical-onhover) var(--nlu-cx-chat-suggestion-screen-starters-padding-horizontal-onhover);
    }

.NLU-CX-chat .NLU-CX-chat-rating {
    float: left;
    background-color: var(--nlu-cx-chat-background-color);
}

    .NLU-CX-chat .NLU-CX-chat-rating > input {
        display: none;
    }

    .NLU-CX-chat .NLU-CX-chat-rating > label {
        float: right;
        width: calc(1em + var(--nlu-cx-chat-rating-distance));
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: var(--nlu-cx-chat-rating-font-size);
        color: var(--nlu-cx-chat-rating-unselected-color);
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-disabled > label {
        cursor: default;
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-stars > label:before {
        content: '★';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-stars > input[value="0"] + label:before {
        content: '☆';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="0"] + label:before {
        content: '⓪';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="1"] + label:before {
        content: '①';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="2"] + label:before {
        content: '②';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="3"] + label:before {
        content: '③';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="4"] + label:before {
        content: '④';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="5"] + label:before {
        content: '⑤';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="6"] + label:before {
        content: '⑥';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="7"] + label:before {
        content: '⑦';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="8"] + label:before {
        content: '⑧';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="9"] + label:before {
        content: '⑨';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="10"] + label:before {
        content: '⑩';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="11"] + label:before {
        content: '⑪';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="12"] + label:before {
        content: '⑫';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="13"] + label:before {
        content: '⑬';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="14"] + label:before {
        content: '⑭';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="15"] + label:before {
        content: '⑮';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="16"] + label:before {
        content: '⑯';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="17"] + label:before {
        content: '⑰';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="18"] + label:before {
        content: '⑱';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="19"] + label:before {
        content: '⑲';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-numbers > input[value="20"] + label:before {
        content: '⑳';
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-highlight-discrete:not(.NLU-CX-chat-rating-disabled) > label:hover {
        color: var(--nlu-cx-chat-rating-highlight-color);
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-highlight-discrete > input:checked + label {
        color: var(--nlu-cx-chat-rating-selected-color);
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-highlight-continuous:not(.NLU-CX-chat-rating-disabled) > label:hover,
    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-highlight-continuous:not(.NLU-CX-chat-rating-disabled) > label:hover ~ label {
        color: var(--nlu-cx-chat-rating-highlight-color);
    }

    .NLU-CX-chat .NLU-CX-chat-rating.NLU-CX-chat-rating-highlight-continuous > input:checked ~ label {
        color: var(--nlu-cx-chat-rating-selected-color);
    }

.NLU-CX-chat .NLU-CX-chat-modal-background {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
}

.NLU-CX-chat .NLU-CX-chat-modal {
    position: absolute;
    display: flex;
    flex-direction: column;
}

    .NLU-CX-chat .NLU-CX-chat-modal.NLU-CX-chat-modal-right {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
    }

    .NLU-CX-chat .NLU-CX-chat-modal.NLU-CX-chat-modal-left {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0;
    }

.NLU-CX-chat .NLU-CX-chat-modal-right-resize {
    background-color: transparent;
    width: 5px;
    height: 100%;
    position: absolute;
    cursor: ew-resize;
}

.NLU-CX-chat .NLU-CX-chat-modal-left-resize {
    background-color: transparent;
    width: 5px;
    height: 100%;
    position: absolute;
    cursor: ew-resize;
}

.NLU-CX-chat .NLU-CX-chat-modal-corner-resize {
    background-color: transparent;
    width: 10px;
    height: 10px;
    position: absolute;
    cursor: nwse-resize;
}

.NLU-CX-chat .NLU-CX-chat-modal-bottom-resize {
    background-color: transparent;
    width: 100%;
    height: 5px;
    position: absolute;
    cursor: ns-resize;
}

.NLU-CX-chat .NLU-CX-chat-modal-header {
    padding: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.3);
    background-color: var(--nlu-cx-chat-modal-header-background-color);
    color: var(--nlu-cx-chat-modal-header-text-color);
    border-radius: 0.3rem 0.3rem 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.NLU-CX-chat-modal-header-title {
}

.NLU-CX-chat-modal-header-close-button {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    font-family: inherit;
    font-size: inherit;
}

.NLU-CX-chat .NLU-CX-chat-modal-content {
    border-radius: 0 0 0.3rem 0.3rem;
    flex-grow: 1;
}

.NLU-CX-chat .NLU-CX-chat-system-message {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
    font-family: var(--nlu-cx-chat-system-message-font-family), var(--nlu-cx-chat-system-message-font-family-fallback);
    font-size: var(--nlu-cx-chat-system-message-font-size);
    color: var(--nlu-cx-chat-system-message-text-color);
    background-color: var(--nlu-cx-chat-system-message-background-color);
    border-width: var(--nlu-cx-chat-system-message-border-width);
    border-color: var(--nlu-cx-chat-system-message-border-color);
    border-radius: var(--nlu-cx-chat-system-message-border-radius);
    border-style: var(--nlu-cx-chat-system-message-border-style);
}

    .NLU-CX-chat .NLU-CX-chat-system-message:before, .NLU-CX-chat .NLU-CX-chat-system-message:after {
        content: "";
        display: inline-block;
        width: 50%;
        vertical-align: var(--nlu-cx-chat-system-message-sideline-position);
        border-bottom-width: var(--nlu-cx-chat-system-message-sideline-width);
        border-bottom-style: var(--nlu-cx-chat-system-message-sideline-style);
        border-bottom-color: var(--nlu-cx-chat-system-message-sideline-color);
        margin: 0 .5em 0 -55%;
    }

    .NLU-CX-chat .NLU-CX-chat-system-message:after {
        margin: 0 -55% 0 .5em;
    }

.NLU-CX-chat .NLU-CX-chat-system-message-content {
    display: inline-block;
    vertical-align: middle;
}

.NLU-CX-chat-start-button-tooltiptext {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: opacity var(--nlu-cx-chat-start-button-hover-message-animation-duration);
    display: block;
    color: var(--nlu-cx-chat-start-button-hover-message-text-color);
    background-color: var(--nlu-cx-chat-start-button-hover-message-background-color);
    width: var(--nlu-cx-chat-start-button-hover-message-width);
    /* height: var(--nlu-cx-chat-start-button-hover-message-height);*/
    font-size: var(--nlu-cx-chat-start-button-hover-message-font-size);
    font-family: var(--nlu-cx-chat-start-button-hover-message-font-familly), var(--nlu-cx-chat-start-button-hover-message-font-familly-fallback);
    border-width: var(--nlu-cx-chat-start-button-hover-message-border-width);
    border-color: var(--nlu-cx-chat-start-button-hover-message-border-color);
    border-radius: var(--nlu-cx-chat-start-button-hover-message-border-radius);
    border-style: var(--nlu-cx-chat-start-button-hover-message-border-style);
    padding: var(--nlu-cx-chat-start-button-hover-message-padding-vertical) var(--nlu-cx-chat-start-button-hover-message-padding-horizontal);
    margin-left: var(--nlu-cx-chat-start-button-hover-message-distance-horizontal);
    margin-top: var(--nlu-cx-chat-start-button-hover-message-distance-vertical);
    z-index: 100;
}

.NLU-CX-chat-start-button:hover .NLU-CX-chat-start-button-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.NLU-CX-chat-start-button {
    background-image: var(--nlu-cx-chat-start-button-image-url);
    background-size: cover;
    width: var(--nlu-cx-chat-start-button-width);
    height: var(--nlu-cx-chat-start-button-height);
    background-color: var(--nlu-cx-chat-start-button-background-color);
    border-radius: var(--nlu-cx-chat-start-button-radius);
    cursor: pointer;
    border-width: 0;
}

.NLU-CX-chat-slot-checkbox {
    width: var(--nlu-cx-chat-slot-checkbox-width);
    height: var(--nlu-cx-chat-slot-checkbox-height);
    accent-color: var(--nlu-cx-chat-slot-checkbox-accent-color);
}

.NLU-CX-chat-slot-textbox {
    border-color: var(--nlu-cx-chat-slot-textbox-border-color);
    border-width: var(--nlu-cx-chat-slot-textbox-border-width);
    color: var(--nlu-cx-chat-slot-textbox-text-color);
    font-size: var(--nlu-cx-chat-slot-textbox-font-size);
    padding: var(--nlu-cx-chat-slot-textbox-padding-vertical) var(--nlu-cx-chat-slot-textbox-padding-horizontal);
}

.NLU-CX-chat-slot-date {
    border-color: var(--nlu-cx-chat-slot-date-border-color);
    border-width: var(--nlu-cx-chat-slot-date-border-width);
    color: var(--nlu-cx-chat-slot-date-text-color);
    font-size: var(--nlu-cx-chat-slot-date-font-size);
}

.NLU-CX-chat-slot-radio-options {
    display: var(--nlu-cx-chat-slot-radio-options-display);
}

    .NLU-CX-chat-slot-radio-options input {
        margin: var(--nlu-cx-chat-slot-radio-options-margin-vertical) var(--nlu-cx-chat-slot-radio-options-margin-horizontal);
    }

    .NLU-CX-chat-slot-radio-options label {
        font-size: var(--nlu-cx-chat-slot-radio-options-font-size);
        color: var(--nlu-cx-chat-slot-radio-options-color);
    }

.NLU-CX-chat-slot-list-options {
    border-width: var(--nlu-cx-chat-slot-list-options-border-width);
    border-color: var(--nlu-cx-chat-slot-list-options-border-color);
    border-radius: var(--nlu-cx-chat-slot-list-options-border-radius);
    color: var(--nlu-cx-chat-slot-list-options-text-color);
    font-size: var(--nlu-cx-chat-slot-list-options-font-size);
}

.NLU-CX-chat-slot-label {
    color: var(--nlu-cx-chat-slot-label-text-color);
    font-size: var(--nlu-cx-chat-slot-label-font-size);
    padding: var(--nlu-cx-chat-slot-label-padding-vertical) var(--nlu-cx-chat-slot-label-padding-horizontal);
}

.NLU-CX-chat .NLU-CX-chat-slot-button {
    border-width: var(--nlu-cx-chat-slot-button-border-width);
    border-color: var(--nlu-cx-chat-slot-button-border-color);
    border-radius: var(--nlu-cx-chat-slot-button-border-radius);
    color: var(--nlu-cx-chat-slot-button-text-color);
    background-color: var(--nlu-cx-chat-slot-button-background-color);
    margin-right: var(--nlu-cx-chat-slot-button-distance-horizontal);
    margin-bottom: var(--nlu-cx-chat-slot-button-distance-vertical);
    padding: var(--nlu-cx-chat-slot-button-padding-vertical) var(--nlu-cx-chat-slot-button-padding-horizontal);
    display: var(--nlu-cx-chat-slot-button-display-type);
    border-style: solid;
    cursor: pointer;
    flex: 0 0 auto;
    transition-duration: var(--nlu-cx-chat-slot-button-transition-duration);
}


.NLU-CX-chat input[type=file]::file-selector-button {
    border-width: var(--nlu-cx-chat-slot-button-border-width);
    border-color: var(--nlu-cx-chat-slot-button-border-color);
    border-radius: var(--nlu-cx-chat-slot-button-border-radius);
    color: var(--nlu-cx-chat-slot-button-text-color);
    background-color: var(--nlu-cx-chat-slot-button-background-color);
    margin-right: var(--nlu-cx-chat-slot-button-distance-horizontal);
    margin-bottom: var(--nlu-cx-chat-slot-button-distance-vertical);
    padding: var(--nlu-cx-chat-slot-button-padding-vertical) var(--nlu-cx-chat-slot-button-padding-horizontal);
    display: var(--nlu-cx-chat-slot-button-display-type);
    border-style: solid;
    cursor: pointer;
    flex: 0 0 auto;
    transition-duration: var(--nlu-cx-chat-slot-button-transition-duration);
}

.NLU-CX-chat .NLU-CX-chat-slot-button:hover {
    border-width: var(--nlu-cx-chat-slot-button-border-width-onhover);
    border-color: var(--nlu-cx-chat-slot-button-border-color-onhover);
    border-radius: var(--nlu-cx-chat-slot-button-border-radius-onhover);
    color: var(--nlu-cx-chat-slot-button-text-color-onhover);
    background-color: var(--nlu-cx-chat-slot-button-background-color-onhover);
    padding: var(--nlu-cx-chat-slot-button-padding-vertical-onhover) var(--nlu-cx-chat-slot-button-padding-horizontal-onhover);
}

.NLU-CX-chat .NLU-CX-chat-slot-button-disabled {
    border-width: var(--nlu-cx-chat-slot-button-border-width);
    border-color: var(--nlu-cx-chat-slot-button-border-color);
    border-radius: var(--nlu-cx-chat-slot-button-border-radius);
    color: var(--nlu-cx-chat-slot-button-text-color);
    background-color: var(--nlu-cx-chat-slot-button-background-color);
    margin-right: var(--nlu-cx-chat-slot-button-distance-horizontal);
    margin-bottom: var(--nlu-cx-chat-slot-button-distance-vertical);
    padding: var(--nlu-cx-chat-slot-button-padding-vertical) var(--nlu-cx-chat-slot-button-padding-horizontal);
    display: var(--nlu-cx-chat-slot-button-display-type);
    border-style: solid;
    flex: 0 0 auto;
}

.NLU-CX-chat .NLU-CX-chat-outofschedule-screen {
    font-family: var(--nlu-cx-chat-outofschedule-screen-font-family), var(--nlu-cx-chat-outofschedule-screen-font-family-fallback);
    font-size: var(--nlu-cx-chat-outofschedule-screen-font-size);
    color: var(--nlu-cx-chat-outofschedule-screen-text-color);
    background-color: var(--nlu-cx-chat-outofschedule-screen-background-color);
    padding: var(--nlu-cx-chat-outofschedule-screen-padding-vertical) var(--nlu-cx-chat-outofschedule-screen-padding-horizontal);
    overflow: hidden;
    width: 100%;
    flex: 1 1 auto;
}

.NLU-CX-chat .NLU-CX-chat-loader {
    margin: 0px;
    padding: 0px;
    z-index: 30001;
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
}

@keyframes NLU-CX-chat-loader-animation {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.NLU-CX-chat .NLU-CX-chat-loader-animation-container {
    width: 100px;
    height: 100px;
}

    .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation {
        position: relative;
        transform: translateZ(0) scale(1);
        backface-visibility: hidden;
        transform-origin: 0 0;
    }

        .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div {
            left: 47px;
            top: 24px;
            position: absolute;
            animation: NLU-CX-chat-loader-animation linear 1s infinite;
            background: #aaaaaa;
            width: 6px;
            height: 12px;
            border-radius: 3px / 6px;
            transform-origin: 3px 26px;
            box-sizing: content-box;
        }

            .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div:nth-child(1) {
                transform: rotate(0deg);
                animation-delay: -0.875s;
                background: #aaaaaa;
            }

            .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div:nth-child(2) {
                transform: rotate(45deg);
                animation-delay: -0.75s;
                background: #aaaaaa;
            }

            .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div:nth-child(3) {
                transform: rotate(90deg);
                animation-delay: -0.625s;
                background: #aaaaaa;
            }

            .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div:nth-child(4) {
                transform: rotate(135deg);
                animation-delay: -0.5s;
                background: #aaaaaa;
            }

            .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div:nth-child(5) {
                transform: rotate(180deg);
                animation-delay: -0.375s;
                background: #aaaaaa;
            }

            .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div:nth-child(6) {
                transform: rotate(225deg);
                animation-delay: -0.25s;
                background: #aaaaaa;
            }

            .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div:nth-child(7) {
                transform: rotate(270deg);
                animation-delay: -0.125s;
                background: #aaaaaa;
            }

            .NLU-CX-chat .NLU-CX-chat-loader-animation-container .NLU-CX-chat-loader-animation div:nth-child(8) {
                transform: rotate(315deg);
                animation-delay: 0s;
                background: #aaaaaa;
            }
