
.vjs-theme-custom {
    --vjs-theme-custom--primary: #fff;
    --vjs-theme-custom--secondary: #fff
}

.vjs-theme-custom.vjs-big-play-button:focus, .vjs-theme-custom:hover .vjs-big-play-button {
    background-color: rgba(197, 197, 197, 0.7);
}

.vjs-theme-custom .vjs-big-play-button {
    width: 88px;
    height: 88px;
    background: none;
    background-repeat: no-repeat;
    background-position: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E");
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -44px;
    margin-left: -44px;
    color: purple;
    
	background-color: rgba(43, 51, 63, 0.7);
    border-radius: 50px !important;	
}

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

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

.vjs-theme-custom .vjs-control:not(.vjs-disabled):not(.vjs-time-control):hover {
    color: var(--vjs-theme-custom--primary);
    text-shadow: var(--vjs-theme-custom--secondary) 1px 0 10px
}

.vjs-theme-custom .vjs-play-progress {
    background-color: #0072cc;
}

.vjs-theme-custom .vjs-play-progress:before {
    display: none;
}

.vjs-theme-custom .vjs-progress-holder {
    border-radius: .2em;
    height: .5em;
    margin: 0
}

.vjs-theme-custom .vjs-load-progress, .vjs-theme-custom .vjs-load-progress div, .vjs-theme-custom .vjs-play-progress {
    border-radius: .2em
}


.vjs-icon-placeholder {display: contents;}

.video-js .vjs-time-control {font-size: 1.15em; line-height: 2.9em;}
.video-js .vjs-remaining-time {display: none;}
.video-js .vjs-audio-button {display: none;}
/* .video-js .vjs-current-time { display: block;letter-spacing: 0.5px; }
.video-js .vjs-time-divider {display: block;min-width: 0; padding: 0;}
.video-js .vjs-duration, .vjs-no-flex .vjs-duration {display: block;} */
.vjs-control-bar .vjs-icon-placeholder { font-family: VideoJS !important; color: #fff;}
.vjs-control-bar .player-rightBtn {width: 100%; text-align: right;}
.vjs-control-bar .vjs-live-display {color: #fff;}
.vjs-control-bar .vjs-progress-control {position: absolute;width: 100%; left:0; bottom: 30px;height: 5px;}

