.vjs-theme-acp .vjs-control-bar {
    background-color: #00000080;
    height: 40px;
}

.vjs-theme-acp .vjs-button {
    font-size: 12px;
    color: #fff;
    width: 40px;
}

.vjs-theme-acp .vjs-icon-placeholder svg {
    fill: #fff;
    width: 24px;
}

.vjs-theme-acp .vjs-icon-placeholder:before {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vjs-theme-acp .vjs-button:hover {
    background-color: #00b1ff;
}

.vjs-theme-acp .vjs-has-mouse .vjs-button:hover {
    background-color: #00b1ff;
}

.vjs-theme-acp .vjs-progress-control .vjs-progress-holder {
    height: 8px;
}

.vjs-theme-acp .vjs-progress-control .vjs-load-progress {
    background-color: #00b1ff66;
    border-radius: 4px;
}

.vjs-theme-acp .vjs-progress-control .vjs-play-progress {
    background-color: #00b1ff;
}

.vjs-theme-acp .vjs-progress-control .vjs-play-progress:before {
    content: "";
    z-index: 3;
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    right: -8px;
    box-shadow: 0 0 6px #000000a8;
}

.vjs-theme-acp .vjs-progress-control .vjs-slider:before {
    content: "";
    background: #00b2e133;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 52%;
    left: 0;
}

.vjs-theme-acp .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    width: 4em;
}

.vjs-theme-acp .vjs-volume-bar.vjs-slider-vertical {
    width: 1em;
}

.vjs-theme-acp .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
    left: -3.9em;
}

.vjs-theme-acp .vjs-volume-level {
    background: #00b1ff;
    width: 1em;
}

.vjs-theme-acp .vjs-volume-level:before {
    left: -1px;
    font-size: 12px;
}

.vjs-theme-acp .vjs-slider-vertical {
    height: 90%;
    bottom: 10px;
}

.vjs-theme-acp .vjs-time-control {
    line-height: 40px;
}
