.vjs-theme-custom {
  --vjs-theme-fantasy--primary: #ec008c;
  --vjs-theme-fantasy--secondary: #fff;
}

.vjs-theme-custom .vjs-big-play-button {
  width: 88px;
  height: 88px;
  background-color: transparent !important;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='88px' height='88px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-play-circle' stroke='%23ffffff' stroke-width='0.00016'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'%3e%3c/g%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3e%3c/g%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'%3e%3c/path%3e%3cpath d='M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  line-height: 70px;
  font-size: 80px;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: var(--vjs-theme-fantasy--primary);

}

.vjs-theme-custom:hover .vjs-big-play-button,
.vjs-theme-custom.vjs-big-play-button:focus {
  background-color: transparent;
  color: #fff;
}

.vjs-theme-custom .vjs-control-bar {
  height: 54px;
}

.vjs-theme-custom .vjs-big-play-button .vjs-icon-placeholder{
  display: none !important;
}

.vjs-theme-custom .vjs-button > .vjs-icon-placeholder::before {
  line-height: 54px;
}

.vjs-theme-custom .vjs-time-control {
  line-height: 54px;
}

/* Play Button */
.vjs-theme-custom .vjs-play-control {
  font-size: 1.5em;
  position: relative;
}

.vjs-theme-custom .vjs-volume-panel {
  order: 4;
}

.vjs-theme-custom .vjs-volume-bar {
  margin-top: 2.5em;
}

.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  height: 100%;
}

.vjs-theme-custom .vjs-progress-control .vjs-progress-holder {
  font-size: 1.5em;
}

.vjs-theme-custom .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.5em;
}

.vjs-theme-custom .vjs-play-control .vjs-icon-placeholder::before {
  height: 1.3em;
  width: 1.3em;
  margin-top: 0.2em;
  border-radius: 1em;
  border: 3px solid var(--vjs-theme-fantasy--secondary);
  top: 2px;
  left: 9px;
  line-height: 1.1;
}

.vjs-theme-custom .vjs-play-control:hover .vjs-icon-placeholder::before {
  border: 3px solid var(--vjs-theme-fantasy--secondary);
}

.vjs-theme-custom .vjs-play-progress {
  background-color: var(--vjs-theme-fantasy--primary);
}

.vjs-theme-custom .vjs-play-progress::before {
  height: 0.8em;
  width: 0.8em;
  content: '';
  background-color: var(--vjs-theme-fantasy--primary);
  border: 4px solid var(--vjs-theme-fantasy--secondary);
  border-radius: 0.8em;
  top: -0.25em;
}

.vjs-theme-custom .vjs-progress-control {
  font-size: 14px;
}

.vjs-theme-custom .vjs-fullscreen-control {
  order: 6;
}

.vjs-theme-custom .vjs-remaining-time {
  display: none;
}

/* Nyan version */
.vjs-theme-custom.nyan .vjs-play-progress {
  background: linear-gradient(to bottom, #fe0000 0%, #fe9a01 16.666666667%, #fe9a01 16.666666667%, #ffff00 33.332666667%, #ffff00 33.332666667%, #32ff00 49.999326667%, #32ff00 49.999326667%, #0099fe 66.6659926%, #0099fe 66.6659926%, #6633ff 83.33266%, #6633ff 83.33266%);
}

.vjs-theme-custom.nyan .vjs-play-progress::before {
  height: 1.3em;
  width: 1.3em;
  background: svg-load('icons/nyan-cat.svg', fill=#fff) no-repeat;
  border: none;
  top: -0.35em;
}