.hap-music-player,
.hap-music-player * {
    line-height: normal;
    direction: ltr !important;
}
.hap-music-player{
    transition: opacity 0.3s ease-in-out; 
    opacity: 0;
}
.hap-progress-bg{
    direction: ltr !important;
}
.hap-download-count,
.hap-download,
.hap-link{
	text-decoration: none!important;
	box-shadow: none!important;
	border:none!important;
}
.hap-download-count:hover,
.hap-download-count:focus,
.hap-download:hover,
.hap-download:focus{
    border: none!important;
    box-shadow: none!important;
    text-decoration: none!important;
    outline: none!important;
}
.hap-playlist-content{
    width: 100%;
}
.hap-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.hap-mCSB_full{/* hide scroll area when no scroll */
    margin-right: 0!important;
}
.hap-visible {
    opacity: 1!important;
    transition: opacity 500ms ease-out;
}
.hap-playlist-list{
	display: none;
}

.hap-youtube-holder,
.hap-iframe-blocker{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}   
.hap-media{
    width: 100%;
    height: 100%;
    position:absolute;
    user-select: none;
    visibility: visible;
    top:0;
    left:0;
    max-width:none!important;
}

.hap-stats{
    line-height: 1;
    display: flex;
    justify-content:space-around;
    /*min-width:200px;*/
}
.hap-play-count,
.hap-like-count,
.hap-download-count{
    display: flex;
    flex: 1;
    box-shadow: none;
    cursor:pointer;
    border: none;
    margin: 0 10px;
    align-items: center;
    color: inherit;
}
.hap-stats svg{
    width:25px;
    height:15px;
    text-align: center;
    fill:currentColor;
}
.hap-stats span{
    margin:0!important;
    padding:0!important;
    font-size:12px!important;
    pointer-events:none;
}
@media screen and (max-width: 600px) {
    .hap-stats{
        display: none!important;
    }
}