.play-pause-wrapper {
    position: relative;
    width: 100%;
    height: 100%;

}

/*svg {*/
/*    display: none;*/
/*    max-width: 30px;*/
/*}*/
play-pause {
    height: 42px;
    padding: 14px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: initial;
    width: 40px;
    margin: 0;
    /* float: left; */
    /*display: none;*/
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: initial;
    left: initial;
    top: initial;
    background: initial;
    z-index: 1;
}

/*.play-pause[bp-active]{*/
/*    display: inline-block;*/
/*}*/
.play-pause .play {
    display: block;
}

.play-pause .pause {
    display: none;
}

.play-pause.play .play {
    display: none;
}

.play-pause.play .pause {
    display: block;
}

player-wrapper {
    position: absolute;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    display: flex;
    background-color: #0088e8;
    border-radius: 5px;
}

/*player-wrapper[bp-active] {*/
/*    display: flex;*/
/*}*/

.progress-wrapper {
    position: absolute;
    width: 100%;
    height: 4px;
    /* padding: 100%; */
    border-radius: 5px;
    /* bottom: 0; */
    left: 0;
    top: 50%;
    z-index: 1;
    box-sizing: border-box;
    /* padding: 19.5px 17px; */
    padding: 0 9px;
    margin-top: -2px;
}

.progress.fill {
    position: relative;
    width: 100%;
    height: 100%;
    background: #003f82;
    border-radius: 5px;
    cursor: pointer;

}

.progress .progress-current {
    position: absolute;
    height: 100%;
    left: 0;
    background: white;
    border-radius: 5px;

    width: var(--data-progress)
}

.progress .progress-current[by-media-stream] {
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -ms-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
}

.progress .progress-draggable {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.progress .progress-draggable:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -3px;
    border-radius: 50%;
    background: white;
    left: var(--data-progress);
}

.progress .progress-draggable[drag-start]:after {
    left: var(--drag-x);
}


.volume.fill {
    position: relative;
    width: 100%;
    height: 100%;
    background: #003f82;
    border-radius: 5px;
    cursor: pointer;

}

.volume .progress-current {
    position: absolute;
    height: 100%;
    left: 0;
    background: white;
    border-radius: 5px;

    width: var(--data-volume)
}

.volume .progress-draggable {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.volume .progress-draggable:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -3px;
    border-radius: 50%;
    background: white;
    left: var(--data-volume);
}

.volume .progress-draggable[drag-start]:after {
    left: var(--drag-x);
}

/*.progress-wrapper.volume {*/
/*    padding: 6.5px 3px;*/
/*}*/

/*.volume {*/
/*    position: relative;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    background: grey;*/
/*    height: 100%;*/
/*}*/

/*.volume .volume-current {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    background: red;*/
/*    width: var(--current-progress)*/
/*}*/

/*.volume .volume-draggable {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.volume .volume-draggable:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 5px;*/
/*    height: 100%;*/
/*    background: orange;*/
/*    left: var(--current-progress);*/
/*}*/

.mute-unmute {
    height: 16px;
    padding: 4px 9px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: initial;
    width: 14px;
    margin: 0;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: initial;
    right: 0;
    top: 0;
    background: initial;
    z-index: 1;
}

/*.mute-unmute[bp-active]{*/
/*    display: inline-block;*/
/*}*/

.mute-unmute[muted] .sound-on {
    display: none;
}

.mute-unmute[muted] .sound-off {
    display: block;
}

.sound-on {
    fill: white;
    display: block;
}

.sound-off {
    fill: white;
    display: none;
}

.time {
    padding: 4px;
    line-height: 100%;
    text-align: center;
    /*width: 82px;*/
    display: inline-block;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    color: white;
    position: relative;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    z-index: 1;
    font-size: 14px;
    float: right;
    margin-right: 6px;
}

.time .time-view:after{display:none}

.time .time-view[duration]:after {
    content: attr(current-time) " / " attr(duration);
    display: block;
}

.skip {
    position: absolute;
    display: none;
    z-index: 1;
    right: 0;
    top: 50%;
    font-family: Arial, sans-serif;
    color: white;
    background: green;
}

.skip .bp-skip[time-remain]:after {
    content: attr(time-remain);
    display: block;
}

.skip .bp-skip[skip-allow]:after {
    content: 'fuck off';
    display: block;
}
