@font-face {
    font-family: 'proza_libresemibold';
    src: url('../font/prozalibre-semibold-webfont.eot');
    src: url('../fonts/prozalibre-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prozalibre-semibold-webfont.woff2') format('woff2'),
         url('../fonts/prozalibre-semibold-webfont.woff') format('woff'),
         url('../fonts/prozalibre-semibold-webfont.ttf') format('truetype'),
         url('../fonts/prozalibre-semibold-webfont.svg#proza_libresemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proza_librebold';
    src: url('../fonts/prozalibre-bold-webfont.eot');
    src: url('../fonts/prozalibre-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prozalibre-bold-webfont.woff2') format('woff2'),
         url('../fonts/prozalibre-bold-webfont.woff') format('woff'),
         url('../fonts/prozalibre-bold-webfont.ttf') format('truetype'),
         url('../fonts/prozalibre-bold-webfont.svg#proza_librebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'intermedium';
    src: url('../fonts/inter-medium-webfont.eot');
    src: url('../fonts/inter-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inter-medium-webfont.woff2') format('woff2'),
         url('../fonts/inter-medium-webfont.woff') format('woff'),
         url('../fonts/inter-medium-webfont.ttf') format('truetype'),
         url('../fonts/inter-medium-webfont.svg#intermedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.eot');
    src: url('../fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff'),
         url('../fonts/notosans-regular-webfont.ttf') format('truetype'),
         url('../fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'interregular';
    src: url('../fonts/inter-regular-webfont.eot');
    src: url('../fonts/inter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inter-regular-webfont.woff2') format('woff2'),
         url('../fonts/inter-regular-webfont.woff') format('woff'),
         url('../fonts/inter-regular-webfont.ttf') format('truetype'),
         url('../fonts/inter-regular-webfont.svg#interregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dm_sansregular';
    src: url('../fonts/dmsans-regular-webfont.eot');
    src: url('../fonts/dmsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dmsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/dmsans-regular-webfont.woff') format('woff'),
         url('../fonts/dmsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/dmsans-regular-webfont.svg#dm_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img{
	max-width:100%;
	height:auto;
}
body{
	margin:0;
	padding:0;
	font-size:18px;
	font-family: 'noto_sansregular';
	color:#000;
}
*{
	box-sizing:border-box;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder{
	color:#a7a7a7 !important;
	font-size:12px;
	vertical-align:middle;
	font-family: 'noto_sansregular';
}
textarea::-webkit-input-placeholder{
	 color: #6B6F80;
	 font-family: 'noto_sansregular';
	 font-size: 16px;
	 line-height: 24px;
}
.field-error {
    float: left;
    color: #F00;
    width: 100%;
}
:root {
  --primary: #000;
  --contrast: #2F913B;
}
.container {
	width: 96%;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
.btn {
    float: none;
    width: auto;
    justify-content: center;
    border: 0;
    padding: 16px 30px;
    margin: 0 auto;
    background: #2696af;
    border-radius: 10px;
    color: #ffffff;
    font-family: 'intermedium';
    font-size: 16px;
    text-align: center;
}
.main_wrap h2 {
    font-family: 'proza_librebold';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.04em;
    
    margin-bottom: 48px;
	    margin-top: 0;
}
.btn i {
    color: #fff;
}
.color_text{
		color: var(--contrast);
}
/*header*/
.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: linear-gradient(45deg, #ff720b, #e91dca);
    text-align: center;
    position: relative;
    top: 0;
    z-index: 9;
    background: #2696af;
}
.header .logo_wrap {
    float: left;
    width: 100%;
}
/*content*/
.content {
    width: 100%;
    float: left;
    /* background: #f7f8ff9e; */
    font-size: 14px;
    position: relative;
}

.live_result {
    float: left;
    width: 100%;
	background:#fff;  
}
.live_record {
    background: #6e6a6a;
    float: right;
    width: 26%;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 10px;
}
.live_record img{
    display: inline-block;
    vertical-align: middle;
}

.result_table {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
}
.live_result .result_table {
    margin-top: 3%;
}
.result_table h2 {
    float: left;
    width: 100%;
    font-size: 32px;
    /* color: #fff; */
    margin-bottom: 20px;
}
.result_table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.result_table td, .result_table th {
    padding: 5px;
}
.result_table tr {
    border: 1px solid #ccc;
}
.result_table th {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
    background-color: #2696af;
    color: #fff;
    font-size: 16px;
    /* text-align: left; */
}
.btn_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.result_table td a {
    color: #10a304;
    font-weight: 700;
}
.btn.primary {
    background: #1f52c5;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
}
.old_result_wrap {
    float: left;
    width: 100%;
    background: #f1efef;
    background-size: 100%;
    padding: 40px 0;
}
.monthly_results_wrap {
    float: left;
    width: 100%;
    
    background: #f5f5f5;
}
.monthly_results_wrap h3 {
    float: left;
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
	color:#fff;
}
.monthly_btn_wrap {
    float: left;
    width: 50%;
    background: #1f52c5;
    padding: 0px 0 40px;
}
.monthly_btn_wrap ul li {
    float: left;
    width: 48%;
    background: #ffffff;
    margin: 0px 5px 10px 5px;
    border-radius: 4px;
}
.monthly_btn_wrap ul li a {
    float: left;
    width: 100%;
    text-align: center;
    color: #080606;
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
}
.play_time_table {
    float: right;
    width: 50%;
    background: #2696af;
    background-size: cover;
    padding: 75px 0 90px;
}
.monthly_results_wrap.game_tips h3 {
    color: #000;
}
.monthly_results_wrap.game_tips .monthly_btn_wrap {
    background: transparent;
    width: 100%;
}
.monthly_results_wrap.game_tips .monthly_btn_wrap ul li {
    width: 32%;
	background: #1f52c5;
}
.monthly_results_wrap.game_tips .monthly_btn_wrap ul li a{
	color:#fff;
}
.play_time_table table {
    float: left;
    width: 85%;
    background: #ffffff;
    text-align: center;
    border-collapse: collapse;
    max-width: 100%;
    margin: 0 35px;
}
.play_time_table td, .play_time_table th {
    border: 1px solid #b3b3b3;
    padding: 5px;
    font-weight: bold;
}
.play_time_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
}
.lower_content {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.footer {
    float: left;
    width: 100%;
    background: #1c243f;
    padding: 12px 0;
}
.copyright_text {
    float: left;
    width: auto;
    color: #ccc;
    font-size: 13px;
}
.footer_menu {
    float: right;
    width: auto;
}
.footer_menu ul li{
	float:left;
	width:auto;
}
.footer_menu ul li a{
	float:left;
	width:auto;
	color:#fff;
	padding:0 8px;
	font-size:13px;
}
.message {
    float: left;
    width: 100%;
    padding: 5px 0;
    background: #0ca302;
    color: #FFF;
}
/*--tips_section start--*/
.tips_section{
    padding-top:10px;
}
.tips_wrap{
    width:100%;
    float:left;
}
.tips_content{
    width:100%;
    float:left;
}
.tips_content ul{
    width:100%;
    float:left;
}
.tips_content ul li{
    width:48.5%;
    float:left;
    margin-right:30px;
    margin-bottom:30px;
    background: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.3);
    padding:10px 20px;
    border-radius:2px;
}
.tips_content ul li:nth-child(2n){
    margin-right:0px;
}
.tips_content ul li a{
    color:var(--deep-blue);
    font-family: 'montserratmedium';
    font-size:20px;
}
/*--tips_section end--*/
.patti_list {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-bottom: 50px;
	background:url(../images/old-result-bg.png) top left no-repeat;
}
.patti_list h3 {
    float: left;
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 18px;
    color: #fff;
}
.patti_list table {
    width: 100%;
    background: #ffffffd1;
    text-align:center;
    border-collapse: collapse;
    max-width: 100%;
}
.patti_list td, .patti_list th {
    border: 1px solid #e5dfdf;
    padding: 5px;
    /* font-weight: bold; */
}
.patti_list tr:nth-child(odd) {
    background: #f3f3f3;
}
.patti_list th {
    padding-top: 7px;
    /* padding-bottom: 12px; */
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    background: #1f52c5;
    color: #FFF;
}
.content_txt_wrap {
    float: left;
    width: 100%;
    padding: 20px;
    min-height: 700px;
}