.player_box {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 90%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    
}

.panel-default {
    margin-bottom: 30px;
 
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.3);
    color: #ffffff;
   background: linear-gradient( 
90deg
 , #e318ca69 0%, #422aa16b 100%);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.3);
    padding: 10px;
     border-bottom-left-radius:5px;	 
  border-bottom-right-radius:5px;
 
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    z-index: 888;
  /*box-shadow: 0px 0px 2px 2px #5171c18c;*/
  
  
}

                                                        /***online users ****/
ul.online-user{list-style-type:none;
width:100%;
height:400px;
margin:0;
padding:0;overflow-x:hidden
}

.online-user li{display: block;
width:100%;
padding: 5px;
-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;
background: linear-gradient( 90deg , #e91e6387 0%, #e91e63ab 100%);
-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer!important;
position: relative;
overflow: hidden;}

.online-user li:hover{
 background: #0a83fd;   
    
    
}
.online-user li:last-child{border-bottom:0}


.ol-thumb{float: left;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    border: 4px solid #017e1654}
.online-user h3{font-family: 'Roboto Condensed', sans-serif;
color:orange;font-size:14px;
line-height:20px;padding-top:-7px;font-weight:700;margin:0}
.online-user li span{width:100%;display:block;line-height:15px;margin-left:10px;font-size:12px;color:white}
.online-user i{margin-right:4px;font-size:8px;font-weight:bolder}
.online-user::-webkit-scrollbar{-webkit-appearance:none;width:12px;
background-color:transparent}
.online-user::-webkit-scrollbar-thumb{border-radius:12px;
border:5px solid transparent;
background-clip:content-box;
background-color:red;
-webkit-box-shadow:none}
.online-user::-webkit-scrollbar-thumb:hover{border-radius:12px;border:5px solid transparent;
background-clip:content-box;
background-color:#c7c7c7}.row{padding:0 10px}.no-gutter [class*=col-]:not(:first-child),.row.no-gutter [class*=col-]:not(:last-child){padding:0 5px!important}

/*******end online*********/

.onboard-pic {
    max-width: 100%;
    border-radius: 50%;
    margin-top: -105px;
    margin-bottom: 5px;
    width: 150px;
    height: 150px;
    border: 5px solid rgba(0,0,0,0.2);

}
.onboard-cover {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-radius: 0;
    height: 140px;
    background: url();
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-top-left-radius:5px;	 
  border-top-right-radius:5px;
}
