.ts-chart-widget {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.ts-chart-widget .ts-chart-canvas {
	width: 100% !important;
	height: 100% !important;
}
.ts-chart-blur{
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}
.tste-elementor-bg-color-secondary.ts-chart-blur{
	background: rgb(var(--tste-labtechco-skincolor-dark-rgb), .4) !important;
}
.tste-elementor-bg-color-globalcolor.ts-chart-blur{
	background: rgb(var(--tste-labtechco-skincolor-rgb), .4) !important;
}
.tste-elementor-bg-color-light.ts-chart-blur{
	background: rgb(var(--tste-labtechco-skincolor-light-rgb), .4) !important;
}
@media (max-width: 767px) {
	.ts-chart-widget {
		max-width: 100%;
	}
}