:root:not(.theme-dark) {
	--themed-color-bg-primary: #d1c4e9;
	--tv-color-popup-background: #d1c4e9;
	--themed-color-properties-dialog-tab-bg: #d1c4e9;
	--tv-color-chart-background: #d1c4e9;
	--tv-color-platform-background: #d1c4e9;
	--tv-color-pane-background: rgb(251, 223, 244);
	--tv-color-pane-background-secondary: rgb(249, 185, 233);
	--tv-color-toolbar-button-background-hover: rgb(244, 143, 177);
	--tv-color-toolbar-button-background-secondary-hover: red;
	--tv-color-toolbar-button-background-expanded: 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-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-divider-background: rgb(251, 223, 244);
	--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-color-toolbar-button-background-active-hover: #9096a5;

	--themed-color-tooltip-wizard-bg: transparent;
}

.theme-dark:root {
	--themed-color-bg-primary: #0D0F12;
	--themed-color-pane-bg: #0D0F12;
	--tv-color-popup-background: #2a2e39;
	--themed-color-properties-dialog-tab-bg: #2a2e39;
	--tv-color-chart-background: #0D0F12;
	--tv-color-platform-background: #0D0F12;
	--tv-color-pane-background: #0D0F12;
	--tv-color-pane-background-secondary: #0D0F12;
	--tv-color-item-active-text: #767b89;

	--tv-color-toolbar-button-background-hover: transparent;
	--tv-color-toolbar-button-background-secondary-hover: transparent;
	--tv-color-toolbar-button-background-expanded: #212327;
	--tv-color-toolbar-button-text: #9096a5;
	--tv-color-toolbar-button-text-hover: white;
	--tv-color-toolbar-button-text-active: white;
	--tv-color-toolbar-button-text-active-hover: #767b89;
	--tv-color-toolbar-toggle-button-background-active: #9096a5;
	--tv-color-toolbar-toggle-button-background-active-hover: #9096a5;
	--tv-color-toolbar-button-background-active-hover: #9096a5;
	--tv-color-toolbar-divider-background: #2a2e39;

	--tv-color-popup-background: #0D0F12;
	--tv-color-popup-element-text: #9096a5;
	--tv-color-popup-element-text-hover: white;
	--tv-color-popup-element-background-hover: #767b89;
	--tv-color-popup-element-divider-background: #2a2e39;
	--tv-color-popup-element-secondary-text: white;
	--tv-color-popup-element-hint-text: white;
	--tv-color-popup-element-text-active: white;
	--tv-color-popup-element-background-active: red;
	--tv-color-popup-element-toolbox-text: white;
	--tv-color-popup-element-toolbox-text-hover: white;
	--tv-color-popup-element-toolbox-text-active-hover: white;
	--tv-color-popup-element-toolbox-background-hover: #2a2e39;
	--tv-color-popup-element-toolbox-background-active-hover: #2a2e39;

	--themed-color-tooltip-wizard-bg: transparent;
}

.layout__area--left button,
.chart-toolbar button,
.chart-controls-bar button,
[data-name="popup-menu-container"] div,
[data-name="series-properties-dialog"] div,
[data-name="series-properties-dialog"] input,
[data-name="series-properties-dialog"] label,
[data-name="series-properties-dialog"] span,
.chart-markup-table.price-axis-container,
.context-menu td {
	cursor: pointer;
}

