/* (C) COPYRIGHT 2016-2021 palobby.com All rights reserved. */

#leaderboards-main
{
    min-width: 480px;
    overflow: auto;
    height: calc( 100% - 120px )!important;
}

.section_content
{
    height: calc(100% - 140px);
    line-height:1.2;
}

.section_controls
{
    height: auto;
}

.col_2
{
    flex-direction: column;
}

.tab_cont
{
    flex-shrink: 0;
    display: flex;
    margin: 12px 0px 0px 0px;
    background: #1d1d1d;
    justify-content: center;
    border-bottom: 1px solid #333;
}

.tab_level img
{
    margin: -4px 8px 0px 0px;
}

.nav-pills > li
{
    margin: 0;
}

.nav-pills > li > a
{
    border: none;
    margin: 0 10px;
    padding: 15px;
}

.nav-pills > li > a:hover
{
    border: none;
    background-color: #666;
    transition: 0.3s;
}

#leaderboard
{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

#leaderboard-wrap
{
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

div.players
{
    overflow: auto;
}

.row_player.bronze
{
    text-shadow: 0px 0px 10px #e76c5f;
}

    .row_player_yourself.bronze
    {
        background: linear-gradient(to top, #000 25%, #47221E 100%);
        border-top: 1px solid #e76c5f;
    }

.row_player.silver
{
    text-shadow: 0px 0px 10px #d5d5d5;
}

    .row_player_yourself.silver
    {
        background: linear-gradient(to top, #000 25%, #6D6D6D 100%);
        border-top: 1px solid #d5d5d5;
    }

.row_player.gold
{
    text-shadow: 0px 0px 10px #ffb800;
}

    .row_player_yourself.gold
    {
        background: linear-gradient(to top, #000 25%, #A87900 100%);
        border-top: 1px solid #ffb800;
    }

.row_player.platinum
{
    text-shadow: 0px 0px 10px #0f0;
}

    .row_player_yourself.platinum
    {
        background: linear-gradient(to top, #000 25%, #009200 100%);
        border-top: 1px solid #0f0;
    }

    .row_player.star, .row_player.pro
{
    text-shadow: 0px 0px 10px #f00;
}

    .row_player_yourself.star, .row_player_yourself.pro
    {
        background: linear-gradient(to top, #000 25%, #740000 100%);
        border-top: 1px solid #f00;
    }

.row_player
{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 12px 0px;
    border: 1px solid #1D1D1D;
    box-shadow: 0px 0px 10px #000;
    /* justify-content: center; */
}

    .row_player .rank,
    .row_player_header .rank
    {
        width: 100px;
        text-align: center;
        /* font-size: 24px; */
    }

    .row_player .global,
    .row_player_header .global,
    .row_player .rating,
    .row_player_header .rating,
    .row_player .games,
    .row_player_header .games
    {
        min-width: 100px;
        /* width: 100px; */
        text-align: center;
    }

    .row_player .rank
    {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .row_player.bronze .rank
    {
    }

    .rank, .row_player.silver .rank
    {
    }

    .row_player.gold .rank
    {
    }

    .row_player.platinum .rank
    {
    }

    .row_player.star .rank, .row_player.pro .rank
    {
    }

    .row_player .username,
    .row_player_header .username
    {
        min-width: 50px;
        width: 480px;
        line-height: 1.2;
    }

    .row_player .username
    {
        overflow-wrap: break-word;
        overflow-wrap: anywhere;
    }

    .row_player .timestamp,
    .row_player_header .timestamp
    {
        min-width: 100px;
        overflow-wrap: break-word;
        overflow-wrap: anywhere;
    }

    .row_player .replay
    {
        margin:0px 16px 0px 0px;
    }

.row_player_header
{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0;
    flex-shrink: 0;
    overflow: auto;
}

    .row_player_header .rank,
    .row_player_header .global,
    .row_player_header .rating,
    .row_player_header .games,
    .row_player_header .username,
    .row_player_header .timestamp
    {
        font-size: 14px;
        border: 0px;
        padding: 8px 0px;
    }

.row_totals {
    font-size: 16px;
    padding:8px 0px;
    text-align: center;
}

.vert_ellipsis {
    font-size: 40px;
    margin: -16px 0px 16px 48px;
    line-height: .2;
}

#rank_stats {

}

    #rank_stats .inactive_message {
        font-size: 13px;
        color: #e6e6e6;
    }

    #rank_stats .rank_inactive {
        color: #fc0;
        text-shadow: none;
        font-size: 16px;
    }

.badge_inactive {
    opacity: 0.2;
}

#seasons, #invictus
{
    margin-top: 20px;
    text-align: center;
}