@media only screen and (max-width:1560px) {}

@media only screen and (max-width:1440px) {}


@media only screen and (max-width:1366px) {}


@media only screen and (max-width:1300px) {}

@media (min-width:1200px) and (max-width:1440px) {}

/* Applies to screens between 576px and 768px */


@media only screen and (max-width:1199px) {}


@media only screen and (max-width:1100px) {}



@media only screen and (max-width:1024px) {
    .spinner-border.custom_loader {
        width: 50px !important;
        height: 50px !important;
        margin: auto;
        margin-top: 5px;
        border: .25em solid var(--bg-white) !important;
        border-right-color: transparent !important;
    }
    .mobileNone_tbl{
        display: none;
    }
   
    .game_list_block .game-name {
        padding-left: 6px;
        width: 100%;
    }
    .mobile_none{
        display: none;
    }
    .header_bottom{
        display: none;
    }
    .right_betslip{
        display: none;
    }
    .header_wrapper .time_date{
        display: none;
    }
    .header_wrapper .search_bar .form-control{
        display: none;
    }
    .toggle_btn {
        margin: 0;
        padding-right: 8px;
        padding-left: 15px;
    }
    .toggle_btn svg{
        height: 30px;
        width: 30px;
        fill:var(--text-white);
    }
    .header_inner_wrapper {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    .header_wrapper {
        height: 60px;
        padding: 10px 15px 10px 0;
    }
    .login_btn{
        position: absolute;
        right: 0;
    }
    .login_btn a{
        background-color: var(--yellow-bg);
        width: 70px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-white);
        border-radius: 2px;
    }
    .header_wrapper .search_bar .input_icon {
        position: absolute;
        top: 50%;
        left: auto;
        right: -110px;
        transform: translateY(-50%);
        height: 30px;
        width: 30px;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .main_inplay{
        display: none;
    }
    .exchangeGames_wrapper{
        width: 100%;
        display: grid;
        grid-template-rows: auto auto auto;
        grid-auto-flow: column;
        overflow-x: scroll;
        grid-row-gap: 15px;
        grid-column-gap: 10px;
        margin-top: 12px;
        justify-content: space-between;
    }
    .exchangeGames_wrapper.casino_wrapper_game {
        justify-content: start;
        width: 100%;
        display: grid;
        grid-template-rows: auto auto;
        grid-auto-flow: column;
        overflow-x: scroll;
        grid-row-gap: 2px;
        grid-column-gap: 2px;
        margin-bottom: 15px;
    }
    .exchangeGames_wrapper.top_casino_img-Items{
        width: 100%;
            display: grid;
            grid-template-rows: auto auto auto;
            grid-auto-flow: column;
            overflow-x: scroll;
            grid-row-gap: 15px;
            grid-column-gap: 10px;
            margin-top: 12px;
            justify-content: space-between;
    }
         .exchangeGames_wrapper.top_casino_img-Items   .game_img {
            width: 170px;
            height: 77px;
            border-radius: 5px;
            overflow: hidden;
            cursor: pointer;
        }
      .exchangeGames_wrapper.top_casino_img-Items .game_item{
            min-width: 170px !important;
        }
    .center_wrapper{
        width: 100%;
    }
    .footer_wrapper {
        margin-top: 30px;
        display: none;
    }


    
    .left_sidebar {
        position: fixed;
        top: 0;
        left: -100%; /* Initially hidden */
        width: 264px;
        height: 100%;
        background: var(--bg-white);
        color: white;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
        transition: left 0.3s ease;
        z-index: 1002;
        padding: 6px 10px;
        font-weight: 500;
    }

    .left_sidebar.open {
        left: 0;
    }
    
    .overlay.show {
        opacity: 1;
        visibility: visible;
        z-index: 111;
        display: block !important;
    }

    .left_sidebar::before{
        display: none;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .inner_sidebar_nav {
        width: 100%;
    }
    .inner_sidebar_nav ul li a {
        padding: 11px 0px 11px 20px;
        border: 0;
        border-bottom: .5px solid #ddd;
    }
    .inner_sidebar_nav{
        border: 0;
    }
    .close_btn_menu {
        font-size: 44px;
        margin-left: 70px;
        padding: 8px 10px;
        text-decoration: none;
        color: var(--secondary-color);
        display: block;
        transition: .3s;
        width: 40px;
        height: 40px;
        position: fixed;
        top: -20px;
        right: 40px;
        z-index: 11;
        display: none;
    }
    .left_sidebar.open  .close_btn_menu{
        display: block;
    }
    .m_p_0{
        padding: 0;
    }
    .fancy_new_wrapper {
        padding: 0 4px;
    }
    .left_col {
        width: 60%;
        border: 0;
    }
    .right_col {
        width: 40%;
        background-color: transparent;
    }
    .fancy_market_col {
        justify-content: end;
    }
    .bet_button_block {
        justify-content: end;
    }
    .fancy_tabs {
        margin-bottom: 10px;
    }
    .mobile_none{
        display: none !important;
    }
    .after_login_details{
        display: none;
    }
    .horse_race_wrapper .Upcoming_Races .Upcoming_Races_title {
        font-size: 15px;
        margin-bottom: 0;
        font-weight: 600;
        padding: 12px;
        padding-top: 0;
    }
    .center_wrapper.report_page_wrapper {
        padding: 0 5px 0 5px;
    }
    .marque_wrapper.mobile_none_marq{
        display: none;
    }
    .report_page_wrapper .accounts_page_table tbody tr td {
        white-space: nowrap;
    }
    .report_page_wrapper .accounts_page_table thead tr th {
        white-space: nowrap;
    }
    .repoort_wrapper_mobile .row{
        margin: 0;
    }
  .repoort_wrapper_mobile  .col-lg-6{
    padding: 0;
  }
  .epoort_wrapper_mobile .col-sm-12{
    padding: 0;
  } 
  .mobile_wrapper_inplay .fancyes_bet_modal  .betinputs .item-block {
    width: 50px;
}
.fancy_new_wrapper .suspended {
    width: 133px;
    height: 44px;
}
}
@media only screen and (min-width:576px) {
  
    .exchangeGames_wrapper.casino_wrapper_game{
        grid-template-columns: repeat(auto-fit, 117px);
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }
    .exchangeGames_wrapper.casino_wrapper_game .game_item .game_img{
        height: 70px;
      }
}
@media screen and (min-width: 1024px) {
    .new_account_statement_mobile{
        display: none;
    }
    .desktop_none{
        display: none;
    }
    .marque_wrapper.only_mobile_marq{
        display: none;
     }
    .open_bets{
        display: none;
    }
    .only_mobile_show{
        display: none;
    }
    .rules_modal_wrapper .modal-body {
        overflow-y: auto;
        height: 80vh;
      }
    .report_page_wrapper_mobile{
        display: none;
    }
    .mobile_btn_user{
        display: none;
    }
    .mobile_wrapper_matchdetails{
        display: none;
    }
    .promotion_buttons a .inner_link{
        background-size: 100% auto;
    }
    .close_btn_menu{
        display: none;
    }
    .sports_inplay_main{
        display: none;
    }
    .toggle_btn{
        display: none;
    }
    .exchangeGames_wrapper.casino_wrapper_game .game_item .game_img{
        height: 70px;
      }
.exchangeGames_wrapper.casino_wrapper_game .game_item {
    width: auto;
    height: 70px;
}
    .left_sidebar {
        width: 15%;
        display: unset;
    }

    .center_wrapper {
        width: 59%;
    }
    .center_wrapper.report_page_wrapper{
        width: calc(100% - 15%);
    }
    .right_betslip {
        width: 26%;
        display: unset;
    }

    .promotion_buttons {
        grid-template-rows: 1fr 1fr;
        grid-auto-columns: 45%;
        grid-column-gap: 1vw;
        grid-auto-flow: column;
        grid-row-gap: 7px;
        width: auto;
        overflow-x: auto;
    }

    .promotion_buttons a {
        flex: none;
        width: 100%;
    }

    .promotion_buttons a .inner_link {
        background-size: 100% auto;
    }

    .exchangeGames_wrapper {
        width: 100%;
        display: grid;
        grid-template-rows: auto auto auto;
        grid-auto-flow: column;
        overflow-x: scroll;
        grid-row-gap: 15px;
        grid-column-gap: 10px;
        margin-top: 12px;
        justify-content: space-between;
    }

    .game_item{
        width: 170px;
    }
    .game_img{
        height: 78px;
    }
.exchangeGames_wrapper.casino_wrapper_game {
    justify-content: start;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    overflow-x: auto;
    grid-gap: 10px;
    gap: 10px;
    margin-bottom: 15px;
    row-gap: 8px;
}

}

@media only screen and (max-width:767px) {
    .breadcrumb_block {
        flex-wrap: wrap;
    }
    table.market-summary {
        margin: auto;
        margin-top: 10px;
    }
    .input_box_value .input_inner_value {
        height: 33px;
      }
    .report_page_wrapper .accounts_page_table {
        margin-top: 10px;
    }
    .gamelist_wrapper ul {
        grid-template-columns: repeat(5, 130px);
    }
    .footer_top_wrapper .logo_footer {
        width: 100%;
        justify-content: center;
    }
    .footer_top_wrapper {
        display: flex;
        align-items: start;
        justify-content: normal;
        flex-direction: column;
    }
    .footer_info {
        width: 90%;
        padding-right: 0;
        margin: auto;
        padding: 17px 0 45px;
    }
    .footer_partner{
        grid-row-gap: 27px;
        padding: 0 2% 50px 10%;
    }
    .partner_block{
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 27px;
        grid-column-gap: unset;
    }
    .copyright_wrapper{
        display: none;
    }
    .left_value a{
        height: 16px !important;
        color: var(--text-black) !important;
        margin-bottom: 7px !important;
    }
    .all_game_img_block_inner a img {
        min-width: 117px;
        min-height: 140px;
        width: 117px;
        height: 140px;
        aspect-ratio: .83571428571;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        cursor: pointer;
      }
}

@media only screen and (max-width:576px) {
    .gamelist_wrapper ul {
        grid-template-columns: repeat(3, 130px);
    }
    .login_modal .btn-close {
        width: 25px;
        height: 25px;
        right: 7px;
        top: 20px;
    }
    .exchangeGames_wrapper{
        grid-template-columns: 46vw 46vw;
        grid-column-gap: 1vw;
        grid-row-gap: 7px;
    }
    .exchangeGames_wrapper .game_item {
        border-radius: 0px;
        min-width: 190px;
    width: 100%;
    max-width: 190px;
    }
    .exchangeGames_wrapper.casino_wrapper_game .game_item {
        min-width: 120px;
    }
    .column_Row.mobile_row .column_wrap {
        width: calc(50% - 5px) !important;
    }
    .column_Row.mobile_row .column_wrap .form-control {
        width: 100% !important;
    }
    .report_page_wrapper .accounts_page_table {
        margin-top: 10px !important;
    }
    .table_value_top_block {
        margin-bottom: 10px;
    }
    .column_Row.mobile_row .column_wrap .form-group label {
        margin-bottom: 0px !important;
    }
    .report_page_wrapper .pane_middle .title-wrap {
        padding-bottom: 5px;
    }
    .title-wrap span:first-child {
        font-weight: 700;
        margin-top: 14px;
        font-size: 18px;
        color: #000;
    }
    .report_page_wrapper_mobile .Account_list_pages .Account_list_header .title {
        margin-top: 15px;
    }
    .report_page_wrapper_mobile .account_filter_block {
        padding-top: 0;
        padding: 0;
        padding-bottom: 15px;
    }
    .pl_page_wrapper  .pnl-list .wrapper {
        padding: 11px 11px 15px 12px;
    }
    .pl_page_wrapper  .pnl-list .wrapper .pnl-list .wrapper .truncate a{
        font-weight: 700;
    }
    /* .column_wrap.btn_mobile_code{
        width: 100% !important;
    } */
    .login_modal .btn-close {
        width: 25px;
        height: 25px;
        right: 7px;
        top: 20px;
    }
    .exchangeGames_wrapper{
        grid-template-columns: 46vw 46vw;
        grid-column-gap: 1vw;
        grid-row-gap: 7px;
    }
    .game_item {
        border-radius: 0px;
    }
    .report_page_wrapper .Accounts_pages .form-group .form-control {
        height: 29px;
        padding: 3px 3px;
        width: 87px;
        font-size: 10px;
    }
    .report_page_wrapper .account_page_filter .column_Row {
        gap: 5px;
        flex-wrap: wrap;
    }
    .mobile_wrapper_matchdetails .sports_page .sports_inner-header .content {
        width: 230px;
    }
}