.zbac-delivery-button {
  cursor: pointer !important;
}
.zbac-msg-row {
  display: flex;
  margin: 8px 12px;
  clear: both;
}
.zbac-msg-user {
  justify-content: flex-end;
}
.zbac-msg-bot {
  justify-content: flex-start;
}
.zbac-msg-bubble {
  max-width: 82%;
  border-radius: 16px;
  padding: 10px 13px;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
  white-space: normal;
}
.zbac-msg-user .zbac-msg-bubble {
  background: #287a2e;
  color: #fff;
  border-bottom-right-radius: 6px;
}
.zbac-msg-bot .zbac-msg-bubble {
  background: #fff;
  color: #28332b;
  border: 1px solid rgba(0,0,0,.08);
  border-bottom-left-radius: 6px;
}
