.song-section {
  height: 75px;

}

.art-box {
  padding-left: 15px; position: relative;
  float: right
}

.art-cover {
  position: absolute;
  z-index: 999!important;
  left: 0;
  width: 75px;
  height: 75px;
}

img#album-cover {
  padding: 5px;
  position: relative;
  width: 75px;
  height: 75px;
}

.song-info {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 8px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px 5px;
   -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px 5px;
}
.song-artist {
  font-size: 16px;
  color: #ff00dd;
  font-weight: bold;
  font-family: 'Oswald';
  margin-top: 0px;
}
.song-title {
  font-size: 20px;
  color: #ccff00;
  font-weight: bold;
  font-family: 'Oswald';
  display: inherit!important;
}

.h_image {
-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    animation: rotation 8s infinite linear;
    }

.hlogo {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
    
.listcounter{
	font-size: 40px;
	color: #ff0088;
	font-weight: bold;
	text-align: center;
    border: 2px #000;
	font-family:sans-serif;
	text-shadow:2px 2px 12px #fff;
	overflow:hidden;
  	padding-top:25px;
    padding-bottom:25px;
	margin-top:0px
}

.listeners {
	float: right; 
	width: 75px; 
	height: 75px; 
	padding: 10px; 
	margin-top: 10px; 
	border-radius: 50%; 
	font-size: 36px; 
	font-family: 'Oswald'; 
	font-weight: bolder; 
	text-align: center; 
	background-image: url("/status/assets/img/countbg.gif");
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: center center; 
	vertical-align: middle!important; 
	color: #ccff00; 
	margin-right: 15px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
 }

        	/** Start of OnlineChatter **/
 ul.online-user {
	list-style-type: none;
	width: 100%;
	height: 285px;
	margin: 0; 
	padding: 5px;
	overflow-x: hidden;
	overflow: auto;
}
.online-user li {
	display: block;
	padding: 7px 7px 7px 0px;
	border-bottom: 1px dotted #ccff00;
	-webkit-transition: padding-left 0.2s ease-out;
  	-moz-transition: padding-left 0.2s ease-out;
  	-o-transition: padding-left 0.2s ease-out;
  	transition: padding-left 0.2s ease-out;
}
.online-user li:hover {
	padding-left: 10px;
    background: rgba(254, 31, 8, 0.3);
}
.online-user .ol-thumb {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 7px;
	background: rgba(0,0,0, 0.5);
	padding: 3px;
	border: 1px solid #ff0000;
    border-radius:35px;
}
.ol-thumb img {
	width: 30px;
	height: 30px;
}
.online-user h3 {
	font-family: 'Oswald';
	font-weight: 400;
    color: #ccff00;
	font-size: 16px;
	line-height: 20px;
	padding-top: -7px;
    	text-transform: uppercase;
	margin: 0;
}
.online-user li span {
	width: 100%;
	display: block;
	line-height: 22px;
	margin-left: 10px;
	font-size: 11px;
    color: #ccff00;
    font-family: 'Oswald';
}
.online-user i {
	margin-right: 4px;
	font-size: 8px;
	font-weight: bolder;
}

.alert {
    color: #ccff00;
}
.online-user::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 12px;
	background-color: transparent;
}
.online-user::-webkit-scrollbar-thumb {
	border-radius: 12px;
	border: 5px solid rgba(255,255,255,0);
	background-clip: content-box;
	background-color: none;
	-webkit-box-shadow: none;
}

.online-user::-webkit-scrollbar-thumb:hover {
	border-radius: 12px;
	border: 5px solid rgba(255,255,255,0);
	background-clip: content-box;
	background-color: #ffbb00;
}

		/** End of OnlineChatter **/
		/** Start Of Top Chatter **/
			
.top-chatters {
    margin-top: 5px;
    height: 255px;
    list-style-type: none;
    width: 100%;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(25, 25, 25, 0);
}
div.cb-top5 {
    display:block;
    width: 100%;
    color: #ccff00;
    padding: 12px;
    -webkit-transition: padding-left 0.2s ease-out;
    -moz-transition: padding-left 0.2s ease-out;
    -o-transition: padding-left 0.2s ease-out;
    transition: padding-left 0.2s ease-out;
    margin-bottom: 5px;
    margin-top: 5px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer!important;
    position: relative;
    overflow: hidden;
    margin-left: -5px;
}

div.cb-top5:hover {
	background: rgba(0,0,0,.5);

}
div.cb-top5-info {
	float: left; 
	margin-left: 6px; 
	width: auto; 
	overflow: hidden;
    background: transparent;	
	
}
span.cb-top5-points {
    background: transparent;
	width: auto;
	color:  #ccff00;
	font-size: 11px;
	padding-left:5px;
    display: block;
	text-align: left;
	 font-family:  '', sans-serif;
}
span.cb-top5-name {
   color: #ccff00;
  font-size: 14px;
  font-family: 'Oswald';
  overflow-wrap: break-word;
  word-wrap: break-word;
  
}
img.cb-top5-img {
   float: left;
    width: 38px;
    height: 38px;
    padding-bottom: 0;
    float: left;
    margin-right: 1px;
    border-radius: 50%;
    border: 2px solid #ff0000;
    margin-left: -7px;
}
div.cb-top5-rank {
	position: absolute;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background: #000;
    color: green;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald';
    font-weight: bolder;
    margin-left: 23px;
    margin-top: 20px;
    border: 2px solid #ff0000;
}

.top-chatters::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 12px;
	background-color: transparent;
}
.top-chatters::-webkit-scrollbar-thumb {
	border-radius: 12px;
	border: 5px solid rgba(255,255,255,0);
	background-clip: content-box;
	background-color: none;
	-webkit-box-shadow: none;
}

.top-chatters::-webkit-scrollbar-thumb:hover {
	border-radius: 12px;
	border: 5px solid rgba(255,255,255,0);
	background-clip: content-box;
	background-color: #ccff00;
}

			/** End of Top Chatter **/
			
			        	/** Start of Requested **/
        	
/* Song Request */
.requested-song {
  list-style-type: none;
  width: auto;
  height: 180px!important;
  margin: 0; 
  padding: 0;
  overflow: none;
  overflow-x:hidden;
}
.request-list {
  height: auto;
  width: 98%;
  padding: 5px;
  background:rgba(0, 0, 0, 0.7);
  border-bottom: 1px dotted #fffc00!important;
  overflow-x:hidden;
  opacity: 0.8;
}
.request-list:hover {
  opacity: 100;
}

.user-info {
  float: left; 
  margin-left: 6px; 
  width: auto; 
  overflow: hidden;
}
span.req-by {
	width: auto;
	color: #ffffff;
	font-size: 12px;
	margin-top: 0px;
	display: block;
}

div.number {
  border-radius: 3px 3px 3px 3px; 
  -moz-border-radius:  3px 3px 3px 3px; 
  -webkit-border-radius:  3px 3px 3px 3px; 
  font-size: 20px;
  color: #11ff19;
}
span.songtitle {
    display: inline;
    font-size: 15px;
    font-weight:normal;
    overflow-y:hidden;
    color: #0cff00!important;
    margin-top: 0px;
    font-family: 'Oswald';
    margin-left: 6px; 
}
.note {
	width: auto;
	color: #c0ff00;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	display: block;
}


.requested-song::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  background-color: transparent;
}
.requested-song::-webkit-scrollbar-thumb {
  border-radius: 12px;
  border: 5px solid rgba(255,255,255,0);
  background-clip: content-box;
  background-color: #fff600;
  -webkit-box-shadow: none;
}

.requested-song::-webkit-scrollbar-thumb:hover {
  border-radius: 12px;
  border: 5px solid rgba(255,255,255,0);
  background-clip: content-box;
  background-color: #fff600;
}

/** end of requested **/
			
/** DJ ONBOARD SECTION **/		

.djstatus{
	background: none;
	padding:10px
}


.obs{
	background:rgba(255, 0, 4, 0.3);
	padding:0px 10px 10px 10px;display:block;
	vertical-align:middle
	}
.djstat{
	font-size:18px;
	display:block;
	color:#fff;
	font-family: 'Oswald'
	}
.djname{
	line-height:15px;
	display:block;
	font-size:25px;
	font-weight:800;
	font-family: 'Oswald';
	text-shadow:1px 1px 5px #000;
}
.live{	
	color:#ccff00;
	animation: rainbow 5s linear infinite;
	}

.autodj{
	color:#c6ff00;
	}
.noconf{
	color:#ff0000;
	animation: blink 5s linear infinite;
	}	

.djtag{
	font-size:14px;
	color:#ccff00;
	font-family: 'Oswald';
	display:block;
	padding-top:3px
	}
.onbox     {
	background:none;
	position:relative;
	height:255px
	}
.onboardbox{
	width:100%;
	height:90px;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.9)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%)
	}
.info{
	width:100%;
	padding:10px;
	text-align:left;
	text-shadow:1px 1px 5px #000;
	overflow:hidden
	}
.dj-img{
	
	background-repeat:no-repeat;
	background-position:50%;
	-ms-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
    	margin-bottom:10px
	}

        .marquee {
            height: 30px;
            overflow: hidden;
            position: relative;
            color: #fff;
            border: none;
        }
        
        .marquee p {
            position: absolute;
            font-size:20px;
            width: 100%;
            height: 100%;
            margin: 0;
            line-height: 30px;
            text-align: center;
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -moz-animation: scroll-left 2s linear infinite;
            -webkit-animation: scroll-left 2s linear infinite;
            animation: scroll-left 15s linear infinite;
        }
        
        @-moz-keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
            }
        }
        
        @-webkit-keyframes scroll-left {
            0% {
                -webkit-transform: translateX(100%);
            }
            100% {
                -webkit-transform: translateX(-100%);
            }
        }
        
        @keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
            }
        }
        
        .rainbow {
  
   /* Font options */
  font-family: 'Pacifico', cursive;
  text-shadow: 2px 2px 4px #111;
  
  
   /* Chrome, Safari, Opera */
  -webkit-animation: rainbow 5s infinite; 
  
  /* Internet Explorer */
  -ms-animation: rainbow 5s infinite;
  
  /* Standar Syntax */
  animation: rainbow 5s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow{
  0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
  30%{color: CadetBlue;}
	40%{color: yellow;}
  50%{color: coral;}
	60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
	100%{color: orange;}
}

/* Internet Explorer 
@-ms-keyframes rainbow{
   0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
  30%{color: CadetBlue;}
	40%{color: yellow;}
  50%{color: coral;}
	60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
	100%{color: orange;}
} */

/* Standar Syntax */
@keyframes rainbow{
    0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
  30%{color: CadetBlue;}
	40%{color: yellow;}
  50%{color: coral;}
	60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
	100%{color: orange;}
}
@keyframes blink {
	50% {
    opacity: 0;
	}
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes beat
{
  0%
  {
    transform: scale( .95 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .90 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .90 );
  }
  100%
  {
    transform: scale( .95 );
  }
}


@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
::-webkit-scrollbar{-webkit-appearance:none;width:12px;
background-color:transparent
    
}
::-webkit-scrollbar-thumb{border-radius:12px;
border:5px solid transparent;
background-clip:content-box;
background-color:#ccff00;
-webkit-box-shadow:none
}
::-webkit-scrollbar-thumb:hover{
    border-radius:12px;
    border:5px solid transparent;
    background-clip:content-box;
    background-color:#ccff00
    
}









