@CHARSET "ISO-8859-1";
body {
	background-color: #8385fb;
	color: #fff;
}
.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: 10px;
	margin-top: 2px;
	background-color: #17202a;
	margin-bottom: 2px;
	border: 2px solid #007bff;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 15px;
}
.header a {
	color: #fff;
}
.header-text {
	color: #fff;
	font-style: italic;
	font-size: 26px;
	margin-bottom: 20px;
}
.contact-details {
	font-size: 40px;
	color: #005700 !important;
	font-weight: 700;
	text-align: center;
}
marquee {
	color: #fff;
}
.top1 {
	margin-top: 1%;
}
.bottom1 {
	margin-bottom: 1%;
}
.top2 {
	margin-top: 2%;
}
.bottom2 {
	margin-bottom: 2%;
}

.animback {
background:blue;
position:relative;
/* Chrome, Safari, Opera */
-webkit-animation-name:myfirst;
-webkit-animation-duration:10s;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:alternate;
-webkit-animation-play-state:running;
/* Standard syntax */
animation-name:myfirst;
animation-duration:10s;
animation-timing-function:linear;
animation-delay:0s;
animation-iteration-count:infinite;
animation-direction:alternate;
animation-play-state:running;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst
{
0%   {background: #16a085; left:0px; top:0px;}
25%  {background: #1abc9c; left:0px; top:0px;}
50%  {background: #9b59b6; left:0px; top:0px;}
75%  {background: #8e44ad; left:0px; top:0px;}
100% {background: #16a085; left:0px; top:0px;}
}

/* Standard syntax */
@keyframes myfirst
{
0%   {background: #16a085; left:0px; top:0px;}
25%  {background: #1abc9c; left:0px; top:0px;}
50%  {background: #9b59b6; left:0px; top:0px;}
75%  {background: #8e44ad; left:0px; top:0px;}
100% {background: #16a085; left:0px; top:0px;}
}}

.tbl, 
.tbl td,
.tbl th {
	border: 4px solid black;
}
.table-striped > tbody > tr > td{
    border: 4px solid #1a1a5e;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fefcea;
    color: #ff0;
}
.table-striped > tbody > tr {
	background-color: #FFC4E2;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n){
	background-color: #393939;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n+1){
	background-color: #393939;
}
.table-striped > tbody > tr:nth-of-type(2n) > td:nth-of-type(2n+1){
	background-color: #393939;
	color: #ff0;
}
.table-striped > tbody > tr:nth-of-type(2n) > td:nth-of-type(2n){
	background-color: #393939;
	color: #ff0;
}
.tbl-heading {
	background-color: #555 !important;
}
.tbl h1 {
	font-size: 24px;
	margin: 10px;
	color: #fff;
}
.tbl h3 {
	font-size: 18px;
	text-transform: uppercase;	
	font-weight: 700;
}
.tbl h3 {
	color: #f11;
}
.tbl-result td,
.tbl-result th {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.tbl-result th {
	background-color: #ff3019;
}
.last-results {
	font-size: 16px;
	font-weight: 700;
}
.last-results a {
	color: #fff;
}
.yesterday-result {
	font-size: 16px;
	font-weight: 600;
	color: #ff0;
}
.today-result {
	font-size: 24px;
	font-weight: 600;	
	color: #222;
}

.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: 3s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; color: #006e2e; 
} 

@-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: #17202A;
	border-radius: 5px;
	padding: 10px;
	color: #FFF;
	text-align: center;
	font-weight: 600;
}
marquee{
	font-size: 16px;
	color: #ff0;
	font-weight: 600;
}
.best-deals {
	border-radius: 4px;
	border: 2px solid #007bff;
	background-color: #F5ECCE;
	padding: 5px;
}
.best-deals h3 {
	color: #333;
	font-weight: 600;
}
.best-deals .footer-text {
	color: #00f;
}
.fee span {
	display: block;
	font-size: 40px;
	font-weight: 600;
	color: #222;
}
.records {
	border-radius: 5px;
	background-color: #333;
	padding: 10px;
	font-size: 25px;
}
.records a {
	color: #fff;
}
.footer-leak-numbers {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1%;
}
.footer-contact {
	background-color: #17202a;
	font-size: 22px;
	border-radius: 5px;
	padding: 5px;
}
.single-jodi {
	background-color: #1a1a5e;
	padding: 5px;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 2%;
}
.copyright {
	color: #444;
}


/*custom styles for single domain*/
.result {
	background-color: yellow;
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}
.namesec {
    background-color: #F5ECCE;
    
}
.showsec {
    background-color: #17202A;
    
}
.website {
	color: white;
	font-size: 15px;
	font-weight: italic;
	font-weight: bold;
}
.first {
	background-color: white;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-width: 2px;
	border-color: green;
	border-style: outset;
	margin: 5px;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
}
.hindi {
	color: blue;
	font-weight: bold;
	font-size: 10px;
}
.a {
	color: black;
	font-weight: bold;
	font-size: 20px;
}
.b {
	color: blue;
	font-size: 15px;
	padding: 3px;
}
.c {
	color: red;
	font-weight: bold;
	font-size: 20px;
	padding: 2px;
}
.d {
	color: brown;
	font-weight: bold;
	font-size: 18px;
	padding: 2px;
}
.e {
	color: blue;
	font-weight: bold;
	font-size: 20px;
	padding: 2px;
}
.f {
	color: green;
	font-weight: bold;
	font-size: 20px;
	padding: 2px;
}
.cont {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border-width: 3px;
	border-color: #f50915;
	border-style: outset;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
.gradient-border {
  --borderWidth: 4px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
          animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


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


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