:root {
  --primary: #07c160;
  --primary-dark: #06ae56;
  --primary-light: #e8f8f0;
  --bg-sidebar: #2c2c2c;
  --bg-conv-panel: #f7f7f7;
  --bg-chat: #ededed;
  --bg-msg-out: #95ec69;
  --bg-msg-in: #ffffff;
  --text-msg-out: #000000;
  --text-msg-in: #000000;
  --avatar-radius: 6px;
  --msg-radius: 8px;
  --conv-item-hover: #ebebeb;
  --conv-item-active: #d4edda;
  --input-bg: #ffffff;
  --border-color: #e5e5e5;
  --tabbar-bg: #f7f7f7;
  --tabbar-active: #07c160;
  --sidebar-icon-active: #07c160;
}
