﻿:root {
  --theme-bg-color: white;
  --theme-text-color: black;
  --theme-border-color: #ddd;
  --theme-border: 0;
  --theme-border2: rgba(27,27,27,1.0);
  --theme-link-color: blue;
  --theme-link-color-red: red;
  --theme-table-title-background: yellow;
  --theme-table-title-green-background: lightgreen;
  --theme-table-title-red-background: #ff9b8a;
  --theme-table-title-text: black;
  --theme-table-title-hover: #eecccc;
  --theme-table-alternate-rows: #08080808;
  --theme-webkit-scrollbar-background: #eee;
  --theme-webkit-scrollbar-thumb: #ccc;
  --theme-tab-bg-color: #eee;
  --theme-tab-text-color: #000;
  --theme-tab-bg-tab: #939393;
  --theme-tab-panel-bg: #fffffff6;
  --theme-button-background-color: rgb(239, 239, 239);
  --theme-button-color: black;
  --theme-button-border-color: rgb(231, 231, 231);
  --theme-button-blue: rgba(124,220,237,1);
  --theme-button-disabled-color: #bbb;
  --theme-button-disabled-background-color: #eee;
  --theme-input-background-color: initial;
  --theme-input-background-error-color: #ffcccb;
  --theme-input-color: initial;
  --theme-input-border-color: initial;
  --theme-chart-fill: white;
  --theme-textarea-background-color: #fff;
  --theme-textarea-background-lite-color: #0f0f0f0f;
  --theme-textarea-color: black;
  --theme-textarea-border-color: initial;
  --theme-textarea-selected: rgba(0, 0, 0, 0.2);
  --theme-app-grid-backgound: inherit;
  --theme-participants-entries: #dae2e5;
  --theme-participants-names: white;
  --theme-participants-text: rgba(27,27,27,1.0);
  --theme-sessions-bg: rgba(27,27,27,1.0);
  --theme-sessions-invite: white;
  --theme-copy-url: #1b1b1b;
  --theme-timer-color: #2673fc;
  --theme-table-active-odd: #c2efbf;
  --theme-table-active-even: #CAF7C8;
  --theme-table-not-active-odd: #cdcdcd;
  --theme-table-not-active-even: #d5d5d5;
  --theme-table-hover: #fecccc;
  --theme-participant-background: #cdcdcd;
  --theme-participant-hover: #fecccc;
  --theme-participant-finished: #d5d5d5;
  --theme-participant-queuing: #7ff5ed;
  --theme-participant-active: #71fb68;
  --theme-participant-inactive: #d5d5d5;
  --theme-browser-chart-title-text: #111;
  --theme-browser-chart-background: #fff;
  --theme-browser-chart-legend-text: #111;
  --theme-sessions-acent-text: rgba(27,27,27,1.0);
  --theme-sessions-brighter-text: rgba(118,118,118,1.0);
  --theme-pngicon: invert(0%);
  --theme-pngicon-inv: invert(100%);
  --theme-sessions-radio-bg: #DAE2E5;
  --theme-sessions-gradient-start: #00000000;
  --theme-sessions-gradient-end1: #ffffff00;
  --theme-sessions-gradient-end2: #ffffff10;
  --theme-sessions-gradient-end3: #ffffffff;
  --theme_sessions_icon-fill: #4C5559;
  --theme-pngapp: invert(0%);
  --theme-adv-public-links-bg: #eee;
  --theme-adv-public-links-heading-bg: #939393;
  --theme-adv-public-links-select: #fff;
  --theme-adv-public-links-no-select: #f0f0f0;
  --theme-adv-public-links-border: #ddd;
  --theme-monitor-panel-bg: #eee;
  --theme-monitor-panel-scroll-color: #c5c5c5;
  --theme-monitor-panel-scroll-bg: #f6f6f6;
  --theme-monitor-ew-bg: #ddd;
  --theme-monitor-ew-color: #222;
  --theme-monitor-arrow: #444;
  --theme-monitor-graph-bg: #ddd;
  --theme-monitor-graph-color: #444;
}

