.hap-music-player,
.hap-music-player * {
    line-height: normal;
    direction: ltr !important;
}
.hap-music-player{
    position: relative;
    max-width: none;
    margin:0 auto;
}
.hap-music-player-force-hidden{
    opacity: 0!important;
    display: none;
    pointer-events:none!important;
}
.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-options{
    display: none;
}
.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-no-download{
    cursor: default!important;
}

.hap-playlist-icons{
    display:flex;
    margin-left: auto;
    align-items: center;
}
.hap-playlist-item-multiline .hap-playlist-item{
    flex-direction:column;
}
.hap-playlist-item-multiline .hap-playlist-icons{
    margin-top: 10px;
}


/* stats player */

.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;
    flex-shrink:0;
}





/* stats frontend */

.hap-stat-wrap{
    background: #fff;
    padding: 20px; 
}
.hap-stat-wrap-header{
    text-align: center;
    background: #0073aa;
    color: #fff;
}
.hap-stat-info{
    margin-left: 5px;  
    font-style: italic;
}



/* accordion */

.hap-accordion-item-title{
    position: relative;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    padding: 10px;
    background: #444;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.hap-accordion-item-title:hover{
    background: #555;
}
.hap-accordion-item-description{
    color: #555;
    padding: 9px;
    display: inline-block;
    font-size: 14px;
}
.hap-accordion-item-content{
    height: 0;
    overflow: hidden;
    transition: height .5s; 
}



/* share colors */

.hap-share-item[data-type='facebook']:hover svg{
    color: #3b5998!important;
}
.hap-share-item[data-type='twitter']:hover svg{
    color: #00aced!important;
}
.hap-share-item[data-type='tumblr']:hover svg{
    color: #34526f!important;
}
.hap-share-item[data-type='whatsapp']:hover svg{
    color: #25D366!important;
}
.hap-share-item[data-type='linkedin']:hover svg{
    color: #007bb6!important;
}
.hap-share-item[data-type='reddit']:hover svg{
    color: #FF4301!important;
}
.hap-share-item[data-type='digg']:hover svg{
    color: #005be2!important;
}
.hap-share-item[data-type='pinterest']:hover svg{
    color: #cb2027!important;
}


