.centiva-hs-backdrop {
	position            : fixed;
	top                 : 0;
	left                : 0;
	height              : 100vh;
	width               : 100vw;
	z-index             : 19999;
}
.hopscotch-bubble-number {
	background          : none !important;
	background-color    : var(--color-main) !important;
	padding             : 0 !important;
}
.hopscotch-title {
	color               : var(--color-light) !important;
}
.hopscotch-bubble {
	border-color        : var(--color-main) !important;
}
.hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
	border-left-color   : var(--color-main) !important;
}
.hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
	border-right-color  : var(--color-main) !important;
}
.hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
	border-bottom-color : var(--color-main) !important;
}
.hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
	border-top-color    : var(--color-main) !important;
}
div.hopscotch-bubble .hopscotch-next {
    background-color    : var(--color-main) !important;
    border-color        : var(--color-main) !important;
}