/*
.video-js .vjs-big-play-button,
.vjs-big-play-centered .vjs-big-play-button {
	width:60px;
	height:60px;
	margin-left:-30px;
	margin-top:-30px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='play-circle' class='svg-inline--fa fa-play-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cg class='fa-group'%3e%3cpath class='fa-secondary' fill='%230088cc' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z' opacity='0.4'%3e%3c/path%3e%3cpath class='fa-primary' fill='%23fff' d='M371.7 280l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e ");
}
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button:hover,
.video-js:hover .vjs-big-play-button {

    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='play-circle' class='svg-inline--fa fa-play-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cg class='fa-group'%3e%3cpath class='fa-secondary' fill='%230088cc' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z' opacity='0.8'%3e%3c/path%3e%3cpath class='fa-primary' fill='%23fff' d='M371.7 280l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}
*/

/* Big Play Button */
.video-js .vjs-big-play-button, .vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  font-size: 52.5px;
  line-height: 52.5px;
  color: #fff;
  border: .06666em solid transparent;
  border-radius: 50%;
  background-color: #0088cc;
  outline: 0
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:hover,
.video-js .vjs-big-play-button:focus {
  border-color: transparent;
  background-color: #0088cc;
  background-color: rgba(0, 136, 204, 0.8);
  transition: all 0s;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  font-size: 52.5px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.video-js .vjs-play-progress {
    background-color: #0088cc;
}
.video-js .vjs-play-progress::before {
    color: #0088cc;
}
.vjs-subtitle-control:after {
    background-color: #0088cc;
}

.vjs-menu.vjs-setting-menu .vjs-menu-content .vjs-menu-item .swatch-color {
    color: #0088cc;
}

.vjs-setting-button.hd-quality-badge .vjs-setting-button::after, .vjs-setting-button.uhd-quality-badge .vjs-setting-button::after {
    background-color: #0088cc;
}
