.chatApp {
    --sc-color-primary: #d53434;
    --sc-color-info: #dc3545;
    --sc-color-default: #000;
    --sc-color-bot: linear-gradient(to bottom right,#000,#dc3545);
    --sc-text-color-primary: #05f;
    --sc-welcome-panel-left-color: linear-gradient(to top,#000,#dc3545);
    --sc-welcome-panel-chat-with-team-color: #00008b;
    --sc-welcome-panel-chat-with-team-boder: none;
    --sc-welcome-panel-new-conversation-color: #00008b;
    --sc-welcome-panel-new-conversation-border: none;
    --sc-welcome-panel-chat-with-team-bg: #e2ddd9;
    --sc-welcome-panel-bot-message-color: #05f;
    --sc-welcome-panel-right-color: #fff;
    --sc-welcome-panel-right-bg: linear-gradient(to top,#000,#dc3545);
    --sc-main-bg: linear-gradient(to top,#000,#dc3545);
    --sc-panel-bg: linear-gradient(to bottom right,#77a5ef,#3669d5);
    --client-connection-form-bg: linear-gradient(to top,#000,#dc3545);
    --client-chat-form-bg: linear-gradient(to top,#000,#dc3545);
    --client-chat-form-message-list-bg: linear-gradient(to top,#000,#dc3545);
    --tool-bar-color: #fff;
    --sc-message-bubble-right-bg: #dc3545;
    --sc-message-bubble-right-color: #fff;
    --sc-message-bubble-left-bg: #fff;
    --sc-message-bubble-left-color: #000;
    --sc-main-font-color: #fff;
    --bs-body-font-family: Montserrat, sans-serif;
}

/*# sourceMappingURL=colorful.theme.min.css.map */
