.game_new_design_tabs {
    flex-wrap: inherit;
    overflow-x: auto;
    gap: 10px;
}

.game_new_design {
    background: #f6f7fb;
    padding: 25px 10px;
    padding-top: 0;
}

.game_new_design_tabs li button {
    white-space:
        nowrap;
}

.game_new_design_tabs li button {
    white-space: nowrap;
    background: #fff;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: 0 !important;
    border-radius: 12px !important;
}

.game_new_design_tabs li button.active {
    background:
        #ffe605 !important;
}

.tab_content_game_list {
    margin-top: 20px;
}

.tab_content_game_list h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.game-play-block {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dfe0e5;
    box-shadow: 0 6px 7px #dfe0e5;
}

.game_play_block_header {
    background: #e3e6f5;
}

.game_play_block_header .w-auto {
    color: #00010a;
    font-size: 14px;
    font-weight: 500;
}

.game_play_block_header svg,
.game_play_block_header svg * {
    fill: #222430;
    color: #222430;
    margin-right: 6px;
}

.game_play_block_body p {
    color: #919191;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 21px;
}

.game_play_block_body .price_block {
    background:
        #e3e6f5;
    text-align: center;
    border-radius:
        25px;
    color: #30333c;
    font-weight: 600;
    width: 100%;
    padding:
        5px 2px;
    font-size: 16px;
}

.game_play_block_body {
    padding: 20px 0;
}

.game_play_block_body .entry_price_block {
    background:
        #fee800;
    color: #3b0889;
}

.timer_clock_block {
    background:
        #e5ecfe;
    text-align: center;
    width: 100%;
    border-radius:
        25px;
    color: #d6475b;
    font-size: 12px;
    padding: 2px 0;
}

.timer_clock_block i {
    color: #d6475b;
}

.confirm_payment_modal p span {
    font-size: 16px;
    font-weight: 500;
}

.confirm-pay-title {
    font-weight: 700;
    font-size: 22px;
    margin: 20px 0;
    margin-bottom: 30px;
}

.bootom_offcanvas_block {
    height: auto !important;
}

.bootom_offcanvas_block {
    border-radius: 40px 40px 0 0;
}

.bootom_offcanvas_block .btn-close {
    color: #000 !important;
    opacity: 1;
    position: relative;
    top: 20px;
}

.game_starting_content i {
    color: #0e8b23;
    font-size: 45px;
}

.game_starting_content h2 {
    color: #0e8b23;
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

.game_starting_content .modal_time_text {
    background: #0e8b23;
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    padding: 5px 6px;
    min-width: 126px;
    display: inline-block;
    font-size: 18px;
}

.gamestarting_content_block {
    border:
        2px solid #0e8b23;
    border-radius:
        12px;
}

.game_starting_content p {
    color: #0e8b23;
    font-size: 14px;
}

.table_joinNow_btn {
    width: 100%;
    background: #fee800;
    border: 0;
    border-radius: 25px;
    color: #501372;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 6px;
    margin-top: 25px;
}

.game_new_design_tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.game_new_design_tabs::-webkit-scrollbar {
    display: none;
}

.game_new_design_tabs {
    position: sticky;
    top: 0;
    background: #f6f7fb;
    padding-top: 25px;
    padding-bottom: 15px;
}

.game_play_block_header .w-auto {
    min-width: 70px;
}

.filter_icon {
    max-width: 22px;
}

.game_new_design {
    display: none;
}

.modal_btn_text_mb {
    display: none;
}

@media (max-width: 767px) and ((orientation: portrait)) {

    .game_new_design,
    .modal_btn_text_mb {
        display: block;
    }

    .modal_btn_img_mb_none {
        display: none;
    }

    .ludoModals_mb .modal-header {
        border:
            0;
        background:
            #e3e6f5 !important;
        border-radius:
            0 !important;
        border:
            0 !important;
    }

    .ludoModals_mb .modal-header h5 span {
        color: #000;
        font-size: 22px;
        font-weight: 700;
    }

    .ludoModals_mb .modal-content {
        overflow: hidden;
        border: 1px solid #dfe0e5;
        border-radius: 12px;
        background: #fff;
    }

    .ludoModals_mb .w-100.px-1 {
        padding:
            0 !important;
    }

    .ludoModals_mb .modelbodyBorder {
        border:
            0;
        background:
            #fff;
    }

    .ludoModals_mb .modal-header::before {
        display: none !important;
    }

    .ludoModals_mb .modalbodyHb {
        color: #000 !important;
        font-size: 18px !important;
    }

    .ludoModals_mb .modal-footer button {
        background: #e3e6f5 !important;
        min-width: 100px;
        border-radius: 25px;
        padding: 6px 3px !important;
    }

    .ludoModals_mb .modal-footer button span {
        color: #000;
        font-weight: 500;
    }

    .ludoModals_mb .modal-footer button:last-child {
        background: #fee800 !important;
    }
}