.vjs-theme-forest {
	--vjs-theme-forest--primary: #000;
	--vjs-theme-forest--secondary: #fff
}

.vjs-theme-forest.vjs-big-play-button:focus,
.vjs-theme-forest:hover .vjs-big-play-button {
	background-color: transparent;
	background-image: url('data:image/svg+xml,%3Csvg width="80" height="40" viewBox="0 0 80 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="%23fff" d="M0 0h80v40H0z"/%3E%3Cpath d="M52 20 34 30.4V9.6L52 20Z" fill="%23222"/%3E%3C/svg%3E');
}

.vjs-theme-forest .vjs-big-play-button {
	width: 80px;
	height: 40px;
	background: none;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('data:image/svg+xml,%3Csvg width="80" height="40" viewBox="0 0 80 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="%23fff" d="M0 0h80v40H0z"/%3E%3Cpath d="M52 20 34 30.4V9.6L52 20Z" fill="%23222"/%3E%3C/svg%3E');
	border: none;
	border-radius: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.vjs-theme-forest .vjs-big-play-button .vjs-icon-placeholder {
	display: none
}

.vjs-theme-forest .vjs-button > .vjs-icon-placeholder:before {
	line-height: 1.55
}

.vjs-theme-forest .vjs-control:not(.vjs-disabled):not(.vjs-time-control):hover {
	color: var(--vjs-theme-forest--primary);
	text-shadow: var(--vjs-theme-forest--secondary) 1px 0 10px
}

.vjs-theme-forest .vjs-control-bar {
	background: none;
	margin-bottom: 1em;
	padding-left: 2em;
	padding-right: 1em
}

.vjs-theme-forest .vjs-play-control {
	font-size: .8em
}

.vjs-theme-forest .vjs-play-control .vjs-icon-placeholder:before {
	background-color: var(--vjs-theme-forest--secondary);
	height: 1.5em;
	width: 1.5em;
	margin-top: .2em;
	border-radius: 1em;
	color: var(--vjs-theme-forest--primary)
}

.vjs-theme-forest .vjs-play-control:hover .vjs-icon-placeholder:before {
	background-color: var(--vjs-theme-forest--primary);
	color: var(--vjs-theme-forest--secondary)
}

.vjs-theme-forest .vjs-mute-control {
	display: none
}

.vjs-theme-forest .vjs-volume-panel {
	margin-left: .5em;
	margin-right: .5em;
	padding-top: .3em
}

.vjs-theme-forest .vjs-volume-bar.vjs-slider-horizontal,
.vjs-theme-forest .vjs-volume-panel,
.vjs-theme-forest .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.vjs-theme-forest .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.vjs-theme-forest .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-forest .vjs-volume-panel:hover,
.vjs-theme-forest .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
	width: 3em
}

.vjs-theme-forest .vjs-volume-level:before {
	font-size: 1em
}

.vjs-theme-forest .vjs-volume-panel .vjs-volume-control {
	opacity: 1;
	width: 100%;
	height: 100%
}

.vjs-theme-forest .vjs-volume-bar {
	background-color: transparent;
	margin: 0
}

.vjs-theme-forest .vjs-slider-horizontal .vjs-volume-level {
	height: 100%
}

.vjs-theme-forest .vjs-tech {
	position: static;
	display: block;
}

.vjs-theme-forest .vjs-volume-bar.vjs-slider-horizontal {
	margin-top: 0;
	margin-bottom: 0;
	height: 100%
}

.vjs-theme-forest .vjs-volume-bar:before {
	content: "";
	z-index: 0;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 3em solid transparent;
	border-bottom: 2em solid var(--vjs-theme-forest--primary);
	border-right: 0 solid transparent;
	border-top: 0 solid transparent
}

.vjs-theme-forest .vjs-volume-level {
	overflow: hidden;
	background-color: transparent
}

.vjs-theme-forest .vjs-volume-level:before {
	content: "";
	z-index: 1;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 3em solid transparent;
	border-bottom: 2em solid var(--vjs-theme-forest--secondary);
	border-right: 0 solid transparent;
	border-top: 0 solid transparent
}

.vjs-theme-forest .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1em;
}

.vjs-theme-forest .vjs-progress-control:hover  .vjs-time-tooltip {
	font-size: 1em;
}

.vjs-theme-forest .vjs-play-progress:before {
	display: none
}

.vjs-theme-forest .vjs-progress-holder {
	border-radius: .2em;
	height: .5em;
	margin: 0
}

.vjs-theme-forest .vjs-load-progress,
.vjs-theme-forest .vjs-load-progress div,
.vjs-theme-forest .vjs-play-progress {
	border-radius: .2em
}

.vjs-theme-forest .vjs-slider {
	background-color: rgba(158, 158, 158, 0.5);
}

.vjs-theme-forest .vjs-load-progress {
	background: rgba(135, 135, 135, 0.5);
}

.vjs-theme-forest .vjs-load-progress div {
	background: rgba(135, 135, 135, 0.75);
}

.vjs-theme-forest .vjs-volume-bar {
	background-color: transparent;
}

.vjs-picture-in-picture-control.vjs-disabled {
	display: none;
}