Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:
/*Change color of the bot message background */
.es-message-assistant .es-message-background {
background-color: violet;
}
/*Change color of the tail in the bot message */
.es-message-assistant .es-message-tail {
fill: violet;
}