@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;
    }
    .inner_sidebar_nav ul li a span {
        margin-left: 16px;
    }
    .inner_sidebar_nav ul li a {
        font-weight: 700;
        font-size: 16px;
    }
    /*  */
    .mobile_wrapper_inplay .Event_merket .market-list-item .market-odds__container {
        display: flex;
        flex-direction: row;
        overflow: auto;
        width: 400px;
    }
    /*  */
    /* body.bg_banner.sportsbook {
        background-image: none;
        background-color: #000000;
    } */
    body.bg_banner.sportsbook .Avilable_credit{
        display: none;
    }
    .fancy_new_wrapper .suspended {
        width: 136px;
    }
    .fancy_new_wrapper.fancy_suspended .suspended {
        width: 40.5%;
        max-width: 132px;
        right: 3px;
    }
    .new_horse_racing .horse-time-detail{
        width: 100%;
    }

    .inplay_tittle_desktop{
        display: none;
    }
    .header_wrapper .search_bar {
        max-width: 100%;
        position: relative;
        min-width: auto;
    }
    .form_modal .btn-primary {
        margin-top: 26px;
    }
    .form_modal .modal_input+.modal_input {
        margin-top: 10px;
    }
    .powered_by_logo {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .login_footer{
        display: none;
    }
    .login_wrapper{
        padding: 10px;
    }
    .login_inner_wrapper{
        max-width: 100%;
        min-width: 100%;
    }
    .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: 5px;
        padding-left: 5px;
    }
    .toggle_btn img{
        height: 27px;
        width: 27px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(232deg) brightness(104%) contrast(101%);
    }
    .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: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }
    .header_wrapper .search_bar .input_icon img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7477%) hue-rotate(60deg) brightness(117%) contrast(103%);
    }
    .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: space-between;
        width: 100%;
        display: grid;
        grid-template-rows: auto auto;
        grid-auto-flow: column;
        overflow-x: scroll;
        grid-row-gap: 2px;
        grid-column-gap: 2px;
    }
    .center_wrapper{
        width: 100%;
    }
    .footer_wrapper {
        margin-top: 30px;
    }


    
    .left_sidebar {
        position: fixed;
        top: 0;
        left: -100%; /* Initially hidden */
        width: 300px;
        height: 100vh;
        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: 0 13px;
        border: 0;
        border-bottom: .5px solid #f2f2f2;
        min-height: 46px;
    }
    .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: 10px;
        z-index: 11;
        display: none;
    }
    .left_sidebar.open  .close_btn_menu{
        display: none;
    }
    .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;
    }
    .inplay_wrapper {
        padding: 0px 0px 12px;
    }
    .game_banner_wrapper{
        display: none;
    }
    .header_wrapper .logo_block img {
        height: 40px;
    }
    .fancy_main_row {
        border-top: 3px solid #ffffff;
        border-left: 0px solid #ddd;
        border-right: 3px solid #ffffff;
    }
    .fancy_row_new:last-child .fancy_main_row {
        border-bottom: 3px solid #ffffff;
    }
    .fancy_tab_content {
        margin-bottom: 10px;
    }
    .marque_wrapper.mobile_none_marq{
        display: none;
    }
}
@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) {
    .marque_wrapper.only_mobile_marq{
       display: none;
    }
    .desktop_none{
        display: none;
    }
    .new_account_statement_mobile{
        display: none;
    }
    .login_btn a.input_icon_right{
        display: none;
    }
    .rules_modal_wrapper .modal-body {
        overflow-y: auto;
        height: 80vh;
      }
    .eyes_button_fix{
        display: none;
    }
    .mobile_wrapper_inplay{
        display: none;
    }
    .inplay_tittle_mobile{
        display: none;
    }
    .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: 117px;
        height: 70px;
    }
    .left_sidebar {
        width: 15%;
        display: unset;
    }

    .center_wrapper {
        width: 59%;
    }
    .center_wrapper.report_page_wrapper {
        width: calc(100% - 13%);
    }
    .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: space-between;
        width: 100%;
        display: grid;
        grid-template-rows: auto auto;
        grid-auto-flow: column;
        overflow-x: auto;
        grid-row-gap: 2px;
        grid-column-gap: 2px;
    }
}

@media only screen and (max-width:767px) {
    .breadcrumb_block {
        flex-wrap: wrap;
    }
    table.market-summary {
        margin: auto;
        margin-top: 10px;
    }
   .fancy_new_wrapper.fancy_suspended .fancy_tittle {
        width: 60%;
    }
   .fancy_new_wrapper.fancy_suspended .fancy_market_col {
        width: 40%;
    }
    .report_page_wrapper .account_page_filter .column_Row {
        gap: 5px;
    }
    .report_page_wrapper .account_page_filter .column_wrap {
        margin-right: 0;
    }
    .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;
    }
    .report_page_wrapper .accounts_page_table thead tr th{
        white-space: nowrap;
    }
    .left_value a{
        height: 16px !important;
        color: var(--text-black) !important;
        margin-bottom: 7px !important;
    }
}

@media only screen and (max-width:576px) {
    .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;
    }
}