  body {
        font-family: 'Josefin Sans';
        margin: 0;
        padding: 15px;
		text-decoration: none;
        background-color: rgb(20, 16, 25);
      }
      .wrap {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
      }
      .profile {
        text-align: center;
        color: #FFF;
        margin-bottom: 20px;
      }
      .photo {
        height: 200px;
        width: 100%;        
      }
      .img{
        height: 100%;
        width: 200px;
        border-radius: 50%;
        background: bleu ;
        background-position: center;
        background-size: cover;
        margin: 0 auto;
      }
      .profile_name {
        font-weight: bold;
        display: block;
        margin: 4px 0;
      }
      .at {
        font-size: 13px;
      }
.text {
	text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
.custom-btn2 {
	width: 25%;
	height: 45px;
    color: balck;
	text-decoration: none;
    border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Josefin Sans';
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: block;
	outline: none;
}	
.custom-btn {
  width: 100%;
  height: 45px;
  color: #FFF;
  text-decoration: none;
  
  padding: 10px 25px;
  font-family: 'Josefin Sans';
  font-weight: 500;
  
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  outline: none;
}



.btn-8 {
	background-color: rgb(10, 102, 194);
	border-radius: 15px;
  line-height: 42px;
  padding: 0;
  margin: 14px 0;
  border: none;
}
.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top:3px;
}
.btn-8 span a{
  text-decoration: none;
  color: FFF;
  text-decoration: none;
}
.btn-8:before,
.btn-8:after {

}
.btn-8:before{
   height: 0%;
   width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover{
  background-color: #16437E;
}
.btn-8 span:hover{

}
.btn-8 span:before,
.btn-8 span:after {

}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}
/*     Social Icons    */  
.sociaicon{
  display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.socialsanimate{
  transition: transform 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 0;
}

.socialsalign{
  padding-left: 22px;
  padding-right: 22px;
  color: inherit;
  text-decoration: none;
}
.socialsanimate svg {
    pointer-events: none;
}
.socialssvg{
    margin-top: 8px;
    fill: rgb(255, 254, 254);
    width: 32px;
    height: 32px;
}
a:link {
      text-decoration:none;
}

.btn-8 img{
	padding-top: 15px;
}

#left {
  float: left;
  width: 50%;
}
#right {
  float: right;
  width: 50%;
}
#left, #right {
  color: #fff;
}
#list_player tbody tr:nth-child(odd) {
  background: #222;
}
#list_player tbody tr:nth-child(even) {
  background: #333;
}
#list_player td {
  color: #fff;
}