*{
  margin:0;
  padding:0;
}
/* Prevent horizontal scrolling */
body, html {
  overflow-x: hidden;
}

/* Prevent vertical scrolling if not needed */
body {
  overflow-y: auto; /* Allow vertical scroll only if necessary */
}


/* Header Part Css */

.header-buttons{
  display: flex;
  list-style-type: none;
  justify-content: center;
  font-weight: bold;
}

.site-header{
  background-color:black;
}

.header-buttons li{
  width: 20%;
  text-align: center;
  background-color: #ffd800;
  border-bottom: 1px solid white;
  margin-top: 25px;
  border-radius: 20px;
  margin-left: 05px;
  margin-right: 10px;
  height: 30PX;
  padding: 7px;
  font-size: 12px;
  border-right: 2px solid white;
  cursor: pointer;
}

.header-buttons a{
  text-decoration: none;
  color: black;
}

@media (max-width: 500px) {
  .header-buttons li{
      font-size: 12px;
      padding: 05px;
      height: 25px;
}
.header-buttons .contact{
     width: fit-content;
}
}

.header-buttons li:hover{
  background-color: white;
  border: 2px solid #ffd800;
}


.a3-sattta{
text-align: center;
background-color:#ffd800;
font-weight: 800;
font-size: 30px;
padding: 25px;
}
.blink{
animation: blinker 0.6s linear infinite;
}
@keyframes blinker{
50% {opacity: 0;
}
}

.marq{
color: white;
margin-top:30px;
}

.whatsapp{
  height:70px;
  width:150px;
}

.whatsapp-footer{
  height:70px;
  width:70px;
}


/* Contact page css */
.contact-text{
text-align: center; 
font-weight: 600; 
margin-top: 10px;
}
.contact-button{
text-align: center;
margin-top: 30px;
}



.clock{
color: #ffd800;
text-align: center;
font-size: 25px;
padding: 10px;
}

.a2{
color: white;
text-align: center;
font-size: 25px;
margin-top: 5px;
}

.tbl {
color: white;
text-align: center;
margin-top: 20px;
font-size: 30px;
line-height: 40px;
}

.a3{
text-align: center;
background-color: #ffd800;
line-height: 30px;
font-size: 18px;
}

.a3 img{
padding: 0px;
}

.tbl1 {
  text-align: center;
  border: 1px solid black;
  border-collapse: separate;
  border-spacing: 0px; 
}
 
  .tbl1 th { 
  background-color: black;
  width: 33.33%;
  padding: 8px;
  color: white;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid black;
} 
  .tbl1 tr {
      transition: all .2s ease-in;
  }
  
  .tbl1 th,
  td {
      text-align: center;
      border-bottom: 1px solid #ddd;
      border: 1px solid black;
  }

  .tbl1 td:nth-child(1){
  background-color: #ffd800;
  width: 40%;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 25px;
  padding: 10px;
}
.tbl1 td:nth-child(2){
font-size: 20px;
font-weight: bold;
}
.tbl1 td:nth-child(3){
font-size: 20px;
font-weight: bold;
}
 
  .tbl1 tr:hover {
      background-color: #f5f5f5;
      transform: scale(1.02);
      box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
  }
  
  @media only screen and (max-width: 768px) {
     .tbl1 table {
          width: 90%;
      }
  }   

  .tbl1 a{
    line-height: 0px;
    font-size: 14px;
    text-decoration: none;
  }

.a4{
width: 100%;
background-color:white ;
display: flex;
border-radius: 10px;
margin: auto;
padding: auto;
position: relative;
box-sizing: border-box;
}

@media (max-width: 1024px) {
.a4{
  flex-wrap: wrap;
}
}

.tbl2{
text-align: center;
border: 2px solid red;
border-style: dotted;
border-radius: 10px;
margin-top: 20px;
font-weight: 900;
line-height: 20px;
background: linear-gradient(to bottom, #ffd800, #ffffff);
  background-image: linear-gradient(rgb(255, 215, 0), rgb(255, 255, 255));
}

@media (min-width: 769px){
.tbl2{
  width: 50%;
  position: relative;
  display: flex;

}
}

.tbl2 td{
border: none;
}


.tbl2{
text-align: center;
}

.tbl2 p{
color: #4b006e;
line-height: 5px;
font-size: 18px;
}

.tbl3{
border: 2px solid red;
border-style: dotted;
border-radius: 20px;
margin-top: 20px;
font-weight: 800;
line-height: 25px;
text-align: center;
background: linear-gradient(to bottom, #ffd800, #ffffff);
  background-image: linear-gradient(rgb(255, 216, 0), rgb(255, 255, 255));
}

@media (min-width: 769px){
.tbl3{
  width: 50%;
  position: relative;
  display: block;
}
}

.tbl3 td{
border: none;
}


.tbl3{
text-align: center;
}

@media (min-width: 769px){
.ads-table-3{
  width: 50%;
  position: relative;
  display: block;
}
}

.ads-table-3 td{
border: none;
}


.ads-table-3{
text-align: center;
}

.a5{
margin-top: 15px;
width: 100%;
text-align: center;
background: linear-gradient(to bottom,#ff9000 0%,#ffe400 100%);
font-size: 35px;
padding: 10px;
font-weight: 600;
font-family: sans-serif;
}

.d1{
width: 100%;
display: flex;
margin: auto;
padding: auto;
position: relative;
box-sizing: border-box;
}

.a6 table td{
border: 2px solid black;
}

.a6{

border-collapse: separate;
  border-spacing: 0px; 
}

.a6 th{
border: 1px solid black;
background-color: #ffd800;
padding: 10px;
}

.a6 td:nth-child(1){
background-color: #ffd800;
font-size: 20px;
}
.a6 td{
font-size: 20px;
}

.tbl4{
border-collapse: separate;
  border-spacing: 0px; 
}

.tbl4 td:nth-child(1){
  background-color: #ffd800;
  width: 33.33%;
  padding: 10px;
  font-weight: bold;
  text-align: left;
}

.tbl4 td:nth-child(2){
  width: 33.33%;
  font-weight: bold;
}

.tbl4 td:nth-child(3){
  width: 33.33%;
  font-weight: bold;
}

a{
  text-decoration: none;
  color: black;
}

.compCeo{
background: linear-gradient(to bottom, #ffd800, #ffffff);
  background-image: linear-gradient(rgb(255, 216, 0), rgb(255, 255, 255));
  border: dotted;
  border: 1px solid red;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  padding: 15px;
}

.compCeo a{
color: red;

}





/* updated live results table css  */

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

.main-game{
background-color: #ffd800;
text-align: center;
padding: 10px;
line-height: 25px;
}

.main-game .gameName{ 
font-size: 20px;
font-weight: bold;
}

.main-game .gameTime{
font-weight: bolder;
}

.main-game .gameResult{
font-weight: bolder;
}

.tableBanner{
display: flex;
background-color: black;
color: white;
padding: 10px;
font-weight: bold;
font-size: 15px;

}

.tableBanner .name{
 width: 33.33%;
 text-align: center;
}

.tableBanner .yesterday{
 width: 33.33%;
 text-align: center;
}

.tableBanner .today{
width: 33.33%;
text-align: center;
}

.resultTable{
display: flex;
color: black;	
text-align: center;
line-height: 24px;

}

.resultTable .game .name{
font-weight: bold;
font-size: 23px;
}

.resultTable .row-column{
height: 7rem;
border: 1px solid black;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.result .row-column{
display: flex;
align-items: center;
justify-content: center;
}

.resultTable .game .time{
font-weight: bold;
font-size: 16px;
}

.resultTable .game .record{
font-weight: bold;
font-size: 15px;
cursor: pointer;
border: none;
background-color: #ffd800;
}

.resultTable .game{
width: 33.33%;
background-color:  #ffd800;

}

.resultTable .result{
width: 33.33%;
font-size: 25px;
}


/* new updated waiting games area and timer css */

.timer-and-waiting-box{
background-color: black;
padding-bottom: 1.5rem;
}

.clock{
color: yellow;
text-align: center;
font-size: 25px;
padding: 10px;
}

.games{
color: #fffdfd;
text-align: center;
margin-top: 20px;
font-size: 25px;
line-height: 40px;
font-weight: bold;
}

.a2{
color: white;
text-align: center;
font-size: 15px;
margin-top: 5px;
}


/* new updated results table css */

.latest-results-table{
  display: block;
}

.game-data{
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.game-data{
  border: 2px solid black;
  border-top: 0;
}

.game-name-chart{
      background-color: #ffd800;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 20px;
    padding: 7px;
    font-weight: bolder;
    text-align: center;
        font-size: 15px;
}

.game-name-chart .time{
  font-size: 12px;
}

.yesterday-result, .today-result{
    font-size: 20.5px;
  flex-grow: 1;
  border-left: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-data .today-result img{
    height: 20px;
    weight: 20px;
    scale:2.1;
}

@media (max-width: 600px) {
.clock{
  font-size: 18px;
}
.latest-results-table .game-name-time-column{
    width: 50%;
 }
 .latest-results-table .game-name-time-column .game-name-time{
    line-height: 20px;
 }

 .latest-results-table .game-name-time-column .game-name-time .game-name{
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
 }
 
 .latest-results-table .game-name-time-column .game-name-time .game-time{
     font-size: 13px;
     font-weight: bold;
  }
 
  .latest-results-table .game-name-time-column .game-name-time .game-record-chart{
     font-size: 15px;
     font-weight: bold;
  }

  .latest-results-table .yesterday-result-column .yeserday-result{
    font-weight: bold;
    font-size: 20px;
}
.latest-results-table .today-result-column .today-result{
    font-size: 20PX;
    font-weight: bold;
}
}



/* bottom monthly table according to game */
/* bottom monthly table according to game */

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

.monthName{
background: linear-gradient(to bottom,#ff9000 0%,#ffe400 100%);
text-align: center;
font-size: 30px;
padding: 10px;
font-weight: bold;
}

.monthResultTable{
display: flex;
color: black;	
text-align: center;
line-height: 24px;
overflow-x: scroll;
}

/*.monthResultTable .row-column{*/
/*	height: 3rem;*/
/*	border: 1px solid black;*/
/*}*/

/*.monthResult .row-column{*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;     */
/*}*/


/*.monthResultTable .monthGame{*/
/*	width: 33.33%;*/
/*	background-color: #ffd800;*/
/*	position: sticky;*/

/*}*/

/*.monthResultTable .monthResult{*/
/*	width: 33.33%;*/
/*	font-size: 20px;*/
/*} */

/*.monthResultTable .monthGame .row-column{*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	font-size: 19px;*/
/*	font-weight: bold;*/
/*}*/

/*.monthResultTable .monthResult div:nth-child(1)  {*/
/*	background-color: #ffd800;*/
/*	font-size: 15px;*/
/*	font-weight: bold;*/
/*	padding: 10px;*/
/*}*/


.monthResultTable .row-column{
height: 3rem;
border: 1px solid black;
}

.monthResult .row-column{
display: flex;
align-items: center;
justify-content: center;     
}

.monthResultTable .monthGame{
/* width: 33.33%; */
background-color: #ffd800;
    position: sticky;
    left: 0;

}

.monthResultTable .monthResult{
width: 33.33%;
font-size: 20px;
} 

.monthResultTable .monthGame .row-column{
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
font-weight: bold;
}

.monthResultTable .monthResult div:nth-child(1)  {
background-color: #ffd800;
font-size: 15px;
font-weight: bold;
padding: 10px;
line-height:16px;
}

@media (max-width: 485px) {
.monthResultTable .monthResult div:nth-child(1){
  font-size: 10px;
}
.monthResultTable .monthGame .row-column{
  font-size: 10px;
}
.monthResultTable .monthResult{
    font-size:15px;
}
}


.all-games-current-year-complete-tables-box{
display: flex;
flex-direction: column;
}

.table-heading-games-timing{
margin-top: 1rem;
margin-bottom: 1rem;
}



/* all games montly chart page form css */
.month-year-select{
text-align: center;
padding: 10px;
}

.month-year-select .month-option{
font-size: 20px;
}

.month-year-select .year-option{
font-size: 20px;
}

.month-year-select .go-button{
background-color: #ffd800;
font-size: 20px;
border-radius: 10px;
padding-left: 2rem;
padding-right: 2rem;
cursor: pointer;
}

.month-year-select .go-button:hover{
background-color: azure;
} 

@media (max-width: 390px) {

.month-year-select .year-option{
    margin-top: 5px;
}

.month-year-select .go-button{
    display: block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
}
.current-month-name{
background-color: black;
color: #ffd800;
text-align: center;
padding: 15PX;
font-size: 40px;
}


/* Footer container */
.footer-yearly-table-container {
  width: 100%;
  overflow-x: auto; /* Enable horizontal scroll */
  display: block; /* Make it block-level to contain the table */
  margin-top: 20px; /* Optional space for visual clarity */
}

/* Footer yearly clickable table */
.footer-yearly-table {
  display: flex;
  font-size: 20px;
  box-sizing: border-box;
  width: 100%; /* Ensure table stretches fully */
  min-width: max-content; /* Avoid column shrinking */
}

.footer-yearly-table .game-name {
  background-color: #ffd800;
  padding-left: 0.3rem;
  font-weight: bold;
  border-right: 1px solid black;
  position: sticky;
  left: 0; /* Fix game name to the left */
  z-index: 2; /* Ensure it stays on top when scrolling */
  width: 200px; /* Fixed width for the game name column */
  text-align: left;
  white-space: nowrap; /* Prevent text from wrapping */
}

.footer-yearly-table .game-name, .footer-yearly-table .game-year {
  border: 1px solid black;
  font-family: sans-serif;
  padding: 10px;
  text-align: center;
}

.footer-yearly-table .game-year {
  cursor: pointer;
  width: 150px; /* Fixed width for year columns */
  min-width: 150px; /* Prevent shrinking */
}

/* Optional: styling for last year column */
.footer-yearly-table .game-year:last-child {
  border-right: none;
}


.disawarGameData .gameName .disawar-name-and-button{
  cursor: pointer;
  background-color: #ffd800;
  border: none;
  font-weight: 700;
}

.footer-yearly-clickable-table .footer-yearly-table .year-click-button{
  border:none;
  background-color:white;
  text-decoration: underline;
  font-size:18px;
  
  
}

.privacy-div p{
      margin-right: 40px;
      margin-left: 40px;
      margin-top: 20px;
      line-height: 30px;
  }
  .privacy-div h1 {
      margin-right: 40px;
      margin-left: 40px;
      margin-top: 20px;
      line-height: 30px;
  }
      .privacy-div h2 {
      margin-right: 40px;
      margin-left: 40px;
      margin-top: 20px;
      line-height: 30px;
  }

/*.footer-yearly-table .y2022{
width: 20%;
text-align: center;
border: 2px solid black;
height: 29px;
}

.footer-yearly-table .y2021{
width: 20%;
text-align: center;
border: 2px solid black;
height: 29px;
}

.footer-yearly-table .y2020{
width: 20%;
text-align: center;
border: 2px solid black;
height: 29px;
}

@media (max-width: 330px){
.footer-yearly-table .game-name{
    font-size: 15px;
    height: 29px;
}
} */

.game-name-years{
  width: 100%;
  display: flex;
  border: 1px solid black;
}

.game-name-years .game-name{
  width: 40%;
  background-color: #ffd800;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 5px;
}

.game-name-years .game-year{
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: black;
  border-left: 2px solid black;
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.add-outer-box{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.first-add{
    border: 2px solid red;
    border-style: dotted;
    text-align: center;
    background: linear-gradient(to bottom, #ffd800, #ffffff);
    background-image: linear-gradient(rgb(255, 216, 0), rgb(255, 255, 255));
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding: 20px;
    border-radius: 20px;
    line-height:21px;
}

.second-add{
    border: 2px solid red;
    border-style: dotted;
    text-align: center;
    background: linear-gradient(to bottom, #ffd800, #ffffff);
    background-image: linear-gradient(rgb(255, 216, 0), rgb(255, 255, 255));
    min-width: 493px;
    height: fit-content;
    align-self: center;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-radius: 20px;
}

.whatsapp-logo{
    width: 150px;
}















@media (max-width: 768px) {
  .footer-yearly-clickable-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ccc;
  }

  .footer-yearly-clickable-table > .game-name-years {
    display: inline-flex;
    min-width: max-content;
 
    width: 100%;
  }

  .footer-yearly-clickable-table > .game-name-years:last-child {
    border-bottom: none;
  }

  .footer-yearly-clickable-table .game-name {
    position: sticky;
    left: 0;
    background: #FFD800;
    font-weight: 600;           /* Thoda normal boldness */
    font-size: 15px;            /* Size thoda bada */
    min-width: 110px;           /* Thoda chhota width */
    max-width: 110px;
    padding: 6px 8px;           /* Less padding = less height */
    text-align: left;

  }
.footer-yearly-clickable-table .game-name {
  font-size: 15px;
  font-weight: 600;
  min-width: 120px;
  max-width: 120px;

  text-align: left;
  border-right: 1px solid #ddd;
  background: #FFD800;
  position: sticky;
  left: 0;
  z-index: 2;
  box-sizing: border-box;

  /* New important part */
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

  .footer-yearly-clickable-table .game-year {
    flex: 0 0 70px;             /* Slightly narrower year boxes */
    font-size: 14px;            /* Normal text size */
    padding: 6px 4px;           /* Less padding = compact */
    background: #fff;
    border-right: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .footer-yearly-clickable-table .game-year:last-child {
    border-right: none;
  }

  .footer-yearly-clickable-table::-webkit-scrollbar {
    display: none;
  }
}




























@media (max-width: 500px) {
    .second-add{
        min-width: fit-content;
        margin-right: 5px;
        margin-left: 5px;
    }
    .first-add{
        margin-right: 6px;
        margin-left: 2px;
    }
}

P{
    font-weight: bold;
}

.first-add p:nth-child(1){
    color: #4b2d4f;
}

.first-add p:nth-child(2){
    color: #4b2d4f;
    font-size: 15px;
}

.first-add p:nth-child(18){
    color: green;
}

.first-add p:nth-child(30){
    color: #4b2d4f;
    font-size: 15px;
}

.first-add p:nth-child(19){
    line-height:normal;
}

.first-add p:nth-child(25){
     line-height:normal;
}