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

.rw-launcher {
  width: 180px !important;
  border-top-left-radius: 5pt !important;
  border-top-right-radius: 5pt !important;
  border-bottom-right-radius: 5pt !important;
  border-bottom-left-radius: 5pt !important;
}
.rw-launcher .rw-tooltip-body.first-message {
    display: none;
}
.rw-launcher img {
  float: right !important;
  width: 15% !important;
}
.rw-open-launcher__container::before {
  content: "Vragen? Chat met ons!" !important;
  color: black !important;
  font-family: sans-serif !important;
  font-size: 10pt !important;
  vertical-align: -50% !important;
}

/* Landelijke CSS-aanpassingen */
/* Show chat widget larger in fullscreen mode */
@media (min-width:1000px) {#webchat .rw-widget-container.rw-chat-open .rw-conversation-container {width:800px;}}
/*  White line after last list item*/
.rw-widget-container .rw-conversation-container li:last-child {margin-bottom: 1em;}
/*  Show numbered lists as numbers */
.rw-widget-container .rw-conversation-container ol li { list-style-type: decimal;}
/* Show close button in top right corner */
.rw-conversation-container .rw-close-button {display:block; border: 0;}
.rw-conversation-container .rw-close-button img {width:20px; height:20px;}
/* Better alignment wide text balloons irl to avatar */
.rw-from-response > .rw-with-avatar > div {max-width:92%; min-width:60%}
.rw-from-response > .rw-with-avatar:first-of-type > div {max-width:90%; min-width:50%}
