.theme-dark:root {
  --tv-color-platform-background: #0D0F11;
  --tv-color-pane-background: #0D0F11;
  --tv-color-toolbar-button-text: #666;
  --tv-color-toolbar-button-text-hover: #787b86;
  --tv-color-toolbar-button-text-active: #ffb11a;
  --tv-color-toolbar-button-text-active-hover: #ffb11a;
  --trade-body-bg: rgba(0, 0, 0, 0.2);
  --background-color: #0D0F11;
}


.theme-light:root {
  --tv-color-platform-background: #fff;
  --tv-color-pane-background: #fff;
  --tv-color-toolbar-button-background-hover: #F8F8F8;
  --tv-color-toolbar-button-text:#666;
  --tv-color-toolbar-button-text-hover: #787b86;
  --tv-color-toolbar-button-text-active: #F4A203;
  --tv-color-toolbar-button-text-active-hover: #F4A203;
  --tv-color-toolbar-toggle-button-background-active: #F4A203;
  --tv-color-toolbar-toggle-button-background-active-hover: #F4A203;
  --trade-body-bg: rgba(255, 255, 255, 0.2);
}

#sub-frame-error, #sub-frame-error:hover {
  background-color: transparent;
}

.dateRangeWrapper-uWw2aReP, .statusesWrapper-G1_Pfvwd, .container-OUNcvmCJ {
  display: none;
}

.loading-indicator {
  background-color: transparent;
}

.chart-page {
  background-color: transparent;
}

#sub-frame-error {
  background-color: transparent;
}

#drawing-toolbar {
  box-shadow: 2px 0 20px var(--trade-body-bg);
}

.chart-markup-table tr:first-of-type .chart-gui-wrapper canvas{
  background-image: url("kline-apex.svg");
  background-repeat: no-repeat;
  background-position: left 10px bottom 20px;
}
