.hap-poster{
position:relative;
margin:0 auto;
box-shadow: 1px 1px 75px #111;
display:none;
}
.hap-poster .hap-player-outer{
transition: opacity 0.3s ease-in-out;
opacity: 0;
}
.hap-poster .hap-player-thumb{
position: relative;
background-position: 50% 50%;
background-size: cover;
padding-top: 100%; transition: opacity 0.3s ease-in-out;
opacity: 0;
}
.hap-poster .hap-player-holder{
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
}
.hap-poster .hap-btn{
display: none;
height:100%;
}
.hap-poster .hap-contr-btn svg{
color:#ddd;
filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}
@media (hover: hover) {
.hap-poster .hap-btn:hover svg,
.hap-poster .hap-contr-btn:hover > svg,
.hap-poster .hap-contr-btn-hover svg{
color:#fff!important;
} 
}
.hap-poster .hap-contr-btn svg{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 18px;
fill:currentColor;
transition: color .1s ease-out;
}
.hap-poster .hap-info{
margin-top:20px;
margin-left:30px;
margin-right:200px;
}
.hap-poster .hap-player-title{
font-size:22px;
color:#fff;
margin:0!important;
}
.hap-poster .hap-player-artist{
font-size:18px;
color:#ccc;
margin:0!important;
}
.hap-poster .hap-share-toggle{
position:absolute;
top:30px;
width:25px;
height:25px;
right:27px;
}
.hap-poster .hap-player-controls{
position: absolute;
height: 30px;
bottom: 60px;
left:30px;
}
.hap-poster .hap-prev-toggle{
position:relative;
left:0px;
top:2px;
width:25px;
height:25px;
float:left;
margin-right:20px;
}
.hap-poster .hap-playback-toggle{
position:relative;
top:0px;
width:30px;
height:30px;
float:left;
margin-right:20px;
}
.hap-poster .hap-playback-toggle svg{
height:30px;
}
.hap-poster .hap-next-toggle{
position:relative;
top:2px;
width:25px;
height:25px;
float:left;
margin-right:20px;
}
.hap-poster .hap-volume-wrapper{
position:relative;
top:2px;
width:25px;
height:25px;
float:left;
display: flex;
flex-direction: column;
}
.hap-poster .hap-volume-seekbar{
position:relative;
left:25px;
top:3px;
width:100px;
height:18px;
float:left;
cursor: pointer;
touch-action: none;
background: rgba(0,0,0,0.01);
}
.hap-poster .hap-volume-bg{
position:absolute;
top:8px;
left:10px;
width:80px;
height:3px;
background:#ccc;
}
.hap-poster .hap-volume-level{
position:absolute;
top:0;
left:0;
height:100%;
background:#D1C1FA;
}
.hap-poster .hap-seekbar{
position:absolute;
bottom:30px;
left:36px;
right:36px;
height:20px;
cursor: pointer;
touch-action: none;
}
.hap-poster .hap-progress-bg{
position:relative;
background:#ccc;
width:100%;
top:11px;
height:2px;
}
.hap-poster .hap-load-level{
position:absolute;
background:#ccc;
top:0;
height:100%;
}
.hap-poster .hap-progress-level{
position:absolute;
background:#D1C1FA;
top:0;
height:100%;
}
#hap-playlist-list{
display:none;
}
.hap-poster .hap-share-holder{
background: #333; 
box-shadow: rgba(135, 135, 135, 0.32) 0px 0px 11px;
} .hap-poster .hap-redirect-login-data{
background: #fff; 
}
.hap-poster .hap-redirect-login-holder-inner{
background: #fff; 
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.hap-poster .hap-redirect-login-btn{
background: #D1C1FA;
color: #fff;
}
.hap-poster .hap-redirect-login-header{
color: #333;	
}
.hap-poster .hap-redirect-login-title{
color: #ccc;
} .hap-poster .hap-pwd-title{
color: #666;
}
.hap-poster .hap-pwd-close svg{
filter: none;
color: #666;
}
.hap-poster .hap-tooltip{
background:#D1C1FA;
color:#fff!important;
box-shadow: 1px 1px 8px #111;
}
.hap-poster .hap-preloader {
background-color: #fff;
}
.hap-poster .hap-embed-field-wrap-selected{
background: #ddd;
color: #fff;
} .hap-poster .hap-seekbar-comment-wrap{
position: absolute;
bottom: 7px;
}
.hap-poster .hap-comment-toggle{
position:absolute;
bottom: 65px;
width:25px;
height:25px;
right:27px;
}
.hap-poster .hap-seekbar-comment-input-wrap{
background: #333;
box-shadow: rgba(135, 135, 135, 0.32) 0px 0px 11px;
}
.hap-poster .hap-input-comment-header{
color: #eee;
}
.hap-poster .hap-comment-input-info{
color: #ccc;
}