*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a{ 
	text-decoration: none; 
}
body,html{
    background-color: #FAFAFA;
}

#mrp-wrapper{
    position: relative;
    font-family: 'Poppins', sans-serif;
    max-width: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4px;
    box-shadow: 1px 1px 15px #949494;
}
.mrp-player-holder{
	position: relative;
	left:0;
	top:0;
	overflow:hidden;
	background-color: #fff;
}
.mrp-contr-btn{
	color:#fff !important;
}
.mrp-contr-btn svg{
	position: absolute;
	height: 15px;
	top: 50%;
    left: 50%;
    padding: 0!important;
	margin: 0!important;
    fill:currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mrp-player-thumb-wrap{
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:300px; 
	background: url(https://cdn.bintangtenggarafm.com/img/cover-rbtfm.png);
	background-position: 50% 50%;
    background-size: cover;
    transition: opacity 0.3s ease-in-out;
}
.mrp-player-thumb1,
.mrp-player-thumb2{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%; 
	background-position: 50% 50%;
    background-size: cover;
    transition: opacity 0.3s ease-in-out;
}
.mrp-thumb-hidden{
	opacity: 0;
}
.mrp-info{
	padding: 15px;
	position: relative;
    top: 0;
    left: 0;
    background: #FF0000;
}
.mrp-player-title{
	font-size:16px;
	color:#eee;
	margin:0 0 3px 0;
	padding:0;
}
.mrp-player-artist{
	font-size:13px;
	margin:0;
	color:#eee;
	padding:0;
}
.mrp-playback-toggle{
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:50px;
	height:50px;
	border-radius: 100%;
  	display: flex;
  	justify-content:center;
	align-items: center; 
	box-sizing: border-box;
}
.mrp-playback-toggle svg{
	height: 60px;
}
.mrp-pause-icon{
	display: none;
	opacity: 0.2;
}
.mrp-popup-toggle{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, .7));
}
.mrp-volume-toggle{
	position: absolute;
    height: 30px;
    width: 30px;
    bottom: 5px;
    right: 5px;
}
.mrp-volume-btn{
	position: relative;
	height: 30px;
    width: 30px;
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, .7));
}
.mrp-mute-icon{
	display: none;
}
.mrp-volume-seekbar{
	position: absolute;
    bottom: 30px;
    left: 0;
    width: 30px;
    height: 100px;
    background: #9e9e9e;
    cursor: pointer;
    touch-action: none;
    display: none;
}
.mrp-volume-toggle:hover .mrp-volume-seekbar{
	display: block;
}
.mrp-volume-bg{
	position: absolute;
    top: 10px;
    left: 13px;
    width: 5px;
    height: 80px;
    background-color: #fff;
}
.mrp-volume-level{
	position: absolute;
    bottom: 10px;
    left: 13px;
    width: 5px;
    height: 0;
    background: #03a9f4;
}
.mrp-volume-drag{
	position: relative;
	top:-9px;
    width: 20px;
    height: 20px;
	border-radius: 100%;
	background:#00bcd4;
	/*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: -10px;
}
.mrp-share-wrapper{
	position:absolute;
	top:5px;
	left: 5px;
    height: 30px;
    width: 30px;
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, .7));
}
.mrp-share-holder{
	position:absolute;
	top:0;
	left: 30px;
    height: 30px;
    width: 180px;
    display: none;
}
.mrp-share-wrapper:hover .mrp-share-holder{
	display: none;
}
.mrp-share-item{
	position: relative;
    width: 30px;
    height: 30px;
    top: 0;
    float: left;
    margin-left: 10px;
}
.mrp-share-item svg{
    height: 17px;
}

#mrp-playlist-list{
	display:none;
}
.mrp-playlist-holder{
	position: relative;
	left:0;
	width:100%;
	height: 300px;
	background: #fff;
	overflow:hidden;
}
.mrp-playlist-bar{
	color: #ccc;
	height: 32px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 20px;
}
.mrp-history-title,
.mrp-station-title{
    font-size: 15px;
    cursor: pointer;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
.mrp-history-title:hover,
.mrp-station-title:hover,
.mrp-title-active{
	background-size: 100% 2px;
}
.mrp-title-active{
	cursor: default;
}
.mrp-playlist-inner,
.mrp-history-inner{
	position: absolute;
	top:32px;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 32px);
	transition: transform 0.4s ease-out;
}
.mrp-playlist-inner{
	left:100%;
}
.mrp-playlist-inner .mrp-playlist-item{
	cursor: pointer;
}
.mrp-playlist-inner .mrp-playlist-item:hover,
.mrp-playlist-inner .mrp-playlist-item-active{
	background: #f5f5f5;
}
.mrp-playlist-inner .mrp-playlist-item-active{
	cursor: default;
}
.mrp-playlist-item{
	position: relative;
	align-items: center;
	top:0px;
	left:0px;
	flex: 1;
    display: flex;
	overflow: hidden;
	border-bottom:1px solid #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.mrp-playlist-item:last-child {  
	border-bottom:none;
}
.mrp-playlist-thumb{
	display:block;
	position:relative;
	top:0;
	left:0;
	width:50px;
	height:50px;
	margin: 5px 0 5px 20px;
	background:#111;
	overflow:hidden;
	flex-shrink:0;
}
.mrp-playlist-thumb-img{
	display:block;
	height:100%;
	width:auto!important;
	margin:0 auto;
	-webkit-backface-visibility: hidden;
	opacity: 0;
	transition: opacity 500ms ease-out;
}
.mrp-playlist-info{
	position: relative;
    font-size:14px;
	display: block;
	padding: 15px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.mrp-playlist-title{
	color:#888;
}
.mrp-playlist-artist{
	display: block;
	color:#ccc;
}
.mrp-tooltip{
	position:absolute;
	background:#9e9e9e;
	color:#fff!important;
	text-align:center;
	z-index:10000;
	font-weight: 600;
	pointer-events:none;
	box-shadow: 1px 1px 3px #777;
	display:none;
	font-size:12px!important;
	padding:4px 8px !important;
	white-space:nowrap;
	user-select: none; 
}
.mrp-preloader {
	position:absolute;
	top:50%;
	left:50%;
    width: 40px;
    height: 40px;
    margin-left:-20px;
	margin-top:-20px;
    background-color: #FF0000;
    -webkit-animation: mrp_preloader 1.2s infinite ease-in-out;
    animation: mrp_preloader 1.2s infinite ease-in-out;
}
@-webkit-keyframes mrp_preloader {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes mrp_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);
    }
}

.mrp-visible {
	opacity: 1;
}

/* scroll */
.mrp-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mrp-mCSB_full{/* hide scroll area when no scroll */
	margin-right: 0!important;
}
