.leaderboard .top{
    padding-left:3px;
    padding-right:3px
}
@media only screen and (min-width:600px){
    .leaderboard .top{
        padding-left:12px;
        padding-right:12px
    }
}
.leaderboard .top .user{
    background:#fff;
    text-align:center;
    padding:6px;
    position:relative
}
@media only screen and (min-width:569px){
    .leaderboard .top .user{
        padding:13px
    }
}
.leaderboard .top .trophy{
    font-size:29px;
    position:absolute;
    right:10px
}
@media only screen and (min-width:600px){
    .leaderboard .top .trophy{
        font-size:33px
    }
}
@media only screen and (min-width:992px){
    .leaderboard .top .trophy{
        font-size:50px;
        right:10px
    }
}
.leaderboard .top .trophy i{
    text-shadow:0 0 2px #585858
}
.leaderboard .top .trophy::after{
    color:#272727;
    position:absolute;
    margin:0 auto;
    left:0;
    right:0;
    top:2px;
    font-size:18px
}
@media only screen and (min-width:600px){
    .leaderboard .top .trophy::after{
        top:3px;
        font-size:21px
    }
}
@media only screen and (min-width:992px){
    .leaderboard .top .trophy::after{
        top:7px;
        font-size:29px
    }
}
.leaderboard .top:nth-child(1) .user{
    border:5px solid #adbbbf
}
.leaderboard .top:nth-child(1) .trophy{
    color:#adbbbf
}
.leaderboard .top:nth-child(1) .trophy::after{
    content:"2"
}
.leaderboard .top:nth-child(1) img{
    border:5px solid #adbbbf
}
.leaderboard .top:nth-child(2) .user{
    border:5px solid #ffc700
}
.leaderboard .top:nth-child(2) .trophy{
    color:#ffc700
}
.leaderboard .top:nth-child(2) .trophy::after{
    content:"1"
}
.leaderboard .top:nth-child(2) img{
    border:5px solid #ffc700
}
.leaderboard .top:nth-child(3) .user{
    border:5px solid #8e7257
}
.leaderboard .top:nth-child(3) .trophy{
    color:#8e7257
}
.leaderboard .top:nth-child(3) .trophy::after{
    content:"3"
}
.leaderboard .top:nth-child(3) img{
    border:5px solid #8e7257
}
.leaderboard .info img{
    border-radius:50%;
    max-width:93%;
    margin:13px auto
}

.team-info{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 5px; 
    align-items: center; 
}



@media only screen and (min-width:569px){
    .leaderboard .top img{
        max-width:75%
    }
}
.leaderboard .top .info{
    width:100%;
    text-align:center
}
.leaderboard .top .info .name{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:20px;
    margin-bottom:13px;
    margin-top:13px
}
.leaderboard .top .wins{
    background-color:#272727;
    color:#fff;
    display:none
}
@media only screen and (min-width:350px){
    .leaderboard .top .wins{
        display:block
    }
}
.leaderboard .top .wins p{
    font-size:16px;
    padding:5px;
    line-height:17px
}
@media only screen and (min-width:569px){
    .leaderboard .top .wins p{
        font-size:19px;
        line-height:34px
    }
}
@media only screen and (min-width:600px){
    .leaderboard .top .wins p{
        font-size:28px
    }
}
@media only screen and (min-width:992px){
    .leaderboard .top .wins p{
        font-size:37px
    }
}
.leaderboard .headers{
    text-align:center
}
.leaderboard .headers div:nth-of-type(1),.leaderboard .headers div:nth-of-type(2){
    text-align:left
}
.leaderboard .headers>div{
    padding-left:3px;
    padding-right:3px
}
@media only screen and (min-width:600px){
    .leaderboard .headers>div{
        padding-left:12px;
        padding-right:12px
    }
}
.leaderboard .table>div>div{
    padding-left:3px;
    padding-right:3px
}
@media only screen and (min-width:600px){
    .leaderboard .table>div>div{
        padding-left:12px;
        padding-right:12px
    }
}
.leaderboard .table .data{
    text-align:center
}
.leaderboard .table .data div:nth-of-type(1){
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.leaderboard .table .data div:nth-of-type(1),.leaderboard .table .data div:nth-of-type(2){
    text-align:left
}
.leaderboard .table p{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:bold;
    padding-left:0;
    padding-right:0;
    font-size:13px
}
.leaderboard .table img{
    padding:0;
    margin:0 3px;
    cursor:pointer
}
.leaderboard .table img:hover{
    opacity:.5
}
.leaderboard .table .info img{
    border-radius:50%;
    float:left;
    margin-right:5px
}
.member {
    position: relative; /* Position relative for absolute positioning of the name */
  }
.member img {
    width: 100%; 
    height: auto; 
    border-radius: 8px; 
}
.member p {
    position: absolute;
    top: 10px; 
    left: 50%; 
    transform: translateX(-50%); 
    background-color: rgb(70, 62, 62);
    padding: 5px; 
    border-radius: 5px;
    text-align: center; 
    font-weight: bold; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;
}
.name {
text-align: center; /* Center the name */
font-weight: bold; /* Make the name bold */
}
.streamers:hover{
    background-color:#e4e3e3;
    cursor: pointer;
}
.leaderboard .streamers-community {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.leaderboard .streamers-community.is-above {
    z-index: 100
}

.leaderboard .streamers-community.is-visible {
    opacity: 1;
    background-color: #444;
}
.header-container {
    display: flex;       
    justify-content: space-between; 
    align-items: center;      
    padding: 10px;           
}

.bi-arrow-left-square-fill:hover{
    background-color: #444;
}
.header-container .bi {
    font-size: 24px;           
    transition: transform 0.2s;
    cursor: pointer;   
}
.header-container .bi:hover {
    transform: scale(1.2);    
    color: #e4e3e3;
}
.streamers-content {
    max-height: 80%;
    max-width: 60%;
    overflow-y: auto; 
    padding: 20px; 
    border-radius: 8px;
}
.form-select.seasonal{
    width: 20%;
}
.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
  }
    .loader:before,
    .loader:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      transform: rotateX(70deg);
      animation: 1s spin linear infinite;
    }
    .loader:after {
      color: gold;
      transform: rotateY(70deg);
      animation-delay: .4s;
    }

  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotateZ(360deg);
    }
  }

  @keyframes rotateccw {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }

  @keyframes spin {
    0%,
    100% {
      box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
      box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
      box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
      box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
      box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
      box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
      box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
      box-shadow: .2em -.2em 0 0 currentcolor;
    }
  }

      

  .loading-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
    min-height: 50vh;          
    text-align: center;
    background: #272727;    
    color: white;  
  }
  

