*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clock{
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
    bottom:15px;
    font-weight: bold;
}
.big-add img,
.small-add img {
    height: auto !important;
    width: 100px !important;
}


.monthResult .row-column:nth-child(even) {
    background-color: #DDDDDD; /* halka blue */
}

.monthResult .row-column:nth-child(odd) {
    background-color: transparent; /* ya jo aapka default hai */
}
.monthResult :hover {
    background-color: #DDDDDD;
}

#yearForm {
    background-color: black !important;
    padding: 8px 10px;
    border-radius: 4px; /* optional, agar thoda rounded chahiye */
}

#yearForm label,
#yearForm select {
    color: white !important; /* text and dropdown text ko white */
}

/* Wrapper for centering */
.yearly-chart-wrapper {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Label */
.yearly-chart-wrapper .year-label {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    color: #FFFFFF;
}

/* Dropdown */
.yearly-chart-wrapper #yearSelect {
    padding: 8px 14px;
    font-size: 16px;
    border-radius: 6px;
    border: 1.5px solid #FFFFFF;
    background-color: #fffbfb00;
    color: #111;
    cursor: pointer;
    transition: 0.3s ease;
    min-width: 140px;
}

/* Hover & focus */
.yearly-chart-wrapper #yearSelect:hover,
.yearly-chart-wrapper #yearSelect:focus {
    border-color: #1558b0;
    background-color: black;
    outline: none;
}

/* Yearly chart heading */
.yearly-chart-wrapper .current-month-name {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin: 20px 0 15px;
    text-transform: uppercase;
}










/* Desktop / Default */
.yearly-chart-link a {
  display: block;
  width: 100%;
  background: #0C62AD;
  color: #fff;
  padding:5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.yearly-chart-link {
  width: 100%;
}

/* Mobile (max-width: 768px ke liye) */
@media (max-width: 768px) {
  .yearly-chart-link a {
    font-size: 10px;       /* thoda chhota font */
    padding: 1px 0;       /* thoda kam padding */
  }
}





























.chart-link {
    background: #0C62AD; /* #0C62AD strip */
    padding: 7px 0;
    text-align: center;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: -1px;

}

.chart-link a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block; /* Make link cover full strip */
}

.chart-link a:hover {
    text-decoration: none;
}

.game-box {
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    padding: 0 5px;
}

.game-title {
    font-size: 20px;
    font-weight: bold;
    color: #0C62AD;
}

.game-time {
    font-size: 14px;
    color: red;
}

.game-result {
    font-size: 16px;
    margin: 5px 0;
}

.game-link-strip {
    background: #1976d2;
    color: white;
    padding: 5px 0;
    margin-top: 5px;
}

.game-link-strip a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.game-link-strip a:hover {
  	text-decoration: none;
}

/* 📱 Mobile Friendly Styles */
@media (max-width: 600px) {
    .game-title {
        font-size: 16px;
    }
    .game-time {
        font-size: 12px;
    }
    .game-result {
        font-size: 14px;
    }
    .chart-link,
    .game-link-strip {
        padding: 3px 0;
        font-size: 14px;
    }
    .chart-link a,
    .game-link-strip a {
        font-size: 10px;
    }
    .game-box {
        margin-bottom: 15px;
    }
}



.navBar{
	width: 100%;
	background-color: black;
	height: 120px;
}

.header-part{
    background-color:black;
}

.NavBarTable th{
	border: 2px solid black;
	color: black;
	background-color:#ff2734;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	padding: 8px 5px 8px 5px;
}

.header-link {
    display: inline-flex
;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    text-decoration: none;
}
.sattaKing{
	background-color: #0C62AD;
    text-align: center;	
    padding: 5px;
    font-size: 30px;
    margin-top: 10px;
    color: white;
}

.fullRibben{
	background-color:#15161A;
border-top: 2px solid #0C62AD;
border-bottom:2px solid #0C62AD;
    margin-bottom: 10px;


	text-align: center;
	color: white;
}
.fullRibbenclock{
	background-color:#ffffff;
	text-align: center;
	color: black;
}

.resultRibben{
	padding: 5px;
}

.gameplay{
	background-color: floralwhite;
    text-align: center;
    font-size: 16px;
}

.gameplay .onlineplay{
	text-decoration: none;
	background-color: #ff2734;
	margin-top: 0;
	color: white;
	font-weight: 800;
	padding: 4px 19px;
    border-radius: 1px 1px 15px 15px;
}



.live-result-today-text{
	text-align: center; 
	font-size: 18px;
	font-weight: bold;
	font-family: inherit; 
	margin-top: 10px;
}
.liveGame {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    font-family: inherit;
    padding: 10px;
    color: #ff2734;
}

.liveResult {
    color: #008000;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    font-family: inherit;
}

/* Mobile ke liye responsive style */
@media (max-width: 600px) {
    .liveGame,
    .liveResult {
        font-size: 20px;  /* Mobile pe chhota font */
        padding: 6px;     /* Kam padding */
    }
}


/* live results table design css */
.games-result-single-table .full-width-game-with-result{
	background-color: #000000;
	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-bottom: 2px;
line-height: 25px;
	background-color: #ffffff;
	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: #0C62AD;
}


.recordChart{
	background-color: black;
	color: white;
	font-size: 27px;
	padding: 15px;
	text-align: center;
}


/* current month result table of all games */



.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;

    position: sticky;
    left: 0;
	/* background-color:  #ffd800; */
	
}

.monthResultTable .only-date{
	background-color: #a52a2a;
	color: white;
	height:30px;
}

.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: #0C62AD;
}

@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: 20px 20px 20px 20px;
	line-height: 15px;
}

.disclamerDiv{
	border: 3px solid blue;
	background: linear-gradient(to bottom, #ffffff, #ffffff);
	color: black;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	
	padding: 5px;
	font-size: 15px;
	line-height: 20px;
}

.disclamer{
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	line-height: 20px;
	background: #0C62AD;
}

.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;
    border: 3px solid #000000;
    border-radius: 10px;
    background: White;
    div-gap: 10px;
    margin-top: 5px;
    padding: 10px;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 255, 0.6);}

/* Mobile view ke liye */
@media (max-width: 768px) {
    .yearlyRecord {
        font-size: 13px;
  
    }
}


.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;
}
.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: 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: #0C62AD;
  } 
  
  @media (max-width: 390px) {
  
	.month-year-select .year-option{
		margin-top: 5px;
	}
  
	.month-year-select .go-button{
		
		margin-top: 1rem;
		margin-left: auto;
		margin-right: auto;
	}
  }

  .current-month-name-outer-box{
	padding-top: 20px;
	border-top:1px 
  }
  .current-month-name{
	background-color:#0C62AD;
	color: white;
	text-align: center;
	padding: 15PX;
	font-size: 30px;
	font-weight: 700;
	margin-top:10px;
	margin-bottom: 10px;
  }

.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 white;
    background: linear-gradient(to bottom, #0C62AD, #000000);
    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 white;
	background: linear-gradient(to bottom, #0C62AD, #000000);

    border-radius: 20px;
    font-weight: bold;
    line-height: 36px;
}

.ads-main-div p {
    font-size: 1.1rem;
    color: #ffffff;
}

.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;
}
.leak-jodi{
    color: #fffc00;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    
}

.whtsp-btn{
       background-color: #18a707;
    color: white;
    font-size: 18px;
    border-radius: 20px;
    height: 35px;
    width: 180px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none;
    font-family: system-ui;
        font-weight: 400;
}
.sattacolok{
	background-color: #ffff00;
    text-align: center;	
    padding: 5px;
    font-size: 30px;
    margin-top: 10px;
}

@media only screen and (max-width: 850px) {
    .ads-main-div {
        display: block;
        text-align: center;
      padding-top: 100px;

    }
.ads-main-div p {
    font-size: 15px;
    color: #ffffff;
}
    .ads-main-div .big-add {
        width: 100%;
                width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .ads-main-div .small-add {
        width: 100%;
               margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px); /* gap ke liye width kam ki */

        margin-top: 10px;
    }
}

