/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2025 | 15:10:32 */
#leaderboard li {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 12px;
}
#leaderboard #players li {
	display:block;
	clear: both;
	position: absolute;
	width: 100%;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
#leaderboard #players li.header {
	font-weight: bold;
	background-color: silver;
	background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72));
}
#leaderboard #players {
	padding: 0;
	--width: 500px;
	position: relative;
	border: 1px solid #333;
	box-shadow: 2px 2px 5px gray;
	background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72));
}
#leaderboard #players div {
	display: block;
	float: left;
	overflow: hidden;
	padding: 5px;
}
#leaderboard #players div::after
{
	border: 1px solid rgba(0,0,0,0.1);
}

li.header, li.player > div.score
{
	visibility: hidden;
}

.name::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    background: var(--bar-color);
    z-index: -1;
    height: 100%;
    width: var(--bar-width);  
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-ms-transition-duration: 1s;
}