/*ApiPost 颜色变量 - 样式设置文件*/
:root {

  /* New apipost css reset start */

  /* --theme-color: #EC663C; */
  --theme-color: #006ED8;

  --base-color-brand: #ff6c37;
  --base-color-info: #097bed;
  --base-color-error: #eb2013;
  --base-color-success: #0cbb52;
  --base-color-warning: #ffb400;

  --background-color-primary: #212121;
  --background-color-secondary: #262626;
  --background-color-tertiary: #2b2b2b;
  --background-modal-backdrop: rgba(0, 0, 0, 0.7);

  --content-color-primary: #ffffff;
  /* --content-color-secondary: #a6a6a6; */
  --content-color-secondary: #c4c4c4;
  /* --content-color-secondary: #666666; */
  --content-color-constant: #ffffff;
  --content-color-tertiary: #6B6B6B;

  --border-color-default: #303030;
  --border-color-strong: #3b3b3b;

  --highlight-background-color-brand: #e05320;
  --highlight-background-color-info: #0265d2;
  --highlight-background-color-primary: #303030;
  --highlight-background-color-secondary: #303030;
  --highlight-background-color-tertiary: #3b3b3b;

  --scrollbar-thumb-background-color: #3B3B3B;
  --scrollbar-track-background-color: #2B2B2B;

  --shadow-default: 0px 2px 8px 0px rgba(0, 0, 0, 0.65);

  --text-select-color: rgb(91 127 165);

  /* 浅色模式/按钮 */
  --text-lightmode-color: #3A86FF;

  --text-weight-regular: 400;
  --text-weight-medium: 600;
  --text-weight-bold: 600;

  /* New apipost css reset end */

  /* 删除红 */
  --delete-red: #FF4C4C;
  /* 运行绿 */
  --run-green: #3CC071;
  /* 一致白 */
  --common-white: #FFFFFF;
  /* 主题橙 */
  /* --theme-color: #EC663C; */
  --theme-color: #006ED8;
  /* 操作日志 */
  /* 标签蓝 */
  --log-blue: #3A86FF;
  /* 标签绿 */
  --log-green: #3CC071;
  /* 标签橘 */
  --log-orange: #EC663C;
  /* 标签青 */
  --log-cyan: #35CAAF;
  /* 首页数据 */
  /* 数字1 */
  --index-1: #4D91FF;
  /* 数字2 */
  --index-2: #35CAAF;
  /* 数字3 */
  --index-3: #FF7043;
  /* 数字4 */
  --index-4: #00ACD7;
  /* 头像hover */
  --avatar: rgba(32, 33, 34, 0.2);
  /* 运行绿 */
  --run-green: #3CC071;
  /* 错误红 */
  --run-red: #C03C3C;
  /* 头像灰 */
  --avatar-grey: #9E9E9E;


  /* 暗黑模式 */
  --bg-1: #1A1A1D;
  --bg-2: #1F2023;
  --bg-3: #27272B;
  --bg-4: #39393D;
  --bg-5: #303033;
  --bg-6: #444448;
  --bg-7: #26263C;
  /* 字体 */
  --font-color: #C4C4C4;
  /* icon */
  --icon-color: #C4C4C4;
  --font-1: #F3F3F3;
  --font-2: #666666;
  --font-3: #999999;
  --select: rgba(255, 255, 255, 0.08);
  --shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);




  /* 背景 */
  --bg: #0A0A20;
  /* 模块 */
  --module: #13132B;
  /* 主题色 */
  --theme-color: #4052EC;
  /* 辅色1 */
  --sub-color-1: #4CCB7E;
  /* 辅色1 10% */
  --sub-color-1-10: rgba(76, 203, 126, 0.1);
  /* 辅色2 */
  --sub-color-2: #67C5F6;
  /* 辅色2 10% */
  --sub-color-2-10: rgba(103, 197, 246, 0.1);
  /* 辅色3 */
  --sub-color-3: #7B40F2;
  /* 辅色3 10% */
  --sub-color-3-10: rgba(123, 64, 242, 0.1);
  /* 辅色4 */
  --sub-color-4: #ED7847;
  /* 辅色4 10% */
  --sub-color-4-10: rgba(237, 120, 71, 0.1);
  /* 辅色5 */
  --sub-color-5: #CF515E;
  /* 辅色5 10% */
  --sub-color-5-10: rgba(207, 81, 94, 0.1);

  /* 边框、线 */
  --border-line: #26263C;
  /* 场景里-选中 */
  --scene-select: rgba(255, 255, 255, 0.2);
  /* 场景接口控制器边框 */
  --scene-border: #36364F;
  /* 场景内接口权重下面的线 */
  --scene-api-line: rgba(10, 10, 32, 0.5);
  /* 前置URL、默认按钮 */
  --default-button: rgba(64, 82, 236, 0.2);
  /* 运行 */
  --run: rgba(76, 203, 126, 0.2);
  /* 选中+hover */
  --select-hover: #1B1B32;

  /* 默认字体 */
  --default-font: #C4C4C4;

  /* 主题色10% */
  --theme-10: rgba(64, 82, 236, 0.1);

  /* 主题色20% */
  --theme-20: rgba(64, 82, 236, 0.2);

  /* 弹窗底 */
  --modal-footer: rgba(10, 10, 32, 0.5);

  /* 发送下拉10% */
  --send-select-10: rgba(255, 255, 255, 0.1);

  /* 场景内-输入框 */
  --scene-input: #13132B;

  /* POST橙 */
  --post: #DF7B07;

  /* GET绿 */
  --get: #2BA58F;

  /* MySQL */
  --mysql: #0fb5df;

  /* TCP */
  --tcp: #6607DF;

  /* WebSocket */
  --ws: #FAC60C;

  /* MQTT */
  --mqtt: #FB965E;

  /* DUBBO */
  --dubbo: #5A94EB;

  /* Oracle */
  --oracle: #FF165D;

  /* PostgreSQL */
  --postgresql: #ebcc06;

  /* sun color */
  --icon-sun-color: rgba(255, 255, 255, 0.2);

  /* moon color */
  --icon-moon-color: #FFFFFF;

  /* 前置条件底色 */
  --pre-condition-bg: #222239;

  /* 浅色环境关闭 */
  --env-close: #36364F;

  /* 场景节点头部 */
  --scene-header: #0A0A20;

  /* 场景节点体 */
  --scene-container: #1B1B32;

  /* 场景节点的上下连接点 */
  --scene-handle: #ffffff;

  /* 任务配置背景色 */
  --task-config-bg: #1B1B32;

  /* 表格删除红色 */
  --table-delete: #f00;
}