.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;
}




/*  playlist display frontend */

.hap-playlist-display-header{
    font-size: 28px;
    text-align: center;
}
.hap-playlist-display-wrap-inner{
    display: flex;
    align-items: flex-start;
}
.hap-playlist-display-item{
    position: relative;
    overflow: hidden;
    margin: 3px;
    text-align: center;
}
.hap-playlist-display-item-inner{
    position: relative;
}
.hap-playlist-display-item-thumb{
    display: block;
    margin:0 auto;
    cursor: pointer;
}
.hap-playlist-display-item-title{
    position: absolute;
    left: 0;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.hap-playlist-display-item-description{
    margin-top: 5px;
    color: #999;
    font-size: 14px;
}
.hap-playlist-display-item-active .hap-playlist-display-item-title,
.hap-playlist-display-item:hover .hap-playlist-display-item-title{
    opacity: 1;
}
.hap-playlist-display-item-active .hap-playlist-display-item-thumb{
    cursor: default;
}



iframe.hap-yt-clean {
    width: 132%!important;
    height: 200%!important;
    top: -50%!important;
    left: -16%!important;
}


/*pagination */

.hap-pagination-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.hap-pagination-container {
    position: relative;
    padding: 10px 0;
    display: inline-flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.hap-pagination-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin-left: 10px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #e2e6e6;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #616872;
    border-radius: 4px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.hap-pagination-currentpage{
    cursor: default!important;
}
.hap-pagination-dots{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin-left: 10px;
    box-sizing: border-box;
}
.hap-pagination-next, 
.hap-pagination-prev {
    text-transform: uppercase;
}
.hap-pagination-page:hover,
.hap-pagination-currentpage {
    background-color: #518acb;
    color: #fff;
}
.hap-pagination-hidden{
    display: none!important;
}



/*  playlist taxonomy display frontend */

.hap-tax-display-wrap{
    margin-bottom: 10px;
}
.hap-category-item{
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 5px 13px;
    margin: 5px!important;
    border-radius: 3px;
    cursor: pointer;
    background: #ca4a1f;
}
.hap-tax-display-category-wrap,
.hap-tax-display-tag-wrap{
    overflow: hidden;
}
.hap-tax-display-title{
    font-size: 20px;
    font-weight: 600;
}

.hap-category-item:hover,
.hap-category-item-active{
    background: #9e9e9e;
}
.hap-tag-item{
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 3px 7px;
    margin: 5px!important;
    border-radius: 3px;
    cursor: pointer;
    background: #0073aa;
}
.hap-tag-item:hover,
.hap-tag-item-selected{
    background: #9e9e9e;
}
.hap-tax-display-wrap .hap-category-item-selected,
.hap-tax-display-wrap .hap-tag-item-selected{
    cursor: default;
    background: #9e9e9e;
}





/* fontend loader for ajax */

.hap-fontend-loader{
    position: fixed; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 99999999; 
    color:#fff;
    font-size: 24px;
}



