.btn-ranking {
    background-color: black;
    border: unset;
    color: white;
    border-radius: unset;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid var(--secondary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-ranking:hover {
    background-color: black;
    border-bottom: 1px solid var(--secondary-color);
}

.btn-ranking:active {
    background-color: black !important;
    border: unset !important;
    border-bottom: 1px solid var(--secondary-color) !important;
}

.btn.show.btn-ranking {
    background-color: black;
    border-bottom: 1px solid var(--secondary-color);
}

.ranking.dropdown-menu-dark {
    background-color: black;
    border-radius: unset;
    margin: 0;
    margin-top: -3px !important;
    padding: 0;
    width: 100%;
}

.table.table-ranking {
    /* --bs-table-bg: #0505052d !important; */
    background-color: #0505052d;
    border-color: rgb(26, 25, 25) !important;
}

.table-hover tbody tr:hover{
    background-color: rgba(255, 255, 255, 0.144) !important;
}

.table > :not(caption) > * > *{
    color: white !important;
}

.table-dark.table-ranking {
    background-color: #050505c5 !important;
    /* --bs-table-bg: #050505c5 !important; */
    border-color: var(--secondary-color) !important;
}

.table-ranking tbody tr:nth-child(1) td {
    color: #FFD700 !important;
}

.table-ranking tbody tr:nth-child(2) td {
    color: #c0c0c0 !important;
}

.table-ranking tbody tr:nth-child(3) td {
    color: #ad8a56 !important;
}