.vjs-theme-forest {
    --vjs-theme-forest--primary: #78A2E1;
    --vjs-theme-forest--secondary: #fff
}

.vjs-theme-forest.vjs-big-play-button:focus, .vjs-theme-forest:hover .vjs-big-play-button {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 88'%3E%3Cpath d='M44,2.5c22.88,0,41.5,18.62,41.5,41.5s-18.62,41.5-41.5,41.5S2.5,66.88,2.5,44,21.12,2.5,44,2.5m0-2C19.98,.5,.5,19.98,.5,44s19.48,43.5,43.5,43.5,43.5-19.48,43.5-43.5S68.02,.5,44,.5h0Z' style='fill:%2378a2e1;'/%3E%3Cpath d='M36.26,29.8h0c.11,0,.21,.03,.31,.09l11.75,6.78,11.75,6.78c.28,.16,.32,.41,.32,.55s-.04,.39-.32,.55l-11.75,6.78-11.75,6.78c-.1,.06-.21,.09-.31,.09-.26,0-.64-.2-.64-.64V30.44c0-.44,.38-.64,.64-.64m0-2c-1.38,0-2.64,1.1-2.64,2.64v27.13c0,1.54,1.26,2.64,2.64,2.64,.44,0,.89-.11,1.31-.36l11.75-6.78,11.75-6.78c1.76-1.01,1.76-3.55,0-4.57l-11.75-6.78-11.75-6.78c-.42-.25-.88-.36-1.31-.36h0Z' style='fill:%2378a2e1;'/%3E%3C/svg%3E");
    background-color: rgba(250, 250, 250, 0.8);
}

.vjs-theme-forest .vjs-big-play-button {
    width: 88px;
    height: 88px;
    background: none;
    background-repeat: no-repeat;
    background-position: 50%;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 88'%3E%3Cpath d='M44,2.5c22.88,0,41.5,18.62,41.5,41.5s-18.62,41.5-41.5,41.5S2.5,66.88,2.5,44,21.12,2.5,44,2.5m0-2C19.98,.5,.5,19.98,.5,44s19.48,43.5,43.5,43.5,43.5-19.48,43.5-43.5S68.02,.5,44,.5h0Z' style='fill:%23fff;'/%3E%3Cpath d='M36.26,29.8h0c.11,0,.21,.03,.31,.09l11.75,6.78,11.75,6.78c.28,.16,.32,.41,.32,.55s-.04,.39-.32,.55l-11.75,6.78-11.75,6.78c-.1,.06-.21,.09-.31,.09-.26,0-.64-.2-.64-.64V30.44c0-.44,.38-.64,.64-.64m0-2c-1.38,0-2.64,1.1-2.64,2.64v27.13c0,1.54,1.26,2.64,2.64,2.64,.44,0,.89-.11,1.31-.36l11.75-6.78,11.75-6.78c1.76-1.01,1.76-3.55,0-4.57l-11.75-6.78-11.75-6.78c-.42-.25-.88-.36-1.31-.36h0Z' style='fill:%23fff;'/%3E%3C/svg%3E");
background-color: rgba(51, 51, 51, 0.8);
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -44px;
    margin-left: -44px;
    color: purple
}

.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: rgba(51, 51, 51, 0.7);
    margin-bottom: 1em;
    padding-left: 1em;
    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-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-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
}
