*{
  margin:0;
  padding:0;
}

/* 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;
}


.B7-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: 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: #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;
    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: #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 yearly clickable table */
.footer-yearly-table{
display: flex;
font-size: 20px;
box-sizing: border-box;
}


.footer-yearly-table .game-name{
background-color: #ffd800;
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: #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: 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(19){
    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;
}

/* Play Bazar Chart Link */

.play-bazar-link {
    padding: 20px 0;
    margin-top: 25px;
    color: #000;
    border-bottom: 1px solid #000;
    border-top: 2px solid #000;
    background: #ff9000;
    background: linear-gradient(180deg, #ff9000 0, #ffe400);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.play-bazar-link h1 {
    font-weight: 700;
    font-size: 2.5rem;
}

.play-bazar-link div {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 4px 4px 0 0 #fff, 4px 4px 0 1px #000;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin: 0 5px 10px 0;
    padding: 12px 40px;
    text-align: center;
}

.play-bazar-link div a {
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 650px) {
    .play-bazar-link {
        display: block;
        text-align: center;
    }

    .play-bazar-link h1 {
        font-size: 15px;
        line-height: 35px;
    }
}