.vc-chat {
  --green: #4f7edb;
  --navy: #2f5fb3;
  --ink: #17304f;
  --muted: #6f7f96;
  --line: #d7e2f3;
}

.vc-chat-mark {
  background: #ff5000;
  color: #fff;
}

.vc-chat-send,
.vc-chat-launch {
  background: #ff5000;
}

.vc-chat-send:hover,
.vc-chat-launch:hover {
  background: #df4600;
}

.vc-chat-message.mine article {
  background: #dce8fb;
}

.vc-chat-tabs button.is-active {
  border-color: #4f7edb;
  color: #2f5fb3;
}

.vc-chat-telegram-help {
  border-color: #c8d8f0;
  background: #f1f6fd;
}
