
/* ============================
   Responsive overrides (mobile & tablet)
   Separated from main style.css
   ============================ */

/* Slight layout tighten for smaller desktops & tablets */
@media (max-width: 1199.98px) {
  .page-wrap {
    padding: 0 8px;
  }
  /*.center-col {*/
  /*  margin-left: 0 !important;*/
  /*  margin-right: 0 !important;*/
  /*}*/
}

/* Tablet & below (iPad, large phones) */
@media screen and (min-width: 2px) and (max-width: 992px) {
    
    /*bottom footer----------*/
    .footer-links {
    margin-top: 15px;
    margin-bottom: 100px;
}

/*footer pages link-----*/

.footer-links-modal-content {
    background-color: #fff;
    margin: 10% auto;
    margin-top: 101px;
    padding: 0;
    align-content: center;
    border: 1px solid #888;
    /*width: 50%;*/
    border-radius: 10px;
    animation: animatetop 0.4s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    overflow: scroll;
    width: 89%;
    height: 72%;
}

  /* Top bar adjustments */
  .topbar {
    padding: 6px 0;
  }

  .topbar .container-fluid {
    padding: 0 8px;
  }

  .topbar .site-logo {
    max-height: 52px;
  }

  /* Hide desktop search & inline login on small screens
     (you already have separate mobile options) */
  .top-search {
    display: none !important;
  }

  .topbar .login-inline {
    display: none !important;
  }

  /* Orange nav: make it horizontally scrollable like dream444 */
  .main-nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav .nav {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
  }

  .main-nav .nav::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
  }

  .main-nav .nav-link,
  .main-nav .navbar-item {
    flex: 0 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Page layout */
  .page-wrap {
    padding: 0 6px;
  }

  /* Left sports sidebar: convert from fixed panel to normal block */
  .left-sidebar {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 60vh;
    border-right: none;
    border-bottom: 1px solid #d4d4d4;
  }

  .left-sidebar .sidebar-header {
    position: sticky;
    top: 0;
    z-index: 5;
  }

 

  /* Right sidebar (bets) – keep compact when visible on medium screens */
  .right-sidebar-box {
    margin-top: 8px;
  }
}

/* Mobile (<768px) */
@media screen and (min-width: 2px) and (max-width: 992px)  {

  .topbar .site-logo {
    max-height: 46px;
  }

  .page-wrap {
    padding: 0 4px;
  }

  /*.center-col {*/
  /*  padding: 6px;*/
  /*  border-radius: 4px;*/
  /*}*/

  /* Banner / carousel */
  .banner-carousel {
    /*margin-top: 8px;*/
  }

  .banner-carousel .carousel-indicators {
    bottom: -12px;
  }

  /* Highlight bar stacking better */
  .highlights-wrapper {
    margin-top: 12px;
  }

  /* Tables: make sure they scroll nicely */
  .table-responsive,
  .highlight-table-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  table {
    font-size: 12px;
  }

  .highlight-table tbody td {
    padding: 4px 6px;
  }
  
     a.match_name {
        font-size: 24px;
        font-weight: 700;
    }
    
    
}



/* Very small devices (<576px) */
@media screen and (min-width: 2px) and (max-width: 992px)  {

  .topbar {
    padding: 4px 0;
  }

  .topbar .site-logo {
    max-height: 40px;
  }

  .page-wrap {
    padding: 0 2px;
  }

  /*.center-col {*/
  /*  padding: 4px;*/
  /*}*/

  .banner-carousel {
    border-radius: 4px;
  }

    .highlight-table tbody td {
        font-size: 11px;
        vertical-align: baseline;
    }

  /* Reduce padding for game cards, etc. */
  .casino-card,
  .game-card,
  .match-card {
    padding: 6px;
  }
}

/*-------------Mobileshow and desktopHide------------------------*/
@media screen and (min-width: 991px) {
    .mobileShow-desktopHide {
        display: none !important;
    }
    .onlyForMobile {
        display:none;
    }
    
}


/* ===== Mobile specific dream444-like layout tweaks ===== */
@media screen and (min-width: 2px) and (max-width: 992px)  {

  /* Hide big left sidebar on mobile, focus on center list */
  .left-sidebar {
    display: none !important;
  }

  /* Ensure center column uses full width */
  .page-wrap > .row > .col-lg-7.col-md-7.col-sm-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Space at bottom so content doesn't hide behind nav */
  .page-wrap {
    padding-bottom: 70px;
  }

  /* Fixed bottom navigation */
  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: #00121f;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 4px 0 6px;
    z-index: 9999;
  }

  .mobile-nav-item {
    flex: 1;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .mobile-nav-item i {
    font-size: 18px;
  }

  /* Center raised tab */
  .mobile-nav-center {
    position: relative;
    margin-top: -18px;
  }

  .mobile-nav-center-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #00b894;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.45);
  }

  .mobile-nav-center-icon i {
    font-size: 22px;
    color: #fff;
  }

  .mobile-nav-center span {
    margin-top: -4px;
  }
  .desktopHide {
      display:none;
  }
}

@media screen and (min-width: 993px) { 
    .lg-hide-display {
        display: none;
    }
}
/* ========================
   ACCOUNT PAGE - MOBILE ONLY
   ======================== */

@media screen and (min-width: 2px) and (max-width: 992px) {

  .account_container {
    background: #f5f6fa;
    border-top: 1px solid #dfe3ea;
    border-bottom: 1px solid #dfe3ea;
    margin-top: 10px;
  }

    .account_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 3px 15px;
        background: #ffffff;
        border-bottom: 1px solid #e5e8ee;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        color: #0a57c6;
    }

  .account_item:last-child {
    border-bottom: none;
  }

  .account_arrow {
    border: 1px solid #c9ced8;
    background: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
  }

  .account_arrow i {
    font-size: 13px;
    color: #222;
  }

  .account_item:active {
    background: #eef2f7;
  }

  /* Logout Button Style */
  .account_logout_btn {
    display: block;
    width: 100%;
    background: #e53935;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 14px;
    letter-spacing: 0.4px;
    text-decoration: none;
    margin-top: 1px;
    font-size: 14px;
  }

  .account_logout_btn:active {
    background: #c62828;
  }
}

/* ======= Hide dropdown only on mobile ======= */
@media screen and (min-width: 2px) and (max-width: 992px)  {

  /* Hide your account dropdown on mobile */
  .mobile_dropdown,
  .account_mobile_dropdown {
    display: none !important;
  }
  .mobileHide {
      display:none;
  }
}


@media screen and (min-width: 769px) {
    
    .TableTdHide {
        display:none;
    } 
    
} 
@media screen and (max-width: 768px) {
    
    
    .TableTdShow {
        display:none;
    }
    

    /* ---- First DL ---- */
    /* Pehle 2 dd hide */
    dl.back-gradient dd:nth-child(1),
    dl.back-gradient dd:nth-child(2) {
        display: none !important;
    }
    
    
    .bookmark-suspended-back {
        width: 15%;
        /*float: inline-end;*/
        
    }

    /* ---- Second DL ---- */
    /* Last ke 2 dd hide */
    dl.lay-gradient dd:nth-last-child(1),
    dl.lay-gradient dd:nth-last-child(2) {
        display: none !important;
    }
    
    
    .bookmark-suspended-lay {
        width: 15%;
        /*float: inline-end;*/
        
    }
    
    
    
}


/* Mobile layout – image jaisa  */
/*@media (max-width: 992px) {*/

/*    #betSlipBox.bet-slip-box{*/
/*        max-width: 260px;*/
/*    }*/

    /* Upar wala odds + stake row */
/*    #betSlipBox .bet-slip-top:first-child{*/
/*        display: flex;*/
/*        gap: 4px;*/
/*        margin-bottom: 6px;*/
/*    }*/

/*    .odds-control,*/
/*    .stake-control{*/
/*        flex: 1 1 0;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        gap: 4px;*/
/*    }*/

/*    .odds-control button,*/
/*    .stake-control button{*/
/*        width: 28px;*/
/*        height: 28px;*/
/*        padding: 0;*/
/*    }*/

/*    .odds-input,*/
/*    .stake-input{*/
/*        flex: 1 1 0;*/
/*        text-align: center;*/
/*        height: 28px;*/
/*        padding: 0 4px;*/
/*    }*/

    /* Amount buttons – har row me 2 buttons, full width */
/*    .amount-buttons{*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        gap: 4px;*/
/*        margin-bottom: 6px;*/
/*    }*/

/*    .amount-buttons .d-flex{*/
/*        display: flex;*/
/*        gap: 4px;*/
/*    }*/

/*    .amount-buttons button{*/
/*        flex: 1 1 0;*/
/*        height: 30px;*/
/*    }*/

    /* Niche Cancel + Place Bet ek hi line me */
/*    #betSlipBox .bet-slip-top:last-child{*/
/*        display: flex;*/
/*        gap: 4px;*/
/*    }*/

/*    .cancel-btn,*/
/*    .place-bet-btn{*/
/*        flex: 1 1 0;*/
/*        height: 32px;*/
/*        padding: 0;*/
/*    }*/
/*}*/


@media screen and (min-width: 2px) and (max-width: 992px)  {
    .mobile-footer-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: linear-gradient(-180deg, #243a48 20%, #172732 91%);
        color: #ffffff;
        z-index: 9999;
    }
    
    .mobile-footer-menu ul {
        display: flex;
        padding: 0;
        margin-bottom: 0;
    }
    
    .mobile-footer-menu ul li {
        list-style: none;
    }
    .mobile-footer-menu a {
    width: 20vw;
    height: 13.33333vw;
    box-sizing: border-box;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 3.2vw;
    text-align: center;
    line-height: 1.1;
    padding: 1.86667vw 2.66667vw 0;
    display: block;
    text-decoration: none !important;
}

a.active-link {
    color: #ffffff !important;
}

.active-link {
    text-decoration: underline !important;
    text-decoration: none;
    background: linear-gradient(-180deg,#32617f 20%,#1f4258 91%);
}

a {
    text-decoration: none;
    background-color: transparent;
}

.mobile-footer-menu svg, .mobile-footer-menu img {
    width: 7.70333vw;
    height: 7.33333vw;
    margin: 0 auto .53333vw;
    display: block;
}
.mobile-footer-menu .icon-sports {
    width: 8.70333vw;
    height: 6.33333vw;
    margin: -2.13333vw auto 2.06667vw;
}

.main-footer-link-active {
    background-color: #2a546f;
}
.footer-main-nav {
    position: relative!important;
}

.mobile-footer-menu .footer-main-nav a:before {
    content: "";
    position: absolute;
    top: -4.26667vw;
    width: 100%;
    left: 0;
    height: 17.53333vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
    display: block;
    background:linear-gradient(-180deg, #243a48 20%, #172732 91%);
    clip-path: polygon(99.973% 24.242%, 100% 24.242%, 100% 100%, 0% 100%, 0% 24.242%, .027% 24.242%, .027% 24.242%, .885% 23.318%, 2.866% 21.335%, 5.893% 18.565%, 9.891% 15.281%, 14.783% 11.756%, 20.494% 8.261%, 26.947% 5.068%, 34.066% 2.451%, 41.776% .681%, 50% .03%, 50% 12.152%, 50% .03%, 50% .03%, 58.224% .681%, 65.934% 2.451%, 73.053% 5.068%, 79.506% 8.261%, 85.217% 11.756%, 90.109% 15.281%, 94.107% 18.565%, 97.134% 21.335%, 99.115% 23.318%, 99.973% 24.242%);
}







}


/*header-csss main-nav is hide--------------*/
@media screen and (min-width: 2px) and (max-width: 992px) {
    
    .desktopHide {
        display: none;
    }
    .mobile-width-size {
        /* margin-top: 8px; */
        background-color: white;
        border: none;
        padding: 0px;
        margin-top: -1px;
    }
    /*.content-page-col-1 {*/
    /*    display:none;*/
    /*}*/
    .content-page-col-2 {
        width: 100%;
        margin-bottom: 80px;
    }
    .content-page-col-3 {
        display:none;
    }
    
}
 /*-----------------content-page customize cols----------------------*/
 
 @media screen and (min-width: 2px) and (max-width: 992px)  {
     /*.mobileHide {*/
     /*    display:none;*/
     /*}*/
    .parent {
        display: flex;      /* ek line me lane ke liye */
        gap: 10px;          /* beech ka space */
    }
 }
 
 @media screen and (min-width: 2px) and (max-width: 992px) {
    .marquee-text {
        margin: 0;
        padding: 0;
    }
}




@media screen and (min-width: 2px) and (max-width: 992px) {
    .mobile-men {
        display: block;
    }
}


.mobile-men {
    -ms-overflow-style: none!important;
    scrollbar-width: none;
}

.mobile-men {
    /*display: none;*/
    white-space: nowrap;
    overflow-x: auto;
    width: 88%;
    background:linear-gradient(-180deg, #F6A21E 0%, #F6A21E 100%);
    color: #000000;
}

/*.onlyForMobile {*/
/*    display: block !important;*/
/*}*/
.show-this {
    display: block !important;
}
.a-search {
    position: absolute;
    z-index: 2;
    right: 0;
    width: 12%;
    height: 44px;
    padding: 0;
    background: linear-gradient(#525252 0%, #2d2d2d 80%);
    border-left: 1px solid linear-gradient(#525252 0%, #2d2d2d 80%);
    color: #ffffff!important;
    border-radius: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 2px) and (max-width: 992px) {
    .mobile-men .menu-list {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
    }
}
.mobile-men .menu-list {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}
.menu-list .menu-item {
    color: #000;
    margin: 5px 5px 0;
    font-weight: 700;
    display: inline-block;
    border: none;
}

.aviator {
    background: #000 !important;
    color: #fff !important;
    border-radius: 1.6vw 1.6vw 0 0 !important;
}
.menu-item div {
    font-weight: 700;
    border-radius: 1.6vw 1.6vw 0 0;
    padding: 5px;
}
.menu-item.active div {
    background: linear-gradient(-180deg, #000000 0%, #000000 100%);
    color: #ffffff;
    box-shadow: inset 0 1px 3px 0 linear-gradient(-180deg, #000000 0%, #000000 100%);
}

@media screen and (min-width: 2px) and (max-width: 992px) {
    .menu-item div {
        padding: 5px 3px;
    }
}

@media screen and (min-width: 2px) and (max-width: 992px) {
    .menu-list svg {
        position: relative;
        left: 2px;
    }
}

.menu-list svg {
    width: 32px;
    height: 29px;
}

@media screen and (min-width: 2px) and (max-width: 992px) {
    .menu-item:nth-child(n+2) .orange-nav-ic-txt {
        position: relative;
        left: -2px !important;
    }
}

@media screen and (min-width: 2px) and (max-width: 992px) {
    .orange-nav-ic-txt {
        right: 2px;
        top: .48px;
    }
}

@media screen and (min-width: 2px) and (max-width: 992px) {
    .orange-nav-ic-txt {
        position: relative;
        right: 2px;
    }
}

 .all-sports {
    justify-content: center;
}
.all-sports .quickHeader {
    background: linear-gradient(-180deg, #2E4B5E 0%, #243A48 82%);
    color: #ffffff;
    font-size: 3.73333vw;
    line-height: 2.2;
    text-align: center;
    margin: 0;
}

.quicklink {
    background: linear-gradient(-180deg, #2E4B5E 0%, #243A48 82%);
    color: #ffffff;
}
.all-sports .quick_link {
    background: #14213d;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    ul {
        margin-bottom: 0rem;
    }
}
.all-sports .quick_link li {
    flex: 0 1 20%;
    border: 1px solid #4b4b4b;
    border-width: 0 1px 1px 0;
    list-style: none;
    box-sizing: border-box;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .all-sports .quick_link a {
        height: 10.8vw;
        padding: 1.93333vw .33333vw;
        font-size: 2.6vw;
    }
}

.all-sports .quick_link a {
    height: 20.8vw;
    color: #ffffff !important;
    font-size: 3.2vw;
    line-height: 1.1;
    padding: 2.93333vw 1.33333vw;
    flex-direction: column;
    display: flex;
    text-align: center;
    text-decoration: none;
    outline: 0;
}
.all-sports .quick_link svg {
    width: 6.66667vw;
    height: 6.66667vw;
    margin: 0 auto .8vw;
    color: #ffffff;
}

.bold {
    font-weight: 700 !important;
}


/*-------------------sidebar into mobile size style-------------------------*/

  /* By default sare game sidebars hide */
  @media screen and (min-width: 2px) and (max-width: 992px) {
  .game-sidebar {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* Layout container */
  .content-page-col-1 {
    width: 100%;
  }

  .left-sidebar {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
  }

  /* Header (Sports bar) */
  .sidebar-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sidebar-header .header-title {
    font-weight: 600;
    font-size: 16px;
  }

  .sidebar-header .menu-icon {
    font-size: 18px;
  }

  /* Common menu styling (main + game sidebars) */
  .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar-menu .menu-item {
    border-bottom: 1px solid #eeeeee;
  }

  .menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
  }

  /* Left side text (Cricket, Casino, Tennis...) */
  .menu-title span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;   /* blue like screenshot */
  }

  /* Right side arrow box */
  .menu-title .arrow {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  }

  .menu-title .arrow i {
    font-size: 14px;
  }

  /* Submenu inside game pages (matches list) */
  .submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 16px;
  }

  .submenu li a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
  }

  .submenu li a i {
    margin-right: 6px;
  }
}
  /* Mobile specific tweaks */
  @media (max-width: 991px) {
    .mobile-left-side-sports {
      width: 100%;
      max-width: 100%;
      border-radius: 0;
    }

    .sidebar-header {
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 2;
    }
    
     
 /*center sidebar ke liye css style------------------*/
 
 .mobile-left-side-sports {
    background: #f4f6fb;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header */
.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-menu-icon {
    font-size: 20px;
}

.mobile-header-title {
    font-size: 18px;
    font-weight: 700;
}

/* Main list (Cricket, Casino, …) */
.mobile-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.mobile-menu-item {
    border-bottom: 1px solid #e5e5e5;
}

/* jo item "open" hoga uska submenu dikhाओ */
.mobile-menu-item.open > .mobile-submenu {
    display: block;
}
.mobile-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
}

/* left side text – blue, bold like screenshot */
.mobile-menu-title span:first-child {
    font-size: 4vw;
    font-weight: 700;
    color: #0077cc;
}

/* right side arrow box */
.mobile-arrow {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-arrow i {
    font-size: 16px;
}

/* inner game section (submenus) */
.mobile-game-sidebar {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    background: #ffffff;
    border-top: 8px solid #f4f6fb;
    display: none;   /* JS se open/close karna ho to */
}

.mobile-game-sidebar .mobile-menu-item {
    border-bottom: 1px solid #eeeeee;
}

.mobile-game-sidebar .mobile-menu-title span:first-child {
    font-weight: 700;
    color: #2789ce;
    font-size: 4vw;
}

/* submenu links */
/* sub-menu by default hide */
.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 16px;
    display: none;              /* <<< IMPORTANT */
}

.mobile-submenu li a {
    display: block;
    padding: 6px 0;
    font-size: 19px;
    text-decoration: none;
    color: #2789ce;
    font-weight: 700;
}

.mobile-submenu li a i {
    margin-right: 6px;
}


.mobile-game-sidebar.active {
    display: block;
}
  
  
/* default arrow (right) */
.mobile-game-sidebar .mobile-menu-item .mobile-arrow i {
    transition: transform 0.3s ease;
}

/* jab item open ho → arrow niche ki side */
.mobile-game-sidebar .mobile-menu-item.open .mobile-arrow i {
    transform: rotate(90deg);
}
    
  }
  
  
  
  /*--------------INPLAY PAGE RESPONSIVE DESIGNE__________________________*/
  
  @media only screen and (min-width: 993px) {
    .content{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}


@media only screen and (min-width: 993px) {
    .content {
        width: 53.9vw;
        margin-top: 22.5px;
        scroll-behavior: smooth;
        position: relative;
        background: #ededed;
    }
}

 #inPlayTab {
    padding: 0 12.5px 0 12px;
    position: relative;
    left: 1px;
}

.tab {
    width: 49.55%;
    margin: 10px 0;
    border-radius: 5px;
    display: flex;
    padding: 0 15px;
}

.tab li:first-child {
    border-radius: 4px 0 0 4px;
}

.tab.col3 li {
    width: 33.33%;
    display: block;
}

.tab li {
    list-style: none;
    border: 1px solid #3b5160;
    border-width: 1px 0;
}
.tab li:first-child a {
    border-radius: 3px 0 0 3px;
    border-left: 1px #3b5160;
}


.tab .select {
    background: #3b5160;
    color: #ffffff!important;
}

.tab a {
    background: #ffffff;
    border-right: 1px solid #3b5160;
    color: #3b5160;
    font-size: 13px;
    line-height: 27px;
    display: block;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (min-width: 993px) {
    .homeevent, .inplay-match {
        margin-top: 1rem;
    }
}
.inplay-sportwise {
    border-bottom: 1px solid #c8ced3;
    margin-bottom: 10px;
    background: linear-gradient(-180deg, #ffffff 0%, #ffffff 100%);
}
@media screen and (min-width: 993px) {
    .sporthead h3 {
    background: #000000;
    color: #ffffff;
    text-align: center!important;
    font-size: 16px;
    font-weight: 700;
    padding: 2px;
}
}
@media screen and (min-width: 993px) {
    .game-menu-tab .table {
        font-size: 12px;
        margin-bottom: 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .tab a {
        line-height: 4.8vw !important;
    }
}

.sporthead h3 {
    background: #000;
    color: #ffffff;
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 0px 6px 21px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .tab a {
        line-height: 4.8vw !important;
    }
}



/*-------------BET START PAGE RESPONSIVE STYLE CSS----------------*/

    @media only screen and (min-width: 786px) and (max-width: 1024px) {
    .game-highlight-wrap {
        font-size: 25px;
        line-height: 45px;
    }
}
@media screen and (max-width: 992px) {
    .game-highlight-wrap {
        background: linear-gradient(-180deg, #2E4B5E 0%, #243A48 82%);
        text-align: center;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
    .fa-television {
        font-size: 22px !important;
    }
}
.in_play_tv {
    color: #fff;
    margin-left: 10px;
    transition: .4s ease-in;
    animation: 1s infinite inplayTv;
    font-weight: 700;
}
@keyframes inplayTv {
    0% {
    transform: scale(1);
    color: #fff;
}
50% {
    transform: scale(1.1);
    color: red;
}
100% {
    transform: scale(1);
    color: #fff;
}
}

@media screen and (max-width: 992px) {
    .accordion-body {
        display: none;
    }
}

@media only screen and (min-width: 786px) and (max-width: 1024px) {
    .tabTv .items {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .tabTv .items {
        background: linear-gradient(180deg, #303030, #303030 42%);
        width: 100%;
        color: #ffffff;
        white-space: nowrap;
        text-align: center;
        font-size: 13px;
        padding: 5px 0;
        border-right: 1px solid #666060;
    }
}
@media screen and (max-width: 992px) {
    .ActiveStreamTab {
        border-bottom: 1px solid #ffffff !important;
        border-top: none;
    }
    .winner-label span {
        margin-right: 0px;
        font-size: 12px;
        padding: 0px 0px;
    }
}
/* Default — 992px se kam screen par block dikhana hai */
.mobileScoreCardAndStream {
    display: block;
}

/* 992px ya usse badi screen par hide karna hai */
@media screen and (min-width: 992px) {
    .mobileScoreCardAndStream {
        display: none;
    }
}
 
 
 /*--Account statement page responsive css style----------*/
 
 
  @media screen and (min-width: 2px) and (max-width: 992px) {

        .balance-amount {
            font-size: 1.5rem;
            font-weight: 800;
            margin: 15px 0;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .status-active {
            width: 12px;
            height: 7px;
            background: #2ecc71;
            border-radius: 50%;
            margin-right: 8px;
            box-shadow: 0 0 10px #2ecc71;
        }
    }
 