@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
  margin: 0;
  font-family: "Roboto", sans-serif;
	height: 100%;
	width: 100%;
	   font-weight: 400;
	
}
html{
		height: 100%;
	width: 100%;
}

.mainwrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;

}
.header{
  background-image: -moz-linear-gradient( 0deg, rgb(1,0,2) 0%, rgb(14,2,51) 48%, rgb(1,0,2) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(1,0,2) 0%, rgb(14,2,51) 48%, rgb(1,0,2) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(1,0,2) 0%, rgb(14,2,51) 48%, rgb(1,0,2) 100%);
  color: #fff;
  padding: 15px 0px;
  
}
.footer {
	background: #190242;
	 color: #fff;
  padding: 15px 0px;
  text-align: center;
}


.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 0px;
	background: url("../img/bodaybg.jpg") no-repeat;
	background-size: cover;
	 
}
.table-container {
  overflow-y: auto;
  border: 1px solid #ddd;
}
.fixedconatiner {
	  background-image: -moz-linear-gradient( 90deg, rgb(53,48,189) 0%, rgb(28,26,101) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(53,48,189) 0%, rgb(28,26,101) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(53,48,189) 0%, rgb(28,26,101) 100%);
}


.table-responsive table{
	width: 100%;
}
.heading {
    text-align: center;
    padding: 12px 0px;
    background: url("../img/heading.png") no-repeat;
    margin-bottom: 5px;
    background-size: 100% 100%;
}
.heading h2{
	color: #fff;
	margin-bottom: 0;
	font-size: 30px;
}

.pizeheader-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 30px;
    align-items: center;
}
.pizeheader {
    background: #1c1a65;
    padding: 5px 50px;
}
.item p{
	color: #fff;
	margin-bottom: 0;
}
.leaderboraddata {
    width: 100%;
    height: 225px;
    overflow-y: auto;
    background: #180f56;
        padding: 0px 40px 0px 50px;
}
.leaderboraddata::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 0px;
}

.leaderboraddata::-webkit-scrollbar-track {
  background: #020a38;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
	border: 1px solid rgba(0,183,232,0.4);
}

.leaderboraddata::-webkit-scrollbar-thumb {
  background-color: #00b7e8;
  border-radius: 5px;
}

.item{
	text-align: center;
}

.nameheading{
padding: 5px;

	background: url("../img/bluebg.png") no-repeat;
	 background-size: 100% 100%;
	
	
}
.first-tag{
	 	background: url("../img/bgbrown.png") no-repeat;
	padding: 8px;
	 background-size: 100% 100%;
}

.secondtag-tag{
  	background: url("../img/bgperpul.png") no-repeat;
	padding: 8px;
	 background-size: 100% 100%;

}
.thirdtag-tag {

   	background: url("../img/bggreen.png") no-repeat;
    padding: 8px;
	 background-size: 100% 100%;
}
.pizefooter{
	text-align: center;
    padding: 12px 50px;
    background: url(../img/heading.png) no-repeat;
    margin-bottom: 5px;
    background-size: 100% 100%;
}
.pizefooter .pizeheader-main {


	background: url("../img/bgred.png") no-repeat;
	background-size: 100% 100%;
    padding: 8px;
}
.leaderboraddata .pizeheader-main {
background: linear-gradient(85deg, rgba(26,100,150,0.9752275910364145) 50%, rgba(26,100,150,0.5102415966386555) 100%);
    margin: 5px 0px;
    padding: 8px;
	background: url("../img/comanbg.png") no-repeat;
	background-size: 100% 100%;

}
.usermain {
    display: flex;
/*
    justify-content: center;
*/
    justify-content: start;
    align-items: center;
    gap: 0px 15px;
}
span.user {
    border-radius: 100%;
    overflow: hidden;
    width: 55px;
    height: 55px;
    display: inline-block;
    padding: 3px;
    background: linear-gradient(90deg, rgba(142,31,192,1) 0%, rgba(36,163,143,1) 84%, rgba(36,163,143,1) 100%);
}
.user img{
	max-width: 100%;
	height: 100%;
	width: 100%;
	  border-radius: 100%;
	object-fit: cover

}
.item.rank {
    position: relative;
}
.rankprofile {
    position: absolute;
    top: -36px;
    width: 100%;
    text-align: center;
}
.rankprofile img{
	max-width: 100%;
}
.username {
    color: #fff;
    text-align: left;
}
.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.inneruser span.user {
    border-radius: 100%;
    overflow: hidden;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 3px;
    background: linear-gradient(90deg, rgba(142,31,192,1) 0%, rgba(36,163,143,1) 84%, rgba(36,163,143,1) 100%);
}

.pizeheader-new {
  /* grid-template-columns: repeat(6, 1fr); */
  grid-template-columns: repeat(5, 1fr);
}

.pizeheader-new2 {
  grid-template-columns: repeat(6, 1fr);
}

