@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@font-face { font-family:'xdigital'; src:url('digital-7.ttf') format('truetype');}
body{
	padding:0px;
	margin:0px;
	background:#000000;
	text-align:justify;
	color:#CCCCCC;
	font-family: 'Poppins', sans-serif;
	min-width:1210px;	
}
h1,h2{color:#00a500;}
.header{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.61) 0%, rgba(2, 2, 2, 0.98) 100%), url(../images/header.png);
	background-repeat:repeat-x;
	height:153px;
	border-bottom:4px solid #c38311;
}
#wrap{
	width:1200px;
	margin:auto;
	border:0px solid #0d0d0d;
}
@media only screen and (max-width: 890px){
	#wrap{
		width:890px;
	}
	.box_result{
		width:30.5%;
	}
}
.head_panel{
	height:150px;
}
#head_menu_top{
	background-color:#eeeeee;	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	color:#618aff;
	padding:7px 10px 7px 10px;
	overflow:hidden;
	width:330px;
}
#triangle-topleft {
	float: left;
    position: absolute;
    margin-top: -10px;
    width: 0;
    height: 0;
    margin-left: 339.9px;
    border-top: 40px solid #eeeeee;
    border-right: 30px solid transparent;
	overflow:hidden;
}
#head_menu_top_left{
	float:left;
	width:350px;
}
#head_menu_top_left a{
	text-decoration:none;
	text-transform:uppercase;
	color:#222222;
	font-size:12px;
	font-weight:bold;
}
#head_menu_top_left a:hover{
	color:#618aff;
}
#head_menu_top_right{
	border:0px solid #000000;
	float:right;
}
#head_menu_top_right img{
}

#logo_box{
	height:123px;
	border:0px solid #333333;
	padding:0px 0px px 0px;
	overflow:hidden;
}
.logos_left{
	width:200px;
	float:left;
	padding-top:5px;
}
.img_blur:hover{
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.logos_right{
	height:100%;
	width:580px;
	float:right;
	border:0px solid #000000;
	margin-top:-5px;
}

#xbody{
	background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	background-size: cover;
	padding:10px;
	border-bottom: 4px solid #c38311; 
}

.days{
	overflow:hidden;
	width:570px;
	float:right;	
}
.daysright{
	float:right;
	height:20px;
	background:#c38311;
	width:538px;
	padding:7px 10px 7px 0px;
	font-size:12px;
	text-align:right;
	text-transform:uppercase;
	color:#fff;
}
.daysright a{
	color:#fff;
	text-decoration:none;
}
.daysright a:hover{
	color:#ccc;
}
#triangle-bottomright {
	float:left;
	width: 0; 
	height: 0; 
	margin-right:-10px;
	border-bottom: 30px solid #c38311; 
	border-left: 23px solid transparent; 
}
#body2{
	padding:0PX 0px 10px 0px;
	text-align:center;
}

.digit{
	font-family:xdigital;
	font-size:50px;
	color:#fff;
}
.ddate{
	font-size:12px;
	color:#fff;
}

.box_result{
	float:left;
	width:31.6%;
	border:0px solid #000000;
	padding:10px 10px 10px 10px;
	color:#212121;
}
.result_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	color:#212121;
}
.dxbar{
	background: #007e1a;
	background: linear-gradient(to bottom, #007e1a 0%, #0e9800 50%, #20bc1e 100%);
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0px #222;
	border:1px solid #048215;
	width:50%;
}
.dxbarx{
	background: #005ef1;
	background: linear-gradient(to bottom, #005ef1 0%, #2f8ddf 50%, #6ab5ff 100%);
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0px #001e46;
}
.pad_r_10{
	padding-right:10px;
}
.pad_l_10{
	padding-left:10px;
}
.border_bot{
	border-bottom:1px solid #0a68ed;
}
.font_12{
	font-size:12px;
}
.footer{
	color:#666666;
	font-size:11px;
	padding:10px;
}
.block{
	float:left;
	padding:5px 1px 5px 1px;
	position:relative;
}
.ball{
	width:25px;height:25px;border-radius:17px;font-size:14px;color:#282828;font-weight:bold;line-height:25px;text-align:center;font-family:Arial, Helvetica, sans-serif;
	background: #ffe695;
	background: radial-gradient(circle at 65% 15%, #fff 1px, #ffe695 1%, #ff8f09 60%, #000 100%) !important;
}
