@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

body {
	background-color: #ffeb81;
	color: #2d2d2d;
	font-family: 'Montserrat', sans-serif !important;
}

#header {
	font-size: 40px;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin: 0 
	0 5px 0;
}

.list_wrapper {
	background-color: #006600;
	border: #FFFF99 solid 3px;
	padding: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.list_wrapper a {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.list_wrapper a:hover,
.list_wrapper a:active {
	text-decoration: underline;
}

.hidden {
	display: none;
}

div.half_content {
	background-color: #FFFF99;
	border: 3px solid #006600;
	float: left;
	width: 48%;
	color: #000;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 10px;
}

div.full_content {
	background-color: #FFFF99;
	border: 3px solid #006600;
	color: #000;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

#admin_login {
	position: absolute;
	float: right;
	height: 15px;
	width: auto;
	margin-right: 20px;
	top: 88px;
	left: 1028px;
}

#login_box p {
	margin: 0 0 5px 0;
}

#login_box input[type="text"],
#login_box input[type="password"] {
	border: #333 solid 1px;
	padding: 3px;
}

#login_box {
	padding: 10px 15px;
	background-color: #FFFFFF;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0.0;
	}
}




/*Edited on 12-5-2019*/
.banner img {
	min-width: 100%;
}
.banner_bottom {
    background-color: #b74230;
    padding: .8em 0;
    font-size: 18px;
    font-weight: 600;
    color: #fee87a;
    line-height: normal;
}
.result_heading {
    color: #ffc904;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 1.2em;
    line-height: normal;
    background: -webkit-linear-gradient(45deg, #fa1e1e, #7700ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    animation: blink 1s linear infinite;
}
.jodi__chart__heading {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    /*animation: blink 1.5s linear infinite;*/
    padding: 10px 30px;
    border-radius: 4px;
    background-color: #fa2621;
}
.jodi__chart__heading:hover {
    background-color: #fe7f4f;
    text-decoration: none;
    color: #fff;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.live__results {
    max-width: 50%;
    background-color: #ffeb81;
    padding: 0em;
    overflow: hidden;
    border-radius: 4px;
    margin: auto;
    box-shadow: 1px 12px 20px rgba(12, 0, 30, 0.05);
}
.live__result_sec {
    padding: 3em 0;
}
.live__result_head {
	background: rgba(250,30,30,1);
	background: -moz-linear-gradient(left, rgba(250,30,30,1) 0%, rgba(162,81,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,30,30,1)), color-stop(100%, rgba(162,81,255,1)));
	background: -webkit-linear-gradient(left, rgba(250,30,30,1) 0%, rgba(162,81,255,1) 100%);
	background: -o-linear-gradient(left, rgba(250,30,30,1) 0%, rgba(162,81,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(250,30,30,1) 0%, rgba(162,81,255,1) 100%);
	background: linear-gradient(to right, rgba(250,30,30,1) 0%, rgba(162,81,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa1e1e', endColorstr='#a251ff', GradientType=1 );
}

.live__result_head h3 {
    margin: 0;
    line-height: normal;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.live__result_head {
    padding: 1em;
}
.live__result_time {
    font-size: 18px;
    font-weight: 600;
    color: #424243;
    padding: 1.2em 0;
    line-height: normal;
}
.live__result_vals input {
    display: block;
    max-width: 100%;
    margin: auto;
    border: 0;
    background-color: #fff;
    font-size: 2.5em;
    font-weight: 500;
    color: #2d2d2d;
    text-align: center;
    line-height: normal;
    height: 1em;
    font-style: italic;
}
.live__result_vals {
    padding: 0;
    list-style: none;
    margin: 0;
}

.live__result_cont {
    padding: 1em;
}
.live__result_cont {
    padding: 1em;
}
.live__result_vals li label {
    color: #6d6a74;
    font-size: 16px;
    font-weight: 500;
}




.prev__result_head {
	background: rgba(250,36,32,1);
	background: -moz-linear-gradient(left, rgba(250,36,32,1) 0%, rgba(255,130,81,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,36,32,1)), color-stop(100%, rgba(255,130,81,1)));
	background: -webkit-linear-gradient(left, rgba(250,36,32,1) 0%, rgba(255,130,81,1) 100%);
	background: -o-linear-gradient(left, rgba(250,36,32,1) 0%, rgba(255,130,81,1) 100%);
	background: -ms-linear-gradient(left, rgba(250,36,32,1) 0%, rgba(255,130,81,1) 100%);
	background: linear-gradient(to right, rgba(250,36,32,1) 0%, rgba(255,130,81,1) 100%);
	padding: .7em;
	min-height: 4.1em;
}
.prev__result {
    background-color: #fff;
    margin-bottom: 2em;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 4px 10px 20px rgba(12, 0, 30, 0.07);
}
.prev__result_head h2 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: normal;
}
.prev__result_cont {
    padding: .8em;
}
.prev__result_time {
    font-size: 16px;
    font-weight: 500;
    color: #6d6a74;
    line-height: normal;
    margin: 0 0 .9em;
}

.previous__results input {
    border: 0;
    max-width: 5em;
    text-align: center;
    font-size: 2em;
    display: block;
    width: 100%;
    line-height: normal;
    height: 1.0em;
    font-weight: 500;
    color: #2d2d2d;
    font-style: italic;
    margin: 0;
    padding: 0;
}

.previous__results label {
    color: #6d6a74;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    display: block;
}
.alert_danger {
    background-color: #ffc1c5;
    padding: 1.5em;
    border-radius: .3em;
    text-align: center;
    border: 1px solid #ff5964;
    font-size: .8em;
    color: #64040a;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
}
.warning {
    padding: 3em 0;
}
.footer {
    background-color: #fff;
    padding: 1.5em;
    text-align: center;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 500;
    color: #505050;
}
/*.previous__results:after {
    content: "X";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: .9em;
    font-weight: 600;
    color: #757575;
    transform: translate(-50%, -50%);
}*/
.previous__results {
    position: relative;
    width: 100%
}



/*Responsive*/
@media screen and (max-width: 1199px) {
	.previous__results input {
		font-size: 1.5em;
	}
	.prev__result_head h2 {
	    font-size: 16px;
	}
	.prev__result_time {
   		font-size: 15px;
   	}
   	.previous__results label {
	    font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.live__results {
	    max-width: 80%;
	}
}
@media screen and (max-width: 991px) {
	.Previous_result_sec .col-3 {
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}
}

@media screen and (max-width: 767px) {
	.Previous_result_sec .col-3 {
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.live__results {
	    max-width: 100%;
	}
}

@media screen and (max-width: 414px) {
	.Previous_result_sec .col-3 {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.live__result_vals input {
	    font-size: 2em;
	}
	.prev__result_head {
		min-height: 3.1em;
	}
	.live__result_head h3 {
	    font-size: 20px;
	}
	.result_heading {
		text-align: center;
	}

}


