:root {
  // chatGPT聊天窗问题模板文字颜色
  --te-chat-model-text: #191919;
  // chatGPT聊天窗问题模板下拉图标颜色
  --te-chat-model-dropdown-icon: #808080;
  // chatGPT聊天窗右上角图标颜色
  --te-chat-model-icon: #191919;
  // chatGPT聊天窗问题模板文字边框颜色
  --te-chat-model-text-border: #cbcbcb;
  // chatGPT聊天窗用户头像边框色
  --te-chat-model-avatar-border: #dfe1e6;
  // chatGPT聊天窗AI聊天文字背景
  --te-chat-model-ai-text-bg: #ffffff;
  // chatGPT聊天窗AI聊天文字背景边框
  --te-chat-model-ai-text-border: #dbdbdb;
  // chatGPT聊天窗AI聊天文字
  --te-chat-model-ai-text: #191919;
  // chatGPT聊天窗AI连接失败文字背景
  --te-chat-model-ai-fail-text-bg: #feeaeb;
  // chatGPT聊天窗AI连接失败文字背景边框
  --te-chat-model-ai-fail-text-border: #dc544f;
  // chatGPT聊天窗AI连接失败文字
  --te-chat-model-ai-fail-text: #191919;
  // chatGPT聊天窗用户聊天文字背景
  --te-chat-model-user-text-bg: rgba(20, 118, 255, 0.12);
  // chatGPT聊天窗用户聊天文字边框
  --te-chat-model-user-text-border: #dbdbdb;
  // chatGPT聊天窗用户聊天文字
  --te-chat-model-user-text: #191919;
  // chatGPT聊天窗标题文字
  --te-chat-model-title: #333333;
  // chatGPT聊天窗基础图标
  --te-chat-model-common-icon: #8a887b;
  // chatGPT聊天窗输入框背景
  --te-chat-model-input-bg: #eeeeee;
  // chatGPT聊天窗输入框背景
  --te-chat-model-input-border: rgb(129, 168, 255);
  // chatGPT聊天窗发送按钮背景渐变色
  --te-chat-model-button-bg-1: rgba(96, 140, 255, 0.8);
  --te-chat-model-button-bg-2: rgba(169, 117, 255, 0.8);
  --te-chat-model-button-bg-3: rgba(177, 136, 255, 0.8);
  // chatGPT聊天窗发送按钮边框
  --te-chat-model-button-border: #1476ff;
  // chatGPT聊天窗发送按钮文字
  --te-chat-model-button-text: #ffffff;
  // chatGPT背景渐变色
  --te-chat-bg-top-color: rgb(227, 236, 255);
  --te-chat-bg-mid-color: rgb(236, 245, 255);
  --te-chat-bg-bottom-color: rgb(255, 255, 255);
  // chatGPT聊天窗背景色
  --te-chat-model-bg: #ffffff;
  // chatGPT聊天窗小助手文字颜色
  --te-chat-model-helper-text: #808080;
  // chatGPT聊天窗问题提示字体颜色
  --te-chat-model-tips-text: #595959;
  // chatGPT聊天窗问题提示背景颜色
  --te-chat-model-tips-bg: #f5f5f5;

  // chatGPT加载
  --te-chat-loading-svg-color: #1476ff;
  --te-chat-loading-text-color: #595959;

  // chatGPT model-popover
  --te-chat-model-popover-bg: #fff;
  --te-chat-model-popover-color: #191919;
  --te-chat-model-popover-active-bg: #f5f5f5;
}