CSS to make the background transparent in chat surveys:
/* custom background color to chat window */
.surveysparrow-chat__split-layer{
/adjust transparency with values ranging from 0 to 1;/
background: rgba(255, 255, 255, 0.5);
}
.surveysparrow-chat-userinput{
background: transparent;
}