CSS to change chat window background colour

CSS to change chat window background colour:

/* custom background color to chat window /
.surveysparrow-chat__split-layer{
background: #b7fffc;
/
apply your color here */
}
.surveysparrow-chat-userinput{
background: transparent;
}