/* New styles start*/
.lb_leaderboard-container {
    width: 600px;
    max-width: 100%;
    margin: auto;
    padding: 0;
    background: #2d4939;
    border-radius: 10px;
    color: #fff;
    padding: 15px 0;
  }
  .lb_top-players {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .lb_player {
    text-align: center;
  }
  .lb_player img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #33415c;
    filter: grayscale(1) brightness(1.5);
  }
  .lb_player h3,
  .lb_player p {
    margin: 5px 0;
    font-weight: 400 !important;
  }
  .lb_top-players .lb_player:first-child img,
  .lb_top-players .lb_player:last-child img {
    transform: scale(0.7);
    transform-origin: bottom center;
  }
  table.lb_table {
    width: 96%;
    border-collapse: collapse;
    color: #fbedc3;
    margin: auto;
  }
  .lb_table th,
  .lb_table td {
    padding: 10px;
    border: none;
    background: rgb(0 0 0 / 20%);
  }
  
  .lb_table th {
    background-color: #1e3226;
    position: sticky;
    top: 0;
    z-index: 2;
    backdrop-filter: blur(8px);
  }
  .lb_table th:first-child, .lb_table td:first-child {
      border-radius: 6px 0 0 6px !important;
  }
  
  .lb_table th:last-child, .lb_table td:last-child {
      border-radius: 0 6px 6px 0 !important;
  }
  
  .lb_leaderboard_title {
    margin-top: 0;
    text-align: center;
  }
  
  .lb_table tr {
    display: table-row;
    text-align: center;
    background: transparent;
  }
  .lb_title {
      font-size: 14px;
      margin-bottom: 0 !important;
  }
  
  .lb_value {
      font-size: 18px;
      margin-top: 0 !important;
      font-weight: 500 !important;
  }
  table.lb_table {
      font-size: 14px;
  }
  
  .lb_table th, .lb_table td {
      border-bottom: 4px solid #2d4939 !important;
      border-top: 4px solid #2d4939 !important;
  }
  .lb_date_sec {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 12px;
      padding: 0 12px;
  }
  
  .lb_date_sec_left{
    text-align: left;
  }
  
  .lb_date_sec_right {
      text-align: right;
  }
  
  .lb_date,.lb_time {
      font-size: 14px;
      white-space: nowrap;
      color: #fbedc3;
  }
  span.lb_date {
      margin-left: 4px;
  }
  .tournament-banner {
    margin: 10px 0px;
  }
  
  .tournament-banner img {
    width: 100%;
    max-height: 200px;
  }
  
  .freespin-image {
    width: 16px;
    margin-right: 6px;
  }
  
  .table-scroll-wrapper {
    max-height: 600px;
    overflow-y: auto;
  }
  
  .table-scroll-wrapper::-webkit-scrollbar {
    width: 8px;
  }
  
  .table-scroll-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
  }
  
  .table-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }
  
  .table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  
  /* New styles end*/
