
html, body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}


body{

font-family: 'Poppins', sans-serif;

}


.odd-box {
    background: #1a1c1f;
    padding: 10px;
    border-radius: 6px;
    width: 160px;
    cursor: pointer;
    transition: 0.2s;
    height: 60px;
}


.nav-btn {
    background: #1c1f24;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    transition: 0.3s;
}


.tab-content{
display:none;
}

.tab-content.active{
display:block;
}


.container-fluid{

  max-width:100%;
}


:root{
  --pm-black:#111315;
  --pm-dark:#1a1c1f;
  --pm-text:#d8d8d8;
  --pm-muted:#a6a6a6;
  --pm-yellow:#f6ff00;
}

body { 
    
    background:#000000 !important; 
    
    
}

.pm-header{
  background: var(--pm-black);
  color: var(--pm-text);
  height: 60px;
}
.pm-brand{
  font-weight: 800;
  color: var(--pm-yellow);
  text-decoration: none;
  font-size: 1.25rem;
}
.pm-toggle{
  width: 40px; height: 40px;
  border: 0; background: transparent; color: var(--pm-text);
}


.pm-nav .nav-link {
    color: var(--pm-text);
    font-size: 14px;
    padding: .5rem .75rem;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}


.pm-nav .nav-link .bi{
  font-size: 1rem; color: var(--pm-muted);
}
.pm-nav .nav-link:hover,
.pm-nav .nav-link.active{
  background: var(--pm-dark);
  color: #fff;
  font-size: 14px;
  border-radius: 999px;
}
.pm-actions .btn{
  /*border-radius: 10px;*/
  font-weight: 700;
}
.btn-login, .btn-signup{
  background: var(--pm-yellow);
  color:#111;
  border:0;
  padding: .45rem .9rem;
}
.pm-search{
  color: var(--pm-text);
  text-decoration: none;
  padding: .4rem .6rem;
  border-radius: 50%;
}
.pm-search:hover{ background: var(--pm-dark); color:#fff; }

.pm-container{
  height: 60px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .75rem;
}
.pm-nav-wrap{
  overflow-x:auto;
  scrollbar-width:none;
}
.pm-nav-wrap::-webkit-scrollbar{ display:none; }

/* Sidebar custom */
.offcanvas{
  background-color: var(--pm-black);
  color: var(--pm-text);
}
.offcanvas-header{
  border-bottom: 1px solid var(--pm-dark);
}
.menu-section-title{
  font-size: .8rem;
  font-weight: 700;
  color: #aaa;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.menu-item{
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 0;
  cursor: pointer;
}
.menu-item:hover{
  background-color: var(--pm-dark);
}
.menu-item i{
  font-size: 1.2rem;
}

/* icon colors */
.icon-live { color:#ff4500; }        /* fire */
.icon-fav { color:#ffd700; }         /* star */
.icon-parlay { color:#00c8ff; }      /* trophy */
.icon-bonus { color:#ff69b4; }       /* gift */
.icon-football { color:#32cd32; }    /* football green */
.icon-basket, .icon-basket2 { color:#ff8c00; } /* orange */
.icon-tennis { color:#1e90ff; }      /* blue */
.icon-inplay { color:#00ff7f; }      /* green */
.icon-cricket { color:#2ecc71; }     /* cricket green */
.icon-horse { color:#8b4513; }       /* brown */
.icon-greyhound { color:#ff1493; }   /* pinkish */
.icon-politics { color:#00ced1; }    /* teal */
.icon-tabletennis { color:#ff6347; } /* tomato */
.icon-american { color:#b22222; }    /* dark red */
.icon-volleyball { color:#f39c12; }  /* golden */
.icon-snooker { color:#9b59b6; }     /* purple */
.icon-casino { color:#e67e22; }      



.left-menu {
    width: 220px;
    height: 100vh;           /* full screen height */
    overflow-y: auto;        /* enable vertical scroll */
    background: #111;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px;
    position: fixed;         /* sidebar fix on screen */
    top: 0;
    left: 0;

    /* Hide scrollbar */
    scrollbar-width: none;    
    -ms-overflow-style: none; 
}
.left-menu::-webkit-scrollbar {
    display: none;
}

.left-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;
    transition: background 0.3s;
}

.left-menu a:hover {
    background: #222;
}

.left-menu i {
    font-size: 16px;
}

    .center-slider {
        margin-left: 220px;
        margin-right: 320px;
        padding: 20px;
    }
    
    .right-betslip {
        background-color: #151515 !important;
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        padding: 20px;
    }
    
    
.right-betslip {
    position: fixed;
    top: 70px;
    right: 0;
    width: 280px;
    background: #151515;
    padding: 15px;
    height: calc(100% - 70px);
    overflow-y: auto;
    display: none;
}


    .betslip-empty {
        text-align: center;
        color: #888;
        margin-top: 40px;
    }
    
    

/*.col-md-6 {*/
    
/*    width: 32%;*/
/*    position: relative;*/
/*    left: 250px ;*/
/*}*/




  /* General */
body {
  background: #111;
  color: #fff;
}



.banner h4 {
  
  padding: 5px 12px;
  border-radius: 6px;
}

/* Left Menu */
.left-menu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 200px;
  background: #151515 !important;
  height: 100%;
  padding: 10px;
  display: none;
}
.left-menu a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.left-menu a:hover {
  background: #333;
}
@media (min-width: 992px) {
  .left-menu {
    display: block;
  }
}

/* Right Betslip */
.right-betslip {
  position: fixed;
  top: 70px;
  right: 0;
  width: 280px;
  background: #1a1a1a;
  padding: 15px;
  height: calc(100% - 70px);
  overflow-y: auto;
  display: none;
}
@media (min-width: 1200px) {
  .right-betslip {
    display: block;
  }
}



/*.top-matches {*/

/*  max-width: calc(100% - 540px); */
/*  padding: 20px;*/
/*  margin-left: 250px;*/
/*  margin-right: 320px;*/
/*  overflow-x: hidden;*/
/*}*/

@media (max-width: 1199px) {
  .top-matches {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}


.team-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 5px;
}



.match-card {
 /* background: #111;
  color: #fff;
  padding: 15px;
  border-radius: 10px;*/
  min-height: 180px;
  max-width: 72%;
  margin-left: 160px;
}


.category-itmes {
  
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  min-height: 120px;
  max-width: 75%;
  margin-left: 140px;
  position: relative;
  bottom: 30px;
}


@media (min-width: 320px) and (max-width: 480px) {

  .category-itmes  {
    

    color: #fff;
    padding: 15px;
    border-radius: 10px;
    max-width: 100%;
    margin-left: 0px;
  }
}



.Cricket-bet {
  
  color: #fff;
  padding: 15px;
 
  margin-left: 150px;
}

@media (min-width: 320px) and (max-width: 480px) {

  .Cricket-bet  {
    

    margin-left: 0px;
  }
}


@media (min-width: 320px) and (max-width: 480px) {

  .match-card {

     max-width: 100%;
     margin-left: 0px;
  }
}


.match-card .league {
  font-size: 0.85rem;
  color: #bbb;
  display: block;
  margin-bottom: 10px;
}

.team h6 {
  font-size: 0.9rem;
  margin: 0;
}


.btn-odds {
  background: #222;
  border: 1px solid #333;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 600;
}
.btn-odds:hover {
  background: #333;
}


.text-muted.small {

    color: #ffffff !important;
}

.text-muted {
    --bs-text-opacity: 1;
     color: #ffffff !important; 
}


  .category-box {
     /* background: #1c1c1c;
      border-radius: 8px;*/
      width: 50px;
      height: 75px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0 6px;
      transition: 0.3s;
      cursor: pointer;
    }


     .category-box img {
      width: 30px;
      height: 30px;
      margin-bottom: 5px;
    }


  .category-name {
      font-size: 12px;
      color: #fff;
      text-align: center;
    }


  .carousel-inner {
      display: flex;
      align-items: center;
    }
 
.my-4 {
    /*margin-top: 1.5rem !important;*/
    margin-bottom: -1.5rem !important;
}





.section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }
    .section-header h5 {
      font-weight: 600;
    }
    .section-header a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .slot-box {
      background: #1c1c1c;
      border-radius: 8px;
      width: 140px;
      margin-right: 12px;
      flex-shrink: 0;
      cursor: pointer;
      transition: transform 0.3s;
    }
    .slot-box:hover {
      transform: scale(1.05);
    }
    .slot-box img {
      width: 100%;
      height: 120px;
      object-fit: cover;
      border-radius: 8px 8px 0 0;
    }
    .slot-name {
      font-size: 13px;
      padding: 6px;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .slot-slider {
      display: flex;
      overflow-x: auto;
      scrollbar-width: none;
    }
    .slot-slider::-webkit-scrollbar {
      display: none;
    }
    .scroll-btn {
      background: rgba(0,0,0,0.6);
      border-radius: 50%;
      border: none;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    .scroll-btn.right {
      right: 0;
    }
    .scroll-btn.left {
      left: 0;
    }
    .slider-wrapper {
      position: relative;
    }

 footer {
  background: #151515 !important;
  padding: 40px 0;
  
}

footer h6 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}
footer ul li a:hover {
  color: #fff;
}

.footer-divider {
  border-color: #2a2a2a;
  margin: 24px 0;
  opacity: 1;
}

.footer-partners,
.footer-license {
  padding: 14px 0;
}

.partner-logos,
.license-logos {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.partner-logos img,
.license-logos img {
  height: 44px;
  width: auto;
}

.footer-bottom {
  border-top: 1px solid #2a2a2a;
  margin-top: 34px;
  /*padding-top: 16px;*/
}

.footer-bottom p {
  color: #9a9a9a;
  font-size: 13px;
  margin: 0;
  line-height: 1.6;

}

/* ✅ NEW - keep lower sections same width as left column */
.footer-partners,
.footer-license {
  max-width: 320px; /* or match your left column width */
}



@media (min-width: 320px) and (max-width: 480px) {

  /* Header container spacing adjust */
  .pm-header .pm-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  /* Brand aur toggle ek line me left side */
  .pm-header .d-flex.align-items-center {
    flex: 1;
  }

  /* Navigation hide on small screen (sirf toggle use hoga) */
  .pm-nav-wrap {
    display: none;
  }

  /* Actions (search, language, buttons) right side me */
  .pm-actions {
    flex-shrink: 0;
    gap: 6px;
  }




    
    /*@media (min-width: 320px) and (max-width: 480px) {
        
        .pm-actions .btn-login, .pm-actions .btn-signup {
            padding: 5px 10px !important;
            font-size: 10px !important;
        }
    }
*/


  /* Language dropdown chhota */
  .pm-actions .dropdown-toggle {
    padding: 2px 6px !important;
    font-size: 12px;
  }

  /* Search icon responsive */
  .pm-search i {
    font-size: 1rem;
  }
}





@media (min-width: 320px) and (max-width: 480px) {


  p.flot-right {

    margin-left: 0px !important;
  }
}



@media (min-width: 320px) and (max-width: 480px) {


  .partner-logos img, .license-logos img {

    height: 28px;
    width: auto;
  }
}





    /* Media Query */


    /* ✅ Android specific media query */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

  /* Header adjustments */
  .pm-header {
    padding: 6px 0px;
  }

  /* Brand text smaller */
  .pm-brand {
    font-size: 16px;
  }

  /* Nav wrap scrollable horizontally */
  .pm-nav-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pm-nav .nav-link {
    font-size: 13px;
    padding: 6px 10px;
    white-space: nowrap;
  }

  /* Buttons smaller */
  .btn-login, .btn-signup {
    font-size: 13px;
    padding: 5px 12px;
  }

  /* Language dropdown button */
  #languageDropdown {
    font-size: 12px;
    padding: 5px 8px;
  }
}



/* Mobile devices (Android + iOS phones) */
@media only screen and (max-width: 768px) {
  /* Sidebar full width on small screens */
  #sidebarMenu {
    width: 85%; /* default 100% bhi kar sakte ho */
    max-width: 320px;
    background-color: #111; /* dark background */
    color: #fff;
  }

  /* Offcanvas header */
  #sidebarMenu .offcanvas-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 12px 16px;
  }

  /* Brand name */
  #sidebarMenu .pm-brand {
    font-size: 18px;
    font-weight: bold;
    color: #ffde00; /* example highlight */
  }

  /* Menu items */
  #sidebarMenu .menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 6px;
    transition: background 0.3s;
  }

  #sidebarMenu .menu-item:hover {
    background: rgba(255,255,255,0.1);
    cursor: pointer;
  }

  /* Section title */
  #sidebarMenu .menu-section-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.7;
    margin: 15px 14px 8px;
  }

  /* Divider */
  #sidebarMenu hr {
    margin: 8px 0;
    border-color: rgba(255,255,255,0.1);
  }

  /* Icons size smaller */
  #sidebarMenu i {
    font-size: 16px;
  }
}






/* Make carousel images responsive */
.center-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 10px; /* optional */
}

/* Adjust spacing for smaller devices */
@media (max-width: 992px) {
    .center-slider {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .center-slider {
        padding: 6px;
    }
}

@media (max-width: 576px) {
    .center-slider {
        padding: 4px;
    }

    .center-slider img {
        border-radius: 5px; /* slightly smaller radius for phones */
    }
}

/* Optional: make carousel controls smaller on mobile */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

@media (max-width: 576px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 8%;
    }
}

/* Optional: indicators size for mobile */
.carousel-indicators button {
    width: 10px;
    height: 10px;
}

@media (max-width: 576px) {
    .carousel-indicators button {
        width: 8px;
        height: 8px;
    }
}

/* Sidebar hidden hone par content full width ho */
@media (max-width: 1199px) {
  .right-betslip {
    display: none !important;
  }
  .center-slider,
  .top-matches {
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  .left-menu {
    display: none !important;
  }
  .center-slider,
  .top-matches {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}




p.flot-right {
    margin-left: 95px;
}




.social-icons a {
    font-size: 28px;
    margin: 0 12px;
    transition: 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.2);
}

/* Brand Colors */
.youtube { color: #FF0000; }
.instagram {
    background: linear-gradient(45deg, #833AB4, #E1306C, #F77737, #FCAF45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.facebook { color: #1877F2; }
.tiktok { color: #000000; }
.twitter { color: #1DA1F2; }


.social-icons {
    position: relative;
    right: 80px;
}


h6.social {
    position: relative;
    right: 150px;
}


@media (min-width: 320px) and (max-width: 480px) {
  
  h6.social   {

    position: relative;
    right: 120px;
  }
}


.mt-5 {
    margin-top: 1rem !important;
}



body{
    background:#0e0f11;
    
    color:#fff;
}

/*.payout-section{*/
/*    background:linear-gradient(180deg,#111214,#0c0d0f);*/
/*    padding:40px 30px;*/
/*    border-radius:16px;*/
/*    max-width:1080px;*/
/*    margin:40px auto;*/
/*}*/


/*.payout-section {*/
/*    background: linear-gradient(180deg, #111214, #0c0d0f);*/
/*    padding: 40px 30px;*/
/*    border-radius: 16px;*/
/*    max-width: 1080px;*/
/*    margin: 40px auto;*/
/*}*/








.section-title{
    font-size:20px;
    font-weight:600;
    color:#ffffff;
    margin-left: 60px;
}

.section-title span{
    color:#ff4d4d;
}

.total-amount{
    font-size:42px;
    font-weight:800;
    margin-top:10px;
    margin-left: 60px;
}





.payout-slider{
    margin-top:30px;
    display:flex;
    align-items:center;
    gap:20px;
    overflow:hidden;
}

.payout-card{
   background: #15171a;
    padding: 10px 10px;
    border-radius: 14px;
    min-width: 190px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease;
}

.payout-card:hover{
    background:#1c1f24;
}

.multiplier{
    background:#0f2d1d;
    color:#20d67b;
    font-weight:700;
    font-size:18px;
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
}

.multiplier.red{
    background:#3a0f14;
    color:#ff4d4d;
}

.payout-info{
    flex:1;
}

.user-id{
    font-size:13px;
    color:#9aa0a6;
}

.amount{
    font-size:20px;
    font-weight:700;
    margin-top:2px;
}

.deposit{
    font-size:13px;
    color:#9aa0a6;
}

.arrow{
    color:#20d67b;
    font-size:18px;
}

.nav-btn{
    background:#1c1f24;
    border:none;
    /*width:40px;*/
    /*height:40px;*/
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#aaa;
    transition:0.3s;
}

.nav-btn:hover{
    background:#2a2e33;
    color:#fff;
}








/* CARD */
.match-card{
  background: #151515 !important;
  border-radius:8px;
  padding:20px;
  color:#fff;
}

/* HEADER */
.league{
  font-size:14px;
  color:#aaa;
}

.innings{
  font-size:12px;
  color:#ff4d4d;
  font-weight:600;
  margin-top:8px;
}

/* TEAM ROW */
.team-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:8px;
}

.team-name{
  flex:1;
}

.score{
  color:#bbb;
  width:230px;
  text-align:right;
}

.runs-red{
  color:#ff3b3b;
  font-weight:600;
  width:50px;
  text-align:right;
}

/* ODDS */
.odd-box{
  background:#1a1a1a;
  border-radius:6px;
  height: 60px !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  transition:0.3s;
}

.odd-box:hover{
  background:#222;
  cursor:pointer;
}

.odd-red{
  color:#ff3b3b;
  font-size: 18px;
  font-weight:600;
}

.odd-green{
  color:#00e676;
  font-size: 18px;
  font-weight:600;
}

.odd-id{
  font-size:12px;
  color:#888;
}

/* MARKETS */
.market-box{
  background:#1a1a1a;
  border-radius:6px;
  padding:15px;
  text-align:center;
  transition:0.3s;
  max-width: 1000px;
}

.market-box:hover{
  background:#222;
  cursor:pointer;
}

.market-value{
  font-size:18px;
  font-weight:600;
  color:#4fc3f7;
}

.market-label{
  font-size:12px;
  color:#aaa;
  margin-top:5px;
}

/* TABLET FIX */
@media(max-width:992px){
  .score{
    width:auto;
  }
}

/* MOBILE FIX */
@media(max-width:768px){

  .team-row{
    flex-wrap:wrap;
  }

  .score{
    width:100%;
    text-align:left;
    margin-top:2px;
  }

  .runs-red{
    width:auto;
    text-align:left;
  }

  .odd-box{
    height:70px;
  }

  .match-card{
    padding:15px;
  }
}


.market-title{
  font-size:13px;
  color:#aaa;
  font-weight:500;
}



.team-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
  font-size:14px;
}

.team-left{
  display:flex;
  align-items:center;
  gap:10px;
}

.team-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  object-fit:cover;
  background:#222;
}

.team-name{
  font-weight:500;
}


/* ================================
   COMMON CARD STYLING
================================ */

.bet-screenshot-ui .match-card,
.bet-finished-ui .finished-card{
    border-radius:6px;
    padding:14px 18px 18px;
    color:#fff;
    margin:auto;
    background-color: #111;
    width:100%;
    /*max-width:1100px;*/
}

/* ================================
   DESKTOP (1200px+)
================================ */

@media (min-width:1200px){

.bet-screenshot-ui .match-card{
    max-width:61%;
    position: relative;
    right: 20px;
    top: 60px;
}

.bet-finished-ui .finished-card{
    max-width:61%;
    position: relative;
    right: 20px;
    top: 20px;
}

}

/* ================================
   TABLET (768px – 1199px)
================================ */

@media (min-width:768px) and (max-width:1199px){

.bet-screenshot-ui .match-card,
.bet-finished-ui .finished-card{
    max-width:85%;
}

}

/* ================================
   MOBILE (Below 768px)
================================ */

@media (max-width:767px){

.bet-screenshot-ui .match-card,
.bet-finished-ui .finished-card{
    max-width:100%;
    padding:12px;
}

/* Stack top section */
.bet-screenshot-ui .match-top,
.bet-finished-ui .finished-top{
    flex-direction:column;
    gap:12px;
}

/* Outcomes box full width */
.bet-screenshot-ui .outcomes-box,
.bet-finished-ui .outcome-box{
    min-width:100%;
}

/* Odds row stack */
.bet-screenshot-ui .odds-row{
    flex-direction:column;
}

/* Reduce font sizes slightly */
.bet-screenshot-ui .team,
.bet-finished-ui .finished-team-row{
    font-size:13px;
}

.bet-screenshot-ui .odds-number{
    font-size:16px;
}

}

/* ================================
   EXISTING DESIGN STYLING (UNCHANGED)
================================ */

.bet-screenshot-ui .match-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.bet-screenshot-ui .match-time{
    font-size:13px;
    color:#ff4d4d;
    font-weight:600;
    margin-bottom:6px;
}

.bet-screenshot-ui .team-list{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.bet-screenshot-ui .team{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:#dcdcdc;
}

.bet-screenshot-ui .team img{
    width:18px;
    height:18px;
}

.bet-screenshot-ui .outcomes-box{
    background:#232428;
    padding:12px 22px;
    border-radius:4px;
    color:#56bfff;
    font-size:14px;
    font-weight:500;
    text-align:center;
}

.bet-screenshot-ui .star,
.bet-finished-ui .star{
    font-size:18px;
    color:#8c8c8c;
    cursor:pointer;
}

.bet-screenshot-ui .toss-title{
    text-align:center;
    color:#9c9c9c;
    font-size:12px;
    margin:18px 0 10px;
}

.bet-screenshot-ui .odds-row{
    display:flex;
    gap:8px;
}

.bet-screenshot-ui .odds-box{
    flex:1;
    background:#232428;
    border-radius:4px;
    padding:16px 0;
    text-align:center;
    cursor:pointer;
    transition:all .2s ease;
}

.bet-screenshot-ui .odds-box:hover{
    background:#2d2f35;
}

.bet-screenshot-ui .odds-number{
    font-size:18px;
    font-weight:600;
    color:#3db2ff;
}

.bet-screenshot-ui .odds-small{
    font-size:11px;
    color:#7a7a7a;
    margin-top:4px;
}

/* FINISHED SECTION */

.bet-finished-ui .finished-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.bet-finished-ui .finished-label{
    font-size:12px;
    font-weight:600;
    color:#ff4d4d;
    margin-bottom:6px;
    letter-spacing:.5px;
}

.bet-finished-ui .finished-team-row{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    margin-bottom:6px;
}

.bet-finished-ui .finished-team-row img{
    width:18px;
    height:18px;
}

.bet-finished-ui .team-name{
    color:#dcdcdc;
}

.bet-finished-ui .dot{
    color:#888;
}

.bet-finished-ui .score-grey{
    color:#9c9c9c;
}

.bet-finished-ui .score-red{
    color:#ff3b3b;
    font-weight:600;
}

.bet-finished-ui .finished-right{
    display:flex;
    align-items:center;
    gap:14px;
}

.bet-finished-ui .outcome-box{
    background:#232428;
    padding:12px 22px;
    border-radius:4px;
    color:#56bfff;
    font-size:14px;
    text-align:center;
}



.bet-icon {
  display: none;
  color: #ffffff;
  /*font-size: 14px;*/
}

/* Sirf live team pe icon show hoga */
.team-row.live .bet-icon {
  display: inline-block;
}



.left-menu {
    width: 240px;
    background-color: #151515 !important;
    height: 100vh;
    padding-top: 20px;
}

.left-menu a {
    padding: 12px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/* Hover effect aur active style */
.left-menu a:hover {
    background-color: #333;
}

.page-section {
    padding: 20px;
    animation: fadeIn 0.5s; /* Smooth appearance */
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}






@media (min-width: 320px) and (max-width: 480px) {
  .social-icons  {

    position: relative;
    right: 50px;
  }
}



.fav-toast{
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 9999;
}

.fav-box{
  background: #e9e9e9;
  color: #222;
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  text-align: center;
}






.favorite-toast{
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translateX(-50%) translateY(100px);
  background:#e9e9e9;
  color:#000;
  padding:15px 20px;
  border-radius:14px;
  width:320px;
  box-shadow:0 5px 20px rgba(0,0,0,0.4);
  transition:0.4s;
  opacity:0;
  z-index:9999;
}

.favorite-toast.show{
  transform:translateX(-50%) translateY(0);
  opacity:1;
}

.toast-content{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.toast-content strong{
  display:block;
  font-size:16px;
}

.toast-content p{
  margin:2px 0 0;
  font-size:14px;
}

.toast-content a{
  color:#d2d000;
  font-weight:600;
  text-decoration:none;
}

.bi-star{
  color:#aaa;
  transition:0.3s;
}

.bi-star.active-star{
  color:#ffd700;
}


/* Header */

/*.match-header{
display:flex;
justify-content:space-between;
align-items:center;
color:white;
padding:10px 5px;
}*/

.title{
font-size:16px;
font-weight:600;
}

.cashout-btn{
background:#f9d423;
color: #000000;
font-size:12px;
padding:4px 10px;
border-radius:5px;
margin-left:10px;
}

.labels{

    font-size: 14px;
    opacity: .7;
    display: flex;
    gap: 15px;
    position: relative;
    right: 120px;
    font-weight: 700;
}


/* Team row */

.team-row{
display:flex;
align-items:center;
margin-top:10px;
}

/*.team-name{
width:220px;
color:white;
font-weight:600;
}
*/


  .team-name {
      font-size: 14px;
      font-weight: 500;
      color: #e6e6e6;
      margin-left: 20px;
      
    }



/* Odds grid */

.odds-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:10px;
flex:1;
}

.rate-card{
/*background:#252527;*/
border-radius:5px;
padding:12px;
text-align:center;
cursor:pointer;
transition:.25s;
}

.rate-card:hover{
background:#242833;
transform:scale(1.05);
}

.rate{
color:#000000;
font-size:18px;
font-weight:700;
}

.amount{
color:#000000 !important;
font-size:12px;
margin-top:3px;
}


span.back_button {
    /*background-color: #44444b;*/
    padding: 11px;
    border-radius: 5px;
}

span.lay_button {
    /*background-color: #44444b;*/
    padding-left: 18px;
    border-radius: 5px;
    padding-right: 18px;
    padding-top: 11px;
}



.odds-grid{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap:6px;
}

.rate-card{
  padding:8px;
  border-radius:4px;
  text-align:center;
  
}

/* First 3 cards (Blue) */
.odds-grid .rate-card:nth-child(-n+3){
  background:#a9cbe3;
}

/* Last 3 cards (Pink) */
.odds-grid .rate-card:nth-child(n+4){
  background:#e6b8bf;
}

.rate{
  font-weight:700;
  font-size:16px;
}

.amount{
  font-size:12px;
}


.odds-grid{
  grid-template-columns: repeat(6, minmax(45px,1fr));
}


.match-odds-box1 {
    margin-top: 30px;
}






/* BOOKMAKER + LINE MARKET only */
.bookmaker-market .odds-grid,
.line-market .odds-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:6px;
  max-width: 15%;
  position: relative;
  right: 140px;
}

/* hide extra rates */
.bookmaker-market .rate-card:nth-child(n+5),
.line-market .rate-card:nth-child(n+5){
  display:none;
}


/* BACK (Left column) */
.bookmaker-market .odds-grid .rate-card:nth-child(odd),
.line-market .odds-grid .rate-card:nth-child(odd){
  background:#a9cbe3;
}

/* LAY (Right column) */
.bookmaker-market .odds-grid .rate-card:nth-child(even),
.line-market .odds-grid .rate-card:nth-child(even){
  background:#e6b8bf;
}

/* common card style */
.rate-card{
  padding:10px;
  border-radius:6px;
  text-align:center;
  font-weight:600;
}

.rate{
  font-size:18px;
}

.amount{
  font-size:13px;
}




.fancy-header{
display:flex;
justify-content:space-between;
align-items:center;

color:white;
padding:8px 10px;
font-weight:600;
}

.fancy-head-right{


    display: flex;
    gap: 30px;
    margin-right: 165px;
    font-size: 14px;
}



.fancy-row{
display:flex;
justify-content:space-between;
align-items:center;
padding:10px;
border-bottom:1px solid #ddd;

}

.fancy-name{
font-size:14px;
font-weight:500;
display:flex;
align-items:center;
gap:6px;
width:70%;
}

.fancy-odds{
display:flex;
gap:6px;
position: relative;
right: 130px;
width: 15%;
}


.box{
width:70px;
text-align:center;
padding:6px 0;
border-radius:4px;
cursor:pointer;
}

.box.no{
background:#e6b8bf;
}

.box.yes{
background:#a9cbe3;
}

.rate{
font-size:16px;
font-weight:bold;
}

.amount{
font-size:12px;
}




.market-tabs{
display:flex;
gap:10px;
padding:10px;
max-width: 80%;

}

/*.tab-btn{
background:#3b5f8a;
border:none;
color:white;
padding:8px 18px;
border-radius:10px;
cursor:pointer;
font-weight:600;
}*/

.tab-btn.active{
background:#2e4f7a;
}

.badge-count{
background:red;
color:white;
font-size:11px;
padding:2px 6px;
border-radius:10px;
margin-left:4px;
}



.ladder-icon{
width:16px;
height:16px;
filter: brightness(0) invert(1);
}

.team-name{
font-size:14px;

}

.team-score{
display:block;
color:red;
font-size:14px;
margin-top:2px;
}




.ladder-icon{
  width:18px;
  cursor:pointer;
}

/* Modal Background */
.ladder-modal{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  justify-content:center;
  align-items:center;
  z-index:9999;
}

/* Modal Box */
.ladder-content{
  background:#2b2b2b;
  color:#fff;
  width:90%;
  max-width:700px;
  border-radius:10px;
  padding:20px;
}

/* Header */
.ladder-header{
  display:flex;
  justify-content:space-between;
  font-weight:bold;
  margin-bottom:20px;
}

.close-btn{
  cursor:pointer;
}

/* Body */
.ladder-body{
  display:flex;
  justify-content:space-between;
  text-align:center;
}

.ladder-col h4{
  margin-bottom:10px;
}

.loss{
  color:orange;
}

.profit{
  color:#3cff3c;
}

/* OK Button */
.ladder-ok{

    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #f6ff00;
    border: none;
    color: #181818;
    font-weight: bold;
    border-radius: 6px;
  
}



.notice-marquee{
  width:100%;
  overflow:hidden;
  color:#fff;
}

.notice-text{
  white-space:nowrap;
  display:inline-block;
  animation:marqueeMove 12s linear infinite;
}

@keyframes marqueeMove{
  0%{
    transform:translateX(100%);
  }
  100%{
    transform:translateX(-100%);
  }
}




 
      /* --- Buttons --- */
      .market-toggle button,
      .market-filter button {
        border: 1px solid #f6ff00;
        background: transparent;
        color: #fff;
        padding: 6px 16px;
        margin-right: 8px;
        border-radius: 8px;
        cursor: pointer;
      }

      .market-toggle .active,
      .market-filter .active {
        background: #f6ff00;
        color: #000;
        font-weight: 600;
      }

      /* --- Titles --- */
      .market-title {
        font-weight: 600;
        font-size: 14px;
        margin: 15px 0 10px;
      }

      /* --- Market Rows --- */
      .market-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #2a2a2a;
      }

      .market-name {
        font-size: 14px;
        font-weight: 600;
      }

      .market-sub {
        font-size: 12px;
        color: #aaa;
      }

      /* --- Odds Box --- */
      .odds-box {
        display: flex;
        gap: 8px;
        align-items: center;
      }

      .back {
        background: #ff8b94;
        padding: 8px 18px;
        border-radius: 6px;
        font-weight: 700;
        color: #000;
        cursor: pointer;
      }

      .lay {
        background: #49c6e5;
        padding: 8px 18px;
        border-radius: 6px;
        font-weight: 700;
        color: #000;
        cursor: pointer;
      }

      .stake {
        font-size: 11px;
        color: #aaa;
        margin-right: 10px;
      }
   



@media (min-width: 320px) and (max-width: 480px) {

  span.lay_button {


    padding-left: 0px;
    border-radius: 5px;
    padding-right: 0px;
    padding-top: 11px;
  }
}



@media (min-width: 320px) and (max-width: 480px) {
  
  .labels {


    font-size: 14px;
    opacity: .7;
    display: flex;
    gap: 0px;
    position: relative;
    right: 20px;
    font-weight: 700;
  }
}





@media (min-width: 320px) and (max-width: 480px) {
  
  .fancy-odds {

      display:flex;
      gap:6px;
      position: relative;
      right: 0px;
      width: 50%;
  }
}


@media (min-width: 320px) and (max-width: 480px) {
  
  .bookmaker-market .odds-grid,
.line-market .odds-grid {


  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:6px;
  max-width: 40%;
  position: relative;
  right: 6px;
  }
}





/* mobile view match odds like bookmaker */
@media (max-width:768px){

/* 2 column layout */
.match-odds-box:not(.bookmaker-market) .odds-grid{
grid-template-columns:repeat(2,1fr);
}

/* hide extra odds */
.match-odds-box:not(.bookmaker-market) .rate-card:nth-child(n+3){
display:none;
}

/* BACK color (left) */
.match-odds-box:not(.bookmaker-market) .rate-card:nth-child(1){
background:#8cc6ff;
}

/* LAY color (right) */
.match-odds-box:not(.bookmaker-market) .rate-card:nth-child(2){
background:#f6b0b0;
}

}



