html, 
body {
    height: 100%;
}

#vplayer-background {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgb(0 0 0 / 85%);
}

#vplayer-container {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
    height: 570px;
}

#vplayer-bottom-content {
    height: 120px;
    background: rgb(240, 240, 240);
}

#vplayer-progress-bar {
    position: relative;
    top: -5px;
    height: 5px;
    background: rgb(24 107 238);
    width: 0px;
}

#vplayer-bottom-content-app-image {
    position: relative;
    top: 5px;
    left: 10px;
    width: 76px;
    height: 76px;
}

#vplayer-bottom-content-text {
    width: 300px;
    left: 100px;
    top: -76px;
    position: relative;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: bold;
    font-size: large;
    margin: 0;
}

#vplayer-bottom-content-text-description {
    width: 300px;
    left: 100px;
    top: -76px;
    position: relative;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: small;
    margin: 0;
}

#vplayer-bottom-content-button {
    cursor: pointer;
    top: -46px;
    left: 10px;
    position: relative;
    background: rgb(46 109 224);
    height: 20px;
    width: 780px;
    border-radius: 3px;
    text-align: center;
}

#vplayer-bottom-content-button-text {
    position: relative;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: small;
    color: rgb(255 255 255);
}

#vplayer-top-content {
    position: absolute;
    height: 50px;
    width: 800px;
    z-index: 99;
    /* background-color: rgba(0, 0, 0, .1); */
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

#vplayer-top-content-skip-image {
    cursor: pointer;
    position: absolute;
    top: 14px;
    left: 18px;
    width: 15px;
}

#vplayer-top-content-cross-image {
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 19px;
}

#vplayer-top-content-app-image {
    position: absolute;
    top: 6px;
    left: 50px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#vplayer-top-content-text {
    position: absolute;
    top: 6px;
    left: 90px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    color: rgb(255 255 255);
    margin: 0;
    white-space: pre;
}

#vplayer-end-window {
    position: absolute;
    width: 800px;
    height: 570px;
    background-color: rgb(59, 63, 69);
    z-index: 999;
    text-align: center;
}

#vplayer-end-window-cross-image {
    cursor: pointer;
    position: absolute;
    width: 15px;
    left: 10px;
    top: 10px;
}

#vplayer-end-window-play-button {
    cursor: pointer;
    top: 195px;
    left: 40px;
    position: relative;
    background: rgb(46 109 224);
    height: 35px;
    width: 720px;
    border-radius: 5px;
    text-align: center;
}

#vplayer-end-window-play-button-text {
    position: relative;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: small;
    color: rgb(255 255 255);
    top: 25%;
}

#vplayer-end-window-app-image {
    position: relative;
    top: 190px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

#vplayer-end-window-text {
    position: relative;
    top: 190px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: rgb(255 255 255);
    font-weight: bold;
    font-size: 18px;
}

#vplayer-skip-window {
    position: absolute;
    width: 800px;
    height: 570px;
    background-color: rgb(59, 63, 69);
    z-index: 999;
    text-align: center;
}

#vplayer-skip-window-image {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    position: relative;
    top: 180px;
}

#vplayer-skip-window-title {
    position: relative;
    top: 170px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: rgb(255 255 255);
    font-weight: bold;
    font-size: 18px;
}

#vplayer-skip-window-text {
    position: relative;
    top: 164px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: rgb(255 255 255);
    font-size: 13px;
}

#vplayer-skip-window-keep-button {
    cursor: pointer;
    top: 170px;
    left: 40px;
    position: relative;
    background: rgb(46 109 224);
    height: 35px;
    width: 720px;
    border-radius: 5px;
    text-align: center;
}

#vplayer-skip-window-keep-button-text {
    position: relative;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: small;
    color: rgb(255 255 255);
    top: 25%;
}

#vplayer-skip-window-return-button {
    cursor: pointer;
    top: 170px;
    left: 40px;
    position: relative;
    background: rgb(85 92 99);
    height: 35px;
    width: 720px;
    border-radius: 5px;
    text-align: center;
}

#vplayer-skip-window-return-button-text {
    position: relative;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: small;
    color: rgb(255 255 255);
    top: 25%;
}

#vplayer-countdown-container {
    position: relative;
    width: 46px;
    height: 46px;
}

#vplayer-timer-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255 255 255);
    font-size: 12px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 100;
}

#vplayer-background-circle {
    cx: 23px;
    cy: 23px;
    r: 10px;
    stroke: rgba(206, 206, 206, 0.418);
    stroke-width: 2;
    fill: none;
}

#vplayer-progress-circle {
    cx: 23px;
    cy: 23px;
    r: 10px;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 64;
    stroke-dashoffset: 0;
    transform: rotate(-90 23 23);
}

.video-js .vjs-control-bar {
    background-color: rgba(0, 0, 0, 0);
}

.video-js .vjs-play-control {
    display: none;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    display: none;
}

.video-js .vjs-tech {
    pointer-events: none;
  }