.tooltipster-sidetip .tooltipster-box {
	background-color: var(--third-bg-color);
	color: var(--main-text-color);
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: var(--third-bg-color);
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: var(--third-bg-color);
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: var(--third-bg-color);
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: var(--third-bg-color);
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
	border-color: var(--main-border-color);
	background-color: var(--second-bg-color);
}