

/* Note: hidePlayerUntilMusicStart requires this css in the page:  */
.hap-music-player-force-hidden{
    opacity: 0!important;
    pointer-events:none!important;
    display: none;
}
/* *********************************** */
    
/*
#hap-wrapper{
	position:fixed;
	width:100%;
	max-width: none;
	bottom:0;
	left:0;
	min-width: 310px;	
	line-height:normal!important;
	z-index:1000;
	display: none;
}
*/
.hap-fixed{
	font-family: BlinkMacSystemFont, San Francisco, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif, Ubuntu, Noto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI";
	
/*	position:fixed;
	bottom:0;
	left:0;*/
	width:100%;
	max-width: none;
	min-width: 310px;	
	line-height:normal!important;
	z-index:1000;
	display: none;
	margin: 0;
}



.hap-fixed .hap-player-outer{
	transition: opacity 0.3s ease-in-out;
    opacity: 0;
/*max-height:85vh;*/ /* KONTROLLE */
}
.hap-fixed .hap-player-holder{
	position: relative;
	left:0;
	width: 100%;
}


/* Base for all control buttons / icons */
.hap-fixed .hap-btn{
	display: none;
	height:100%;
}
.hap-fixed .hap-contr-btn {
	position:relative;
	width: 25px;
	height: 100%;
	cursor: pointer;
}
.hap-fixed .hap-contr-btn svg {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
 	height: 25px;   
	/*color:#eee;
	fill:currentColor;*/ /* KONTROLLE */
	transition: color .1s ease-out;
}
/* ******************************* */


/* outer controls **************** */
.hap-fixed .player-controls-ex {
	position: absolute;
	z-index: 2;
	height:36px;
	top:-42px;
	right:20px;
	padding:0px;
}
.hap-fixed .player-thumb-toggle-ex,
.hap-fixed .player-mute-toggle-ex,
.hap-fixed .hap-playback-toggle-ex,
.hap-fixed .hap-player-toggle-ex {
	position: relative;
	width:36px!important;
	height:36px!important;	
	cursor: pointer;
	z-index: 1;
	text-align:center;
	margin-left: 0px;
	box-sizing: border-box;
	padding:0px;
}
.hap-fixed .player-mute-toggle-ex svg,
.hap-fixed .hap-playback-toggle-ex svg,
.hap-fixed .hap-player-toggle-ex svg {
	width: 22px!important;
	height: 22px!important;
}
.hap-fixed .player-thumb-toggle-ex,
.hap-fixed .player-mute-toggle-ex,
.hap-fixed .hap-playback-toggle-ex {
	display: none;		
}
/* ******************************* */



/* Seekbar - Progressbar top ***** */
.hap-fixed .hap-seekbar{
	position:absolute;
	top:-12px;
	left:0px;
	width: 100%;
	/*width:calc(100% - 70px);*/
	height:10px;
	cursor: pointer;
	touch-action: none;
	z-index: 2;
}
.hap-fixed .hap-progress-bg{
	position:relative;
	background:#ccc;
	width:100%;
	top:8px;
	height:2px;
}
.hap-fixed .hap-load-level{
	position:absolute;
	background:#ccc;
	top:0;
	height:100%;
}
.hap-fixed .hap-progress-level{
	position:absolute;
	background:#ffa48f;
	top:0;
	height:100%;
}
/* ******************************* */



/*

.hap-fixed .hap-player-holder{
height:65px;
}
.hap-fixed .playerbar-left,
.hap-fixed .playerbar-right {
  width: 50%;
}
.hap-fixed.player-breakpoint .hap-player-holder {
  height: 130px;
}
.hap-fixed.player-breakpoint .playerbar-left,
.hap-fixed.player-breakpoint .playerbar-right {
  width: 100%;
}

*/


/* Player Player Bar ************  */
.hap-fixed .playerbar {
/*height:auto;*/
/*height:65px;*/
}

/* Player - left Player Bar ***  */
.hap-fixed .playerbar-left {
min-height: 50px;
	box-sizing: border-box;
	padding:0 15px 0 0;
}
.hap-fixed .playerbar-left .hap-player-thumb {
width:50px;
height:50px;
margin:0px;

	position: relative;
	overflow: hidden;
	background-position: 50% 50%;
    background-size: cover;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; 
    cursor:pointer;  	
}

.hap-fixed .playerbar-left .hap-info {
	overflow: hidden;
	margin:0 15px 0 15px;
	line-height: 1.25;
}
/* ***************************** */


/* Player - right Player Bar **  */
.hap-fixed .playerbar-right {
min-height: 50px;
	box-sizing: border-box;
	padding:0 15px 0 15px;
}
@media only screen and (max-width: 639px) {
	.hap-fixed .playerbar-right {
		min-height: 65px;
	}
}
.hap-fixed .media-time {
	box-sizing: border-box;
	padding:0;
	overflow:hidden;
	min-width:85px;
}


.hap-fixed .media-time .hap-media-time {
	min-width:85px;
	overflow:hidden;
	margin:1px 0;	
}
.hap-fixed .media-time .hap-media-time-current,
.hap-fixed .media-time .hap-media-time-total,
.hap-fixed .media-time .media-time-end {
/*	position:relative; */
	padding: 0!important;
	pointer-events:none;
}
.hap-fixed .media-time .hap-media-time-current {
	text-align: right;
}
.hap-fixed .media-time .hap-media-time-total {
	text-align: left;
}
.hap-fixed .media-time .media-time-end {
	text-align: left;	
	display:none;
}
.hap-fixed .media-time .media-time-divider {
	pointer-events:none;
	padding: 0 2px;
}


/* Playback controls */
.hap-fixed .player-playback-controls {
	margin:0 15px 0 15px;
	box-sizing: border-box;
}
.hap-fixed .player-playback-controls .hap-prev-toggle,
.hap-fixed .player-playback-controls .hap-next-toggle {
	height:24px;
}
.hap-fixed .player-playback-controls .hap-prev-toggle svg,
.hap-fixed .player-playback-controls .hap-next-toggle svg {
	height:24px;
}
.hap-fixed .player-playback-controls .hap-playback-toggle {
	height:36px;
	width:36px;
	margin:0 5px 0 5px;
}
.hap-fixed .player-playback-controls .hap-playback-toggle svg {
	height:36px;
}
/*
.hap-preloader {
    width: 36px;
    height: 36px;
}
*/
/* Right controls */
.hap-fixed .hap-right-controls {
	padding-right:10px;
	box-sizing: border-box;
}
.hap-fixed .hap-right-controls .hap-volume-seekbar,
.hap-fixed .hap-right-controls .hap-playlist-toggle,
.hap-fixed .hap-right-controls .hap-volume-toggle {
	height:24px;
}
.hap-fixed .hap-right-controls .hap-contr-btn svg {
	height:24px;
}

/* Volume controls - seekbar */
.hap-fixed .player-volume-controls {
	margin-right:15px;
}
.hap-fixed .player-volume-controls .hap-volume-seekbar {
	position:relative;
	width:100px;
	cursor: pointer;
	touch-action: none;
}
.hap-fixed .player-volume-controls .hap-volume-bg{
	position: absolute;
	top:calc(50% - 1px);
	/*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
	width:95px;
	height:2px;
}
.hap-fixed .player-volume-controls .hap-volume-level{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
/* ********************************************* */













/* Playlist ************************************ */ 

#hap-playlist-list{
	display:none;
}

.hap-fixed .hap-playlist-holder{
	position:relative;
	width:100%;
	overflow:hidden;
}


.hap-fixed .hap-playlist-inner {	
	overscroll-behavior: contain;
	margin:10px 0;
height:140px;
}

@media only screen and (max-width: 639px) {
  .hap-fixed .hap-playlist-inner {   
	max-height:40vh;
	}
}

.hap-fixed .hap-playlist-item {
	box-sizing: border-box;
	padding:10px 25px 10px 15px;
 	margin-bottom: 5px;
}
.hap-fixed .hap-playlist-item:last-child{
 	margin-bottom: 0;
}
.hap-fixed .hap-playlist-title-num {
	font-size:17px;
	line-height: 1.25;

	padding:5px 10px;
	margin-right:10px;
	background: rgba(255, 255, 255, 0.08);

	display: flex;
	justify-content: center;
	align-items: center;
}
	
	
.hap-fixed .hap-playlist-thumb {
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
    
    width:50px;
	height:50px;
	
	margin-right:10px;
}
.hap-fixed .hap-playlist-thumb .hap-thumbimg {
    position: absolute;
    top: 0px;
    left: 0px;
    
    width:50px;
	height:50px;
}

.hap-fixed .hap-playlist-thumb .hap-thumbimg{
	-webkit-backface-visibility: hidden;
	filter: grayscale(0%);
}
.hap-fixed .playlist-info:hover .hap-playlist-thumb .hap-thumbimg {
	filter: grayscale(100%);

}




.hap-fixed .hap-playlist-item-selected {
	background: #ddd!important;
}

.hap-fixed .hap-playlist-item-content .hap-playlist-title-wrap {
	overflow: hidden;
	margin:0 25px 0 5px;
	line-height: 1.25;
	cursor: pointer;
}

/*
.hap-fixed .hap-playlist-title,
.hap-fixed .hap-playlist-artist,
.hap-fixed .playlist-album {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}	
*/	


.hap-fixed .hap-playlist-description,
.hap-fixed .playlist-description {
	display: none;
		
	font-size: 14px;
	color: #555;
	margin:10px 12px 20px 5px;
	position:relative;
}
.hap-fixed .item-description-left-margin {
    /* width set dynamic */
}
.hap-fixed .item-description-right-margin {
    width:40px;
}

/* playlist item 'more' toggle buttons ********** */
.hap-fixed .playlist-more-toggle .hap-contr-btn {
	width: 28px;
	height:28px;
	margin-right:10px;
}

.hap-fixed .playlist-more-toggle .hap-contr-btn:last-child {
 	margin-right:0px;
}

.hap-fixed .playlist-more-toggle .hap-contr-btn.playlist-item-more-button {
 	background: rgba(255, 255, 255, 0.08);
 	border-radius:50%;
 	overflow:hidden; 
}
.hap-fixed .playlist-more-toggle .hap-contr-btn.playlist-item-more-button svg {
 	height: 24px;   
}
.hap-fixed .playlist-more-toggle .hap-contr-btn.playlist-item-description-button svg {
 	width:24px; 
 	color:rgba(255, 255, 255, 0.4); 
}


/* ********************************************* */



.hap-fixed .hap-playlist-info2 {
	margin-right:20px;
	text-align:right;
}

.hap-fixed .hap-playlist-duration{
	font-size: 12px;
}
.hap-fixed .hap-playlist-duration{
	color: #ccc;
}
.hap-fixed .hap-playlist-date{
	font-size: 11px;
}
.hap-fixed .hap-playlist-date{
	color: #787878;
}




/* Share Modal */
.uk-modal.item-more-modal {
    /*z-index:999999;*/
    padding:20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);   
	-webkit-backdrop-filter: blur(2px);

}
.uk-modal.item-more-modal .uk-modal-dialog {
	width:500px;
    background: transparent;
}
@media only screen and (max-width: 639px) {
  .uk-modal.item-more-modal .uk-modal-dialog {
  	width:250px;
  }
}
@media only screen and (min-width: 760px) {
  .uk-modal.item-more-modal .uk-modal-dialog {
/*	position:absolute;
   	left:0;
   	right:0;
   	margin:auto;
   	bottom:290px;*/
   	/*right:50px;*/
  /*
   	left: 50%;
   	-webkit-transform: translateX(-50%);
   	transform: translateX(-50%);
  */ 	
  }
}

/* for card-style */

.item-more-modal .more-card {
        width:500px;
} 
@media only screen and (max-width: 639px) {
  	.item-more-modal .more-card {
		width:250px;
  	}
}
/*
.item-more-modal .more-card-left {width:250px;height:250px;}
.item-more-modal .more-card-right{width:250px;}
 */ 
    .more-card {
        border-radius:15px;
    	overflow:hidden;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(8px);   
		-webkit-backdrop-filter: blur(8px);
    }
    .more-card .more-card-header {	
        height:50px;
		padding:12px 0 0 0;
        box-sizing:border-box;
        border-bottom: 1px solid rgba(255,255,255,.1);
        margin-bottom:5px;
    }
    .more-card .more-card-title {
		font-size: 20px;
		font-weight: normal;
		color: #c2265d;
		padding:0 40px;
	}
	
    .more-card .more-card-body { 
	    overscroll-behavior: contain;
	    max-height:185px;
	    padding:0 40px; 
	    box-sizing:border-box;
	}


    .more-card .more-card-body ul.more-nav  {
	    list-style: none;
	    padding:0;
	 }   
    .more-card .more-card-body ul.more-nav  {
    	margin-left: -40px;
    	margin-right: -40px;
	}
	.more-card .more-card-body ul.more-nav li {
		font-size: 14px;
		background: rgba(32,32,32,.9);
		border-bottom: 1px solid rgba(0,0,0,.9);
		
		transition: 0.2s ease-in-out;
        transition-property: all;
		transition-property: color, background-color, border-color, box-shadow;
	}	
	.more-card .more-card-body ul.more-nav li:hover {
		background: rgba(32,32,32,.2);
	}
	
	.more-card .more-card-body ul.more-nav li a {
		text-decoration: none;
		padding:5px 40px;
		color: rgba(255,255,255,.7);
		
		transition: 0.3s ease-in-out;
        transition-property: all;
		transition-property: color, background-color, border-color, box-shadow;
	}		
	.more-card .more-card-body ul.more-nav li:hover a {
		color: rgba(255,255,255,.5);
	}
	.more-card .more-card-body ul.more-nav li:hover a svg{
		color: #c2265d;
	}	
	
		
	.more-card .more-card-body .more-one {
	padding:5px 0 5px 0;
	}
	.more-card .more-card-body .more-two {
	padding:5px 0 30px 0;
	}    
 
    .more-card .more-card-footer {height:10px; border-top: 1px solid rgba(255,255,255,.2)}
    
    
    .more-card .more-card-overlay {
    	padding: 25px 25px;
    	background: rgba(0,0,0,.6);
    	backdrop-filter: blur(1.5px);   
		-webkit-backdrop-filter: blur(1.5px);
	}
     .more-card .more-card-overlay .more-card-title {
		font-size: 22px;
		line-height:1.2;
		font-weight: 400;
		color: #c2265d;
		padding:0;
	}   
     .more-card .more-card-overlay .more-card-meta {
		font-size: 15px;
		line-height: 1.2;
		font-weight: 500;
		color: #a1a1a1;
		padding:0;
	}      	   
        
    
/*
.uk-modal.item-more-modal .uk-card {
	width:500px;
	height:250px;
	
	    border-radius:15px;
    overflow:hidden;
    background: rgba(0, 0, 0, 0.9);
}
.uk-modal.item-more-modal .card-media-left {
}
.uk-modal.item-more-modal .card-content-right {
	padding:0;
}

.uk-modal.item-more-modal .card-header {
	height:40px;
	padding:0;
	border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
.uk-modal.item-more-modal .card-title {
	font-size: 20px;
	margin:15px 0 5px 0;
	font-weight: normal;
	color: #c2265d !important;
	padding:0 40px;
}
.uk-modal.item-more-modal .card-body {
	height:180px;
	padding:0;
}
.uk-modal.item-more-modal .card-mid{
	padding:20px 40px;
}
.uk-modal.item-more-modal .card-footer {
	padding:20px 40px 30px 40px;
}

.card-mid > ul,
.card-footer  > ul {
    margin-left: -40px;
    margin-right: -40px;
}
.uk-modal.item-more-modal .uk-card ul li {
	font-size: 14px;
	color: rgba(255,255,255,.7) !important;
	background: rgba(32,32,32,.9);
	border-bottom: 1px solid rgba(0,0,0,.9) !important;
}
.uk-modal.item-more-modal .uk-card ul li:hover {
	background: rgba(32,32,32,.2);
}
.uk-modal.item-more-modal .uk-card ul li:hover a {
	color: rgba(255,255,255,.5) !important;
}

.uk-modal.item-more-modal .card-mid ul li a,
.uk-modal.item-more-modal .card-footer ul li a {
	padding-left:40px;
	padding-right:40px;
}

*/



/* for plain modal */
.uk-modal.item-more-modal .uk-modal-body {
	padding: 20px 0px;
}
.uk-modal.item-more-modal .uk-modal-body hr {
	border-top-color: rgba(255,255,255,.2) !important;
}
.uk-modal.item-more-modal .uk-modal-body ul li {
	padding:1px 0px
}
.uk-modal.item-more-modal .uk-modal-body ul li a {
	padding:5px 30px;	
	font-size: 14px;
	color: rgba(255,255,255,.7) !important;
	background: rgba(32,32,32,.9);
}
.uk-modal.item-more-modal .uk-modal-body ul li a:hover {
	color: rgba(255,255,255,.5) !important;
}









/* read more */

.hap-playlist-description-read-more-btn{
    color: #ddd;
    cursor: pointer;
    white-space: nowrap;
}
.hap-playlist-description-read-more-btn:hover{
    text-decoration-line: underline;
}
.hap-playlist-description-read-more-text{
    display: none;
}

.hap-playlist-icon,
.hap-download, .hap-link{
    text-align: center;
    min-width: 20px;
    margin: 0 5px;
    border: 0!important;
    box-shadow: none!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-decoration: none;
}
/*


.hap-fixed .hap-playlist-thumb{
	height:auto!important;
	width: auto!important;
cursor: pointer;
position: relative;
top: 0px;
left: 0px;
flex-shrink: 0;
overflow: hidden;
margin-right: 10px;		
}

.hap-fixed .hap-thumbimg{
	-webkit-backface-visibility: hidden;
	filter: grayscale(100%);
}
.hap-fixed .hap-playlist-item:hover .hap-playlist-thumb img {
	filter: grayscale(0%);
}


.hap-fixed .hap-playlist-item-selected .hap-playlist-title-wrap{
	cursor: pointer;
	color:#fff;
}


.hap-fixed .hap-download, 
.hap-fixed .hap-link{
	color:#fff!important;
}
.hap-fixed .hap-download svg, 
.hap-fixed .hap-link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    fill: currentColor;
    transition: color .1s ease-out;
}
.hap-fixed .hap-download:hover svg,
.hap-fixed .hap-link:hover svg{
	color:#ffa48f!important;
}

.hap-fixed .hap-playlist-filter-msg span{
	color: #fff;
}
*/








.hap-fixed .hap-playlist-bar{
	height:50px;
	width:100%;
	overflow:hidden;
	padding:10px 25px;
}
.hap-fixed .hap-playlist-bar-controls-left{
	height: 30px;
}

.hap-fixed .hap-search-filter{
	position:relative;
	width:125px!important;
	height:18px!important;
margin:0 0 0 10px!important;
padding: 5px 10px !important;
	border:0!important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
background: #2b2b2b !important;
color:#aaa!important;
	box-shadow:none!important; 
	line-height:1!important; 
	outline: none;
}
.hap-fixed .hap-sort-alpha{
	left:5px;
	width:25px;
height:25px;
	text-align: center;
}
.hap-fixed .hap-sort-alpha svg{
	height: 18px;
}
.hap-fixed .hap-playlist-bar-controls-right{
	height: 25px;
}
.hap-fixed .hap-playlist-bar-controls-right .hap-contr-btn {
	margin-left: 10px;
	height: 25px;
}
.hap-fixed .hap-playlist-bar-controls-right .hap-contr-btn svg {
	height: 15px;
}






/* dialog */
.hap-fixed .hap-dialog-header{
	background: #333;
}






/* range */
.hap-fixed .hap-range-bg{
	top:14px;
	height:4px;
}

.hap-fixed .hap-range-handle-a-hit{
	border-bottom-color:#ccc;
}
.hap-fixed .hap-range-handle-a-hit:hover{
	border-bottom-color:#ffa48f;
}
.hap-fixed .hap-range-handle-b-hit{
	border-top-color:#ccc;
}
.hap-fixed .hap-range-handle-b-hit:hover{
	border-top-color:#ffa48f;
}

.hap-fixed .hap-range-min-time,
.hap-fixed .hap-range-max-time{
	color: #999;
}

.hap-fixed .hap-range-bg{
	background:#ccc;
}
.hap-fixed .hap-range-level{
	background:#ffa48f;
}




/* playback rate */
.hap-fixed .hap-playback-rate-min,
.hap-fixed .hap-playback-rate-max{
	color: #aaa;
	font-size:12px;
}


.hap-fixed .hap-playback-rate-bg{
	height: 2px;
	top:15px;
}
.hap-playback-rate-drag {
    position: relative;
    top: -10px;
}


.hap-fixed .hap-range-holder,
.hap-fixed .hap-playback-rate-holder,
.hap-fixed .hap-share-holder{
	background: #222; 
	border: 1px solid rgba(255,255,255,.2)!important;
	box-shadow: 1px 1px 6px rgba(40,40,40,0.3);
}





.hap-fixed .hap-playback-rate-bg{
	background:#ccc;
}
.hap-fixed .hap-playback-rate-level,
.hap-fixed .hap-playback-rate-drag{
	background:#ffa48f;
}

.hap-fixed .hap-tooltip{
	background:#ffa48f;
	color:#fff!important;
}



/* lyrics popup */
.hap-fixed .hap-dialog-content{
	background-color: #ddd!important;
}





/* stats */
.hap-fixed .hap-stats svg{
	color:#777;
}
.hap-fixed .hap-playlist-item-selected .hap-play-count:hover > svg,
.hap-fixed .hap-playlist-item-selected .hap-like-count:hover > svg,
.hap-fixed .hap-playlist-item-selected .hap-download-count:hover > svg{
	color:#fff;
} 
.hap-fixed .hap-stats span{
	color:#666;
}

.hap-fixed .hap-playlist-item-selected .hap-playlist-duration{
	color: #aaa;
}





	


/* breakpoints */
/*
.hap-fixed.hap-breakpoint-650 .hap-player-holder {
    height: 120px;
}
*/

/*
.hap-fixed.hap-breakpoint-650 .hap-left-controls{
    overflow: hidden;
    width:100%;
}
.hap-fixed.hap-breakpoint-650 .hap-info{
	width: calc(100% - 60px);
}
.hap-fixed.hap-breakpoint-650 .hap-center-controls{
	left:15px;
	top:75px;
	transform: none;
}
.hap-fixed.hap-breakpoint-650 .hap-right-controls {
    clear:left;
}
.hap-fixed.hap-breakpoint-650 .hap-search-filter,
.hap-fixed.hap-breakpoint-650 .hap-sort-alpha{
	display: none;
}
*/





/* Portrait */
@media only screen
	and (max-width: 460px)
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation:portrait) {
		

		.hap-fixed .hap-right-controls,
		.hap-fixed .hap-center-controls {
		/*	height: 40px;*/
  		}


}


/* Landscape */
@media only screen 
  	and (max-device-width: 460px)
  	and (-webkit-min-device-pixel-ratio: 3) 
  	and (orientation: landscape) {
	  	

  		.hap-fixed .hap-playlist-inner {
    		/*margin:8px;*/
		/*	max-height:140px;*/
		}


}


/*
@media only screen 
	and (orientation:landscape)
	and (max-device-width:400px) {
		html {
			width: 100vw;
			height:100vh;

			transform: rotate(90deg);
  		}
}
*/


/* (A) WRONG ORIENTATION - hide message by default -> show in landscape -> hide in portrait */
/*
#alert { display:none; }
@media only screen and (orientation:landscape) and (max-device-width: 460px) {
	#alert { display:block; }
	.uk-overlay-primary { background: rgba(34,34,34,0.95)!important;}
}
@media only screen and (orientation:portrait) and (max-device-width: 460px) {
	#alert { display:none; }
}


*/







/* **************************************************** */
/* Audio Player - Colors + Font-sizes ***************** */
/*
.hap-fixed .hap-preloader {
    background-color: rgba(255,255,255,.2)!important;
    background-color:#c2265d!important;
}
*/


.hap-fixed .hap-contr-btn svg{
	color:#eee;
	fill:currentColor;
}
.hap-fixed .hap-btn:hover svg,
.hap-fixed .hap-contr-btn:hover > svg,
.hap-fixed .hap-contr-btn-hover svg {
	color:#c2265d!important;
}
/* KONTROLLE */
/*
.hap-fixed .hap-btn:active svg,
.hap-fixed .hap-contr-btn:active > svg{
	color:#eee;
	fill:currentColor;
} 
*/



.hap-fixed .player-controls-ex {
	background: rgba(18,18,18,.95)!important;
/*	border-radius:500px 0 0 500px;
	overflow:hidden;
	right:0px;
	padding:0 20px 0 0;
	box-sizing: border-box;
*/		
}
.hap-fixed .player-controls-ex .player-mute-toggle-ex,
.hap-fixed .player-controls-ex .hap-playback-toggle-ex {	
	border-right: 1px solid rgba(255,255,255,.2)!important;
}


.hap-fixed .hap-btn-player-open .player-open-thumb-background {
	position:absolute;
	z-index:1;
}




/* TEST ***********  */
/*
.hap-fixed .player-controls-ex {
	top:-36px;
}
.hap-fixed .hap-player-outer {
	padding:0 6px 16px 6px;
	box-sizing: border-box;
}
.hap-fixed .hap-player-holder {
	border-radius:25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
}
.hap-fixed .hap-playlist-holder {
	border-radius:0 0 25px 25px;
	-webkit-border-radius: 0 0 25px 25px;
}
.hap-fixed .hap-seekbar{
	padding:0 19px 0 19px;
}
*/
/* ***************  */



.hap-fixed .hap-player-holder {
	background: rgba(18,18,18,.94)!important;
	backdrop-filter: blur(8px);   
	-webkit-backdrop-filter: blur(8px);
}

.hap-fixed .hap-player-holder .playerbar-left,
.hap-fixed .hap-player-holder .playerbar-right {
	border-bottom: 1px solid rgba(255,255,255,.1)!important;
}



.hap-fixed .hap-left-controls .hap-info .hap-player-title{
	/*font-size:15px;*/
	color:#f4f4f4;
	color:#c2265d!important;
}
.hap-fixed .hap-left-controls .hap-info .hap-player-artist {
	font-size:14px;
	color: rgba(255,255,255,.8)!important;
}
.hap-fixed .hap-info .player-artist-album-divider,
.hap-fixed .hap-playlist-info .playlist-artist-album-divider {
	font-size:14px;
	font-weight:500;
	margin-left:2px;
	margin-right:2px;
	color: rgba(255,255,255,.8)!important;
}
.hap-fixed .hap-left-controls .hap-info .hap-player-album,
.hap-fixed .hap-left-controls .hap-info .player-album {
	font-size:14px;
	color: rgba(255,255,255,.8)!important;

}




.hap-fixed .hap-media-time {
    color:#aaa;
 	font-size:12px!important; 
}

.hap-fixed .player-volume-controls .hap-volume-bg{
	background:#ccc;
}
.hap-fixed .player-volume-controls .hap-volume-level {
    background: #c2265d!important
}




.hap-fixed .hap-download:hover svg,
.hap-fixed .hap-link:hover svg {
	color:#c2265d!important
}




.hap-fixed .hap-progress-level,
.hap-fixed .hap-range-level {
    background: #c2265d!important
}

.hap-fixed .hap-load-level {
    background: rgba(231,84,94,.8)!important;
    background: rgba(255,255,255,.2)!important;
}

.hap-fixed .hap-progress-bg {
    background: rgba(255,255,255,.2)!important;
}




.hap-fixed .hap-range-handle-a-hit:hover,
.hap-fixed .hap-range-handle-b-hit:hover {
	border-bottom-color:#222!important;
}




.hap-fixed .hap-playlist-holder {
	background: rgba(18,18,18,.98)!important;
	backdrop-filter: blur(8px);   
	-webkit-backdrop-filter: blur(8px);
}

.hap-fixed .hap-playlist-item-selected .hap-playlist-thumb img {
	filter: grayscale(100%);
}




.hap-fixed .hap-playlist-title {
	font-size:16px;
	color: rgba(255,255,255,.95)!important;
}
.hap-fixed .hap-playlist-artist {
	font-size:14px;
	color: rgba(255,255,255,.7)!important;
}
.hap-fixed .hap-playlist-album,
.hap-fixed .playlist-album {
	font-size:14px;
	color: rgba(255,255,255,.7)!important;
}

/* If the screen size is 640px wide or less */
@media screen and (max-width: 640px) {
	.hap-fixed .hap-playlist-title {
		font-size:14px;
	}
	.hap-fixed .hap-playlist-artist,
	.hap-fixed .hap-playlist-album,
	.hap-fixed .playlist-artist-album-divider {
	font-size:12px;
	}	
	
}


.hap-fixed .hap-playlist-item-content {
	color:#aaa;
}




.hap-fixed .hap-playlist-item-selected{
	background: rgba(1,1,1,.4)!important;
}







/* inline seekbar */
/*.hap-fixed .hap-inline-seekbar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
}*/
.hap-fixed .hap-inline-seekbar-bg{
	position: absolute;
	/*bottom: 0;*/
	width: 100%;
    height: 2px!important;
    background: transparent!important;
}
.hap-fixed .hap-inline-seekbar-progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #c2265d!important;
    transition: width 100ms linear;
}










.hap-fixed .hap-playback-rate-level,
.hap-fixed .hap-playback-rate-drag {
    background: #c2265d!important
}

.hap-fixed .hap-playlist-bar {
	background: rgba(18,18,18,.94)!important;
	border-top: 1px solid rgba(255,255,255,.1)!important;
}






.hap-playback-rate-close svg,
.hap-share-close svg,
.hap-range-close svg {
    width: 15px !important;
    height: 15px !important;
}


/* tooltip */
.hap-fixed .hap-tooltip {
	position:absolute;
	z-index:10000;
    text-align:center;
    pointer-events:none;
    display:none; 
      
	font-size:12px!important;
	padding:3px 6px!important;
    line-height:20px !important;
    white-space:nowrap;
    	
/*	border-radius: 2px!important;
	border: 1px solid rgba(255,255,255,.2)!important;*/
	color:#aaa!important;
    background: #222!important;
    box-shadow: 1px 1px 6px rgba(40,40,40,0.3)!important;

}





/* extra knob */
.hap-fixed .hap-progress-level .hap-progress-level-drag,
.hap-fixed .hap-volume-level .hap-volume-level-drag {
	background: #c2265d!important;
    position: relative;

    border-radius: 100%;
    -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;
    
}

.hap-fixed .hap-progress-level .hap-progress-level-drag{
	-webkit-transform: scale( 0.1 );
    transform: scale( 0.1 );
    top: -7px;
    width: 16px;
    height: 16px;
    margin-right: -9px;
}
.hap-fixed .hap-volume-level .hap-volume-level-drag {
	-webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
    top: -10px;
    width: 22px;
    height: 22px;
    margin-right: -9px;	
}
.hap-fixed .hap-progress-level .hap-progress-level-drag:hover,
.hap-fixed .hap-progress-level .hap-progress-level-drag:active,
.hap-fixed .hap-volume-level .hap-volume-level-drag:hover,
.hap-fixed .hap-volume-level .hap-volume-level-drag:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}




/* touch mute button + correction in mute state of default volume button */
.hap-fixed .hap-btn-volume-off  svg {
	color:#c2265d!important;
} 






/* pseudo equalizer on thumb */

.amp-eq {
  align-items: flex-end;
  display: flex;
  overflow: hidden;

  
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;  
  left: 50%;
  transform: translate(-50%);
     
}
.amp-eq .amp-eq-col {
  flex: 1;
  position: relative;
  height: 100%;
  margin-right: 1px;
}
.amp-eq .amp-eq-col div {
  animation-name: amp-eq-animation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
 /* added via element settings */ 
 /* background-color: #FAFAFA;*/
  position: absolute;
  bottom:0px;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  will-change: transform;
}
.amp-eq-1-1 {
  animation-duration: 0.4s;
}
.amp-eq-1-2 {
  animation-duration: 0.55s;
}
.amp-eq-2-1 {
  animation-duration: 0.6s;
}
.amp-eq-2-2 {
  animation-duration: 0.5s;
}
.amp-eq-3-1 {
  animation-duration: 0.4s;
}
.amp-eq-3-2 {
  animation-duration: 0.45s;
}
.amp-eq-4-1 {
  animation-duration: 0.5s;
}
.amp-eq-4-2 {
  animation-duration: 0.35s;
}
.amp-eq-5-1 {
  animation-duration: 0.3s;
}
.amp-eq-5-2 {
  animation-duration: 0.55s;
}
@keyframes amp-eq-animation {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(20%);
  }
}


.amp-eq .amp-eq-col div.pausedEq  {
  height:20%;
  transition: height 0.36s ease-in-out;
  animation-play-state: paused;
}





/*
.hap-preloader {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  
  & .path {
    stroke: hsl(210, 70, 75);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }
  
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

*/

/*
.hap-preloader {
    z-index: 1;   
    position: absolute;
    pointer-events: none;
    -webkit-animation: hap_preloader 1.2s infinite ease-in-out;
    animation: hap_preloader 1.2s infinite ease-in-out;
}    
@-webkit-keyframes hap_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes hap_preloader {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

*/

.hap-preloader {
	position:absolute;
	z-index:2;
  	width:36px;
  	height:36px;
	background-color:#222;
	border-radius:500px;
}
.hap-preloader svg.preloader {
  animation: 2s linear infinite svg-animation;
  width: 26px;
  height:26px;
  margin:5px 0 0 5px;
}

@keyframes svg-animation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg)
  }
}


svg.preloader circle {
  animation: 1.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: #c2265d;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  transform-origin: 50% 50%;
}

@keyframes circle-animation {
  0%,
  25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  
  50%,
  75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}




.player-mediasample-badge {	
	/*min-width:75px;*/
	margin:1px 5px 1px 0;	
}

.playlist-item-mediasample-badge {	
	margin-right:10px;	
}
.playlist-item-mediasample-badge,
.player-mediasample-badge {
    box-sizing: border-box;
    height: 14px;
    padding: 2px 4px;
    border-radius: 2px;
    vertical-align: middle;
    text-align:center;
	overflow:hidden;    

    font-size: 10px;
    line-height: 9px;
    letter-spacing: 0;
     
    background: rgba(255,255,255,0.7);
    color: #333;
    font-weight: 500;
    /*      
    background-color:rgba(255,51,51,0.5);
    color: #f4f4f4;
    font-weight: 500;
    */
}