@import "main.css";

.rank_table {
    width: 100%;
    color: white;
}

.rank_table_header > th {
    height: 3em;
    min-width: 8em;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 2px solid #181a1b;
    border-right: 2px solid #181a1b;
}

.rank_table_header > .rank_table_player_header {
    background-color: gray;
}

.rank_table_header > .rank_table_premium_header {
    background-color: #ff6347;
}

.rank_table_header > .rank_table_bronze_header {
    background-color: #cd7f32;
}

.rank_table_header > .rank_table_silber_header {
    background-color: #C0C0C0;
    color: white;
}

.rank_table_header > .rank_table_gold_header {
    background-color: #FFD700;
    color: white;
}

.rank_table_header > .rank_table_influencer_header {
    background-color: #6441a5;
}

.rank_table_row > td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    border-top: 1px solid #e8e6e3;
    border-left: 2px solid #e8e6e3;
    border-right: 2px solid #e8e6e3;
}

.rank_table_row > th {
    padding: 0.5em;
    padding-left: unset;
    border-top: 1px solid #e8e6e3;
}

.rank_table_cross {
    color: FireBrick;
}

.rank_table_check {
    color: LimeGreen;
}
