/* LEADERBOARD TABLE */
/* .leaderboard_table table {} */

.leaderboard_table .this-user {
    background-color: rgb(24, 102, 64);
    color: white;
}


.leaderboard_table tr {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.leaderboard_table tr td,
.leaderboard_table tr th {
    padding: 10px 7px;
}

.leaderboard_table td.leaderboard_u_chart {
    background: lightgray;
    padding: 10px 13px;
}

.leaderboard-form-circle {
    margin-left: 2px; 
    margin-right: 2px; 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    text-transform:uppercase; 
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    color: white;
    background: red;
}

.leaderboard-legend {
    /* display: flex; */
    display: block;
    flex-wrap: wrap;
    justify-content: flex-end;
    
    padding: 12px 12px 0;
    font-weight: 500;
}

.leaderboard-legend > div {
    /* display: inline-flex; */
    display: flex;
    flex-wrap: nowrap;

    margin: 5px;

    font-size: small;
}

.bi-leaderboard-legend {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;

    width: 18px;
    height: 18px;
    background-color: black;
    border-radius: 50%;
    color: white;
    font-weight: 500;
    /* font-size: small; */
    font-size: x-small;
}

