@CHARSET "ISO-8859-1";
body {
	background-color: #000;
	color: #333;
	padding: 0px;
	font-family: Arial, serif;
}
.jumbotron {
    text-align: center;
    margin: 60px 0;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
#login {
    max-width: 350px;
    padding: 19px 29px 14px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login h2 {
    font-size: 31.5px;
    line-height: 40px;
    margin-bottom: 10px;
}
#register label.required {
	font-weight: bold;
}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* HOME PAGE */
.header {
	padding: 50px;
	margin-top: -20px;
	background-color: yellow;
	margin-bottom: 2px;
	color: #ff0000;
	font-size: 30px;
	font-weight: 600;
}
.header a {
	color: #ff0000;
}
.header-text {
	font-style: italic;
	font-size: 26px;
	margin-bottom: 20px;
}
.contact-details {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
marquee {
	color: #ff3019;
}
.top1 {
	margin-top: 1%;
}
.bottom1 {
	margin-bottom: 1%;
}
.top2 {
	margin-top: 2%;
}
.bottom2 {
	margin-bottom: 2%;
}
.tbl, 
.tbl td,
.tbl th {
	border: 1px solid #fff;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #000;
    color: #fff;
}
.table-striped > tbody > tr {
	background-color: #000;
	color: #fff;
}
.tbl-heading {
	background-color: black	!important;
}
.tbl h1 {
	font-size: 24px;
	margin: 10px;
	color: #f00;
}
.tbl h3 {
	font-size: 18px;
	text-transform: uppercase;	
	font-weight: 700;
}
.tbl h3 {
	color: #fff;
}
.tbl-result td,
.tbl-result th {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.tbl-result th {
	background-color: #ffd800;
	color: black;
	font-size: 14px;
}
.last-results {
	font-size: 16px;
	font-weight: 700;
}
.last-results a {
	color: red;
}
.yesterday-result {
	font-size: 25px;
	font-weight: 800;
	color: black;
}
.today-result {
	font-size: 22px;
	font-weight: 600;	
	color: #fff;
}

.blink_text { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}

.result-header {
	border: 2px solid #eeeeee;
	border-radius: 5px;
}
.result-header-text {
	font-size: 16px;
	font-style: italic;
}
#login {
	color: #333;
}
.footer-text {
	font-size: 18px;
	color: #444;
	margin-bottom: 20px;
}
.welcome-satta {
	background-color: #282B54;
	border-radius: 5px;
	padding: 10px;
	color: #F2A296;
	text-align: center;
	font-weight: 600;
}
marquee{
	font-size: 16px;
	font-weight: 600;
	padding: 20px;
}
.best-deals {
	border-radius: 4px;
	border: 2px solid #444;
	background-color: #FFFF00;
	padding: 5px;
}
.best-deals h3 {
	color: #333;
	font-weight: 600;
}
.best-deals .footer-text {
	color: #cc0000;
}
.fee span {
	display: block;
	font-size: 40px;
	font-weight: 600;
	color: #222;
}
.records {
	border-radius: 5px;
	background-color: #333;
	padding: 10px;
	font-size: 18px;
}
.records a {
	color: #fff;
}
.footer-leak-numbers {
	font-size: 24px;
	font-weight: 600;
}
.footer-contact {
	background-color: #fff;
	font-size: 22px;
	border-radius: 5px;
	padding: 5px;
}
.single-jodi {
	background-color: #fff;
	padding: 5px;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 2%;
}
.copyright {
	color: #fff;
}
/* Advertisers Block */
.advertiser-block {
	margin-top: 10px;
	text-align: center;
	background-image: linear-gradient(#ffd800, white);
	border-radius: 20px;
	border: 2px solid red;
	margin-bottom: 10px;
	font-weight: 600;
	padding: 10px;
}
.advertiser-desc {
	font-size: 20px;
	font-weight: 600;
}
.text-dark {
	color: black;
}
.text-green {
	color: green;
}
.text-red {
	color: red;
}
.text-blue {
	color: blue;
}
.bg-red {
	background-color: red;
	color: #fff;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-weight-bold {
	font-weight: bold;
}
.bg-green {
	background-color: green;
	color: #fff;
}
.bg-white {
	background-color: #fff;
}
.mb-10 {
	margin-bottom: 10px;
}
.p-0 {
	padding: 0px;
}
.m-0 {
	margin: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.ml-1 {
	margin-left: 1%;
}
.tbl-th-date {
	
	color: #fff;
}
.tbl-date {
	background-color: #ffd800;
	color: black;
}
.tbl-result>tbody>tr>td,
.tbl-result>tbody>tr>th,
.tbl-result>tfoot>tr>td,
.tbl-result>tfoot>tr>th,
.tbl-result>thead>tr>td,
.tbl-result>thead>tr>th {
	border: 1px solid #444;
}
.filter-block {
	background-color: black;
	text-align: center;
	padding: 20px;
	color: #444;
}
.filter-row {
	display: flex;
	justify-content:
	center;
	margin: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767px) {
	.tbl-result th {
		max-width: 40px;
		word-wrap: break-word;
		white-space: normal !important;
		font-size: 10px !important;
		padding: 2px !important;
	}
}
.pb-2 {
	padding-bottom: 2%;
}
.bg-white {
	background-color: #fff;
}
.pb-4 {
	padding-bottom: 4%;
}

 

.navbar1 {
    text-align: center;
	background-color: black;
	padding: 50px;
}
.navbar1>div {
    display: inline-block;
}
.link1 {
    width: 32%;
	margin-right: 10px;
}
.link2 {
    width: 32%;
	margin-right: 5px;
}
.link3 {
    width: 30%;
}
.navbar1 a {
    display: block;
    color: red;
    text-decoration: none;
    background: yellow;
    font-weight: 700;
}
 .h3{
    font-weight: 600;
    line-height: 1;
    color: #baf30c;
}

.text-center1{
	color: red;
}
.game {
   	background-image: linear-gradient(red, #002bff);
    padding: 0;
    border: double 6px #ff0;
    border-radius: 30px;
}

.result-small{
	color: #fff;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.whatsapp-btn i {
    margin-right: 10px;
}



