
.hap-template_custom .hap-player-outer{
	transition: opacity 0.3s ease-in-out;
    opacity: 0;
	box-shadow: 1px 1px 15px #333;
    background: #333;
}
.hap-template_custom .hap-player-holder{
    position: relative;
    left: 0;
    top: 0;
    height: 320px;
    overflow: hidden;
}
.hap-template_custom .hap-player-thumb-wrapper{
	width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.hap-template_custom .hap-player-thumb{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
    background-size: cover;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    user-select:none;
}
.hap-template_custom .hap-player-thumb-cover{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(70,70,70,0.8);
}

.hap-template_custom .hap-player-content{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.hap-template_custom .hap-info{
	position: relative;
	margin:0 20px;
	pointer-events:none;
	text-transform: uppercase;
}
.hap-template_custom .hap-player-title{
	font-size:20px;
	color:#eee;
	margin:0;
	padding:0;
}
.hap-template_custom .hap-player-artist{
	font-size:13px;
	margin:0;
	color:#eee;
	padding:0;
}
.hap-template_custom .hap-player-controls-wrap{
	display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-items: center;
}
.hap-template_custom .hap-player-controls{
	position: relative;
	margin-top:10px;
	margin-bottom: 20px;
	width:210px;
	height: 30px;
}
.hap-template_custom .hap-prev-toggle{
	position: absolute;
	width:30px;
	height:30px;
	left:0px;
}
.hap-template_custom .hap-playback-toggle{
	position:absolute;
	top:0px;
	width:30px;
	height:30px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
}
.hap-template_custom .hap-pause-icon{
	display: none;
}
.hap-template_custom .hap-next-toggle{
	position:absolute;
	width:30px;
	height:30px;
	right:0px;
}


.hap-template_custom .hap-player-controls-right{
	display: flex;
    flex-direction: row;
    position: absolute;
    right: 0;
    top:0;
}




.hap-template_custom .hap-player-bar{
	position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 30px;
    width: 100%;
    z-index: 10;
}


/* playback rate */
.hap-template_custom .hap-playback-rate-toggle-num{
	position: relative;
    height: 30px;
    top: 0;
    left: 0;
    float: right;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hap-template_custom .hap-playback-rate-toggle-inner{
    padding: 1px 6px;
    text-align: center;
    border-radius: 3px;
    user-select: none;
    font-size: 14px;
    line-height: normal;
}
.hap-template_custom .hap-playback-rate-toggle-inner{
	color: #fff;
    background: #ff2a67;	
}





.hap-template_custom .hap-popup-toggle{
	position: absolute;
	top:0;
	left:20px;
	width:30px;
	height:30px;
}
.hap-template_custom .hap-volume-wrap{
	position:relative;
	width:30px;	
	height:30px;
	top:0;
	left:0;
	float: right;
	margin-right: 10px;
}
.hap-template_custom .hap-volume-toggle{
	position:absolute;
	width:30px;	
	height:30px;
	cursor: pointer;
}
.hap-template_custom .hap-volume-seekbar{
	position: absolute;
	top:0px;
	right:30px;
	width:90px;
	height:30px;
	cursor: pointer;
	touch-action: none;
}

.hap-template_custom .hap-volume-bg{
	position:absolute;
	top:14px;
	left:10px;
	width:70px;
	height:1px;
	background-color: rgba(150, 150, 150, 0.5);
}
.hap-template_custom .hap-volume-level{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#fff;
}
.hap-template_custom .hap-volume-drag{
	position: relative;
	top:-9px;
    width: 18px;
    height: 18px;
	border-radius: 100%;
	background:#fff;
	/*pointer-events:none;*/
	-webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
   	box-sizing: border-box;    
   	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    float: right;
 	margin-right: -9px;
}
.hap-template_custom .hap-volume-drag:hover,
.hap-template_custom .hap-volume-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}




.hap-template_custom .hap-btn{
	display: none;
	height:100%;
}
.hap-template_custom .hap-contr-btn svg{
	color:#eee;
}
@media (hover: hover) {
	.hap-template_custom .hap-btn:hover svg,
	.hap-template_custom .hap-contr-btn:hover > svg,
	.hap-template_custom .hap-contr-btn-hover svg{
		color:#ff2a67!important;
	} 
}
.hap-template_custom .hap-contr-btn svg{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 16px;
	fill:currentColor;
	transition: color .1s ease-out;
}

.hap-template_custom .hap-seekbar{
	position:relative;
	height:10px;
	margin: 6px 20px 10px 20px;
	cursor: pointer;
	touch-action: none;
}
.hap-template_custom .hap-progress-bg{
	position:relative;
	width:100%;
	top:5px;
	height:1px;
}
.hap-template_custom .hap-progress-bg{
	background-color: rgba(150, 150, 150, 0.5);
}
.hap-template_custom .hap-progress-level{
	position:absolute;
	top:0;
	height:100%;
}
.hap-template_custom .hap-progress-level{
	background:#ff2a67;
}
.hap-template_custom .hap-ad-progress-level{
	background: #ffeb3b!important;
}


.hap-template_custom .hap-media-time-ad{
	display: none;
	position: relative;
    pointer-events: none;
	font-size: 14px;
    margin-left: 10px;
}
.hap-template_custom .hap-ad-skip{
    color: #fff;
    position: absolute;
    background: #ff2a67;
    right: 0;
    top: 10px;
    cursor: pointer;
    transition: opacity .3s ease-out;
    padding: 5px;
    display: none;
}
@media (hover: hover) {
	.hap-template_custom .hap-ad-skip:hover{
		opacity: 0.9;
	}
}






#hap-playlist-list{
	display:none;
}

.hap-template_custom .hap-playlist-holder{
	position:relative;
	width:100%;
	height: 325px;
	overflow:hidden;
}
.hap-template_custom .hap-playlist-inner{
	position: relative;
    height: calc(100% - 34px);
    box-sizing: border-box;
}
.hap-template_custom .hap-playlist-item{
	border-bottom: 1px solid #444;
	padding: 13px 20px;
	transition: background-color 0.3s ease-out;
}
.hap-template_custom .hap-playlist-item-selected{
	background: #444;
}
@media (hover: hover) {
	.hap-template_custom .hap-playlist-item:hover{
		background: #444;
	}
}
.hap-template_custom .hap-playlist-title-wrap{
	text-transform: uppercase;
    font-size: 14px;
    flex-direction: column;
}
.hap-template_custom .hap-playlist-item:last-child {  
	border-bottom:none;
}
.hap-template_custom .hap-playlist-thumb{
	align-self: flex-start;
}
.hap-template_custom .hap-playlist-title{
	color:#eee;
}
.hap-template_custom .hap-playlist-artist{
	color:#888;
}
.hap-template_custom .hap-playlist-icons a{
	color:#666;
}
.hap-template_custom .hap-download,
.hap-template_custom .hap-link{
	color:#666;
}

.hap-template_custom .hap-download svg,
.hap-template_custom .hap-link svg{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 16px;
	fill:currentColor;
	transition: color .1s ease-out;
}
@media (hover: hover) {
	.hap-template_custom .hap-download:hover svg,
	.hap-template_custom .hap-link:hover svg{
		color:#ff2a67;
	}
	.hap-template_custom .hap-playlist-icons a:hover{
		color:#ff2a67;
	}
}
.hap-template_custom .hap-playlist-filter-msg{
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 32px;
    display: none;
}
.hap-template_custom .hap-playlist-filter-msg span{
	color: #ff2a67;
}
.hap-template_custom .hap-bottom-bar{
	position: absolute;
    bottom: 0px;
    left: 0;
    height: 34px;
    width: 100%;
    overflow: hidden;
    background: #222;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hap-template_custom .hap-bottom-bar-search-wrap{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 20px;
}
.hap-template_custom .hap-search-filter{
	position:relative;
	width:100px!important;
	height:18px!important;
	padding:0 0 0 2px!important;
	top:50%;
	margin:-9px 0 0 20px!important;
	border:0!important;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
	background:#222 !important;
	border:1px solid #333!important;
	color:#ccc !important;
	box-shadow:none!important; 
	line-height:1!important; 
	float: left;
	font-size:15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.hap-template_custom .hap-bottom-bar-controls .hap-contr-btn{
	position: relative;
    top: 0;
    float: right;
    margin-right: 10px;
    right: 0;
    width: 30px;
    height: 100%;
}








/* dialog */

.hap-template_custom .hap-dialog-header{
	background: #333;
}

.hap-template_custom .hap-share-holder,
.hap-template_custom .hap-embed-holder,
.hap-template_custom .hap-pwd-holder,
.hap-template_custom .hap-range-holder{
	background: #3f3f3f;
    box-shadow: 1px 1px 4px #333333b5;
}


/* redirect */
.hap-template_custom .hap-redirect-login-data{
	background: #1b1b1b; 
}
.hap-template_custom .hap-redirect-login-holder-inner{
	background: #00000066;
}
.hap-template_custom .hap-redirect-login-btn{
	background: #ff2a67;
    color: #fff;
    padding: 5px 10px;
    border-radius: 1px;
}
.hap-template_custom .hap-redirect-login-header{
  	color: #fff;	
}
.hap-template_custom .hap-redirect-login-title{
    color: #666;
}




/* pwd */
.hap-template_custom .hap-pwd-title{
	color: #d5d5d5;
}


/* embed */
.hap-template_custom .hap-embed-field-wrap-selected{
    background: #ff2a67;
    color: #fff;
}

/* range */

.hap-template_custom .hap-range-bg{
	top:14px;
	height:4px;
}

.hap-template_custom .hap-range-handle-a-hit{
	border-bottom-color:#666;
}
@media (hover: hover) {
.hap-template_custom .hap-range-handle-a-hit:hover{
	border-bottom-color:#ff2a67;
}
}
.hap-template_custom .hap-range-handle-b-hit{
	border-top-color:#666;
}
@media (hover: hover) {
.hap-template_custom .hap-range-handle-b-hit:hover{
	border-top-color:#ff2a67;
}
}

.hap-template_custom .hap-range-min-time,
.hap-template_custom .hap-range-max-time{
	color: #666;
}

.hap-template_custom .hap-range-bg{
	background:#ddd;
}
.hap-template_custom .hap-range-level,
.hap-template_custom .hap-range-drag{
	background:#ff2a67;
}

/* playback rate */

.hap-template_custom .hap-playback-rate-bg{
	height: 4px;
	top:13px;
}

.hap-template_custom .hap-playback-rate-min,
.hap-template_custom .hap-playback-rate-max{
	color: #666;
}
.hap-template_custom .hap-playback-rate-bg{
	background:#ddd;
}
.hap-template_custom .hap-playback-rate-level,
.hap-template_custom .hap-playback-rate-drag{
	background:#ff2a67;
}

/* tooltip */

.hap-template_custom .hap-tooltip{
	background:#ff2a67;
	color:#fff!important;
	box-shadow: 1px 1px 5px #333;
}
.hap-template_custom .hap-preloader {
	background-color: #ff2a67;
}

/* statistics */

.hap-template_custom .hap-stats svg{
	color:#666;
}
@media (hover: hover) {
	.hap-template_custom .hap-play-count:hover > svg,
	.hap-template_custom .hap-like-count:hover > svg,
	.hap-template_custom .hap-download-count:hover > svg{
		color:#ff2a67;
	} 
}
.hap-template_custom .hap-stats span{
	color:#666;
}


/* lyrics popup */

.hap-template_custom .hap-lyrics-item {
    color: #999;
}
.hap-template_custom .hap-dialog{
	background-color: #222;
}



