.plyr__controls input[type=range]::-webkit-slider-runnable-track{
	box-shadow: none;
}
.plyr--audio .plyr__controls{
	background: transparent;
}
.vapfem_not_found{
	text-align: center;
	background: #1AAFFF;
	color: #fff;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*customify theme support*/
.theme-customify .plyr [data-plyr=airplay],
.theme-customify .plyr [data-plyr=captions],
.theme-customify .plyr [data-plyr=fullscreen],
.theme-customify .plyr [data-plyr=pip],
body.theme-customify .elementor-widget-vapfem_audio_player .plyr__control--overlaid{
    display: none;
}
.theme-customify .plyr--full-ui input[type=range]{
	box-shadow: none;
}

/*BeTheme support*/
.plyr button{
	margin-bottom: 0;
}