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

.plyr--video .plyr__controls {
	padding-top: 0px !important;
	padding-bottom: 0px !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;
} */

.plyr__controls__item.plyr__control[data-plyr="play"] {
	margin-left: -5px;
	border-right: 1px solid #ccc;
	border-radius: 0px;
}

#plyr_theater {
	background: none !important;
}

.plyr__controls__item.plyr__progress__container {
	padding-left: 10px !important;
}

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

input[type=range] {
	-webkit-appearance: none !important;
	color: var(--plyr-video-control-color) !important;
}

::-webkit-slider-runnable-track {
	-webkit-appearance: none !important;
	height: 100% !important;
	border-radius: 40px !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;
	border-radius: 40px !important;
}

.plyr__progress__buffer {
	color: transparent !important;
}