header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

/*Tài khoản -> tài khoản (PC)*/
.user-container .right-box .detail-tab>div .info-withdraw select {
    width: 98% !important;
    height: 46px !important;
    border: none !important;
}

/*Tài khoản -> nạp tiền (PC and mobile)*/
.user-container .right-box .deposit-wrap .list-bank .bank-item input:checked+label span {
    color: #fff !important;
    opacity: 1;
}

.user-container .right-box .deposit-wrap .list-bank .bank-item label {
    padding: 8px !important;
    border-radius: 8px !important;
    flex-wrap: wrap;
    justify-content: center;
    border: none !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.user-container .right-box .deposit-wrap .list-bank .bank-item {
    width: 100% !important;
}

.user-container .right-box .deposit-wrap .list-bank .bank-item label span {
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0.7;
    font-size: 12px;
}

/*Tài khoản -> rút tiền (PC and Mobile*/
.user-container .right-box .detail-tab>div .info-withdraw .box span {
    display: block;
    margin-top: 4px;
}

@media (max-width: 991px) {
    header {
        background-color: trba(0, 0, 0, 0.85);
    }
}

header .logo {
    display: flex;
    align-items: center;
}

header .logo a {
    display: block;
}

header .wrap-head .right-box .nav-menu .menu-item a {
    font-size: 16px;
    font-weight: 500;
}

.header-user {
    background-color: transparent !important;
    position: fixed;
    top: 45;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 8px 16px !important;
}

@media (max-width: 1023px) {
    .user-container {
        position: fixed;
        top: 45px !important;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100% !important;
    }

    .user-container .user-wrap .user-mb .wrap-info {
        background-image: url(/assets/images/bg-user.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .user-container .user-wrap .user-mb .wrap-info .info {
        padding: 0 0 16px !important;
    }

    .user-container .user-wrap .user-mb .wrap-info .info .money {
        justify-content: center !important;
        gap: 4px;
    }

    .user-container .user-wrap .user-mb .wrap-info .info .name {
        text-align: center;
    }

    .user-container .user-wrap .user-mb .wrap-info .transaction {
        gap: 16px !important;
    }

    .user-container .user-wrap .user-mb ul .box-tablink {
        background: white !important;
        height: 51px !important;
        border-bottom: 1px dashed #EAECF0;
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
    }

    .user-container .user-wrap .user-mb ul .box-tablink:last-child {
        border: none !important;
    }

    .user-container .user-wrap .user-mb ul .box-tablink h3 {
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #212121 !important;
    }

    .user-container .right-box {
        padding-top: 55px;
        background: white !important;
        position: fixed !important;
        height: 100% !important;
        top: 0 !important;
    }

    .user-container .right-box>div>div {
        padding: 0 16px 16px !important;
    }

    /*Tài khoản -> Nạp tiền*/
    /* .user-container .right-box .deposit-wrap .list-bank {
        flex-wrap: nowrap !important;
        padding: 16px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    } */
    .user-container .right-box .deposit-wrap .list-bank .bank-item label .icon-bank {
        margin: 4px auto !important;
        width: 50px !important;
        height: 50px !important;
        transform: scale(1) !important;
        background-size: 100% !important;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent !important;
        -webkit-mask: none !important;
    }

    .user-container .right-box .deposit-wrap .list-bank .bank-item input:checked+label {
        background-color: #2d9459;
    }

    .user-container .right-box .deposit-wrap .list-bank .bank-item:nth-child(1) label i.icon-bank {
        background-image: url(/assets/images/bank.png);
    }

    .user-container .right-box .deposit-wrap .list-bank .bank-item:nth-child(2) label i.icon-bank {
        background-image: url(/assets/images/momo.svg) !important;
    }

    .user-container .right-box .deposit-wrap .list-bank .bank-item:nth-child(3) label i.icon-bank {
        background-image: url(/assets/images/qr-code.png) !important;
    }

    .user-container .right-box .detail-tab>div .info-withdraw .box {
        margin-bottom: 8px !important;
    }

    .user-container .right-box .detail-tab>div .info-withdraw input {
        width: 100% !important;
        padding: 12px 12px !important;
        height: 42px !important;
        border-radius: 8px !important;
        color: #010101 !important;
    }

    .user-container .right-box .deposit-wrap .money-deposit .money-box .money-exported .money-item label {
        min-width: 62px !important;
        width: auto !important;
        padding: 0 8px !important;
        line-height: 34px !important;
        border: none !important;
        background: rgba(96, 125, 139, 0.22) !important;
    }

    /*Tài khoản -> Nạp tiền*/
    /* .user-container .right-box .deposit-wrap .money-deposit .money-box .money-exported .money-item [type=radio]:checked + label {
        background-color: #d6b177 !important;
    } */
    .user-container .right-box .deposit-wrap .confirm button,
    .user-container .right-box .money-box .money-input input {
        width: 100% !important;
    }

    .user-container .right-box .deposit-wrap .confirm button {
        height: 45px;
        border-radius: 8px !important;
    }
}

@media (max-width :1023px) {
    .game-content {
        position: static;
    }
}

@media (max-width :1023px) {
    .game-content .table-bet {
        position: fixed !important;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        position: absolute;
        top: 35%;
        padding: 8px 16px;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media (min-width: 1024px) {
    .game-content .table-bet {
        position: fixed;
        bottom: 156px;
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
        box-shadow: none !important;
        right: 10px;
        width: 320px !important;
    }
}

.game-content .table-bet #popupBet {
    border-radius: 50% !important;
    width: 32px;
    line-height: 32px;
    height: 32px;
    padding: 0 !important;
    margin-left: auto;
    margin-bottom: -15px;
    position: relative;
    z-index: 9;
    color: transparent !important;
}

@media (max-width: 1023px) {
    .game-content .table-bet #popupBet {
        display: none;
    }
}

@media (max-width :1023px) {
    .game-content .table-bet #popupBet {
        position: fixed;
        top: 16px;
        right: 16px;
    }

    .game-content .table-bet form {
        height: 201px !important;
    }
}

@media (min-width: 1024px) {
    .game-content .table-bet #popupBet {
        display: none;
    }

    .game-content .table-bet form {
        height: 174px !important;
    }
}

.game-content .table-bet #popupBet::before {
    position: absolute;
    content: "";
    background-position: center;
    bottom: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url(/assets/images/close.png);
}

/*Box cược PC*/
.game-content .table-bet form {
    max-width: 500px;
    width: 100%;
}

@media (min-width: 1024px) {
    .game-content .table-bet form {
        background: #3d3b3e;
        box-sizing: border-box;
        /* box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8); */
        border-radius: 8px;
        padding: 16px !important;
    }
}

/*Box cá cược đá gà*/
.game-content .table-bet form>div {
    margin: 0px 0 12px !important;
    gap: 12px !important;
}

@media (min-width: 1024px) {
    .game-content .table-bet form>div {
        margin: 0px 0 6px !important;
    }
}

.game-content .table-bet form>div .box-input {
    position: relative;
    gap: 0 !important;
    display: flex;
    flex-direction: row !important;
}

.game-content .table-bet form>div .box-input label {
    background-color: transparent;
    height: 100%;
    display: block;
    flex-shrink: 0;
    line-height: 48px;
    padding: 0 12px;
    border-radius: 0;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

@media (min-width: 1024px) {
    .game-content .table-bet form>div .box-input label {
        line-height: 38px;
        font-size: 13px;
    }
}

.game-content .table-bet form>div .box-input label+input {
    border-radius: 0 4px 4px 0 !important;
}

.game-content .table-bet form>div:nth-child(1) .box-input label {
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .game-content .table-bet form>div:nth-child(1) .box-input label {
        min-width: 50px;
    }
}

.game-content .table-bet form>div:nth-child(1) .box-input:nth-child(1) label {
    width: 46px !important;
    border-radius: 16px 0 0 0;
}

@media (max-width :1023px) {
    .game-content .table-bet form>div:nth-child(1) .box-input:nth-child(1) label {
        font-size: 12px !important;
    }

    .game-content .table-bet form {
        max-width: 90% !important;
    }
}

.game-content .table-bet form>div:nth-child(1) .box-input:nth-child(1) select {
    border-radius: 0 !important;
}

.game-content .table-bet form>div:nth-child(1) .box-input:nth-child(2) input,
.game-content .table-bet form>div:nth-child(1) .box-input:nth-child(2) select {
    border-radius: 0 16px 0 0 !important;
}

.game-content .table-bet form>div:nth-child(3)>div>div {
    width: 100%;
    display: flex;
    gap: 12px;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div {
    width: 100%;
    text-align: center;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div input[type=radio] {
    display: none;
}

/*Đá gà PC and Mobile -> Box cược*/
.game-content .table-bet form>div:nth-child(3)>div>div>div:first-child input[type=radio]+label,
.game-content .table-bet form>div:nth-child(3)>div>div>div:last-child input[type=radio]+label {
    display: block;
    white-space: pre-line;
    color: #fff !important;
    height: 49px;
    padding: 10px;
    line-height: 28px !important;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div:nth-child(1) input:not(:checked)+label {
    background-color: #670203;
    font-weight: normal !important;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div input[type=radio]:not(:checked)+label,
.game-content .table-bet form>div:nth-child(3)>div>div>div input[type=radio]:not(:checked)+label {
    color: rgba(255, 255, 255, 0.877) !important;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div:nth-child(2) input:not(:checked)+label {
    background-color: #013d09;
    font-weight: normal !important;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div:first-child input[type=radio]+label {
    padding-right: 38px !important;
    text-align: right;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div:last-child input[type=radio]+label {
    padding-left: 38px !important;
    text-align: left;
}

.game-content .table-bet form .box-input input,
.game-content .table-bet form .box-input select {
    height: 49px !important;
    font-size: 18px !important;
    color: white;
    font-weight: 700;
    background-color: #3d3b3e !important;
}

.game-content .table-bet form .box-input input::placeholder,
.game-content .table-bet form .box-input select::placeholder {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.2) !important;
}

/**/

@media (max-width :1023px) {
    .game-content .table-bet .wrap-btn.bet {
        margin-top: 12px !important;
    }

    #close_chat_mobile {
        display: none;
    }

    /*Tài khoản -> tài khoản (Mobile)*/
    .user-container .right-box .detail-tab>div .info-withdraw select {
        width: 96% !important;
        height: 46px !important;
        border: none !important;
    }

    /*Đá gà -> Placeholder khung chat */
    #content-body.game .game-container #chatbox .box>div .chat_empty {
        height: 95px;
    }

    .send .chat_button_mobile {
        margin-top: 8px;
    }
}


.game-content .table-bet form>div:nth-child(3)>div>div>div input[type=radio]+label:before {
    position: absolute;
    content: "";
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    transition: all 0.3s;
}

/*Box đặt cược đá gà*/
.game-content .table-bet form>div:nth-child(3)>div>div>div input[type=radio]+label:before {
    width: 16px;
    height: 16px;
    border: 1px solid white;
}

.box-input-custom>div>div:nth-child(1) .active-circle {
    right: 15px !important;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div:nth-child(1) input[type=radio]+label:before {
    width: 16px;
    height: 16px;
    border: 1px solid white;
    left: auto !important;
    right: 12px;
}

.box-input-custom>div>div:nth-child(2) .active-circle {
    left: 15px !important;
}

.active-circle {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    transition: opacity 0.5s;
}

.box-input-custom .flex-item {
    position: relative;
}

.box-input-custom>div>div>div input[type=radio]:not(:checked)+label+.active-circle {
    opacity: 0;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div:nth-child(1) input+label {
    background-color: #830516;
    border-radius: 12px;
    font-weight: bold !important;
}

.game-content .table-bet form>div:nth-child(3)>div>div>div:nth-child(2) input+label {
    background-color: #02551b;
    border-radius: 12px;
    font-weight: bold !important;
}

/*End box đặt cược đá gà*/
.game-content .table-bet form .box-input {
    width: 100%;
}

@media (max-width :1023px) {
    .game-content .table-bet form .box-input {
        flex-direction: row !important;
        white-space: nowrap;
        gap: 8px !important;
    }
}

@media (max-width :1023px) {
    .game-content .table-bet form .box-input label {
        height: 45px;
        line-height: 45px;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .game-content .table-bet form .box-input label {
        font-size: 12px !important;
    }
}

@media (min-width: 1024px) {

    .game-content .table-bet form .box-input input,
    .game-content .table-bet form .box-input select {
        height: 38px !important;
    }
}

@media (min-width: 1024px) {

    .game-content .table-bet form .box-input input::placeholder,
    .game-content .table-bet form .box-input select::placeholder {
        font-size: 16px !important;
    }
}

.game-content .table-bet .wrap-btn.bet {
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    border-radius: 30px !important;
    margin-top: 25px !important;
}

@media (max-width :1023px) {
    .game-content .table-bet .wrap-btn.bet {
        width: 225px !important;
        height: 48px !important;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.modal-menu {
    position: fixed;
    top: 98px;
    right: 0;
    z-index: 9999999;
    width: 50px;
    height: 50px;
}

div:where(.swal2-container).swal2-backdrop-show {
    /*pointer-events: none;*/
    /*background-color: transparent !important;*/
    /*display: none;*/
}

.box-input label,
.info-withdraw label,
.money-input label,
.box>p>span label,
.dataTables_length label {
    font-size: 16px;
    margin-bottom: 4px !important;
}

.info-withdraw select {
    background: white;
    border: none;
    outline: none;
    color: #030303;
}

.info-withdraw input,
.money-input input,
.money-input select,
.box>p>span input,
.box>p>span select,
.dataTables_length input,
.dataTables_length select {
    width: 100%;
    background-color: white;
    outline: none;
    padding: 10px;
    font-size: 16px;
    color: #010101;
    border: 1px solid #C1C4CD !important;
    border-radius: 12px !important;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

/*Box cá cược đá gà*/
.box-input select {
    width: 100%;
    background-color: white;
    outline: none;
    padding: 10px;
    font-size: 18px;
    color: #010101;
    border-left: 1px solid #C1C4CD !important;
    margin-right: 8px;
}

.box-input input::placeholder,
.box-input select::placeholder,
.info-withdraw input::placeholder,
.info-withdraw select::placeholder,
.money-input input::placeholder,
.money-input select::placeholder,
.box>p>span input::placeholder,
.box>p>span select::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.info-withdraw input:focus,
.money-input input:focus,
.money-input select:focus,
.box>p>span input:focus,
.box>p>span select:focus {
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2) !important;
}

.box-input input[type=number],
.box-input select[type=number],
.info-withdraw input[type=number],
.info-withdraw select[type=number],
.money-input input[type=number],
.money-input select[type=number],
.box>p>span input[type=number],
.box>p>span select[type=number],
.dataTables_length input[type=number],
.dataTables_length select[type=number] {
    text-align: center;
    letter-spacing: 1px;
}

:root {
    --primary-light: #ffbf8a;
    --primary: #fc855d;
    --primary-dark: #eb580e;
    --white: #ffffff;
    --greyLight-1: #f5ede4;
    --greyLight-2: #e7d5c8;
    --greyLight-3: #e4c8be;
    --greyDark: #cfac9b;
}

/*  BUTTONS  */
#content-body>section:first-child .container-web {
    width: 100%;
    margin-top: -70px;
}

#content-body>section:first-child .container-web .banner-box {
    padding-top: 0;
}

@media (max-width :1023px) {
    #content-body.game .game-container {
        padding: 0;
        position: fixed !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100vw;
        background: #1e1e1e;
    }
}

.wrap-btn.cuoc2 {
    position: fixed;
    bottom: 20px;
    width: 200px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
}

@media (min-width: 1024px) {
    .wrap-btn.cuoc2 {
        display: none;
    }
}

.wrap-btn-primary {
    border: none;
    height: 45px;
    border-radius: 99px !important;
    justify-self: center;
    display: flex;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    /* grid-column: 1/2;
    grid-column: 1/2;
    grid-row: 4/5; */
    background-color: white;
}

.wrap-btn-primary:focus {
    outline: none !important;
}

.wrap-btn-primary:hover {
    color: white;
    /* background-color: var(--hoverText) !important; */
}

.wrap-btn-primary:active {
    box-shadow: inset 0.2rem 0.2rem 1rem var(--bgMain_start), inset -0.2rem -0.2rem 1rem var(--bgMain_end);
}

.wrap-btn-primary:after {
    display: none !important;
}

.wrap-btn,
.wrap-btn.bet {
    height: 48px;
    width: 100%;
    border-radius: 100px !important;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 5px 20px;
    /*nút đăng xuất đã login PC*/
    background: #499EEF !important;
    color: white;
}

.wrap-btn:focus,
.wrap-btn.bet:focus {
    outline: none !important;
}

/*Đá gà PC -> header*/
.wrap-btn:hover,
.wrap-btn.bet:hover {
    /* color: var(--white); */
}

.wrap-btn:active,
.wrap-btn.bet:active {
    box-shadow: inset 0.2rem 0.2rem 1rem var(--primary-dark), inset -0.2rem -0.2rem 1rem var(--primary-light);
}

.wrap-btn:after,
.wrap-btn.bet:after {
    display: none !important;
}

#content-body.game .game-container {
    position: relative;
    overflow: hidden;
}

#content-body.game .game-container:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

#content-body.game .game-container .button-close {
    cursor: pointer;
}

#content-body.game .game-container .game-footer {
    /* height: 80px !important;
    background-size: contain !important;
    background-repeat: repeat !important;
    background-image: url(/assets/images/bg-footer_left.png) !important;
    z-index: 1; */
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-footer {
        display: flex;
        height: 30px !important;
        padding: 6px 12px;
        border-radius: 0;
        border-top: 1px solid rgba(221, 144, 0, 0.5);
        background: #1e1e1e;
    }
}

#content-body.game .game-container .game-footer:before,
#content-body.game .game-container .game-footer:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: contain !important;
    pointer-events: none;
}

#content-body.game .game-container .game-footer:before {
    right: 0;
    left: 0;
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-footer:before {
        /* height: 30px;
        background-color: rgba(0, 0, 0, 0.3);
        background-image: none; */
        z-index: -1;
        bottom: 0;
        top: auto;
    }
}

#content-body.game .game-container .game-footer:after {
    right: 0;
    /* background-image: url(/assets/images/bg-footer_right.png); */
    left: 0;
    z-index: -2;
}

@media (min-width: 1024px) {
    #content-body.game .game-container .game-footer:after {
        left: calc(400 / 1440 * 100%);
    }
}

#content-body.game .game-container .game-footer .box-user {
    position: absolute;
    width: 250px !important;
    top: 3px;
    padding: 8px 30px;
    background: black;
    border-radius: 10px;
    gap: 8px;
}

#content-body.game .game-container .game-footer .box-user:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 46px;
    height: 46px;
    background: none;
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(/assets/images/img_avatar_user.png);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-footer .box-user:before {
        display: none;
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-footer .box-user {
        position: static;
        margin: 0 !important;
        background: transparent;
        border: none;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        width: 640px !important;
        margin-top: -1px !important;
        display: flex;
    }
}

#content-body.game .game-container .game-footer .box-user div {
    font-size: 16px;
    line-height: 27px;
    padding-right: 8px;
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-footer .box-user div {
        font-size: 14px;
        line-height: 18px;
        padding-right: 0;
        text-align: left;
        color: #F2F4F7;
        width: auto;
        font-weight: 400;
    }
}

#content-body.game .game-container .game-footer .box-user .coin {
    width: auto !important;
    line-height: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #dd9000;
}

#content-body.game .game-container .game-footer .box-user .coin:after {
    position: static;
    transform: translateY(0);
    width: 12px;
    height: 12px;
}

#content-body.game .game-container .game-footer .bet-coin {
    margin-left: 0;
    display: flex;
    justify-content: center;
    background: #1e1e1e;
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-footer .bet-coin {
        margin-top: 40px;
    }
}

#content-body.game .game-container .game-footer .bet-coin:after {
    display: none;
}

@media (max-width :1023px) {

    /*Đà gà mobile -> Footer*/
    #content-body.game .game-container .game-footer .bet-coin .bet-detail {
        position: absolute;
        right: 16px;
        top: auto;
        display: flex;
        bottom: 6px;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        padding: 0;
    }
}

#content-body.game .game-container .game-footer .bet-coin .bet-detail .box {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    justify-content: flex-end;
    font-weight: 600;
}

@media (min-width: 1024px) {
    #content-body.game .game-container .game-footer .bet-coin .bet-detail .box {
        font-size: 16px;
        line-height: 28px;
    }
}

/*Đá gà PC -> footer*/
#content-body.game .game-container .game-footer .bet-coin .bet-detail .box .title {
    color: #F2F4F7;
    font-weight: normal;
    font-size: 14px;
}

#content-body.game .game-container .game-footer .bet-coin .bet-detail .box:after {
    display: none !important;
}

#content-body.game .game-container .game-footer .bet-coin .bet-detail .box+.box {
    display: flex;
    align-items: center;
}

#content-body.game .game-container .game-footer .bet-coin .bet-detail .box+.box::before {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0 8px;
}

#content-body.game .game-container .game-footer .bet-coin .coin {
    display: none;
    padding: 0;
    transform: translateY(0%);
}

/*Cược đá gà -> Số dư footer PC*/
#content-body.game .game-container .game-footer .bet-coin .coin form .coin-wrap {
    transition: all 0.3s;
    width: auto;
    transition: all 0.3s;
    margin: 3px -10px;
}

#content-body.game .game-container .game-footer .bet-coin .coin form .coin-wrap.choose {
    transform: scale(1.2);
    width: auto;
}

#content-body.game .game-container .game-footer .bet-coin .coin form .coin-wrap label {
    display: block;
    margin-bottom: 0;
    height: 100%;
    position: relative;
    padding-left: calc(66 / 715 * 100vh);
}

@media (min-width: 1024px) {
    #content-body.game .game-container .game-footer .bet-coin .coin form .coin-wrap label {
        padding-left: calc(70 / 715 * 100vh);
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-footer .bet-coin .coin form .coin-wrap label {
        height: 75px;
        width: 75px;
        padding: 0;
    }
}

#content-body.game .game-container .game-footer .bet-coin .coin form .coin-wrap label img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

#content-body.game .game-container .game-footer .label {
    display: none;
}

/*Đá gà header PC*/
#content-body.game .game-container .game-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* height: calc(80 / 715 * 100vh); */
    height: 67px;
    justify-content: center;
}

#content-body.game .game-container .game-header>div {
    width: auto;
}

#content-body.game .game-container .game-header .btn-return {
    position: absolute;
    left: 16px;
    cursor: pointer;
    top: 12px;
    width: 40px;
    height: 40px;
    z-index: 9;
    background: #ffffff52;
    border-radius: 100px;
    transition: all 0.3s;
}

#content-body.game .game-container .game-header .btn-return:hover {
    transform: scale(1.1);
}

#content-body.game .game-container .game-header .select-box {
    width: 180px;
    margin-top: 10px;
}

#content-body.game .game-container .game-header .back-button {
    font-size: 24px;
    /* Adjust size as needed */
    cursor: pointer;
    color: #085e44;
    /* Change the icon color to black */
    text-decoration: none;
    /* Remove default underline */
}

#content-body.game .game-container .game-header .select {
    font-size: 14px;
    height: 40px;
    font-weight: bold;
}

@media (min-width: 1024px) {

    /*Đá gà -> nút back*/
    #content-body.game .game-container .game-header .btn-return {
        top: 13px;
        width: 40px;
        height: 40px;
    }

    #content-body.game .game-container .game-header .list-option {
        top: 8px !important;
    }
}

#content-body.game .game-container .game-header .btn-return a {
    display: block;
    width: 100%;
}

#content-body.game .game-container .game-header .btn-return a img {
    width: 100%;
    max-width: 100%;
}

#content-body.game .game-container .game-header .list-option {
    position: absolute;
    right: 30px;
    width: auto;
    top: calc(60 / 715 * 100vh);
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-header .list-option {
        margin-top: 8px;
    }
}

#content-body.game .game-container .game-header .list-option .menu-option {
    gap: 8px;
}

#content-body.game .game-container .game-header .list-option .menu-option li {
    width: 42px !important;
    height: 42px;
    padding: 0 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: #dd9000;
    transition: all 0.3s;
}

#content-body.game .game-container .game-header .list-option .menu-option li:hover {
    transform: scale(1.2);
}

#content-body.game .game-container .game-header .chicken-player {
    background: url(/assets/images/bg_header.png);
    background-size: contain;
    max-width: 240px;
    height: 100%;
    padding: 0;
    position: relative;
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-header .chicken-player {
        display: none;
    }
}

@media (min-width: 1024px) {
    #content-body.game .game-container .game-header .chicken-player {
        max-width: 330px;
    }
}

#content-body.game .game-container .game-header .chicken-player:before,
#content-body.game .game-container .game-header .chicken-player:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 200px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#content-body.game .game-container .game-header .chicken-player:before {
    background-image: url(/assets/images/bg_header_1.png);
    transform: translateX(-100%);
    background-position: right center;
    left: 1px;
}

#content-body.game .game-container .game-header .chicken-player::after {
    background-image: url(/assets/images/bg_header_2.png);
    transform: translateX(100%);
    right: 0;
    background-position: left center;
}

#content-body.game .game-container .game-header .chicken-player div {
    width: auto;
}

#content-body.game .game-container .game-header .chicken-player .player-info {
    width: 100%;
    height: 100%;
    gap: 16px;
}

#content-body.game .game-container .game-header .chicken-player .player-info+div {
    border-left: 2px;
    border-right: 0;
    border-style: solid;
    border-image: linear-gradient(to bottom, #014731, #849892, #127f5d) 1 100%;
}

#content-body.game .game-container .game-header .chicken-player .player-info .ava {
    height: calc(40 / 715 * 100vh);
    width: auto;
    border-radius: 50%;
    overflow: hidden;
    padding-left: calc(40 / 715 * 100vh);
    position: relative;
}

#content-body.game .game-container .game-header .chicken-player .player-info .ava img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

#content-body.game .game-container .game-header .chicken-player .player-info .name {
    white-space: nowrap;
}

#content-body.game .game-container #video-bg {
    position: fixed;
}

#content-body.game .game-container #video-bg body {
    margin: 0;
}

@media (max-width :1023px) {
    #content-body.game .game-container #video-bg {
        display: flex;
        align-items: flex-end;
        height: calc(100% - 80px);
        top: 0;
        transform: translate(0);
        left: 0;
        width: 100%;
        border-radius: 0;
        max-width: calc(100% - 180px);
        margin: auto;
    }
}

@media (min-width: 1024px) {
    #content-body.game .game-container #video-bg {
        top: 80px;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 700px);
        height: calc(100vh - 175px);
        transform: translate(0, 0);
    }
}

#content-body.game .game-container #video-bg:not(.popupvideo) {
    z-index: 0;
}

#content-body.game .game-container #video-bg:not(.popupvideo) .button-close {
    display: none;
}

@media (max-width :1023px) {
    #content-body.game .game-container #video-bg:not(.popupvideo) .inner {
        padding-top: 0;
        height: 100% !important;
        border-radius: 0;
    }
}

@media (min-width: 1024px) {
    #content-body.game .game-container #video-bg:not(.popupvideo) {
        border-radius: 8px;
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container #video-bg.popupvideo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100% !important;
        max-width: 100% !important;
        transform: translate(0, 0);
        align-items: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 999999 !important;
        padding: 16px;
        border-radius: 0;
    }

    #content-body.game .game-container #video-bg.popupvideo .button-close {
        position: absolute;
        /* left: 0; */
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
        color: transparent;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background-color: #000;
        z-index: 1;
        transform: translate(25%, -25%);
        background-image: url(/assets/images/close.png);
        background-size: 8px;
        background-repeat: no-repeat;
        background-position: center;
        /* margin: auto; */
    }

    #content-body.game .game-container #video-bg.popupvideo .inner {
        max-width: 100%;
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container #video-bg.popupvideo .inner {
        padding-top: 0;
        height: 100%;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container #video-bg.popupvideo .inner {
        padding-top: 67%;
        height: auto !important;
    }
}

#content-body.game .game-container #video-bg .inner {
    display: block;
    width: auto;
    overflow: hidden;
    border-radius: 16px;
}

@media (max-width: 1023px) {
    #content-body.game .game-container #video-bg .inner {
        padding-top: 67%;
        position: relative;
        width: 100%;
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container #video-bg .inner {
        max-width: 100%;
        margin: 0 auto;
        padding-top: 34%;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container #video-bg .inner {
        padding-top: 67%;
    }
}

#content-body.game .game-container #video-bg .inner>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#content-body.game .game-container>div:last-child {
    position: absolute;
    font-size: 14px;
    z-index: 9;
    width: 100%;
}

@media (min-width: 1024px) {
    #content-body.game .game-container>div:last-child {
        width: 260px;
        left: 30px;
        top: calc(107 / 715 * 100vh);
    }
}

@media (min-width: 1024px) {
    #content-body.game .game-container>div:last-child {
        top: calc(80 / 715 * 100vh);
    }
}

#content-body.game .game-container>div:last-child p.text:nth-child(3) {
    margin-top: 4px;
    border-width: 1px 2px 1px 3px;
    border-radius: 95% 4% 92% 5%/4% 95% 6% 95%;
    background: rgba(0, 0, 0, 0.8);
    /* transform: rotate(2deg); */
    border: solid #fc6900;
    border-color: #fa7304;
    padding: 8px 16px;
}

#content-body.game .game-container>div:last-child p.text:nth-child(3)>span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 13px;
}

#content-body.game .game-container>div:last-child p.text:nth-child(3)>span span {
    color: #eb580e !important;
    font-weight: 400;
    margin-left: 4px;
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-content {
        z-index: auto;
    }
}

#content-body.game .game-container .game-content .list-pending {
    position: fixed;
    pointer-events: all;
}

@media (max-width :1023px) {

    /*Đá gà -> Ds cược*/
    #content-body.game .game-container .game-content .list-pending {
        position: fixed;
        width: 100vw;
        height: auto;
        left: 0;
        right: 0;
        padding: 0;
        top: 0;
        bottom: 0;
        /* background: white; */
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }
}

@media (min-width: 1024px) {
    #content-body.game .game-container .game-content .list-pending {
        left: 10px;
        width: 320px;
        top: 80px;
        height: calc(100vh - 175px);
    }
}

/*Đá gà danh sách cược*/
#content-body.game .game-container .game-content .list-pending>div {
    width: auto;
    padding: 10px 20px;
    border-radius: 8px;
    background: #1e1e1e;
    border: 1px solid #3d3b3e;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
}

#content-body.game .game-container .game-content .list-pending>div .button-close {
    position: absolute;
    top: 7px;
    right: -6px;
    width: 24px;
    height: 24px;
    color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
    transform: translate(25%, -75%);
    background-image: url(/assets/images/close.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

#content-body.game .game-container .game-content .table-player .player>p {
    color: #F2F4F7;
    font-size: 12px;
    text-align: left;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(77 71 71 / 50%);
}

/**/
@media (max-width :1023px) {
    #content-body.game .game-container .game-content .list-pending>div {
        padding: 16px;
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container .game-content .list-pending>div .button-close {
        top: 24px !important;
        right: 12px !important;
    }
}

#content-body.game .game-container .game-content .table-bet {
    justify-content: center !important;
    margin-top: 0;
}

#content-body.game .game-container .game-content .table-player {
    justify-content: flex-start;
    width: auto;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
    pointer-events: all;
}

#content-body.game .game-container .game-content .table-player .player {
    width: 100%;
    font-size: 14px;
    padding: 0;
    display: block;
    height: auto !important;
}

#content-body.game .game-container .game-content .table-player .player+.player {
    margin-top: 16px;
}

#content-body.game .game-container .game-content .table-player .player .box-pending {
    overflow-y: auto;
    margin-right: -12px;
    padding-right: 12px;
    height: calc(27vh - 20px);
}

@media (min-width: 1024px) {
    #content-body.game .game-container .game-content .table-player .player .box-pending {
        height: calc(33vh - 0px);
    }
}

#content-body.game .game-container .game-content .table-player .player .box-pending::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
}

#content-body.game .game-container .game-content .table-player .player .box-pending::-webkit-scrollbar {
    display: block !important;
    width: 5px;
    background-color: transparent;
}

#content-body.game .game-container .game-content .table-player .player .box-pending::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
}

#content-body.game .game-container .game-content .table-player .player .box-pending .item {
    border-bottom: 1px solid rgb(27 26 26 / 20%);
}

#content-body.game .game-container .game-content .table-player .player .box {
    padding: 3px 0;
    width: 100%;
    justify-content: center;
}

#content-body.game .game-container .game-content .table-player .player .box>div {
    width: 100%;
}

#content-body.game .game-container .game-content .table-player .player .box span {
    font-size: 10px;
}

#content-body.game .game-container .game-content .table-player .player .box .moneycuoc {
    height: 20px;
    font-size: 8px;
    line-height: 18px !important;
    padding: 0 !important;
    border-radius: 5px !important;
    font-weight: bold;
    background: #dd9000 !important;
}

#content-body.game .game-container .text-success:not(.run) {
    color: #808b82 !important;
}

#content-body.game .game-container #chatbox {
    position: fixed;
    right: 10px;
    padding: 0;
    top: calc(107 / 715 * 100vh);
    width: 31vw !important;
    height: auto;
}

@media (min-width: 1024px) {
    #content-body.game .game-container #chatbox {
        top: 80px;
        width: 320px !important;
        background: #3d3b3e;
    }
}

#content-body.game .game-container #chatbox .inner {
    background-color: transparent;
    width: 100%;
    overflow: hidden;
}

/*Đá gà PC -> Khung chat*/
#content-body.game .game-container #chatbox .button-close {
    position: absolute;
    top: -5px;
    right: 0;
    width: 24px;
    height: 24px;
    color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
    transform: translate(25%, -25%);
    background-image: url(/assets/images/close.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}

/*Đá gà PC -> Khung chat*/
#content-body.game .game-container #chatbox .chat_empty {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    color: #475467;
    margin: auto;
    transform: translateY(-110%);
}

#content-body.game .game-container #chatbox .chat_empty:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    background-image: url(/assets/images/icon_chat_empty.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
}

#content-body.game .game-container #chatbox .box {
    padding: 12px;
    height: calc(100vh - 480px);
}

.send .chat_button_mobile {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

#content-body.game .game-container #chatbox .inner .send input {
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    margin: 0px;
}

@media (max-width :1023px) {
    #content-body.game .game-container #chatbox .box {
        padding: 0px 10px 0px 16px;
    }

    #content-body.game .game-container #chatbox .inner .send input {
        height: 35px !important;
    }

    .send .chat_button_mobile {
        width: 35px;
        height: 35px;
    }
}

#content-body.game .game-container #chatbox .box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
}

#content-body.game .game-container #chatbox .box::-webkit-scrollbar {
    display: block !important;
    width: 5px;
    background-color: transparent;
}

#content-body.game .game-container #chatbox .box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
}

#content-body.game .game-container #chatbox .box>div {
    width: 100%;
}

#content-body.game .game-container #chatbox .box>div>p {
    max-width: 100%;
}

@media (max-width :1023px) {
    #content-body.game .game-container #chatbox .box>div>p {
        font-size: 14px;
        line-height: 20px;
    }
}

#content-body.game .game-container #chatbox .box>div p {
    text-align: left;
    color: #F2F4F7;
    word-wrap: break-word;
}

#content-body.game .game-container #chatbox .box>div .chat_empty {
    text-align: center !important;
}

#content-body.game .game-container #chatbox .send {
    padding-top: 0;
}

/*Khung chat màn cá cược*/
#content-body.game .game-container #chatbox .send input {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: white;
}

#content-body.game .game-container #chatbox .send input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/*Đá gà PC -> header*/
#content-body.game .game-container .buttonPopup {
    position: fixed;
    top: 8px !important;
    left: 90px;
}

@media (max-width :1023px) {
    #content-body.game .game-container .buttonPopup {
        left: 30px;
        transform: translateX(0);
    }
}

#content-body.game .game-container .buttonPopup button {
    width: auto;
    font-size: 9px !important;
    font-weight: 400;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}

@media (max-width :1023px) {
    #content-body.game .game-container .buttonPopup .box-input {
        margin-right: 6px;
    }
}

#content-body.game .game-container .buttonPopup .box-input select {
    border-radius: 8px !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 16px 0 8px;
    font-size: 12px;
}

@media (min-width: 1024px) {
    #content-body.game .game-container .buttonPopup .box-input+.wrap-btn {
        display: none;
    }
}

#content-body.game .game-container .block-status {
    height: 32vh;
    position: relative;
    height: 22vh;
    width: 22vw;
    background-color: rgba(0, 0, 0, 0.95);
}

@media (max-width :1023px) {
    #content-body.game .game-container .block-status {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999999;
    }
}

@media (min-width: 1024px) {
    #content-body.game .game-container .block-status {
        height: 32vh;
        width: 260px;
    }
}

#content-body.game .game-container .block-status .inner {
    /* background: #6e2600e8; */
    border-radius: 8px;
    padding: 60px 20px 20px;
    max-width: 400px;
    height: 100%;
    width: 100%;
}

@media (min-width: 1024px) {
    #content-body.game .game-container .block-status .inner {
        padding: 20px;
    }
}

#content-body.game .game-container .block-status .button-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #000;
    z-index: 1;
    transform: translate(25%, -25%);
    background-image: url(/assets/images/close.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width :1023px) {
    #content-body.game .game-container .block-status .button-close {
        top: 16px;
        right: 16px;
        transform: translate(0, 0);
    }
}

#content-body.game .game-container .block-status .title {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#content-body.game .game-container .block-status .list-status {
    margin-top: 8px;
    margin-right: -5px;
    padding-right: 10px;
    display: block;
    overflow-y: scroll;
    height: calc(22vh - 54px);
}

@media (min-width: 1024px) {
    #content-body.game .game-container .block-status .list-status {
        height: calc(100% - 32px) !important;
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container .block-status .list-status {
        height: 70vh;
    }
}

#content-body.game .game-container .block-status .list-status::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
}

#content-body.game .game-container .block-status .list-status::-webkit-scrollbar {
    display: block !important;
    width: 5px;
    background-color: transparent;
}

#content-body.game .game-container .block-status .list-status::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
}

#content-body.game .game-container .block-status .list-status>span {
    display: block;
    font-size: 13px;
}

@media (max-width :1023px) {
    .ListWaitingButton {
        position: fixed;
        bottom: 65px;
        left: 20px;
        width: 48px;
        height: 48px;
        z-index: 2;
        border-radius: 100px;
        color: transparent;
        background-color: transparent !important;
        background-image: url(/assets/images/icon-view-list-v1.png) !important;
        background-size: 16px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        border: 1px solid rgba(221, 144, 0, 0.8);
        color: transparent !important;
    }

    .ListWaitingButton:focus {
        outline: none;
    }
}

@media (max-width :1023px) {

    .chat-mobile,
    .wrap-btn.ChatButton {
        position: fixed;
        bottom: 65px !important;
        right: 14px;
        width: 48px;
        height: 48px;
        margin: 0;
        z-index: 9999;
        border-radius: 100px;
        color: transparent;
        background-color: transparent !important;
        background-image: url(/assets/images/3.png) !important;
        background-size: 16px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        border: 1px solid rgba(221, 144, 0, 0.8);
    }

    .chat-mobile:focus,
    .wrap-btn.ChatButton:focus {
        outline: none;
    }
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 18px;
}

.swal2-popup {
    max-width: 400px;
    padding: 16px 16px 24px;
    border-radius: 8px;
}

#TBHistory {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999;
    transform: translate(0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

#TBHistory .button-close {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    width: 40px !important;
    height: 40px !important;
    color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #000;
    z-index: 1;
    transform: translate(25%, -25%);
    background-image: url(/assets/images/close.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

@media (max-width :1023px) {
    #TBHistory .button-close {
        left: auto;
        right: 30px;
    }
}

#TBHistory .table-responsive {
    position: relative;
}

#TBHistory .table-responsive>.table-bordered {
    min-width: 700px;
    background-color: #000;
}

#TBHistory .inner {
    width: 100% !important;
    margin: auto;
    padding: 16px;
    position: relative;
}

@media (min-width: 1024px) {
    #TBHistory .inner {
        max-width: 1000px;
    }
}

#TBHistory .table tbody .thead-dark th {
    font-size: 14px;
    padding: 12px 8px;
}

#TBHistory .table tbody tr {
    border-top: 1px solid #000;
}

#TBHistory .table tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.1);
}

#TBHistory .table tbody tr td,
#TBHistory .table tbody tr th {
    background-color: transparent;
    color: #fff;
    overflow-x: scroll;
    cursor: pointer;
    border: none;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #000;
}

.model-mobile {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    color: transparent;
    background-color: #000;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99;
}

.model-mobile:focus {
    outline: none;
}

@media (min-width: 1024px) {
    .model-mobile {
        display: none;
    }
}

.model-mobile span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #fff;
    border-radius: 2px;
}

.model-mobile span:before,
.model-mobile span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 2px;
    left: 0;
    transition: ease-in-out 0.3s;
}

.model-mobile span:before {
    top: -7px;
}

.model-mobile span:after {
    bottom: -7px;
}

.model-mobile:not(.add-model-mobile) {
    background-color: transparent;
    border: none;
}

.model-mobile:not(.add-model-mobile) span {
    background-color: transparent;
}

.model-mobile:not(.add-model-mobile) span:before {
    transform: rotate(45deg);
    top: 0;
}

.model-mobile:not(.add-model-mobile) span:after {
    transform: rotate(-45deg);
    bottom: 0;
}

@media (max-width :1023px) {
    #menu2 {
        display: flex;
        margin-top: 40px;
        gap: 8px;
    }

    #menu2 .item-option {
        width: 50px;
        height: 50px;
        padding: 12px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 8px;
    }
}

@media (max-width :1023px) {
    #menu1.buttonPopup {
        top: auto !important;
        bottom: 0;
        left: 0 !important;
        padding: 16px;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
    }

    #menu1.buttonPopup button {
        width: 100% !important;
        margin: 4px 0;
    }

    #menu1.buttonPopup .box-input {
        margin-right: 0 !important;
        width: 100%;
        margin: 4px 0;
    }

    #menu1.buttonPopup .box-input select {
        font-size: 14px;
        font-weight: 600;
    }
}

@media (max-width :1023px) {
    .list-option .list-option-box {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        /* display: none; */
        width: 200px;
        transform: translateX(100%);
        transition: all 0.3s;
        background: #003626;
        z-index: 99;
        padding: 32px 16px;
        border-radius: 16px 0 0 16px;
    }
}

.list-option.mobile-modal {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9;
}

@media (max-width :1023px) {
    .list-option.mobile-modal .list-option-box {
        transform: translateX(0);
    }
}

.list-option.mobile-modal .ListWaitingButton {
    display: none;
}

@media (max-width :1023px) {
    #content-body.game .game-container #chatbox {
        overflow: inherit !important;
        border: none;
        z-index: 999999;
        width: auto !important;
        left: 8px;
        bottom: 8px;
        right: 8px;
        top: auto;
    }

    #content-body.game .game-container #chatbox .chat_empty {
        font-size: 14px;
    }

    #content-body.game .game-container #chatbox .inner {
        /* height: calc(100vh - 295px); */
        height: 100%;
        border: none;
        overflow: hidden;
    }

    #content-body.game .game-container #chatbox .inner .box {
        height: calc(100% - 39px);
        overflow-x: hidden;
        background: transparent;
        border-radius: 12px;
        margin: 0px 2px;
    }

    #content-body.game .game-container #chatbox .inner .send input {
        margin: 8px 8px 0px 16px;
    }
}

.ga_xanh,
.ga_xanh .item {
    color: #2ebd85;
}

.ga_do,
.ga_do .item {
    color: #f6465d;
}

.send {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e1e;
    border-radius: 24px;
}

.send .chat_button_mobile {
    color: transparent;
    background-color: #3b3d3e;
    background-image: url(/assets/images/icon_send.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 100px;
}

.send .chat_button_mobile:focus {
    outline: none;
}

.cuocsocdia {
    position: fixed;
    bottom: 92px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
}

@media (max-width :1023px) {

    .open-modal .ChatButton,
    .open-modal .chat-mobile,
    .open-modal .ListWaitingButton,
    .open-modal .tab-buttons,
    .open-modal .cuocsocdia {
        opacity: 0;
        pointer-events: none;
    }
}

@media (min-width: 1024px) {
    .buttonPopup {
        left: 60px !important;
    }

    .buttonPopup button {
        background: none !important;
        box-shadow: none;
        position: relative;
        display: block !important;
        padding: 0 !important;
        font-size: 12px;
        width: 45px !important;
    }

    .buttonPopup button:before {
        display: block;
        content: "";
        transition: all 0.3s;
        width: 38px;
        height: 38px;
        border-radius: 50% !important;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #eb580e !important;
        margin: 0 auto -8px;
        box-shadow: inset 0.2rem 0.2rem 1rem var(--primary-light), inset -0.2rem -0.2rem 1rem var(--primary-dark), 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.3), -0.2rem -0.2rem 0.5rem rgba(255, 255, 255, 0.1);
    }

    .buttonPopup button:focus {
        background-color: none !important;
        box-shadow: none;
    }

    .buttonPopup button:hover:before {
        transform: scale(1.1);
    }

    .buttonPopup button:nth-of-type(1):before {
        background-image: url(/assets/images/list.png) !important;
        background-size: 60%;
    }

    .buttonPopup button:nth-of-type(2):before {
        background-image: url(/assets/images/coin.png) !important;
        background-size: 100%;
        background-color: transparent;
        box-shadow: none;
    }

    .buttonPopup button:nth-of-type(3) {
        margin-right: 10px;
    }

    .buttonPopup button:nth-of-type(3):before {
        background-image: url(/assets/images/status.png) !important;
        background-size: 60%;
    }

    .buttonPopup button:nth-of-type(4):before,
    .buttonPopup button:nth-of-type(5):before {
        background-image: url(/assets/images/full_screen.png) !important;
        background-size: 50%;
    }

    .buttonPopup .box-input {
        order: 9;
    }

    .buttonPopup .box-input select {
        font-size: 14px;
        font-weight: 600;
    }

    .buttonPopup .box-input select option {
        text-align: left;
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container.socdia .game-footer:after {
        display: none;
    }
}

#content-body.game .game-container.socdia .game-footer .bet-coin:after {
    display: none;
}

#content-body.game .game-container.socdia .game-footer .bet-coin .coin {
    opacity: 0;
    pointer-events: none;
}

#content-body.game .game-container.socdia .game-header {
    background: none;
}

#content-body.game .game-container.socdia #menu3 {
    position: fixed;
    bottom: 4px;
    left: 10px;
    right: 0;
    border: none;
    display: flex;
    /*justify-content: center;*/
    /*min-height: 70px;*/
    flex-wrap: wrap;
    padding: 8px 8px;
    max-width: 500px;
    margin: auto;
}

@media (min-width: 1024px) {
    #content-body.game .game-container.socdia #menu3 {
        border-radius: 16px 16px 0 0;
    }
}

#content-body.game .game-container.socdia #menu3 li {
    width: calc(100% / 18);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

#content-body.game .game-container.socdia #menu3 li:not(.red)>span {
    background-color: #fff;
    color: #b30606;
}

#content-body.game .game-container.socdia #menu3 li.red>span {
    background-color: #b30606;
    color: #fff;
}

#content-body.game .game-container.socdia #menu3 li>span {
    display: block;
    padding-top: 100%;
    position: relative;
    font-size: 12px;
    font-weight: 600;
}

#content-body.game .game-container.socdia #menu3 li>span span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

#content-body.game .game-container.socdia .game-content .table-bet form>div:nth-child(3)>div>div>div input[type=radio]+label {
    font-size: 20px !important;
    width: 100%;
}

#content-body.game .game-container.socdia .game-content .table-bet form>div:nth-child(3)>div>div>div input[type=radio]+label:before {
    display: none;
}

#content-body.game .game-container.socdia .tab-buttons {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
    gap: 4px;
    max-width: 500px;
    margin: auto;
    height: 245px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (min-width: 1024px) {
    #content-body.game .game-container.socdia .tab-buttons {
        height: 227px;
        padding: 0;
        max-width: 320px;
        left: auto;
        right: 10px;
        top: auto;
        bottom: 145px;
        transform: translateY(0);
    }
}

#content-body.game .game-container.socdia .tab-buttons button {
    width: 50%;
    font-weight: 500;
    background: #013223;
    font-size: 16px;
    height: 45px;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: all;
}

@media (min-width: 1024px) {
    #content-body.game .game-container.socdia .tab-buttons button {
        height: 52px;
    }
}

#content-body.game .game-container.socdia .tab-buttons button:nth-child(1) {
    border-radius: 12px 0 0 0;
}

#content-body.game .game-container.socdia .tab-buttons button:nth-child(2) {
    border-radius: 0 12px 0 0;
}

#content-body.game .game-container.socdia .tab-buttons button:focus {
    outline: none;
}

#content-body.game .game-container.socdia .tab-buttons button.active {
    background-color: var(--primary) !important;
    box-shadow: inset 0.2rem 0.2rem 1rem var(--primary-light), inset -0.2rem -0.2rem 1rem var(--primary-dark), 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.3), -0.2rem -0.2rem 0.5rem rgba(255, 255, 255, 0.1);
    color: #fff;
}

#content-body.game .game-container.socdia .tab-content {
    width: 100%;
}

#content-body.game .game-container.socdia .tab-content>div {
    width: 100%;
}

#content-body.game .game-container.socdia .tab-content form {
    padding-top: 55px;
}

#content-body.game .game-container.socdia .tab-content form>div:nth-child(1) .box-input:nth-child(1) label,
#content-body.game .game-container.socdia .tab-content form .box-input input.rare {
    border-radius: 0 !important;
}

@media (min-width: 1024px) {
    #content-body.game .game-container.socdia .tab-content form form>div:nth-child(3)>div>div>div input[type=radio]+label {
        text-align: center !important;
        padding-left: 0 !important;
    }
}

#content-body.game .game-container.socdia .flex-item {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

#content-body.game .game-container.socdia .flex-item .fill-item {
    width: calc(50% - 2px);
}

#content-body.game .game-container.socdia .flex-item .fill-item input {
    display: none;
}

#content-body.game .game-container.socdia .flex-item .fill-item input+label {
    display: flex;
    justify-content: space-around;
    gap: 4px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    transition: all 0.3s;
    padding: 8px 32px;
}

@media (min-width: 1024px) {
    #content-body.game .game-container.socdia .flex-item .fill-item input+label {
        padding: 8px 12px;
    }
}

#content-body.game .game-container.socdia .flex-item .fill-item input+label span {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.3;
    transition: all 0.3s;
}

#content-body.game .game-container.socdia .flex-item .fill-item input+label span.red {
    background-color: #d30b0b;
}

#content-body.game .game-container.socdia .flex-item .fill-item input:checked+label {
    background-color: #000;
}

#content-body.game .game-container.socdia .flex-item .fill-item input:checked+label span {
    opacity: 1;
    transform: scale(1.2);
}

@media (min-width: 1024px) {
    #content-body.game .game-container.socdia #chatbox .box {
        height: calc(100vh - 500px);
    }
}

#content-body.game .game-container.socdia .game-content .table-bet form>div:nth-child(1) .box-input:nth-child(2) input,
#content-body.game .game-container.socdia .game-content .table-bet form>div:nth-child(1) .box-input:nth-child(2) select {
    border-radius: 0 !important;
}

@media (max-width :1023px) {

    #content-body.game .game-container.portrait-class .chat-mobile,
    #content-body.game .game-container.portrait-class .ListWaitingButton {
        width: 40px;
        height: 40px;
        border-radius: 8px !important;
        background-size: 24px !important;
    }

    #content-body.game .game-container.portrait-class .ListWaitingButton {
        left: 12px;
        bottom: 92px;
    }

    #content-body.game .game-container.portrait-class .bet-coin .coin .coin-wrap {
        display: none !important;
    }

    #content-body.game .game-container.portrait-class>div:last-child {
        z-index: 9999 !important;
    }

    #content-body.game .game-container.portrait-class .game-footer {
        justify-content: flex-end !important;
        flex-direction: row-reverse !important;
        background: none !important;
        box-shadow: none !important;
    }

    #content-body.game .game-container.portrait-class .game-footer:before,
    #content-body.game .game-container.portrait-class .game-footer:after {
        display: none;
    }

    #content-body.game .game-container.portrait-class .game-footer .box-user {
        width: auto !important;
        justify-content: flex-end;
    }

    #content-body.game .game-container.portrait-class .game-footer .box-user .coin {
        display: flex !important;
        align-items: center;
        gap: 8px;
    }

    #content-body.game .game-container.portrait-class .game-footer .box-user .coin:after {
        position: static !important;
        transform: translateY(0%);
    }

    #content-body.game .game-container.portrait-class .game-footer .bet-detail {
        right: 7px;
        bottom: 30px !important;
    }

    #content-body.game .game-container.portrait-class .game-footer .bet-coin:after {
        display: none !important;
    }

    #content-body.game .game-container.portrait-class .game-footer .bet-coin .coin {
        position: fixed;
        top: 80px;
        bottom: 50px;
        height: auto;
        left: 8px;
        display: flex !important;
        align-items: center;
    }

    #content-body.game .game-container.portrait-class .game-footer .bet-coin .coin form {
        height: auto !important;
        display: block !important;
    }

    #content-body.game .game-container.portrait-class .game-footer .bet-coin .coin form .coin-wrap {
        margin: -20px 0 !important;
    }

    #content-body.game .game-container.portrait-class .game-footer .bet-coin .coin form .coin-wrap label {
        width: 60px;
        height: 60px;
    }

    #content-body.game .game-container.portrait-class .game-content {
        justify-content: center !important;
    }
}

@media (max-width :1023px) {
    /* #content-body.game .game-container.portrait-class .game-content .table-bet {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999 !important;
        background-color: rgba(2, 35, 29, 0.94) !important;
    } */
}

@media (max-width :1023px) {
    #content-body.game .game-container.portrait-class .game-content .table-bet form>div:nth-child(3)>div>div>div input[type=radio]+label {
        height: 40px;
        line-height: 40px;
    }

    #content-body.game .game-container.portrait-class .game-content .table-bet form .box-input input,
    #content-body.game .game-container.portrait-class .game-content .table-bet form .box-inpu select,
    #content-body.game .game-container.portrait-class .game-content .table-bet form .box-input label {
        height: 40px !important;
    }
}

@media (max-width: 1023px) {

    #content-body.game .game-container.portrait-class .game-content .table-bet form .box-input input,
    #content-body.game .game-container.portrait-class .game-content .table-bet form .box-input select {
        height: 40px !important;
    }
}

@media (max-width :1023px) {
    #content-body.game .game-container.portrait-class .game-content .list-pending>div {
        max-width: 100% !important;
    }

    #content-body.game .game-container.portrait-class .game-content .list-pending>div .table-player {
        flex-direction: row !important;
        gap: 30px;
        align-items: flex-start !important;
    }

    #content-body.game .game-container.portrait-class .game-content .list-pending>div .table-player .player,
    #content-body.game .game-container.portrait-class .game-content .list-pending>div .table-player .player.botttom {
        height: 100% !important;
    }

    #content-body.game .game-container.portrait-class .game-content .list-pending>div .table-player .player .box-pending,
    #content-body.game .game-container.portrait-class .game-content .list-pending>div .table-player .player.botttom .box-pending {
        height: calc(100% - 30px) !important;
    }

    #content-body.game .game-container.portrait-class .game-content .list-pending>div .table-player .player+.player,
    #content-body.game .game-container.portrait-class .game-content .list-pending>div .table-player .player.botttom+.player {
        margin-top: 0 !important;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.portrait-class .game-header {
        z-index: 99999;
        right: 100px;
    }

    #content-body.game .game-container.portrait-class .game-header .btn-return {
        z-index: 9;
        left: 12px !important;
        top: 8px !important;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.portrait-class #chatbox {
        height: calc(100% - 16px);
    }

    #content-body.game .game-container.portrait-class #chatbox .inner {
        height: calc(100%) !important;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.portrait-class #video-bg {
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.portrait-class #video-bg {
        border-radius: 0;
    }
}

#content-body.game .game-container.portrait-class.socdia .game-footer {
    height: 67px;
}

@media (max-width: 1023px) {
    #content-body.game .game-container.portrait-class.socdia .game-footer {
        background-color: #014832 !important;
        height: 76px !important;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.portrait-class.socdia #video-bg {
        height: calc(100% - 150px);
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.portrait-class.socdia .tab-buttons {
        height: 250px;
        padding: 0 11px;
    }
}

@media (max-width: 1023px) {

    #content-body.game .game-container.portrait-class.socdia .table-bet form>div:nth-child(1) .box-input:nth-child(2) input,
    #content-body.game .game-container.portrait-class.socdia .table-bet form>div:nth-child(1) .box-input:nth-child(2) select {
        border-radius: 0 !important;
    }
}

#content-body.game .game-container.landscape-class>div:last-child {
    z-index: auto !important;
}

#content-body.game .game-container.landscape-class .model-mobile,
#content-body.game .game-container.landscape-class .game-content .list-pending {
    z-index: 99999;
    top: 33%;
}

#content-body.game .game-container.landscape-class .wrap-btn.cuoc2 {
    display: none;
}

#content-body.game .game-container.landscape-class .ChatButton {
    bottom: 120px;
}

#content-body.game .game-container.landscape-class .list-option.mobile-modal {
    z-index: 9999;
}

@media (max-width: 1023px) {
    #content-body.game .game-container.landscape-class .table-bet {
        max-width: 100% !important;
    }

    #content-body.game .game-container.landscape-class .table-bet #popupBet {
        display: none;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.landscape-class.socdia #menu3 {
        padding-right: 0;
        padding-left: 0;
        border-radius: 0;
        bottom: 30px;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.landscape-class.socdia .tab-buttons {
        top: 33%;
        margin-top: 14px;
        height: 291px;
        transform: translateY(0);
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.landscape-class.socdia .flex-item .fill-item input+label {
        padding: 15px;
    }
}

@media (max-width: 1023px) {

    #content-body.game .game-container.landscape-class.socdia .chat-mobile,
    #content-body.game .game-container.landscape-class.socdia .wrap-btn.ChatButton {
        bottom: 122px !important;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.landscape-class.socdia .cuocsocdia {
        display: none;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.landscape-class.socdia .game-footer {
        height: 104px !important;
    }
}

@media (max-width: 1023px) {
    #content-body.game .game-container.landscape-class #chatbox {
        top: 42%;
    }
}

@media (min-height: 767px) and (max-height: 931px) {
    #content-body.game .game-container.landscape-class #chatbox {
        top: 40.5%;
    }
}

@media (min-height: 932px) and (max-height: 999px) {
    #content-body.game .game-container.landscape-class #chatbox {
        top: 40%;
    }
}

@media (min-height: 1000px) and (max-height: 1179px) {
    #content-body.game .game-container.landscape-class #chatbox {
        top: 39.5%;
    }
}

@media (min-height: 1180px) and (max-height: 1260px) {
    #content-body.game .game-container.landscape-class #chatbox {
        top: 39%;
    }
}

#content-body.game .game-container.landscape-class .chat-mobile,
#content-body.game .game-container.landscape-class .wrap-btn.ChatButton {
    bottom: 136px;
}

@media (max-width: 1023px) {
    #content-body.game .game-container.landscape-class #video-bg {
        max-width: 100%;
        height: 33%;
    }
}

@media (min-width: 1024px) {
    .list-option>.chat-mobile {
        display: none !important;
    }

    /*Cược đá gà -> footer */
    #content-body.game .game-container .game-footer .bet-coin .bet-detail {
        position: absolute;
        right: 115px;
        top: 20px;
        padding: 3px 16px;
    }

    #content-body.game .game-container .game-footer .box-user {
        width: 300px !important;
        top: 10px;
        padding: 4px 30px;
        /* border: 1px solid #499EEF; */
    }

    #content-body.game .game-container .game-footer .box-user .coin {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    #content-body.game .game-container .game-footer .bet-coin .bet-detail .box .title {
        color: #F2F4F7 !important;
    }

    #content-body.game .game-container .game-header {
        /* border-bottom: 1px solid #EAECF0; */
    }

    /*Đá gà -> Khung chat*/
    #content-body.game .game-container #chatbox .box {
        padding: 0px 0px 12px 0px !important;
    }
}

.alert {
    margin-bottom: 0px !important;
}

.user-container .right-box .detail-tab>div .info-withdraw .border-custom {
    border: none !important;
}
