/* Minification failed. Returning unminified contents.
(4,23): run-time error CSS1039: Token not allowed after unary operator: '-lwc-fontFamily'
(46,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(47,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(50,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(103,18): run-time error CSS1039: Token not allowed after unary operator: '-cb-button-size'
(104,17): run-time error CSS1039: Token not allowed after unary operator: '-cb-button-size'
(125,30): run-time error CSS1039: Token not allowed after unary operator: '-cb-shadow'
 */
/**** begin of chatbot stylesheet ****/

#chatbotParent * {
    font-family: var(--lwc-fontFamily,"Arial"),sans-serif !important;
}

#chatbotParent .dockableContainer {
    max-width: 360px;
    max-height: 600px;
    right: 8px;
}

#chatbotLanguageChangeDialog .nwaModalDialogContent,
#chatbotRegionChangeDialog .nwaModalDialogContent,
#chatbotForumDialog .nwaModalDialogContent,
#chatbotOnLoginDialog .nwaModalDialogContent {
    font-size: 12px !important;
    line-height: 18px !important;
}

#chatbotLanguageChangeDialog + .ui-dialog-buttonpane button,
#chatbotRegionChangeDialog + .ui-dialog-buttonpane button,
#chatbotForumDialog + .ui-dialog-buttonpane button,
#chatbotOnLoginDialog + .ui-dialog-buttonpane button {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 18px !important;
    height: 20px !important;
    border-radius: 2px !important;
    padding: 1px 3px !important;
}

    #chatbotLanguageChangeDialog + .ui-dialog-buttonpane button:last-child,
    #chatbotRegionChangeDialog + .ui-dialog-buttonpane button:last-child,
    #chatbotForumDialog + .ui-dialog-buttonpane button:last-child,
    #chatbotOnLoginDialog + .ui-dialog-buttonpane button:last-child {
        background-color: #999 !important;
    }

.chatbotVersionPanel {
    margin-right: 72px !important;
}

/* USA chatbot styles: */
.chatbot-moe-parent {
    --lwc-fontFamily: siemens sans;
    --cb-header-height: 56px;
    --cb-footer-height: 54px;
    --cb-shadow: 0 5px 2px rgba(0, 0, 0, .12);
    --cb-button-size: 58px;
}

    .chatbot-moe-parent .moeHelpButton {
        top: auto;
        bottom: 0;
        z-index: 992;
    }

    .chatbot-moe-parent button {
        cursor: pointer;
    }

.moeHelpButton {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    z-index: 999;
    font-family: sans-serif;
}

.chatbot-moe-parent.cb-button-moe.show-animation .minimizedContainer.embeddedServiceSidebarMinimizedDefaultUI, .chatbot-moe-parent.cb-button-moe.show-animation .moeHelpButton .helpButton {
    animation-delay: 3s;
    animation-duration: 0s;
}

.chatbot-moe-parent.cb-button-moe .moeHelpButton .helpButton {
    right: 0;
    bottom: 0 !important;
    background-image: url(chatbot-button-moe.svg);
}

    .chatbot-moe-parent.cb-button-moe .moeHelpButton .helpButton:hover {
        background-image: url(chatbot-button-moe-hover.svg);
    }

    .chatbot-moe-parent.cb-button-moe .moeHelpButton .helpButton:active, .chatbot-moe-parent.cb-button-moe .moeHelpButton .helpButton:focus, .chatbot-moe-parent.cb-button-moe .moeHelpButton .helpButton:focus-within {
        background-image: url(chatbot-button-moe-active.svg);
    }

.chatbot-moe-parent.show-animation .minimizedContainer.embeddedServiceSidebarMinimizedDefaultUI, .chatbot-moe-parent.show-animation .moeHelpButton .helpButton {
    animation-name: blend-in;
    animation-duration: .75s;
    animation-timing-function: ease-in-out;
}

.chatbot-moe-parent .moeHelpButton .helpButton {
    /*right: 8px;
    bottom: -2px !important;*/
    height: var(--cb-button-size);
    width: var(--cb-button-size);
    /*background-image: url(chatbot-button.16989220de1c3fcd.svg);*/
    background-size: cover;
    will-change: background-image;
}

.moeHelpButton .helpButton {
    position: fixed;
    bottom: 12px;
    right: 12px;
    height: 46px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.chatbot-moe-parent .moeHelpButton .helpButton .uiButton {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    box-shadow: none;
    filter: drop-shadow(var(--cb-shadow));
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    background: transparent;
    border: none;
}

.moeHelpButton .moeIcon {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    vertical-align: top;
}

.chatbot-moe-parent .moeHelpButton .helpButton .uiButton .helpButtonLabel {
    display: none;
}

.moeHelpButton .assistiveText {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.moeHelpButton .uiButton .helpButtonLabel .message {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**** end of chatbot stylesheet ****/

