/* :root {
	--plyr-video-bg-control-color: rgba(255, 108, 0);
} */

/* .plyr__control.plyr__control--overlaid {
	border-radius: 0px;
	background-color: var(--plyr-video-bg-control-color) !important;
} */

.plyr--video .plyr__controls {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	background: none;
	opacity: 0.8;
	background-color: var(--plyr-video-bg-control-color) !important;
}

/* .plyr--video .plyr__controls .plyr__controls__item {
	border-right: 1px solid #000;
	border-radius: 0px;
} */

/* input[type=range] {
	-webkit-appearance: none !important;
	color: var(--plyr-video-control-color) !important;
	background: url(https://killerplayer.com/start/assets/gfx/patern.png) repeat top left !important;
} */

/* ::-webkit-slider-runnable-track {
	-webkit-appearance: none !important;
	height: 100% !important;
} */

/* ::-webkit-slider-thumb {
	width: 20px !important;
	height: 19px !important;
	border-radius: 0px !important;
	margin-top: 0px !important;
	background-color: var(--plyr-video-control-color) !important;
	border: none !important;
	box-shadow: none !important;
} */

.plyr__controls__item.plyr__control[data-plyr="rewind"],
.plyr__controls__item.plyr__control[data-plyr="fast-forward"],
/* .plyr__controls__item.plyr__time--current.plyr__time */
.plyr__controls__item.plyr__time--duration.plyr__time {
	display: none;
}

.plyr__progress__buffer {
	color: transparent !important;
}

#plyr_banner {
	bottom: 55px;
}