*{
	margin: 0;
	padding: 0;
}






.game a {
    color: #000000 !important;
    text-decoration: none; /* underline hatane ke liye */
}

.game a:visited {
    color: #000000 !important; /* visited link bhi black rahe */
}

.game a:hover {
    color: #000000 !important; /* hover pe bhi black rahe */
}

.clock{
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
    font-weight: bold;
}


.navBar{
	width: 100%;
	background-color: black;
	height: 120px;
}

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

.NavBarTable th{
	border: 2px solid black;
	color: black;
	background-color: #ff5e00;
	font-size: 15px;
	font-weight: 800px;
	text-decoration: none;
	padding: 8px 5px 8px 5px;
}

.header-link{
	color: white;
	text-decoration: none;
}

.sattaKing{
	background-color: #ffff00;
    text-align: center;	
    padding: 5px;
    font-size: 35px;
    margin-top: 10px;
}

.leak-jodi{
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 25px;
}

.drop-button{
	width: 100%;
	text-align: center;
	background-color: yellow;
}

.drop-button button{
	border-radius: 0px 0px 15px 15px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: red;
	box-shadow: 5px 5px 10px #888888;
}

.drop-button button:hover{
	background-color: white;
	color: red;
}

.drop-button a{
	text-decoration: none;
	color: white;
    font-weight: bold;
}

.drop-button a:hover{
	color: red;
}


.fullRibben{
	background-color: #0c62ad;
	border: 2px solid #1fff1f;
	text-align: center;
	color: white;
}

.resultRibben{
	padding: 5px;
}

.wwwSatta{
	font-size: 25px;
	line-height: 30px;
	padding: 7px;
}

.live-result-today-text{
	text-align: center; 
	font-size: 18px;
	font-weight: bold;
	font-family: inherit; 
	margin-top: 10px;
}

.liveGame{
	color: #ff0088;
	font-size:30px;
	text-align: center;
	font-weight: bold;
	font-family: inherit;
	padding: 10px;
}

.liveResult{
	color: #008000;
	font-size:30px;
	text-align: center;
	font-weight: bold;
	font-family: inherit;
}

/* live results table design css */
.games-result-single-table .full-width-game-with-result{
	background-color: #bf5010;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 16px;
	font-weight: 700;
	padding: 3px;
	line-height: 25px;
}

.games-result-single-table .full-width-game-with-result .time{
	font-size: 15px;
}

.row-half-width-games-with-result{
	display: flex;
	flex-flow: wrap;
}


.row-half-width-games-with-result .half-width-game-column{
	border: 2px solid black;
	 display: flex;
	 width: 50%;
	flex-direction: column;
	align-items: center;
	padding: 5px;
	line-height: 20px;
	background-color: #f5ecce;
	font-weight: bold;
}

.row-half-width-games-with-result .half-width-game-column .game{
	color: #ff2734;
}

.row-half-width-games-with-result .half-width-game-column .time{
	font-size: 15px;
}

.row-half-width-games-with-result .half-width-game-column .num{
	color: blue;
}


.recordChart{
	background-color: black;
	color: white;
	font-size: 27px;
	padding: 15px;
	text-align: center;
}


/* current month result table of all games */

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

.monthName{
	background-color: #ffd800;
	text-align: center;
	font-size: 30px;
	padding: 10px;
	font-weight: bold;
}

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

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

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


.monthResultTable .monthGame{
	background-color: #cec4eb;
	color: #a52a2a;
	color: #a52a2a;
    position: sticky;
    left: 0;
	/* background-color:  #ffd800; */
	
}

.monthResultTable .only-date{
	background-color: #a52a2a;
	color: white;
	height:30px;
}
.game {
  color: #000000 !important; /* Black color with high priority */
}

.monthResultTable .monthResult{
	width: 100%;
	font-size: 20px;
	font-weight:bold;
} 

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

.monthResultTable .monthGame .only-date{
padding: 27px 7px;
}

.monthResultTable .monthResult div:nth-child(1)  {
color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 27px 7px;
    line-height: normal;
    background-color: blue;
}

@media (max-width: 450px) {
    .monthResultTable .monthGame .row-column{
        font-size: 10px;
  }
  .monthResultTable .monthResult{
      font-size:10px;
      font-weight:bolder;
  }
  .monthResultTable .monthResult div:nth-child(1){
      font-size:8px;
      line-height: normal;
      height:30px;
      padding-top: 0;
      padding-bottom:0;
      padding-right:5px;
  }
  .monthResultTable .monthGame .only-date{
       font-size:8px;
      line-height: normal;
      height:30px;
      padding-top: 0;
      padding-bottom:0;
      padding-right:5px;
  }
}

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

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


.noticeBoard{
	border: 3px solid red;
	text-align: center;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
	background-color: whitesmoke;
	border-radius: 5px 5px 5px 5px;
	line-height: 15px;
	margin-bottom: 5px;
}

.disclamerDiv{
	border: 1px solid red;
	background-color: white;
	color: White;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 19px;
	padding: 20px;
	font-size: 15px;
	line-height: 20px;
}

.ceosize{
	border: 3px solid #f30000;
    border-radius: 5px;
    line-height: 18px;
    background: linear-gradient(to right, #2E353192, #1BFFFF);
    font-weight: 600;
    text-align: center;
    padding: 13px;
    margin-bottom: 5px;
	line-height: normal;
}


.disclamer{
	color: red;
	font-size: 20px;
	padding: 5px;
	line-height: 20px;
}

.sattaRecord{
    background-color: yellow;
    color: black;
    text-align: center;
    padding: 18px;
    font-size: 25px;
    border: 4px solid white;
    font-weight: bold;
    margin-top: 10px;
}

.yearlyRecord{
	text-align: center;
	background-color: white;
	border: 3px solid #4a4545;
	border-radius: 6px;
	margin-top:5px;
	box-shadow: 0px 3px 1px #888888;
}

.yearlyRecord a{
	color: black;
	text-decoration: none;
	font-weight: 600;
}

.footer{
	background-color: black;
	text-align: center;
	border: 5px solid white;
}

.footer button{
	background-color: yellow;
	margin-top: 10px;
	font-size: 15px;
	padding: 5px;
	border-radius: 15px 15px 15px 15px;
	font-weight: bold;
	cursor: pointer;
}

.footer p{
	color: white;
	margin-top: 40px;
	font-size: 15px;
}

.fotr{
	color: black;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}


/* all games montly chart page form css */
.month-year-form-box{
	background-color: black;
	margin-top: 15px;
}
.month-year-select{
	text-align: center;
    padding: 5px;
    background-color: black;
  }
  
  .month-year-select .month-option{
	font-size: 20px;
  }
  
  .month-year-select .year-option{
	font-size: 20px;
  }
  
  .month-year-select .go-button{
	background-color: darkred;
	color: white;
	font-size: 20px;
	border-radius: 10px;
	padding-left: 2rem;
	padding-right: 2rem;
	cursor: pointer;
  }
  
  .month-year-select .go-button:hover{
	background-color: blue;
  } 
  
  @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-outer-box{
	background-color: black;
	padding-top: 20px;
  }
  .current-month-name{
	background-color: #3b3939;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    font-size: 30px;
    font-weight: 700;
  }

.year-click-button{
	border: none;
	background-color: white;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
}

.contact-section{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-section .contact-text{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.notice-disclaimer-data{
    margin-top:10px;
}



/* Advertisment  */


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

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

.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, #11998E, #38EF7D);
    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, #11998E, #38EF7D);

    border-radius: 20px;
    font-weight: bold;
    line-height: 36px;
}

.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(17) {
    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(21) {
    font-weight: bolder;
}

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

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

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

.ads-main-div .big-add p:nth-child(25) {
    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;
    }
}
