.rank-nav-list {
  padding: 15px 0 5vh;
  min-height: 40vh;
}

.rank-nav-list .nav-link {
  min-width: 100px;
  max-width: 150px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-list .player-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.rank-list .player-avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}

.rank-list .table td {
  vertical-align: middle;
}

.pagination-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
