CSS to make the chat interface colour transparent

This CSS code will make the chat widget transparent to the background image/colour.

.surveysparrow-chat__split-layer {
background: transparent;
}