:root {
  --push-message: #ffab2c !important;
  --widgetHeight: 75%;
  --widgetWidth: 380px;
  --launcherHeight: 75px;
  --launcherWidth: 75px;
  --userMessageTextColor: #fff !important;
  --chatBackgroundColor: #ece8e8 !important; 
  --botMessageTextColor: #e78b00 !important;
  --botMessageBubbleColor: #ffff !important;
  --fullScreenBotMessageBubbleColor: #ffffff !important;
}
body {
  --quickRepliesFontColor: #ffffff !important;
  --quickRepliesBorderColor: #2ca5a5 !important;
  --quickRepliesBackgroundColor: #2ca5a5 !important;
  --inputBackgroundColor: #ffffff !important;
  --titleColor: #ffffff !important;
  --subtitleColor: #ffffff !important;
  --headerBackgroundColor: #fca015 !important;
  --userMessageBubbleColor: #2ca5a5 !important;
}

.push-close {
  filter: brightness(0) invert(1) !important;
}

.push-launcher > img {
  filter: brightness(0) invert(1) !important;
}

.push-toggle-fullscreen-button > img {
  filter: brightness(0) invert(1) !important;
}

.push-message-text p {
  font-weight: bold !important;
}

/* balao do widget */

/* parâmetros para customizar
                // titleColor: "#",
                // subtitleColor: "#",
                // inputFontColor: '#',
                // launcherHeight: "70px",
                // launcherWidth: "70px",
                // widgetHeight: "75%",
                // widgetWidth: "",
                headerBackgroundColor: "#FFD400",
                launcherColor: "#FFD400",
                userMessageBubbleColor: "#FFD400",
                // chatBackgroundColor: "#F2F2F2",
                // botMessageBubbleColor: "#fcbb76",
                // botMessageTextColor: "#fff",
                // userMessageBubbleColor: "#fff",
                // userMessageTextColor: "#fcbb76",
                // quickRepliesFontColor: "#00416b",
                // quickRepliesBorderColor: "#F18F03",
                // inputBackgroundColor: "#fcbb76",
                // inputPlaceholderColor: "#fff",
                //  quickRepliesBackgroundColor: "#",
                //  quickRepliesBorderWidth: "#"
*/