/* Because of the SVG inliner, these don't work for icons */
.vjs-theme-forest {
  --vjs-theme-forest--primary: #E3032D;
  --vjs-theme-forest--secondary: #21313C;
}

/* Big play Button */
.vjs-theme-forest:hover .vjs-big-play-button,
.vjs-theme-forest.vjs-big-play-button:focus {
  background-color: transparent;
}

.vjs-theme-forest .vjs-big-play-button {
  width: 288px;
  height: 289px;
  /*background: none;*/
  background-repeat: no-repeat;
  background-position: center;
  /*background: svg-load('icons/play-btn.svg', fill=#fff);*/
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="288" height="289" viewBox="0 0 288 289"><g transform="translate(-816 -2640)"><g transform="translate(1039 2717) rotate(90)" fill="none"><path d="M60.219,13.388a9,9,0,0,1,15.562,0l52.36,90.089A9,9,0,0,1,120.36,117H15.64a9,9,0,0,1-7.781-13.522Z" stroke="none"/><path d="M 67.99999237060547 13.91072845458984 C 67.30792999267578 13.91072845458984 65.58557891845703 14.10464477539062 64.54167938232422 15.90074920654297 L 12.18207550048828 105.9900207519531 C 11.13297271728516 107.7951278686523 11.82653045654297 109.3921508789062 12.17343139648438 109.995002746582 C 12.52032470703125 110.5978393554688 13.55257415771484 112 15.64042663574219 112 L 120.3595733642578 112 C 122.4474105834961 112 123.4796371459961 110.5978546142578 123.8265380859375 109.9950256347656 C 124.1734313964844 109.3921661376953 124.8670120239258 107.7951278686523 123.8178863525391 105.9900207519531 L 71.45834350585938 15.90077209472656 C 70.4144287109375 14.10464477539062 68.69205474853516 13.91072845458984 67.99999237060547 13.91072845458984 M 67.99999237060547 8.910728454589844 C 71.02316284179688 8.910728454589844 74.04634094238281 10.40325164794922 75.78124237060547 13.38829040527344 L 128.1408081054688 103.4775619506836 C 131.6279449462891 109.4775238037109 127.2993011474609 117 120.3595733642578 117 L 15.64042663574219 117 C 8.700698852539062 117 4.37200927734375 109.4775238037109 7.859176635742188 103.4775619506836 L 60.21876525878906 13.38829040527344 C 61.95365905761719 10.40325164794922 64.97682189941406 8.910728454589844 67.99999237060547 8.910728454589844 Z" stroke="none" fill="%23fff"/></g><g transform="translate(816 2640)" fill="none" stroke="%23fff" stroke-width="5"><ellipse cx="144" cy="144.5" rx="144" ry="144.5" stroke="none"/><ellipse cx="144" cy="144.5" rx="141.5" ry="142" fill="none"/></g></g></svg>');
  border: none;
    margin-top: unset;
    margin-left: unset;
    color: purple;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

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

/* Control Bar */
.vjs-theme-forest .vjs-button > .vjs-icon-placeholder::before {
  line-height: 1.55;
}

.vjs-theme-forest .vjs-control:not(.vjs-disabled, .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: 1em;
  padding-right: 1em;
}

/* Play Button */
.vjs-theme-forest .vjs-play-control {
  font-size: 0.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: 0.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);
}

/* Volume stuff */
.vjs-theme-forest .vjs-mute-control {
  display: none;
}

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

.vjs-theme-forest .vjs-volume-panel,
.vjs-theme-forest .vjs-volume-panel:hover,
.vjs-theme-forest .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-forest .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-forest .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.vjs-theme-forest .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.vjs-theme-forest .vjs-volume-bar.vjs-slider-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: 0px;
  left: 0;

  border-style: solid;
  border-width: 0 0 2em 3em;
  border-color: transparent transparent var(--vjs-theme-forest--primary) 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-style: solid;
  border-width: 0 0 2em 3em;
  border-color: transparent transparent var(--vjs-theme-forest--secondary) transparent;
}

/* Progress Bar */
.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: 0.2em;
  height: 0.5em;
  margin: 0;
}

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