/*Раскоментировать, когда заменятся все плееры*/
div[id*="cp_container_"]{
   display: none !important;
}
/*Раскоментировать, когда заменятся все плееры или закоментить чтоб вернуть старый*/

.hidden-player{
    display: none !important;
}
.ca-jplayer {
    height: auto !important;
}
.ca-jplayer .custom-player {
    position: relative;
    height: auto;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    min-width: 300px;
}
.custom-player .controls{
    position: relative;
    width: 50px;
    height: 50px;
    margin-right:15px;
}
.custom-player .play{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #de44efd6 0%, #222 100%);
    border: 0;
    padding: 14px 15px 15px 17px;
    border: 2px solid #7a7a7a;
}
.custom-player .play img{
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: contain;
    object-position: center;
    margin: 0;
}
.custom-player .pause{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #de44efd6 0%, #222 100%);
    border: 0;
    padding: 15px 15px 15px 17px;
    border: 2px solid #7a7a7a;
    display: none;
}
.custom-player .pause img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0;
}
.custom-player .progress-bar{
    width: 200px;
    height: 20px;
    position: relative;
    background: #F4F4F4;
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.06);
    border-radius: 37px;

}
.custom-player .progress-bar span{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    margin: 4px;
    background: -webkit-linear-gradient(top, #a722b5 0%, #2222229e 100%);
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.06);
    border-radius: 37px;
}
.custom-player .progress-bar span:before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a539cc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%);
}
.custom-player .progress-bar span:after{
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%);
}

.custom-player .time{
    font-size: 13px;
    margin-left: 10px;
}
.ca-jplayer {
    position: relative;
}
