:root:not(.theme-dark) {
  --tv-color-toolbar-divider-background: gray;
  --tv-color-pane-background: white;
  --themed-color-pane-bg: white;
  --tv-color-popup-element-divider-background: rgb(23, 25, 47);
  --tv-color-popup-element-background-active: #9672ff;
  --tv-color-toolbar-button-text-active: #9672ff;
  --tv-color-platform-background: #fff;
  --themed-color-toolbar-button-text: #9D9EA4;
  --themed-color-tooltip-wizard-bg: #656768;
  --themed-color-container-fill-primary-accent: #9672ff;
  --themed-color-container-fill-primary-accent-semi-bold: #9672ff;
  /* --tv-color-platform-background: #d1c4e9;
  --tv-color-toolbar-button-background-hover: rgb(244, 143, 177);
  --tv-color-toolbar-button-background-expanded: rgb(244, 143, 177);
  --tv-color-toolbar-button-background-active: rgb(249, 185, 233);
  --tv-color-toolbar-button-background-active-hover: rgb(244, 143, 177);
  --tv-color-toolbar-button-text: rgb(136, 24, 79);
  --tv-color-toolbar-button-text-hover: rgb(74, 20, 140);
  --tv-color-toolbar-button-text-active: red;
  --tv-color-toolbar-button-text-active-hover: red;
  --tv-color-item-active-text: rgb(6, 6, 255);
  --tv-color-toolbar-toggle-button-background-active: red;
  --tv-color-toolbar-toggle-button-background-active-hover: magenta;
  --tv-color-toolbar-save-layout-loader: rgb(106, 109, 120);

  --tv-color-popup-background: rgb(241, 188, 225);
  --tv-color-popup-element-text: rgb(136, 24, 79);
  --tv-color-popup-element-text-hover: rgb(74, 20, 140);
  --tv-color-popup-element-background-hover: rgb(244, 143, 177);
  --tv-color-popup-element-secondary-text: rgb(74, 20, 140);
  --tv-color-popup-element-hint-text: rgb(74, 20, 140);
  --tv-color-popup-element-text-active: rgb(6, 6, 255);
  --tv-color-popup-element-background-active: red;
  --tv-color-popup-element-toolbox-text: rgb(136, 24, 79);
  --tv-color-popup-element-toolbox-text-hover: rgb(74, 20, 140);
  --tv-color-popup-element-toolbox-text-active-hover: rgb(74, 20, 140);
  --tv-color-popup-element-toolbox-background-hover: rgb(222, 89, 132);
  --tv-color-popup-element-toolbox-background-active-hover: magenta; */
}

.theme-dark:root {
  --tv-color-platform-background: #33365B;
  --tv-color-popup-element-divider-background: rgb(23, 25, 47);
  --themed-color-bg-primary: #17192F;
  --tv-color-pane-background: rgb(23, 25, 47);

  --tv-color-toolbar-divider-background: #282A4B;
  --tv-color-popup-element-background-active: #9672ff;
  --tv-color-toolbar-button-text-active: #9672ff;
  --themed-color-pane-bg: #17192F;
  --tv-color-toolbar-button-text-active-hover: #9672ff;
  --tv-color-toolbar-toggle-button-background-active: #9672ff;

  --tv-color-toolbar-toggle-button-background-active-hover: #9672ff;
  --tv-color-toolbar-toggle-button-text-active-hover: #9672ff;

  --tv-color-toolbar-button-text-hover: #9672ff;

  --tv-color-toolbar-button-text: #65689c;
  --themed-color-tooltip-wizard-bg: #282A4B;
  --themed-color-container-fill-primary-accent: #9672ff;
  --themed-color-container-fill-primary-accent-semi-bold: #9672ff;

  /* --tv-color-platform-background: #d1c4e9;
  --tv-color-toolbar-button-background-hover: rgb(244, 143, 177);
  --tv-color-toolbar-button-background-expanded: rgb(244, 143, 177);
  --tv-color-toolbar-button-background-active: rgb(249, 185, 233);
  --tv-color-toolbar-button-background-active-hover: rgb(244, 143, 177);
  --tv-color-toolbar-button-text: rgb(136, 24, 79);


  --tv-color-toolbar-button-text-active-hover: red;
  --tv-color-item-active-text: rgb(6, 255, 6);
  --tv-color-toolbar-toggle-button-background-active: red;
  --tv-color-toolbar-toggle-button-background-active-hover: magenta;
  --tv-color-toolbar-save-layout-loader: rgb(134, 137, 147);

  --tv-color-popup-background: rgb(241, 188, 225);
  --tv-color-popup-element-text: rgb(136, 24, 79);
  --tv-color-popup-element-text-hover: rgb(74, 20, 140);
  --tv-color-popup-element-background-hover: rgb(244, 143, 177);
  --tv-color-popup-element-secondary-text: rgb(74, 20, 140);
  --tv-color-popup-element-hint-text: rgb(74, 20, 140);
  --tv-color-popup-element-text-active: rgb(6, 6, 255);
  --tv-color-popup-element-background-active: red;
  --tv-color-popup-element-toolbox-text: rgb(136, 24, 79);
  --tv-color-popup-element-toolbox-text-hover: rgb(74, 20, 140);
  --tv-color-popup-element-toolbox-text-active-hover: rgb(74, 20, 140);
  --tv-color-popup-element-toolbox-background-hover: rgb(222, 89, 132);
  --tv-color-popup-element-toolbox-background-active-hover: magenta; */
}

.tv-spinner {
  display: none !important;
  opacity: 0 !important;
}

.loading-indicator {
  display: none !important;
  opacity: 0 !important;
}

.js-rootresizer__contents {
  background: var(--tv-color-pane-background);
}

