.poker-bg {
    position: relative;
    padding: 10rem 0 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,
#nav-tnc {
    padding: 1rem;
    background-color: #EAEAEA;
}

.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%;
}

.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;
}

#pkTutorialFrame {
    height: 322px;
    margin: 1%;
}