/* Minification failed. Returning unminified contents.
(4,23): run-time error CSS1039: Token not allowed after unary operator: '-lwc-fontFamily'
 */
/**** 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;
}

/**** end of chatbot stylesheet ****/

