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