*{
  margin:0;
  padding:0;
}
















@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: 768px) {
  footer, 
  .monthResultTable .monthResult div:nth-child(1),
  .monthResultTable .monthGame .row-column {
    font-size: 14px !important;
  }
}




























/* 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: #FFDA40;
  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 linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
}


.B7-sattta{
text-align: center;
background-color:#FFDA40;
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: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
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: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
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: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
  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 right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
  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 right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
  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: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
padding: 10px;
}

.a6 td:nth-child(1){
background-color: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
font-size: 20px;
}
.a6 td{
font-size: 20px;
}

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

.tbl4 td:nth-child(1){
  background-color: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
  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 right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
  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: #FFDA40;
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: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
}

.resultTable .game{
width: 33.33%;
background-color:  linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);

}

.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: #FFDA40;
text-align: center;
font-size: 25px;
padding: 10px;
}

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

.a2{
color: white;
text-align: center;
font-size: 25px;
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:#FFDA40;
    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;
    scale:2.1;
}

@media (max-width: 700px) {
.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: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);*/
/*	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: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);*/
/*	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: #FFDA40;
    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: #FFDA40;
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: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
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: #000000;
color: White;
text-align: center;
padding: 15PX;
font-size: 40px;
}


/* footer yearly clickable table */
.footer-yearly-table{
display: flex;
font-size: 20px;
box-sizing: border-box;
}


.footer-yearly-table .game-name{
background-color: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
width: 50%;
padding-left: 0.3rem;
font-weight: bold;
}

.footer-yearly-table .game-name, .game-year{
border: 1px solid black;
flex-grow: 1;
    font-family: sans-serif;
  padding: 3px;
}

.footer-yearly-table .game-year{
text-align: center;
width: 16.66%;
cursor: pointer;
}

.disawarGameData .gameName .disawar-name-and-button{
  cursor: pointer;
  background-color: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
  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: #FFDA40;
  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;
}




/* Advertisment */

.ads-main-div {
  display: flex;
  margin-top: 25px;
}

.ads-main-div img {
  height: 60px;
}

.big-add {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  border: dashed red;
  background: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
  border-radius: 20px;
  font-weight: bold;
  line-height: 37px;
  overflow-wrap: break-word;
}

.small-add {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 auto;
  margin-left: 5px;
  height: max-content;
  padding: 1.25rem;
  border: dashed red;
  background: linear-gradient(to right, #ffa500 0%, #ffeb3b 40%, #ffa500 100%);
  border-radius: 20px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}

.ads-main-div p {
  font-size: 1.1rem;
  color: #302e2e;
}

.ads-main-div .small-add p:nth-child(5) {
  font-size: 0.9rem;
}

.ads-main-div .big-add p:nth-child(2) {
  font-weight: bolder;
}

.ads-main-div .big-add p:nth-child(18) {
  font-weight: bolder;
  line-height: normal;
}

.ads-main-div .big-add p:nth-child(18) {
  font-size: 14px;
  line-height: normal;

}

.ads-main-div .big-add p:nth-child(18) b {
  font-size: 1.1rem;
  font-weight: bolder;
}

.ads-main-div .big-add p:nth-child(22) {
  font-weight: bolder;
}

.ads-main-div .big-add p:nth-child(13) b {
  font-weight: bolder;
}

.ads-main-div .big-add p:nth-child(24) b {
  font-weight: bolder;
}

.ads-main-div .big-add p:nth-child(25) {
  font-weight: bolder;
}

.ads-main-div .big-add p:nth-child(26) {
  color: #0d6efd;

}

.ads-main-div .small-add p:nth-child(2) b {
  font-weight: bolder;
}

.ads-main-div .small-add p:nth-child(3) {
  font-weight: bolder;
}

@media only screen and (max-width: 850px) {
  .ads-main-div {
      display: block;
      text-align: center;
  }

  .ads-main-div .big-add {
      width: 100%;
  }

  .ads-main-div .small-add {
      width: 100%;
      margin-left: 0px;
      margin-top: 10px;
  }
}