:root {
  --brand-1: #4c8ae4;
  --brand-2: #46abff;
  --brand-3: #41a0ee;
  --marked-color: #000000;
  --btn-primary-color: #ffffff;
}
.ChatApp,
.MessageContainer,
.Navbar,
.Message .Bubble,
.QuickReplies,
.ChatFooter {
  background-repeat: no-repeat;
  background-size: cover;
}
.ChatApp {
  background-color: #f2f2f2;
}
.Navbar-title {
  color: rgba(231, 163, 163, 0.87);
}
.Message.right .Bubble {
  color: rgba(0, 0, 0, 0.87);
}
