*{
    margin: 0;
    padding: 0;
}


/* Header Section */

section {
    background-color: black;
    text-align: center;
    padding-bottom: 1px;
}

ul {
    display: flex;
}

li {
    display: block;
    color: red;
    text-decoration: none;
    padding: 7px;
    background-color: #f7ffb8;
    font-weight: bold;
    width: 33.33%;
    text-align: center;
    border-radius: 5px;
    margin: 6px 3px;
}

li a{
    text-decoration: none;
    color: red;
}

.marquee{
    color: red;
    font-size: 10px;
    font-weight: bold;
    padding-top: 0;
}

.link{
    border: 3px solid red;
    border-radius: 23px;
    border-style: dotted;
    background-color: #f7ffb8;
   text-align: center;
}

.link p:nth-child(2){
    text-shadow: 1px 1px red;
    font-size: 22px;
    color: red;
    font-weight: bold;
    overflow-wrap: break-word;
}

.link p:nth-child(1){
    font-size: 14px;
    font-weight: bold;
}

.online-game-khele{
  text-align: center;
}

.online-game-khele button{
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: 1.0em;
    padding: 5px;
}

.button-33 {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 7px 20px;
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-33:hover {
    box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
  }

  .comp-se-jude{
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 2px;
  }

  .comp-se-jude button{
    background-color: green;
    color: white;
    padding: 5px;
    border-radius: 5px;
  }

  .comp-se-jude button:hover {
    box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
  }



/* Declare games and Waiting games */

.live-games{
    text-align: center;
    background-color: black;
    color: white;
    border: double  6px yellow;
    border-radius: 10px;
}

.live-games .live-result-main-div .clock{
    color: red;
    font-weight: bold;
    padding: 5px 0px;
}

.live-result-main-div .game-name{
    font-size: 29px;
    font-weight: bold;
}

.live-result-main-div .game-result{
    font-size: 33px;
    color: yellow;
    font-weight: bold;
}



/* Today Yesterday Home Result Table */

.today-yesterday-result{
    display: flex;
    flex-wrap: wrap;
    border: 2px solid black;
    margin-top: 5px;
    background: #003300;
    justify-content: center;
    box-sizing: border-box;
    border: 2px solid black;
    border-bottom: none;
    width: 100%;
}

.live-result-column-1{
  background-color: #003300;
    color: white;
    padding: 4px;
    text-align: center;
    width: 48%;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    
}

.live-result-column-2{
    background-color: #003300;
    color: white;
    padding: 4px;
    text-align: center;
    width: 48%;
    border-bottom: 2px solid black;
}

@media only screen and (max-width: 1505px) {
    .live-result-column-1 {
         width: 48%;
     }
     .live-result-column-2{
        width: 48%;
     }
    .live-result-column-1 .g-result{
        font-size: 16px;
    }
    .live-result-column-2 .g-result{
        font-size: 16px;
    }
 } 

@media only screen and (max-width: 730px) {
    .live-result-column-1 {
         width: 48%;
     }
     .live-result-column-2{
        width: 48%;
     }
}
@media only screen and (max-width: 465px) {
    .live-result-column-1 {
         width: 48%;
     }
     .live-result-column-2{
        width: 48%;
     }
}

@media only screen and (max-width: 448px) {
    .live-result-column-1 {
         width: 47%;
     }
     .live-result-column-2{
        width: 47%;
     }
}

.g-name a{
    font-size: 18px;
    font-family: "Times New Roman";
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.g-time{
    font-size: 17px;
    font-family: "Times New Roman";
    color: yellow;
    font-weight: 700;
}

.g-result{
    font-size: 22px;
    font-family: "Times New Roman";
    font-weight: 700;
    color: white;
}

.g-result span{
    color:rgb(0, 250, 237);
}




/* Current Month Chart */

.monthName{
	background-color: #ffff79;
	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: 2rem;
	border: 1px solid black;
	height: max-content;
}

.monthResult .row-column{
	display: flex;
	align-items: center;
	justify-content: center;     
}


.monthResultTable .monthGame{
	background-color: #ffff79;
	color: red;
	position:sticky;
	left:0;
	
}

.monthResultTable .only-date{
	background-color: #ffff79;
    color: red;
    font-size: 12px;
    height: 26px;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
    border: 1px solid black;
    text-align: center;
}

.monthResultTable .monthResult{
	width: 100%;
	font-size: 18px;
	font-weight:bold;
} 

.monthResultTable .monthGame .row-column{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
}

.monthResultTable .monthResult div:nth-child(1)  {
    background-color: #ffff79;
    color: red;
    height: max-content;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 2px 0px 2px;
    border: 1px solid black;
    text-align: center;
}

@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 .only-date{
      height:30px;
  }
}


.month-year-select{
    text-align: center;
    padding: 10px;
}

.month-year-select .month-option{
    font-size: 15px;
    width: fit-content;
}

.month-year-select .year-option{
    font-size: 15px;
}

.month-year-select .go-button{
    background-color: #003300;
    font-size: 15px;
    width: 50px;
    height: fit-content;
    color: white;
    border-radius: 10px;
}

.month-year-select .go-button:hover{
    background-color: white;
    color: #003300;
} 

@media (max-width: 288px) {

    .month-year-select .year-option{
        margin-top: 5px;
    }

    .month-year-select .go-button{
        display: block;
        margin-top: 0.5rem;
        margin-left: 4rem;
        margin-right: 1rem;
    }
}
.current-month-name{
    background-color: #003300;
    color: white;
    text-align: center;
    padding: 10PX;
    font-size: 30px;
}

.yearlyRecord{
    border: 2px solid black;
    border-bottom: 0px;
    text-align: center;
    background: transparent;
}

.yearlyRecord a{
    color: red;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.yearly-charts-outer-box{
     text-align: center;
     margin-top: 10px;
}





/* Extra Notice and Ads */

.extra-notic a{
    text-decoration: none;
    color: white;
 }
 
 .leak-jodi-call{
    text-align: center;
    background-color: black;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    font-weight: bold;
 }
 
 .call-button{
    background-color: red;
    color: white;
    margin-top: 10px;
    border-radius: 20px;
    font-size: 16px;
    padding: 5px;
    width: 130px;
    margin-bottom: 20px;
    font-weight: bold;
 }

 .call-button a{
    text-decoration: none;
    color: white;
    cursor: pointer;
 }
 
 .whatsapp-button{
    background-color: green;
    color: white;
    margin-top: 10px;
    border-radius: 20px;
    font-size: 16px;
    padding: 5px;
    width: 180px;
    font-weight: bold;
 }

 .whatsapp-button a{
    text-decoration: none;
    color: white;
    cursor: pointer;
 }
 
 @media (max-width: 340px){
     .call-button{
        font-size: 15px;
        width: 100px;
    }
     .whatsapp-button{
        font-size: 15px;
        width: 160px;
    }
 }
 
 .bulk-notice{
    background-color: black;
 }
 
 .leak-leak-notice{
    background-color: white;
    margin-top: 10px;
    border: 4px solid red;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    line-height: normal;
   
 }
 
 @media (max-width:700px){
    .leak-leak-notice p:nth-child(3){
        line-height: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
    .leak-leak-notice p:nth-child(4){
        line-height: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
    .leak-leak-notice p:nth-child(5){
        line-height: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
    .leak-leak-notice p:nth-child(9){
        line-height: normal;
    }
 }
 
 .leak-leak-notice p:nth-child(1){
    color: red;
 }
 
 .leak-leak-notice p:nth-child(2){
    color: blue;
 }
 
 .leak-leak-notice p:nth-child(6){
    color: blue;
    font-size:  18px;
    line-height: normal;
 }
 
 .leak-leak-notice p:nth-child(7){
    color: red;
    font-size:  20px;
 }
 
 .leak-leak-notice p:nth-child(8){
    color: green;
    font-size:  20px;
 }
 
 .leak-leak-notice p:nth-child(9){
    color: blue;
    font-size:  20px;
 }
 
 .delhi-head-branch{
    background-color: white;
    text-align: center;
    line-height: normal;
    margin-top: 5px;
    padding-top: 10px;
    border-radius: 20px;
    border: 4px solid red;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
 }
 
 .delhi-head-branch p:nth-child(1){
        line-height: normal;
        font-size: 15px;
    }
 
 .delhi-head-branch p:nth-child(2){
    color: red;
 }
 
 .delhi-head-branch p:nth-child(3){
    color: blue;
    font-size: 25px;
 }
 
 .delhi-head-branch p:nth-child(4){
    color: green;
 }
 
 @media (max-width:700px){
    .delhi-head-branch p:nth-child(4){
        line-height: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
 }
 
 .single-leak-jodi{
    background-color: white;
    text-align: center;
    line-height: normal;
    margin-top: 5px;
    padding-top: 10px;
    border-radius: 20px;
    border: 4px solid red;
    font-weight: bold;
    padding-bottom: 10px;
 }
 
 .single-leak-jodi p:nth-child(1){
    color: red;
 }
 
 .single-leak-jodi p:nth-child(4){
    color: red;
    font-size: 20px;
 }
 
 .single-leak-jodi p:nth-child(5){
    color: green;
    font-size: 20px;
 }
 
 @media (max-width:400px){
    .single-leak-jodi p:nth-child(2){
        line-height: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
    .single-leak-jodi p:nth-child(4){
        line-height: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
 }
 
 .leak-leak-telegram{
    background-color: #fbfb7d;
    text-align: center;
    line-height: normal;
    margin-top: 5px;
    padding-top: 10px;
    border-radius: 20px;
    border: 4px solid red;
    font-weight: bold;
    padding-bottom: 10px;
 }
 .leak-leak-telegram p:nth-child(1){
    color: red;
 }
 
 .telegram{
    background-color: #0c62ad;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    height: 20px;
    width: 150px;
    font-weight: bold;
 }
 
 .telegram a{
    text-decoration: none;
    color: white;
    cursor: pointer;
 }

 @media (max-width:500px){
    .leak-leak-telegram p:nth-child(5){
        line-height: normal;
        padding-left: 0px;
        padding-right: 0px;
    }
    .leak-leak-telegram p:nth-child(4){
        line-height: normal;
        padding-left: 20px;
        padding-right: 20px;
    }
 }
 
 .khaiwal-sampark-ads{
    background-color: #ffff00;
    text-align: center;
    margin-top: 5px;
    border-radius: 20px;
    border: 4px solid red;
    font-weight: bold;
 }
 
 .warning{
    background-color: white;
    text-align: center;
    margin-top: 5px;
    border-radius: 20px;
    border: 4px solid red;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
 }
 
 .warning p:nth-child(1){
    color: red;
    font-size: 20px;
 }
 
