.list-stats {
    padding-bottom: 100px;
}
.list-stats img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .list-stats img {
    width: 35px;
    height: 35px;
  }
}
.list-stats .player {
  display: flex;
}
.list-stats .klub {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -5px;
  right: -10px;
}
.list-stats li {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom-width: 1px;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.list-stats li b {
  flex-grow: 1;
  padding-left: 10px;
}
.list-stats .rank {
  width: 50px;
  font-weight: bold;
  border-right-width: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-stats .rank {
    width: 40px;
  }
}
.list-stats .total {
  width: 40px;
  text-align: center;
  font-weight: bold;
}

.for-header {
        display: none;
      }

      .dashboard-menu .menu {
        overflow-x: scroll;
      }