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

.rw-launcher {
  width: 180px;
  border-top-left-radius: 5pt;
  border-top-right-radius: 5pt;
  border-bottom-right-radius: 5pt;
  border-bottom-left-radius: 5pt;
}
#webchat .rw-tooltip-body.initial-msg {
  display: none;
}
.rw-launcher img {
  float: right;
  width: 15%;
}
.rw-open-launcher__container::before {
  content: "Vragen? Chat met ons!";
  color: white;
  font-family: sans-serif;
  font-size: 9.5pt;
  vertical-align: -50%;
}
