#music-progress-bar{
    position:relative;
    width: 100%;
    height: 3px;
    /*border:1px solid black;*/
    display:flex;
    border-radius: 5px;
}


.passedTime{
    height: 3px;
    background:#3E85EE;
    width:0%


}
.cursor{
    margin-top:-3px;
    margin-left:-2.5px;
    height: 10px;
    width: 10px;
    background: white;
    border-radius: 50%;
}
