body {
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: ;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) , #333;
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.container {
    width: 100%  !important;    
    padding-top:60px  !important;
    text-align: center ;
    margin: auto !important;
}


#streaming_page{
    position: relative;
}

.loader img{
    margin:50px 20px;
}

.bg-gray{
    background: #f1f1f1;
}

.voice_player{
    margin:0px !important;
}

.voice_actions{
    font-size:16px !important;
    margin-top:40px !important;
}

.voice_header{
    margin-bottom:40px !important;
}


.list-group-item {
    border-right: none;
    border-left: none;
}

.box{
    -webkit-box-shadow: 0px 0px 56px -11px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 56px -11px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 56px -11px rgba(0,0,0,0.55);    
}

.sharing_box{
    font-size: 30px;
    margin-bottom: 5px;    
}

.sharing_box a{
    color:#fff !important;
}

#visitors{
    text-align: right;
    position: absolute;
    left:-230px;
    top:49px;
    min-width: 200px;
    max-width: 200px;
    width: 200px;        
}


#fans_box{
    text-align: right;
    position: absolute;
    right:-230px;
    top:49px;
    min-width: 200px;
    max-width: 200px;
    width: 200px;
 
}

.sd_player {
    background: #66365d !important;
}

.mejs__time-total, 
.mejs__time-slider{
    display: none !important;    
}
  
.mejs__broadcast{
    display: inline-block !important;    
}
  