/* :root:not(.theme-dark) {
  --tv-color-platform-background: #111b2a;
  --tv-color-pane-background: #111b2a;
  --tv-color-pane-background-secondary:#111b2a;
  --tv-color-toolbar-button-background-hover:#111b2a;
  --tv-color-toolbar-button-background-secondary-hover: red;
  --tv-color-toolbar-button-background-expanded: white;
  --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;
} */

.theme-dark:root {
  --tv-color-platform-background: #111b2a;
  --tv-color-pane-background: #111b2a;
  --tv-color-pane-background-secondary: #fff;
  --tv-color-toolbar-button-background-hover: #292d40;
  --tv-color-toolbar-button-background-secondary-hover: #292d40;
  --tv-color-toolbar-button-background-expanded: #398ef6;
  --tv-color-toolbar-button-text: #fff;
  --tv-color-toolbar-button-text-hover: #fff;
  --tv-color-toolbar-button-text-active: #398ef6;
  --tv-color-toolbar-button-text-active-hover: #398ef6;
  --tv-color-item-active-text: #fff;
  --tv-color-toolbar-toggle-button-background-active: #398ef6;
  --tv-color-toolbar-toggle-button-background-active-hover: #398ef6;
}

.chart-btn {
  transition: 0.2s all;
  color: var(--tv-color-toolbar-button-text-hover, #868993);
}

.chart-btn:hover {
  filter: brightness(80%);
  cursor: pointer;
}

.display-none {
  display: none;
}

.chart-markup-table {
  white-space: pre-line;
}
