.poker-bg {
    position: relative;
    padding: 10rem 3rem 3rem;
    background-image: url("../images/pokerking/poker-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.poker-float {
    position: absolute;
    top: 10rem;
    right: 3rem;
    width: 50px;
    background: #1C1E30;
    border-radius: 5px;
}

.poker-float-nav {
    display: none;
    cursor: pointer;
}

.poker-float img {
    width: 100%;
}

.poker-card-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.poker-card {
    width: 19%;
}

.poker-draw-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(220px / 70 * 60);
    height: 60px;
    background-image: url(../images/pokerking/poker-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    cursor: pointer;
}

.poker-reward-card {
    width: 14%;
    box-shadow: 2px 2px 6px #00000080;
}

.poker-reward-prize {
    width: fit-content;
    margin: auto;
    padding: 0.5rem 2rem;
    border: 4px solid #419BCBBF;
    border-radius: 2rem;
}

#poker-side-tabs .nav-link {
    padding: 0;
    color: #053b7abf;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 0;
}

#poker-side-tabs .nav-link.active {
    color: #053B7A;
    font-weight: 700;
    text-decoration: underline;
}

#nav-winner-tab,
#nav-tnc-tab {
    padding-left: 0.25rem !important;
    border-left: 1px solid #707070 !important;
}

#nav-payout-cat1,
#nav-payout-cat2,
#nav-tnc {
    padding: 1rem;
    background-color: #EAEAEA;
}

#nav-payout-duo-tabs,
#nav-winner-duo-tabs {
    justify-content: center;
    gap: 1rem;
}

#nav-payout-duo-tabs .nav-link,
#nav-winner-duo-tabs .nav-link {
    width: 100px;
    padding: 10px 0;
    color: #FFFFFF;
    background-color: #053B7A;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    opacity: 0.5;
}

#nav-payout-duo-tabs .nav-link.active,
#nav-winner-duo-tabs .nav-link.active {
    opacity: 1;
}

.tab-pane.fade:not(.show) {
    display: none;
}

.poker-payout {
    display: flex;
    align-items: center;
}

.poker-prize {
    width: 32%;
}

.poker-payout-prize {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 68%;
}

.poker-payout-card {
    width: 18%;
}

.nav-payout-cat2-coin-1 {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 80px;
}

.nav-payout-cat2-coin-2 {
    position: absolute;
    left: -5px;
    bottom: 20px;
    width: 65px;
}

.nav-payout-cat2-trophy {
    width: 130px;
    height: 100%;
}

.nav-payout-cat2-prize {
    font-size: 12px;
    white-space: nowrap;
}

.nav-payout-cat2-amt {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
}

.nav-payout-cat2-box {
    width: 72px;
}

.pokerWinnerTable thead th,
.pokerWinnerTable tbody td {
    padding: 0.5rem 0 !important;
    text-align: center !important;
    border: none !important;
    box-shadow: none !important;
}

.pokerWinnerTable>tbody>tr {
    font-size: 12px;
}

.pokerWinnerTable>tbody>tr>* {
    padding: 0.5rem 0 !important;
}

.pokerWinnerTable>tbody>tr:nth-child(even)>* {
    background-color: #edededb3;
}

.pokerWinnerTable+div .dt-paging .dt-paging-button {
    padding: 0.25rem !important;
    font-size: 12px !important;
    color: #053B7A !important;
}

.pokerWinnerTable+div .dt-paging .dt-paging-button.current,
.pokerWinnerTable+div .dt-paging .dt-paging-button.current:hover {
    text-decoration: underline !important;
    background: none !important;
    border: none !important;
}

.pokerWinnerTable+div .dt-info {
    font-size: 10px;
    color: #053B7A;
}