@charset "utf-8";
/* CSS Document */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FD7E14; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FD7E14; 
}
a
{
	text-decoration: none !important;
}

#navbar 
{
	width: 100%;
    
    top: 0;
    transition: top 0.3s;
	background: #fff;
	z-index: 999;
	border-bottom: solid 1px #0D6EFD;
}

.logo
{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0px;
}

.logo img
{
	width: 100%;
	max-width: 200px;
	display: inline-block;
}

.home_text
{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 5px 5px;
	background: #F0F0F0;
	border-top: solid 2px #E2AE13;
}

.home_text h2
{
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

#customers 
{
  	border-collapse: collapse;
  	width: 100%;
	text-align: center;
}

#customers td, #customers th 
{
  	border: 1px solid #6A6A6A;
  	padding: 8px;
}

#customers tr:nth-child(even)
{
	background-color: #f2f2f2;
}

#customers tr:hover 
{
	background-color: #ddd;
}

#customers th 
{
  	padding-top: 10px;
  	padding-bottom: 10px;
  	text-align: center;
  	color: white;
	/*background: linear-gradient(-45deg, #a60acd, #a60acd, #61394f, #cd0acadb);*/
	/*background: linear-gradient(-45deg, #a60acd, #ebd312, #ef098a, #cd0acadb);*/
	background: linear-gradient(-45deg, #e309b7, #eab20a, #b90dbf, #06e80ddb);  
	/*background: linear-gradient(-45deg, #bf12ea, #dee209, #bb0ae8, #06e80ddb);*/
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
}

@keyframes gradient 
{
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
}

.lucky_name
{

	color: #000;
font-weight: bold;
	text-transform: uppercase;
	font-size: 47px;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 6px 4px 4px #000;

}

.lucky_number
{

	color: red;
font-weight: bold;
	text-transform: uppercase;
	font-size: 47px;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 6px 4px 4px #000;

}

.lucky_num
{
	font-size: 27px;
	color: #474747;
	font-weight: bold;
}
.lucky_nam
{
	font-size: 27px;
	color: #474747;
	font-weight: bold;
}

.livegame {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.livenum {
 
  font-weight: bold;
font-size: 30px; 
color: #71008f;
}
.time
{
	font-size: 14px;
	color: lightslategray;
	font-weight: bold;
}

.ad
{
	width: 100%;
	overflow: hidden;
    position: sticky;
    top: 5%;
}

.mobile_ad
{
	width: 100%;
	max-width: 700px;
	text-align: center;
}

.starline_head
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.social_icon
{
	width: auto;
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
}

.social_icon a
{
	width: 40px;
    height: 40px;
    font-size: 25px;
    display: inline-block;
    padding: 0 9px;
    border-radius: 10px;
	margin-bottom: 10px;
}

.social_icon a:hover
{
	color: #fff;
}

.social_icon a p
{
	display: none;
}

.whatsapp
{
	background: #0DC143;
	color: #fff;
}

.telegram
{
	background: #0088cc;
	color: #fff;
}

.phone
{
	background: #01A2DA;
	color: #fff;
}

.reload
{
	background: #FD7E14;
	color: #fff;
}

.accordion-item
{
	border: solid 1px #6A6A6A;
}

.accordion-body span
{
	background: #0D6EFD;
    padding: 1px 8px;
    color: #fff;
    border-radius: 5px
}

.badge span
{
	background: #0D6EFD;
	font-size: small;
    color: #fff;
    border-radius: 5px
}

.chart_box
{
	width: 100%;
    display: inline-block;
    text-align: center;
    background: gainsboro;
    padding: 10px;
    margin-top: 15px;
    color: #464646;
    font-size: 18px;
    list-style-type: none;
    text-decoration: none;
    border-left: solid 10px red;
    border-right: solid 10px darkblue;
    
}

.chart_box span i
{
	text-align: right;
	float: right;
	margin-top: 5px;
}

.chart_box:hover
{
	border-left: solid 5px #17D6DD;
	color: #000;
	background: #CDCDCD;
}

.disclaimer
{
	width: 100%;
	display: inline-block;
}

.disclaimer h2
{
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.disclaimer p
{
	font-size: 15px;
	color: #575757;
	text-align: justify;
	
}

.footer_text
{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 20px 0;
}

.footer_text p
{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

<style>
.leak_jodi{
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 40px 10px 40px;
}
.leak_jodi p{
  font-size: 26px;
  color: white;
  font-weight: 600;
  margin-bottom:25px;
}
.btn_call_now {
  background-color: #E80202;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-family: lora,serif;
  font-weight: 600;
  display: inline-block;
  /*              -webkit-animation: glowing 1500ms infinite;*/
  /*-moz-animation: glowing 1500ms infinite;*/
  /*-o-animation: glowing 1500ms infinite;*/
  /*animation: glowing 1500ms infinite;*/
}
.btn_call_now:hover{
  color:#fff;
}
.btn_whatschat_now{
  background-color:#1AD03F;
  color:#ffffff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-family: lora,serif;
  font-weight: 600;
  margin-left: 25px;
  display: inline-block;
  /*border: 2px solid #61EF61;*/
  -webkit-animation: anim-glow 2s ease infinite;
  animation: anim-glow 2s ease infinite;
}
.glow_btn{
  -webkit-animation: anim-glow 2s ease infinite;
  animation: anim-glow 2s ease infinite;
  margin-right:10px;
}
.text_color_{
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
}
@media (max-width:767px){
  .btn_whatschat_now{
    margin-left: 0px;
    margin-top:25px;
  }
  .glow_btn{
    margin-right:0px;
  }
}
.btn_whatschat_now:hover{
  color:#fff;
}

@-webkit-keyframes anim-glow {
  0% {
    box-shadow: 0 0 #00a321;
  }
  100% {
    box-shadow: 0 0 25px 20px transparent;
    border-width:5px;
  }
}
@keyframes anim-glow {
  0% {
    box-shadow: 0 0 #61ef61;
  }
  100% {
    box-shadow: 0 0 25px 20px transparent;
    border-width: 5px;
  }
}
            
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

      </style>
