﻿.theme-light {
  /*theme bg*/
  --theme-bg: #dbdbdb;
  --theme-bg: #f7f7f7;
  --theme-bg: #ffffff;
  --theme-bg-light: #f7f7f7;
  --theme-bg-boxes: #d5d5d5;
  --theme-text-color: #222222;
  --scroll-thumb: #525252;
  --scroll-track: #a4a4a4;
  --scroll-button: #ffffff;
  --sl-separator: #1e4cff;
  /*navigation*/
  --menu-button-hover: #939496;
  /*bootstrap buttons*/
  --btn-primary-bg: #3052f7;
  --btn-primary-color: #fff !important;
  /*    --btn-primary-border-color: ;*/
  /*index*/
  --card-bg: #1e4cff;
  /*schema*/
  --schema-block-bg: #d9d9d9;
  --schema-shadow: #8b8b8b;
  --rog-bg-alt: #e1e1e1;
  --row-border: #dbdbdb;
  --row-border: #8f8f8f;
  /*forms*/
  --input-outline: #4166f7;
  --pill-hover: #bababa;
  --input-border: #4166f7;
  /*forms*/
  /*borders*/
  --default-border: #dcdcdc;
  --default-border-contrast: #2c2c2c96;
  /*borders*/
  /*select*/
  --select-bg: #dddddd;
  --select-bg-box-shadow: 0 2px 5px #929292;
  /*select*/
  --theme-bg-topbar: #3d70ff !important;
}
.theme-light .main-window {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2392156863);
}
