:root{
      --brand-black: #000;
      --brand-orange: #607fd9; /* nav orange */
      --accent-dark: #222;
      --muted: #f1f1f1;
      --odd-blue: #4aa3e8
      --odd-pink: #f7a6b7;
      --content-bg: #fff;
    }

    /*body{*/
    /*  margin:0;*/
    /*  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    /*  background:#f5f5f5;*/
      
    /*  color:#222;*/
    /*}*/
    body {
    font-family: Tahoma, Helvetica, sans-serif !important;
    font-size: 14px;
    background: #ededed;
    -webkit-font-smoothing: antialiased;
}

    /* --- Top black header with logo + login area --- */
   .top-header-fix {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
}
    .top-header-fix {
      box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    }

    .topbar{
      background: var(--brand-black);
      color: #fff;
      padding: 10px 0;
      border-bottom: 3px solid rgba(255,255,255,0.03);
    }
    .topbar .site-logo{
      max-height:75px;
      display:block;
    }
    .topbar .login-inline {
      display:flex;
      gap:.5rem;
      align-items:center;
    }
    .topbar .login-inline .form-control{
      min-width:140px;
      height:34px;
      border-radius:3px;
      padding:6px 8px;
      font-size:0.9rem;
    }
    .btn-login{
      background: linear-gradient(180deg,#607fd9,#607fd9);
      color:#000;
      font-weight:700;
      border:0;
      height:34px;
      padding:0 10px;
      border-radius:3px;
    }
    .top-search{
      color:#fff;
      border:1px solid rgba(255,255,255,.15);
      border-radius:3px;
      padding:4px 8px;
      background:transparent;
      height:34px;
      display:flex;
      align-items:center;
      gap:.5rem;
    }
    .top-search input{background:transparent;border:0;color:#fff;outline:0;min-width:140px}

    /* ----```````------------------  menu Orange nav tabs ------------------- */
.main-nav {
  background: var(--brand-orange);
  /* padding: 6px 0; */
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.main-nav .container-fluid {
  display: flex;
  justify-content: center;
}

.main-nav .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-item {
  font-size: 13px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #000;
  list-style: none;
  text-decoration: none;
  height: 100%;
}

/* âœ… Vimaan link background fix + text animation only */
.heartBeat {
  background-color: #000 !important;  /* fixed background */
  color: #ffeb3b;                     /* starting color (yellow) */
  font-weight: 700;
  animation: textPulse 1.5s infinite;
}

/* âœ… Text color animation only */
@keyframes textPulse {
  0%, 100% {
    color: #ffeb3b; /* bright yellow */
    transform: scale(1);
  }
  25%, 75% {
    color: #ff0000; /* pinkish */
    transform: scale(1.05);
  }
}

.aviatorImg {
  height: 21px;
  width: 40px;
  position: relative;
  top: -3px;
  margin-right: 4px;
}

.main-nav .nav-link {
  color: black;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  border-right: 1px solid #000;
  list-style: none;
  text-decoration: none;
  line-height: 30px;
}

.main-nav .nav-link:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  text-decoration: underline;
}

.main-nav .nav-link.active {
  background: rgba(0, 0, 0, 0.05);
  color: #ffffff;
}


/* -----------Sidebar menu--------------- */

.left-sidebar {
    background-color: #ffffff;
    border-right: 2px solid #d4d4d4;
    font-family: Arial, sans-serif;
    height: 100vh;
    overflow-y: auto;
    position: static;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 15px;
}

.menu-icon {
  cursor: pointer;
  font-size: 16px;
}

.header-title {
  text-transform: uppercase;
  font-size: 14px;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  border-bottom: 1px solid #ccc;
}

.menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 6px;
    font-weight: 300;
    color: #333;
    cursor: pointer;
    background: #f8f8f8;
    font-size: 14px;
}

.menu-title:hover {
  background: #e6efd1;
  color: #83ae17;
}

.menu-item.active .menu-title {
  background: #e6efd1;
  color: #83ae17;
}

.arrow {
  font-size: 12px;
  transition: transform 0.3s;
  color: #83ae17;
}

.menu-item.active .arrow {
  transform: rotate(90deg);
}

.submenu {
    display: none;
    list-style: none;
}
.menu-item.active .submenu {
  display: block;
}
.submenu li a {
  display: flex;
  padding: 7px 20px;
  gap: 8px; /* icon aur text ke beech space */
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.submenu li a:hover {
  background: #e6efd1;

  color: #83ae17;
}

.arror-r-custom {
 font-weight: 900px;
}

/* Scroll customization */
.left-sidebar::-webkit-scrollbar {
  width: 5px;
}
.left-sidebar::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 10px;
}



/* -------------End Sidebar---------------- */

    /* --- Layout --- */
    .page-wrap{
      /*max-width:1200px;*/
      /* margin:12px auto; */
      padding:0 12px
        
    }
    
    .left-col{
      background:#fff;
      border:1px solid #e6e6e6;
      padding:8px;
    }
    .left-col .list-group-item{border:0;padding:.6rem .8rem}
    .left-collapse-handle{
      position:relative;
    }

    /* --- Center content --- */
    .center-col{
      background:var(--content-bg);
      border:1px solid #e6e6e6;
      padding:0;
      overflow:hidden;
    }

    /* -----Slider images style-------------- */    
    .banner-carousel {
      width: 100%;
      border: none;
      overflow: hidden;
    }

    /* .banner-img {
      width: 100%;
      height: 100vh; 
      object-fit: cover; 
      border: none;
    } */

    /* âœ… Indicators (dots) styling */
    .carousel-indicators [data-bs-target] {
      background-color: #fff;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      opacity: 0.7;
    }
    .carousel-indicators .active {
      background-color: #ff0000; /* active dot red */
      opacity: 1;
    }
    /* ----- End Slider images style-------------- */ 
    
    /* -----------------HightLight area css------------- */

   /* --- Highlights Section --- */
.highlights-bar {
  background: #607fd9;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.highlights-bar strong {
  color: #000;
  font-weight: 700;
  font-size: 15px;
}
.hightlight-bg {
  background:#607fd9;
}

.highlights-tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.highlights-tabs .nav-item {
  display: inline-block;
}

.highlights-tabs .nav-link {
    background: #5a5959;
    color: #fffdfd;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ðŸ©¶ Active Tab */
.highlights-tabs .nav-link.active {
    background: #e9e8e8 !important;
    color: #000 !important;
    border-radius: 6px 6px 0px 0px;
}


/* ðŸ–± Hover effect */
.highlights-tabs .nav-link:hover {
  background: #f2f2f2;
  color: #000;
}

/* === Highlight Table === */
.highlight-table {
  width: 100%;
  border-collapse: collapse;
  /* text-align: center; */
}

.highlight-table thead th {
  background: #e9e8e8 !important;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  color: #222;
  padding:1px 0px
}

a.match_name {
    text-decoration: none;
    /* font-size: 14px; */
    color: #2789ce;
    font-weight: 700;
}


.in_play {
    color: #508d0e;
    margin-left: 10px;
    transition: .4s ease-in;
    animation: 1s infinite newlaunchinplay;
    font-weight: 700;
}
@keyframes newlaunchinplay{
    0% {
    transform: scale(1);
    color: #008000;
}

50% {
    transform: scale(1.1);
    color: #ff0000;
}
100% {
    transform: scale(1);
    color: #008000;
}
}


#loginTop {
    background-color: #607fd9;
    border: 1px solid #607fd9;
}
#loginTop:hover {
    background-color: #f6a21e;
    border: 1px solid #f6a21e;
}
#loginTop:actice {
    background-color: #607dd9;
    border: 1px solid #607dd9;
}
/* --------game sportbook------------------ */
.game-sportbook-s {
    font-weight: 700;
    padding: 0 5px;
    background: orange;
    color: white;
    font-style: italic;
    border-radius: 4px;
    font-size: 12px;
}
.game-bookmakers-bm {
    font-weight: 700;
    padding: 0 7px 0 2px;
    background: #2e4c8c;
    color: #fff;
    font-style: italic;
    border-radius: 4px;
    letter-spacing: -2px;
    font-size: 12px;
    margin-left: .22rem !important;
}
.game-sportbook-f {
    font-weight: 700;
    padding: 0 5px;
    background: #087887;
    font-style: italic;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    margin-right: .22rem !important;
}
.highlight-tab-content {
    background-color:#fff;
}
.highlight-table tbody td {
    /* padding: 6px 8px; */
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #111;
    /* text-align: center; */
}
.fancy-and-sport-book-chips {
    display: contents;
}
.count {
  font-size:12px;
  width: 122px;
  text-align: center;
  display: flex;
}
.back {
  background: #72bbef;
  padding: 2px 8px;
  font-weight: 700;
  color: black;
  width: 80%;
}
.lay {
  background-color: #faa9ba;
  padding: 2px 8px;
  font-weight: 700;
  color: black;
  width: 80%;
}

.light-table-head-tr {
    text-align: center;
}

.add-pin, .pin-on[_ngcontent-ng-c261849108] {
    padding: 0;
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 13px;
    display: block;
    background-size: contain;
    text-align: center;
    color: #5c5858;
    width: 25px;
    height: 20px;
    margin-left: 5px;
}


.odd-pill {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  min-width: 52px;
  text-align: center;
}

.odd-blue {
  background: #72bbef;
}

.odd-pink {
  background: #faa9ba;
  color: #7a1a2a;
}

.no-data {
  padding: 15px;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

/* ðŸ“± Responsive */
@media (max-width: 768px) {
  .highlights-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .highlights-tabs {
    flex-wrap: wrap;
  }
}

    /* ----------------- End HightLight area css------------- */


    /* -------------Casino game tabbar-------- */
    /* --- Tabs --- */
     /* --- Tabs (One Line Scrollable) --- */
    
  /* optional – scrollbar hide (scroll still chalega) */
.game-tabs::-webkit-scrollbar {
  display: none; /* hide scrollbar (Chrome/Safari) */
}

.game-tabs {
  background: #607fd9;
  padding: 8px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;           /* ✅ ab wrap nahi hoga, ek hi line me */
  gap: 5px;
  padding-left: 10px;
  overflow-x: auto;            /* ✅ horizontal scroll */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* mobile smooth scroll */
}

.game-tabs button {
  background: #607fd9;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 11px;
  transition: 0.2s;
  flex: 0 0 auto;              /* ✅ buttons shrink nahi honge */
  white-space: nowrap;         /* ✅ text break nahi hoga */
}

.game-tabs button.active {
  margin: 0px 0px -7px 0px;
  background: #000;
  color: #fff;
  border-radius: 9px 9px 0px 0px;
}


    /* --- Game Cards --- */
    .game-card {
      background: #111;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      border: none;
      box-shadow: 0px 1px 5px #b7b4b4;
      transition: 0.3s;
    }

    .game-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 0 10px #fff;
    }

    .game-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }

    .game-title {
      background: #607fd9;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      padding: 6px 0;
    }

    .container-games {
      padding: 20px 10px;
    }

    /* small icon badges */
    .icon-badge{display:inline-block;padding:.08rem .35rem;border-radius:3px;background:#e9ecef;font-size:.75rem;margin-right:.3rem}

    /* --- Right column --- */
    .right-col{
      background:#fff;
      border:1px solid #e6e6e6;
      min-height:200px;
      padding:12px;
      position: fixed;
    }

    /* --- Casino cards strip --- */
    .casino-strip{
      background:#fff;
      border-top:6px solid var(--brand-orange);
      padding:12px;
      margin-top:12px;
    }
    .casino-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:12px}
    .casino-tabs button{background:#111;color:#fff;border-radius:3px;padding:.35rem .6rem;border:0}
    .casino-card{border:1px solid #1f1515;border-radius:6px;padding:10px;background:#fff; text-align:center}
    .casino-card img{max-width:100%;height:90px;object-fit:contain}

    /* --- Responsive behavior --- */
    @media (max-width:991.98px){
      .page-wrap{padding:0 8px}
      /*.banner-carousel{height:120px}*/
    }
    @media (max-width:767.98px){
      .topbar .login-inline .form-control{min-width:90px}
      .main-nav .nav{overflow-x:auto;white-space:nowrap}
      .left-col{display:none}
      .right-col{display:none}
      .center-col{border-radius:0}
    }
    /* small aesthetics */
    a.nav-link{cursor:pointer}
    .table-compact td, .table-compact th {padding:.35rem .45rem}


    /* ----------lopgin popup css----- */
    /* Overlay Background */
    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(to bottom, #333, #000);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    /* Popup Box */
    .login-popup {
      background: linear-gradient(to bottom, #2c2c2c, #000);
      padding: 30px 40px;
      border-radius: 10px;
      text-align: center;
      width: 90%;
      max-width: 330px;
      box-shadow: 0 0 20px rgba(255, 165, 0, 0.4);
      animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: scale(0.9);}
      to {opacity: 1; transform: scale(1);}
    }

    .login-popup img {
      width: 130px;
      margin-bottom: 20px;
    }

    .login-popup input {
      width: 100%;
      padding: 10px;
      border: none;
      margin: 10px 0;
      border-radius: 4px;
      outline: none;
    }

    .login-popup .input-group {
      position: relative;
    }

    .login-popup .input-group i {
      position: absolute;
      right: 10px;
      top: 12px;
      color: #555;
    }

    .login-popup button {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      background: #607fd9;
      border: none;
      color: #fff;
      font-weight: bold;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.2s;
    }

    .login-popup button:hover {
      background: #516cbd;
    }

    /* ðŸ”¸ Close button fixed on top-right */
    .close-btn {
      position: fixed;
      top: 15px;
      right: 20px;
      background: #607fd9;
      border: none;
      color: #fff;
      font-size: 18px;
      border-radius: 4px;
      padding: 5px 10px;
      cursor: pointer;
      z-index: 10000;
      display: none;
    }

    .close-btn:hover {
      background: #516cbd;
    }

    /* Responsive Sizes */
    @media (max-width: 768px) {
      .login-popup {
        width: 85%;
        padding: 25px;
      }
    }

    @media (max-width: 576px) {
      .login-popup {
        width: 90%;
        padding: 20px;
      }
      .close-btn {
        font-size: 16px;
        top: 10px;
        right: 10px;
      }
    }

    /* --------------footer style css--------- */

    footer {
      border-top: 1px solid #ccc;
      background: #fff;
      padding: 15px 0;
      text-align: center;
      font-size: 14px;
    }
    footer .support {
      font-weight: 600;
    }
    footer a {
      color: #000;
      text-decoration: none;
      margin: 0 6px;
      
    }
    footer a:hover {
      text-decoration: underline;
    }
    .footer-links {
      margin-top: 5px;
    }
    .footer-links span {
      color: #000;
      margin: 0 5px;
    }


    /* ---------footer--whatsapp-fix-icon-------- */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 30px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  z-index: 1000;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
  /* box-shadow: 0 0 0px red; */
}

.whatsapp-float i {
  margin-top: 14px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Glowing animation */
@keyframes pulse {
  0% {
    box-shadow: 0px 2px 0px 3px #25d366;
  }
  50% {
    box-shadow: 0px 2px 3px 6px #25d366;
  }
  100% {
    box-shadow: 0px 2px 5px 9px #25d366;
  }
}

/* --------------bet-Page design-css-------------- */

.time-cricket-banner {
    background: linear-gradient(0deg, #0000001a, #00000073), url(../images/bet-header-banner.png) !important;
    background-size: 100% 135px !important;
}

.container-main-time{
    padding: 0;
    background: linear-gradient(0deg, #000000c4, #00000073), url(sports.ee5aec4e6b676422.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    height: 90px;
    align-items: center;
    display: grid;
    background-position: bottom;
    position: relative;
}

.gameStatus {
    font-size: 12px;
    font-weight: 700;
    text-shadow: #FC0 1px 0 10px;
}
.gameRemainingTime[_ngcontent-ng-c1173874830] {
    font-size: 12px;
    font-weight: 700;
    text-shadow: #FC0 1px 0 10px;
}
.betStart {
    color: #ff0;
    text-shadow: #FC0 1px 0 10px;
}

.in_play_betStarted {
    margin-left: 0 !important;
    color: #fff;
    transition: .4s ease-in;
    animation: 1s infinite inplayBetStart;
    font-weight: 700;
}
    
    .in_play_betStarted {
    color: #fff;
    margin-left: 10px;
    transition: .4s ease-in;
    animation: 1s infinite inplayBetStart;
    font-weight: 700;
}

@keyframes inplayBetStart {
0% {
    transform: scale(1);
    color: #fff;
}

50% {
    transform: scale(1.1);
    color: #adff2f;
}
100% {
    transform: scale(1);
    color: #fff;
}
}

/*-----------live score--------*/
.bet-start-body {
    background-color: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.bet-start-score-section {
      background-color: #000;
      color: #fff;
      /*padding: 20px;*/
      font-size: 14px;
    }

    .bet-start-score-header {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 5px;
        font-weight: 800;
    }

    .bet-start-score-table {
      width: 100%;
      color: #fff;
      font-size: 14px;
      border-collapse: collapse;
    }

    .bet-start-score-table th,
    .bet-start-score-table td {
      padding: 6px 8px;
      vertical-align: middle;
    }

    .bet-start-score-team {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .bet-start-score-team img {
      width: 20px;
      height: 20px;
    }

    .bet-start-score-footer {
      font-size: 13px;
      color: #ccc;
      margin-top: 8px;
    }

    .bet-start-score-table td:nth-child(2),
    .bet-start-score-table td:nth-child(3),
    .bet-start-score-table td:nth-child(4),
    .bet-start-score-table td:nth-child(5),
    .bet-start-score-table td:nth-child(6) {
      text-align: center;
    }

    .bet-start-score-highlight {
      color: #58a6ff;
    }

    /*.bet-header {*/
    /*  background-image: url('../images/bet-header-banner.png');*/
    /*  color: #fff;*/
    /*  text-align: center;*/
    /*  font-weight: 600;*/
    /*  font-size: 20px;*/
    /*  padding: 18px 0px;*/
      /* text-transform: uppercase; */
    /*  background-size: cover;*/
    /*}*/
    .bet-start {
      font-weight: 700;
      font-size:15px;
      animation: betPulse 1.5s infinite;
    }

/* âœ… Text color animation only */
@keyframes betPulse {
  0%, 100% {
    margin-top:5px;
    color: #ffffffff; /* bright yellow */
    transform: scale(1);
  }
  25%, 75% {
    margin:0px 0px 0px 0px;
    color: #00ff0dff; /* pinkish */
    transform: scale(1.05);
  }
  75% {
    margin:0px 0px 0px 0px;
    color: #2cd9f0ff; /* pinkish */
    transform: scale(0.05);
  }
}

 .winner-label {
    display: flex;
    align-items: center;
}
.winner-lable-title {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(#2b3e4f, #1d2d3a);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 14px;
    position: relative;
    width: fit-content;
    border-radius: 0px 20px 0px 0px;
}

.bookmakerBackground.table thead th, .bookmakerBackground.table tbody .odd-row {
    border-bottom: 1px solid #7e97a7 !important;
}
.fancy-info {
    padding: 0;
    margin: 0;
    height: 20px;
    display: flex;
    background: #bed5d8;
    font-size: 10px;
    line-height: 7px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}
.matchoddsminmax {
    background: #bed5d8 !important;
}
.bookmakerbacklay {
    color: #000000 !important;
}



    .winner-label span {
      margin-right: 6px;
    }

    .winner-label i {
      background-color: #2d4c61;
      border-radius: 50%;
      color: #fff;
      font-size: 12px;
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      font-style: normal;
      border: 1px solid rgba(255,255,255,0.3);
    }


th.minmax-head {
    font-size: 12px;
    width: 20%;
    background-color: red;
}
    /*-----bookmarkers table------*/
    
.cashout-container {
    line-height: 18px;
    margin-left: 3px;
    vertical-align: middle;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
}
.empty-container {
    width: 107px;
    padding-top: 6px;
    z-index: 1;
    padding-bottom: 4.1px;
}
.cashout-label {
    margin-left: 5px;
}
.cashout-icon {
    width: 18px;
    border-radius: 2px;
    height: 18px;
    float: left;
    background-color: #ffb900;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}


.bookmakerBackground.table thead th, .bookmakerBackground.table tbody .odd-row {
    border-bottom: 1px solid #7e97a7 !important;
}
.odd-row .team-name {
    text-align: left;
}
.odd-row .team-name {
    text-align: left;
    padding-left: 6px;
    background: #faf8d8 !important;
}

.table td {
    vertical-align: middle;
    /*background-color: #faf8d8 !important;*/
}
.tbl-bets td {
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
    font-weight: 700;
    border-top: none;
}
.team-width {
    width: 40%;
}
.bookmakerNameRunner {
    color: #23282c !important;
}
.tbl-bets .odd-row .team-name .title {
    font-size: 12px;
}
.tbl-bets .odd-row td span {
    display: block;
    font-weight: 400;
    font-size: 11px;
}
.odd-row .team-name .title {
    font-size: 12px;
    display: block;
    font-weight: 700 !important;
}
.back-gradient {
    background-image: linear-gradient( 90deg, rgba(130, 183, 221, .15) 0, rgba(130, 183, 221, .8) 65% );
    height: 46px;
    display: flex;
    margin: 0;
    padding: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.tbl-bets .count {
    width: 10%;
}
.back-gradient dd, .lay-gradient dd {
    flex: 1;
    padding: 2px;
    color: #59708d;
    justify-content: center;
    align-items: center;
    display: contents;
    margin: 0;
}
.count {
    position: relative;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #7e97a7;
    text-decoration: none;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover {
    color: #09437f;
    cursor: pointer;
}
.back-gradient a, .lay-gradient a {
    justify-content: center;
    align-items: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    padding: 2px 0;
    margin: 0;
    border-radius: 4px;
}
button, a {
    touch-action: manipulation;
}
.count span {
    min-width: 50px;
    display: inline-flex;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
.count span {
    min-width: 50px;
    display: inline-flex;
}
.tbl-bets .count {
    width: 10%;
}
















/*---------------------odd details page design-------------------------------------*/

/*.bet-table {*/
/*  width: 100%;*/
/*  border-collapse: collapse;*/
/*}*/
/*.bet-table td {*/
/*  padding: 10px;*/
/*  border: 1px solid #ccc;*/
/*}*/


.minmax-head {
  background: linear-gradient(270deg, rgba(231,170,184,.15) 5%, rgba(231,170,184,.8) 60%);
  text-align: left;
  padding-left: 20px;
}

.minmax-label {
  font-weight: 600;
  margin-right: 5px;
}

.minmax-value {
  font-weight: bold;
  color: #333;
}
.bet_team-a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.bet-slip-box {
  background-color: #dbe7f3;
  border: 1px solid #aac1da;
  border-radius: 6px;
  padding: 10px;
  margin-top: 8px;
  display: none;
}
.bet-slip-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.bet-slip-top button {
  font-weight: bold;
  border-radius: 5px;
}
.odds-control, .stake-control {
  display: flex;
  align-items: center;
  gap: 4px;
}
.odds-input, .stake-input {
  width: 60px;
  text-align: center;
}
.amount-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  gap: 5px;
}
.amount-buttons button {
  flex: 1;
  background: #f8f8f8;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  font-weight: 500;
  transition: 0.2s;
}
.amount-buttons button:hover {
  background: #dbe7f3;
}





    /* Table Box */
    .bet-box {
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      overflow: hidden;
      margin-bottom: 25px;
    }

    .box-header {
    background: #f2f6fb;
    padding: 10px 10px 0px 0px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    }
    .box-header .matched {
      font-size: 13px;
      color: #333;
    }

    .table-responsive {
      overflow-x: auto;
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .bet-table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      /* min-width: 700px; */
    }

    .bet-table th, .bet-table td {
      padding: 4px 2px;
      font-size: 14px;
      text-align: center;
      vertical-align: middle;
    }
 
    .bet-table thead th {
      background: #e9ecef;
      font-weight: 600;
    }
    td.bet-teamname-td {
    text-align: left;
    font-weight: 700;
}

    /* Border only bottom for each row */
    .bet-table tbody tr {
      border-bottom: 1px solid #5c5757ff;
    }

    .bet-name-tb {
      font-weight: 600;
      text-align: left!important;
      padding-left: 10px;
    }

    /* Back colors */

.bet-col-tb-back-1 {
    background-color: #d7e8f4;
    text-align: center;

    }
    .bet-col-tb-back-2 {
    background-color: #b7d5eb;
}
.bet-col-tb-back {
    background-color: #72bbef;
}
    .back {
      background-color: #72bbef;
      cursor: pointer;
    }

    .bet-col-tb-lay {
    background-color: #faa9ba;
    cursor: pointer;
}

  .bet-col-tb-lay-1 {
  background-color: #efd3d9;
}
  .bet-col-tb-lay-2 {
  background-color: #f6e6ea;
}

.bet_team-a {
  color: #000;
  display: grid;
  text-decoration: none;
}
.bet-match-inn-text-bottom {
  font-size: 11px;
}

.bet-th-back-radius {
    border-radius: 20px 0px 0px 0px;
}
.bet-th-lay-radius {
  border-radius: 0px 20px 0px 0px;
}

    .lay {
      background-color: #faa9ba;
      cursor: pointer;
    }

    /* Hover effects */
    .bet-col-tb-back:hover,
    .bet-col-tb-back-1:hover,
    .bet-col-tb-back-2:hover {
      background-color: #9fcfff;
    }

    .bet-col-tb-lay:hover,
    .bet-col-tb-lay-1:hover,
    .bet-col-tb-lay-2:hover {
      background-color: #f7b6bc;
    }

    .info-col {
      font-weight: 600;
      color: #333;
    }

    @media (max-width: 768px) {
      .bet-table th, .bet-table td {
        padding: 6px;
        font-size: 12px;
      }
      .bet-name-tb {
        padding-left: 5px;
      }
    }

/* --------------BALL BY BALL ----------- */

/* .ballbyball-bg {
  background-image: url('../images/ballbyball.gif');
  background-size: cover;

} */


     /* === Banner === */
     .ballbyball-banner {
      /*border-top: 5px solid #002b4d;*/
     }

     /* .market-body {
      
    } */
    .market-odd-box {
    width: 165px;
    padding: 2px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    min-height: 44px;
}
.back-1{
    background: linear-gradient(to bottom, #c9bf34, #f7eb4c, #c9bf34) !important;
    border-radius: 10px;
    min-height: 65px !important;
}
/* .back-2 {
    background: linear-gradient(to bottom, #2dcd68, #98ffbe, #168940) !important;
    border-radius: 10px;
    min-height: 65px !important;
} */
/* .back-3 {
    background: linear-gradient(to bottom, #2dcd68, #98ffbe, #168940) !important;
    border-radius: 10px;
    min-height: 65px !important;
} */
.back-4 {
    background: linear-gradient(to bottom, #2dcd68, #98ffbe, #168940) !important;
    border-radius: 10px;
    min-height: 65px !important;
}
/* .back-5 {
    background: linear-gradient(to bottom, #2dcd68, #98ffbe, #168940) !important;
    border-radius: 10px;
    min-height: 65px !important;
} */
.back-6 {
    background: linear-gradient(to bottom,#8b97ff,#a8bdff,#7173fc)!important;
    border-radius: 10px;
    min-height: 65px !important;
}
.back-wicket {
    background: linear-gradient(to bottom,#e7645a,#f68f87,#ff5043)!important;
    border-radius: 10px;
    min-height: 65px !important;
}
.market-odd-box .market-odd {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1;
    color: #000 !important;
    text-shadow: none !important;
}
.market-volume {
    font-size: 12px !important;
    color: #000 !important;
    text-shadow: none !important;
}
/* .pl-market {
    height: 42px;
    border-left: 3px solid #000;
    border-style: dotted;
    border-top: none;
    border-right: none;
    border-bottom: none;
} */

.fancy-market {
  text-align: -webkit-center;
}

    .ballbyball-banner img {
      width: 100%;
      /* max-height: 220px; */
      object-fit: cover;
    }
    .ballbyball-table-head {
      background-color: #fff;
    }

    /* === Main Section === */
   .ballbyball-section {
    border: 1px solid #ccc;
    border-bottom: none;
    /* background: #eafaf1; */
    /* background-image: linear-gradient(90deg, #82dda6cc, #82ddb059 49%, #82dda6cc) !important; */
    border-radius: 10px;
    margin-top: 25px;
    overflow: hidden;
}

    .ballbyball-header {
      background: #002b4d;
      color: #fff;
      font-weight: 600;
      padding: 8px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 15px;
    }

    /* === Bet Table === */
    .ballbyball-table {
      width: 100%;
      /* background: #dffbe5; */
      background-image: linear-gradient(90deg, #82dda6cc, #82ddb059 49%, #82dda6cc) !important;
      text-align: center;
      border-collapse: separate;
      border-spacing: 12px;
      padding: 10px;
    }

    .ballbyball-box {
      border-radius: 12px;
      color: #000;
      font-weight: 600;
      padding: 14px 8px;
      text-align: center;
      min-width: 130px;
      transition: all 0.2s ease-in-out;
    }

    .ballbyball-box small {
      display: block;
      font-size: 13px;
      color: #111;
      margin-top: 4px;
    }

    .pl-market {
    border-style: none none none dashed;
    border-width: 3px;
    border-color: #000;
    width: 60%;
    min-height: 65px;
    max-height: 65px;
    display: flex
;
    justify-content: center;
    flex-direction: column;
}

    .ballbyball-ball-back-1 { background: linear-gradient(to bottom, #c9bf34, #f7eb4c, #c9bf34) !important;}
    /* .ballbyball-ball-back-2 { linear-gradient(to bottom, #2dcd68, #98ffbe, #168940) !important; } */
    /* .ballbyball-ball-back-3 { background: linear-gradient(to bottom, #2dcd68, #98ffbe, #168940) !important; } */
    .ballbyball-ball-back-4 { background: linear-gradient(to bottom, #2dcd68, #98ffbe, #168940) !important;}
     /*.ballbyball-ball-back-5 { background: #fca5a5; } */
    .ballbyball-ball-back-6 { background: linear-gradient(to bottom,#8b97ff,#a8bdff,#7173fc)!important; }
    .ballbyball-ball-back-wicket { background: linear-gradient(to bottom,#e7645a,#f68f87,#ff5043)!important;}
     /*.ballbyball-ball-back-1 { background: #fca5a5; } */

    .ballbyball-box:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    /* === Recent Results === */
    .ballbyball-result {
      background: #000;
      color: #fff;
      font-weight: 600;
      padding: 10px;
      border-radius: 5px;
      margin-top: 25px;
    }

    .ballbyball-ball {
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      border-radius: 50%;
      margin-right: 6px;
      font-weight: bold;
      font-size: 16px;
      color:#000;
    }

    /*.ballbyball-ball-yellow {*/
    /*   background: #facc15; color: #000; */
    /*}*/
    /*.ballbyball-ball-green { */
    /*background: #4ade80; color: #000; */
    /*  }*/
    /*.ballbyball-ball-red {*/
    /*  background: #ef4444; color: #fff;*/
    /* }*/

     .progress-bar {
    width: 100%;
    height: 25px;
    padding: 0;
    margin: 0;
    /* background-color: #b0d3ee; */
    border-radius: 0;
    box-shadow: inset 0 2px #0000001a;
    transition: width .4s ease;
     }
     .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #202020;
    text-align: center;
    white-space: nowrap;
    background-color: #b0d3ee;
    transition: var(--bs-progress-bar-transition);
  }
  
  
  /*-----myprofile------*/
  
  .myprofile-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    overflow: hidden;
    /*height:500px;*/
  }

  .myprofile-card-header {
    background: #20394f;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #1b2f42;
  }

  .myprofile-table td {
    padding: 5px 8px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
  }

  .myprofile-edit {
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
  }

  .myprofile-edit:hover {
    text-decoration: underline;
    color: #007bff;
  }

  .myprofile-edit i {
    margin-left: 5px;
    font-size: 14px;
  }

  /* Popup customization */
  .myprofile-modal .modal-header {
    background: #20394f;
    color: #fff;
    border-bottom: none;
  }

  .myprofile-modal .btn-primary {
    background-color: #20394f;
    border-color: #20394f;
  }

  .myprofile-modal .btn-primary:hover {
    background-color: #1a2f40;
  }
  
  
  /*--------roll-commission--------*/
  
  .col-7-body {
      background-color:#ededed;
  }
    .mycommission-card {
    border-right: 1px solid #c8ced3;
    border-left: 1px solid #c8ced3;
    border-top: 1px solid #000501;
    border-bottom :2px solid #000501;
    border-radius: 5px;
    background: #e0e6e6;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
  }

  .mycommission-header {
    background: #20394f;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
  }

  .mycommission-table thead {
    /*background: #e9ecef;*/
    color: #000;
  }
  

  .mycommission-btn {
    background: #4c5f6b;
    border: none;
    color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
    font-weight: 500;
    width:100%;
  }

  .mycommission-btn:hover {
    background: #2d404b;
  }
  
  /*-------right sidebar------------------*/
  
  
.right-sidebar-box {
  /*width: 340px;*/
  /*border: 1px solid #000;*/
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.right-sidebar-header {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

.right-sidebar-content {
  /*padding: 10px;*/
}

.right-sidebar-select {
  width: 100%;
  /*padding: 6px;*/
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 2px;
}
  /*------------------------bet-start-table design------------------------------*/
  
  th.lay-1.ng-star-inserted.fancy-lay-th {
    background-color: #72bbef;
}

th.fency-back-1.ng-star-inserted.fancy-back-th {
    background-color: #faa9ba;
}


/*---------------footer-link-----------*/

.footer-links a {
  color: #007bff;
  text-decoration: none;
  margin: 0 5px;
}
.footer-links span {
  color: #000;
}

/* The Modal (background) */
.footer-links-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.footer-links-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  border-radius: 10px;
  animation: animatetop 0.4s;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* Header, Body, Footer */
.footer-links-modal-header {
  padding: 10px 16px;
  background-color: #5cb85c;
  color: white;
  border-radius: 10px 10px 0 0;
}
.footer-links-modal-body {padding: 16px;}
.footer-links-modal-footer {
  padding: 10px 16px;
  background-color: #5cb85c;
  color: white;
  border-radius: 0 0 10px 10px;
}

/* Close Button */
.footer-links-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.footer-links-close:hover {
  color: #000;
}


 /*-----------------content-page customize cols----------------------*/

.content-page-row{
    display: flex;      /* ek line me lane ke liye */
    gap: 0px;          /* beech ka space */
}


/* Custom width set karo */
.content-page-col-1 {
    width: 18%;
}
.content-page-col-2 {
    width: 57%;
}
.content-page-col-3 {
    width: 25%;
}

.marquee-box {
    line-height: 21px;
    height: 23px;
    background: linear-gradient(-180deg, #2E4B5E 0%, #243A48 82%);
}

@media screen and (min-width: 2px) and (max-width: 992px)  {
    .marquee-box h4 {
        margin-left: 0;
    }
}
.marquee-box h4 {
    z-index: 10;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(-180deg, #274253 0%, #0f191f 82%);
    color: #ffffff;
    padding: 4px 4px 4px 9px;
    display: inline-block;
}

.marquee-box .scrolling-text {
    width: 90%;
    color: #ffffff;
    display: inline-table;
    font-weight: 700;
    font-size: 12px;
}

@media screen and (min-width: 2px) and (max-width: 992px) {
    .marquee-box .scrolling-text {
        width: 79% !important;
    }
}
.marquelikeDiv {
    white-space: nowrap;
    overflow: hidden;
    animation: _scroll-left 10s linear infinite;
}
@keyframes _scroll-left {
    0% {
    transform: translate(100%);
    }
    100% {
        transform: translate(-100%);
    }
}
@media only screen and (max-width: 1023px) {
    .hideMobile {
        display: none !important;
    }
}

.after-login-bets-buttons, .demo {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .open-bets {
        padding: 2.6vw 3.062vw;
        position: relative;
        bottom: 1.5px;
    }
}

.open-bets {
    color: #ffffff !important;
    box-shadow: linear-gradient(-180deg, #000000 0%, #000000 100%);
    background: linear-gradient(-180deg, #000000 0%, #000000 100%);
    height: 9.33333vw;
    line-height: 5.33333vw;
    font-weight: 700;
    border-radius: 1.06667vw;
    border: 1px solid #0B1933;
    padding: 2.6vw 2.86667vw;
    margin-left: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.open-bets {
    text-decoration: none;
}
.open-bets svg {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}


/*-------------tips and previews style -------------------------*/

.tp-news-wrapper {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f8f8f8;
  padding: 12px 12px 16px;
  margin-bottom: 20px;
}

.tp-news-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

/* Card layout */
.tp-news-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

/* Image */
.tp-news-image {
  flex: 0 0 180px;      /* image width */
  max-width: 180px;
}

.tp-news-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

/* Content */
.tp-news-content {
  flex: 1;
}

.tp-news-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}

.tp-news-text {
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #444;
}

.tp-news-readmore {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #607fd9;
}

.tp-news-readmore:hover {
  text-decoration: underline;
}

/* Responsive – mobile par image upar, text niche */
@media (max-width: 576px) {
  .tp-news-card {
    flex-direction: column;
  }

  .tp-news-image {
    flex: 0 0 auto;
    max-width: 100%;
  }
}


.view-tips-container {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    /*margin-top: 10px;*/
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

/* Header layout */
.view-tips-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
}

.back-btn {
    cursor: pointer;
    font-size: 22px;
}

.news-date {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

/* Image box */
.view-tips-image-box {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.view-tips-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay text */
.image-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px;
}

/* Content text */
.view-tips-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.view-tips-text p {
    margin-bottom: 12px;
}

/* Mobile responsive fix */
@media (max-width: 600px) {
    .image-title {
        font-size: 13px;
        padding: 6px;
    }

    .view-tips-text {
        font-size: 14px;
    }
}


/*-----------icon-pop css style------------*/

.icon-pop-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(3px);
    z-index: 999999;
}

.icon-pop-content {
    width: 90%;
    max-width: 480px;
    background: #ffffff;
    margin: 80px auto;
    padding: 18px;
    border-radius: 8px;
    overflow-y: auto;
    max-height: 70vh;
    font-size: 15px;
}

.icon-pop-body {
    margin-bottom: 18px;
}

.icon-pop-btn {
    width: 100%;
    padding: 10px;
    background: #fd8f3b;
    color: #fdfbfb;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/*css for suspended  section---- */


/*---Account statement page style-------*/


/* Professional Card Styles */
    .wallet-container {
        padding: 40px;
        min-height: 80vh;
        background: #f8f9fa;
    }

    .wallet-card {
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        color: white;
        border-radius: 20px;
        padding: 40px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 15px 30px rgba(30, 60, 114, 0.3);
        transition: transform 0.3s ease;
    }
    
    .wallet-card:hover {
        transform: translateY(-5px);
    }
    
    .wallet-card::after {
        content: "\F63D"; /* Bootstrap Wallet Icon */
        font-family: "bootstrap-icons";
        position: absolute;
        right: -30px;
        bottom: -50px;
        font-size: 15rem;
        opacity: 0.1;
        color: white;
        pointer-events: none;
    }

    .balance-label {
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        opacity: 0.8;
        font-weight: 500;
    }

    .balance-amount {
        font-size: 4.5rem;
        font-weight: 800;
        margin: 15px 0;
        text-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .update-badge {
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(5px);
        padding: 8px 16px;
        border-radius: 30px;
        font-size: 0.9rem;
        display: inline-flex;
        align-items: center;
        border: 1px solid rgba(255,255,255,0.1);
    }
    
    .status-active {
        width: 10px; height: 10px; background: #2ecc71; border-radius: 50%; margin-right: 8px; box-shadow: 0 0 10px #2ecc71;
    }
    
    
    /*header vli css style----------------------*/
    
    .game-sidebar { display: none; }
            .left-sidebar { height: 100vh; overflow-y: auto; overflow-x: hidden; }
            .sidebar-menu { max-height: calc(100vh - 60px); overflow-y: auto; overflow-x: hidden; }
            .submenu { display: none; padding-left: 0; list-style: none; background: #0c141d; }
            .submenu li a { display: block; padding: 10px 15px 10px 30px; color: #b0b0b0; text-decoration: none; font-size: 13px; border-bottom: 1px solid #2a3a4a; }
            .submenu li a:hover { color: #fff; background: #1a252f; }
            .menu-item.active .submenu { display: block; }
            .menu-item.active .arrow i { transform: rotate(90deg); }
            .live-blink { color: #ff4747; font-weight: bold; animation: blink 1s infinite; margin-right:5px; font-size:10px; border:1px solid #ff4747; padding:1px 3px; border-radius:3px;}
            @keyframes blink { 50% { opacity: 0.5; } }
            .right-sidebar-content { padding: 0 !important; background: #fff; min-height: 200px; }
            .bets-tabs { display: flex; background: #e0e0e0; border-bottom: 1px solid #ccc; }
            .b-tab { flex: 1; text-align: center; padding: 8px 0; font-size: 12px; font-weight: 700; cursor: pointer; color: #555; }
            .b-tab.active { background: #fff; border-bottom: 2px solid #f26d1c; color: #000; }
            .bets-table { width: 100%; border-collapse: collapse; font-size: 11px; }
            .bets-table th { background: #f0f0f0; padding: 6px; text-align: center; border-bottom: 1px solid #ddd; color: #333; }
            .bets-table td { padding: 6px 4px; border-bottom: 1px solid #eee; vertical-align: middle; color: #000; }
            .back-row { background-color: #a5d4f3 !important; }
            .lay-row { background-color: #ffb8c4 !important; }
            .runner-name { font-weight: bold; font-size: 11px; display: block; }
            .market-name { font-size: 9px; color: #555; }
            
            /* --- Styles for Clean Design --- */
/*.bet-status-container { background: #f8f9fa; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }*/
/*.score-box { background: #fff; color: #000; padding: 2px 8px; border-radius: 4px; font-weight: bold; }*/

/*score-table style----*/

.bet-start-score-table td:nth-child(2), .bet-start-score-table td:nth-child(3), .bet-start-score-table td:nth-child(4), .bet-start-score-table td:nth-child(5), .bet-start-score-table td:nth-child(6) {
    text-align:left;
}
/* --- Dream444 Countdown Banner Styles --- */
.dream-countdown-banner {
    background: linear-gradient(90deg, #8B0000 0%, #2b0000 40%, #000000 100%);
    color: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #444;
    font-family: 'Roboto', sans-serif;
    min-height: 140px;
    display: flex;
    flex-direction: column;
}
.dream-countdown-banner::before {
    content: '⚽';
    position: absolute;
    right: 20px;
    bottom: -10px;
    font-size: 80px;
    opacity: 0.2;
    transform: rotate(-20deg);
}
.dcb-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    background: rgba(0,0,0,0.3);
    font-size: 13px;
    font-weight: bold;
}
.dcb-status { color: #ffb900; text-transform: uppercase; }
.dcb-time { color: #fff; }
.dcb-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    z-index: 2;
}
.countdown-label {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.countdown-timer {
    font-size: 32px;
    font-weight: 800;
    color: #39ff14; /* Neon Green */
    text-shadow: 0 0 10px rgba(57, 255, 20, 0.5);
    font-family: 'Courier New', monospace;
}

/* --- Soccer Scoreboard Styles (Universe Score) --- */
.soccer-scoreboard {
    background: linear-gradient(180deg, #333 0%, #000 100%);
    border-radius: 6px;
    padding: 15px;
    color: #fff;
    margin-bottom: 10px;
    border: 1px solid #444;
}
.team-name-soccer {
    font-size: 16px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
}
.score-soccer {
    color: #ffb900; 
    font-size: 28px; 
    font-weight: 800;
    line-height: 1;
}
 /* Scope: Ye CSS sirf tab apply hogi jab element .bookmaker-table ke andar ho */
    .bookmaker-table .suspended-multicell {
        position: relative !important;
        overflow: visible !important;
    }

    .bookmaker-table .suspended-multicell::after {
        content: "SUSPENDED";
        position: absolute;
        top: 0;
        left: 0;
        width: 200%; /* Covers Back (100%) + Lay (100%) */
        height: 100%;
        background-color: rgba(0, 0, 0, 0.65);
        z-index: 100;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: 14px;
        backdrop-filter: blur(2px);
        pointer-events: auto; /* Clicks block karega */
        border-radius: 4px; /* Slight rounding for professional look */
    }
    tr.odd-row.ng-star-inserted {
    border-bottom: 1px solid #808080;
}
a.back-transparent {
    background-color: transparent;
    text-align: -webkit-center;
}
a.back.back-background {
    text-align: -webkit-center;
    border: 1px solid #f1ecec;
    margin: 1px 3px;
    padding: 0px;
}
dl.lay-gradient {
    background: linear-gradient(270deg, rgba(231, 170, 184, .15) 5%, rgba(231, 170, 184, .8) 60%);
    height: 46px;
    display: flex;
    margin: 0;
    padding: 0;
}
a.back.lay-background {
    background-color: #faa9ba;
    border: 1px solid white;
}
a.lay-transparent {
    background-color: transparent;
    text-align: -webkit-center;
}
@media only screen and (min-width: 993px) {
    .noborder {
        border-left: 0;
        border-right: 0;
    }
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
    margin-top: -2px;
    padding: 0;
    background: none;
    margin-bottom: 1.5rem;
}
#fancyBetHeadNew {
    top: 0;
}
.bookmaker, .fancy-head, .sportsbook-head {
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1;
}
.fancy-head h4 {
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    z-index: 1;
    float: left;
    zoom: 1;
}
.fancy-head h4 span {
    min-width: 72px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    background: linear-gradient(180deg,#0a92a5 15%,#076875 100%);
    color: #ffffff;
    font-weight: 700;
}
.bookmaker .in-play span, .fancy-head .in-play span, .sportsbook-head .in-play span {
    padding: 0 14px 0 8px;
    cursor: pointer;
}
a.btn-fancybet_rules, a.btn-fancybet_rules:hover {
    color: #ffffff;
}
.btn-fancybet_rules, .btn-sportsbook_rules {
    vertical-align: top;
    margin-left: -4px;
    height: 30px;
    font-size: 0;
    text-indent: -99999px;
    width: 41px;
    display: inline-block;
    background-repeat: no-repeat;
    background: linear-gradient(180deg,#1cb0b5 15%,#1cb0b5 100%)!important;
    clip-path: polygon(100% 100%, 79% 22%, 76% 15%, 74% 12%, 72% 9%, 68% 6%, 59% 3%, 78% 2%, 0% 0%, 0% 100%);
}
.btn-fancybet_rules svg, .btn-sportsbook_rules svg {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin: 8px 14px;
    background-size: contain;
    display: block;
}
.fancy-head .in-play-sportbook span {
    background: linear-gradient(180deg,#f26d1c 15%,#d14100 100%);
    color: #ffffff;
    cursor: pointer;
    border-top-left-radius: 10px;
}
a:not([href]):not([tabindex]) {
    color: var(--primary);
}
a.btn-sportsbook_rules, a.btn-sportsbook_rules:hover {
    color:#ffffff !important;
}
.btn-sportsbook_rules {
    background: linear-gradient(180deg,#f58b30 15%,#f58b30 100%)!important;
    clip-path: polygon(100% 100%, 79% 22%, 76% 15%, 74% 12%, 72% 9%, 68% 6%, 59% 3%, 78% 2%, 0% 0%, 0% 100%);
}
.fancy_bet_tab-wrap {
    margin-top: 30.2px;
}
.fancy_bet_back {
    background: linear-gradient(180deg, #0a92a5 15%, #076875 100%)!important;
    margin-top: 30.2px;
}
.fancy_bet_tab-wrap, .special_bets-tab {
    display: flex;
}
.fancy_bet_tab-wrap, .special_bets-tab-wrap {
    background: linear-gradient(180deg,#f26d1c 15%,#d14100 100%);
    justify-content: center;
    align-items: center;
    height: 30px;
}
@media only screen and (min-width: 993px) {
    .special_bets-tab {
        margin: 3px 0 3px 21px !important;
    }
}
.special_bets-tab {
    width: auto;
    background: rgba(255,255,255,.5);
    border-radius: 5px;
    margin: 3px 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.special_bets-tab li {
    list-style: none;
    padding: 2px;
}
.fancy_bet_tab-wrap .select a, .fancy_bet_tab-wrap a {
    color: #000;
    font-size: 12px;
}
.special_bets-tab .select a {
    background: #ffffff;
    color: #000 !important;
    text-decoration: none;
}
.special_bets-tab a {
    min-width: 70px;
    height: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
    text-align: center;
}
.fancy-card {
    border: 1px solid #c8ced3;
    border-bottom: 1px solid #c8ced3;
    border-radius: 4px 4px 2px 2px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-fancybet {
    padding: 0;
    font-size: 12px;
    background: #0c92a5;
    border: none;
    border-radius: unset;
}
.card-accrdn {
    padding: 5px;
    background-color: #273f4f;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.fancy-card .table-responsive {
    border-radius: 4px 4px 2px 2px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.fency-fency-datatable .fancy-bet {
    font-size: 12px;
    background: #ffffff;
}
.fency-fency-datatable .fancy-bet {
    margin-bottom: 0;
}
.fency-fency-datatable .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #23282c;
}
.fency-fency-datatable table {
    border-collapse: collapse;
}
.fency-fency-datatable .table thead th {
    border-bottom: 1px #7e97a7;
}
.fency-fency-datatable thead th {
    vertical-align: bottom;
    border-bottom: 2px #7e97a7;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: #7e97a7;
}
.table thead th, .tbl-bets .odd-row {
    border-bottom: #7e97a7;
}
.fency-fency-datatable .minwidth {
    width: 60%;
}
.fency-fency-datatable th {
    padding: 5px;
    border-top: none;
    text-align: center;
}
.fency-fency-datatable th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #c8ced3;
}
.fency-fency-datatable th {
    text-align: inherit;
}
.tbl-bets th {
    padding: 5px;
    border-top: none;
    text-align: center;
}
.minwidth {
    width: 60%;
}
.fency-fency-datatable strong {
    font-weight: bolder;
}
strong {
    font-weight: bolder;
}
.fency-fency-datatable .fancy-marquee {
    width: 86%;
    display: inline-block;
    font-size: 15px;
    color: var(--market-tabs-cmp-fancy-marquee-color);
}
.fency-fency-datatable .lay-1 {
    background-color: #faa9ba;
    border-left-color: #fff;
}
.fency-fency-datatable .fency-back-1 {
    background-color: #72bbef;
    border-left-color: #fff;
}
.fancyminmaxText {
    color: #577c94 !important;
}
.book-btn.btn.btn-primary.hiddenMobile.ng-star-inserted {
    color: white;
    padding: 4px 10px;
    background: #2a4456;
    border: #2a4455;
    font-weight: 700;
    font-size: 12px;
}
 .right-sidebar-content { padding: 0 !important; background: #fff; min-height: 200px; }
  .bets-tabs { display: flex; background: #e0e0e0; border-bottom: 1px solid #ccc; }
  .b-tab { flex: 1; text-align: center; padding: 8px 0; font-size: 12px; font-weight: 700; cursor: pointer; color: #555; }
  .b-tab.active { background: #fff; border-bottom: 2px solid #f26d1c; color: #000; }
  .bets-table { width: 100%; border-collapse: collapse; font-size: 11px; }
  .bets-table th { background: #f0f0f0; padding: 6px; text-align: center; border-bottom: 1px solid #ddd; color: #333; }
  .bets-table td { padding: 6px 4px; border-bottom: 1px solid #eee; vertical-align: middle; color: #000; }
  .back-row { background-color: #a5d4f3 !important; }
  .lay-row { background-color: #ffb8c4 !important; }
  .runner-name { font-weight: bold; font-size: 11px; display: block; }
  .market-name { font-size: 9px; color: #555; }