/* ChatLola Medical Theme */
.chatlola-header {
  background: #00796B;
}
.chatlola-message.bot {
  background: #E0F2F1;
  color: #004D40;
}
.chatlola-suggestion {
  background: #B2DFDB;
  color: #00796B;
}
.chatlola-input-row button {
  background: #00796B;
}
.chatlola-input-row button:hover {
  background: #004D40;
} 