<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrubber-holder .scrubber {
    display: inline-block;
    position: relative;
    background-color: #e6e6e6;
    height: 4px;
    width:100%;
    margin:5px 0
}

.scrubber.ui-widget-content {
    overflow: visible;
}

.scrubber-holder {
    margin:20px 0;
    padding: 0 30px;
}

.scrubber .ui-slider-handle,
.triangle-right {
    background-color: transparent;
    width: 0;
    height: 0;
}

.scrubber-holder .play-progress,
.scrubber-holder .ui-slider-handle {
    position: absolute;
    top: -5px;
    left: 0;
    background-color: #454545;
    width: 2px;
    height: 15px;
}

.triangle-left {
    background-color: transparent;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #e6e6e6;
}

.scrubber .play-progress,
.scrubber .ui-slider-handle {
    position: absolute;
    top: -5px;
    left: 0;
}

.scrubber .load-progress {
    background-color: #1f1f1f;
    height: 4px;
    top: 0;
    left: 0;
    width: 0;
}

.scrubber-holder {
    text-align: center;
    position: relative;
    padding: 0 30px;
    margin: 10px 0;
    background-color:transparent;
    height:20px;
}

.scrubber-holder .player-control {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    position:absolute;
    top:0;
}

.scrubber-holder .player-control &gt; span {
    display: inline-block;
}

.scrubber-holder .player-control-prev {
    left: 0;
}

.scrubber-holder .player-control-next {
    right: 0;
}

.scrubber-holder .player-control-next &gt; span {
    float: left;
}

.scrubber-holder .player-control-prev &gt; span {
    float: right;
}</pre></body></html>