.desktop-sidebar-item:hover {
    background: linear-gradient(180deg, #FFDC8E 0%, #ECA121 100%);
}
.favorite_star {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.favorite_star:hover {
    cursor: pointer;
}
.favorite_star svg path {
    fill: rgba(255, 221, 0, 0.5);
}
.favorite_star.active svg path {
    fill: #ffdd00;
}
#games-data-container-favorite .favorite_star svg path {
    fill: #ffdd00;
}

.top_players_container {
    padding-bottom: 90px;
    padding-left: 10px;
    padding-right: 10px;
}
.top_players_title {
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
.leaderboard_table {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.leaderboard-table-header {
    display: grid;
    color: #000000;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    width: 100%;
    margin: 6px auto;
    background: linear-gradient(90deg, #FFDC8E 0%, #ECA121 100%);
    box-shadow:2px 2px 4px black;
    border-radius: 10px;
}
.leaderboard-table-header-cell {
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.leaderboard-table-body {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 300px;
    overflow-y: scroll;
}
.leaderboard-table-row {
    display: grid;
    background-color: background: linear-gradient(42.07deg, #010101 0%, #2B2C2D 100%);
    box-shadow:2px 2px 4px #CA9730;
    border: 1px solid #CA9730;
    color: #ffffff;
    border-radius: 10px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
}
.leaderboard-table-cell {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.games-leaderboard-container {
    display: none;
}
.leaderboard-table-cell {
    font-size: 18px;
}

.cancel-button {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.cancel-button:hover {
    background-color: #cc0000;
}

.cashout-table-status-row  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

body {
    font-family: 'Jost', serif;
}
.dropdown-modal {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.scroll-bar {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.desktop-sidebar-item:hover {
    background: linear-gradient(180deg, #FFDC8E 0%, #ECA121 100%);
}
.desktop-sidebar-item:hover svg path {
    fill: #090909;
}
.desktop-sidebar-item.active svg path {
    fill: #090909;
}
.desktop-sidebar-item.active {
    background: linear-gradient(180deg, #FFDC8E 0%, #ECA121 100%);
}

.desktop-sidebar-item.active .desktop-sidebar-link {
    color: #090909; /* Active text color */
}
#dataTableCashout thead tr th {
    color: white;
}
#dataTableCashoutBody tr td {
    color: white;
}
@media (min-width: 640px) {
    #dropdownMenu {
        top: 61px;
        left: 49%;
        transform: translateX(-49%);
    }
}
.swal-fire-custom-cancel-btn {
    background-color: #d33 !important;
    color: #fff !important;
    border: none !important;
}
.selectPaymentWaySection select option {
    color: #000000;
}
@media (max-width: 768px) {
    #chat-widget-container {
        bottom: 52px !important;
        max-height: 78vh !important;
    }
}
@media (max-width: 550px) {
    .leaderboard-table-header-cell {
        padding: 10px;
    }
    .top_players_title {
        font-size: 40px;
        line-height: 42px;
    }
    .cashout-table-status-row  {
        flex-direction: column;
    }
}
@media (max-width: 380px) {
    .leaderboard-table-header-cell {
        gap: 5px;
    }
}
@media (max-width: 550px) {
    .leaderboard-table-header-cell {
        padding: 10px 5px;
        font-size: 10px;
    }
    .leaderboard-table-cell {
        font-size: 10px;
    }
}
