/* https://videojs.com/ */
/* Video-JS */
/* Change all text and icon colors in the player. */

/* Big play button */
.video .vjs-big-play-button {
  height: 2em;
  width: 2em;
  font-size: 5em;
  line-height: 2em;
  border: none !important;
  border-radius: 9999px;
}

.vjs-matrix.video-js {
  color: #00ff00;
}

/* Change the border of the big play button. */
.vjs-matrix .vjs-big-play-button {
  border-color: #00ff00;
}

/* Change the color of various "bars". */
.vjs-matrix .vjs-volume-level,
.vjs-matrix .vjs-play-progress,
.vjs-matrix .vjs-slider-bar {
  background: #00ff00;
}

.video-js {
  background-color: #004884 !important;
  width: 100% !important;
  height: unset;
}
