.leaderboards-table{padding: 0 50px;}
.leaderboards-table table thead tr th {
	border-top: none;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.leaderboards-table table tbody tr td{
	border: none;
}
.leaderboards-table table thead tr th,
.leaderboards-table table tbody tr td{
	padding: 5px
}
.leaderboards-table table thead tr th:nth-child(1){
	width:70px;
}
.leaderboards-table table tr.rank-1 td{
	color: #cefa70;
}
.leaderboards-table table tr.rank-2 td:nth-child(1),
.leaderboards-table table tr.rank-3 td:nth-child(1) {
	color: #cefa70;
}
.leaderboards-table .name {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    column-gap: 10px;
}

.btn-bg-white {
	background-color: #fff;
	color: #000;
	border-color:#fff;
}
.btn-bg-white:hover {
	opacity: 0.8;
}