#webchat .rw-launcher, #webchat .rw-header, #webchat .rw-close-button, #webchat .rw-client, #webchat .rw-avatar {
    background-color: #1467a1 !important;
}

.rw-conversation-container .rw-title.rw-with-avatar {
    color: white !important;
}
.rw-conversation-container {
  width: 560px;
}

@media screen and (max-width: 800px){
.rw-conversation-container {
  width: 100%;
}
}

@media screen and (min-width: 800px){
.rw-messages-container {
    height: 610px;
    max-height: 50vh;
}}

@media (min-width:1000px) {
#webchat .rw-widget-container.rw-chat-open .rw-conversation-container {
  width:700px;
}}
.rw-widget-container .rw-conversation-container li:last-child {
  margin-bottom: 1em;
}
