@font-face {
    font-family: 'pslxkittithadabold';
    src: url('pslxkittithada_bold-webfont.woff2') format('woff2'),
         url('pslxkittithada_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Sukhumvit Set';
	src: url('SukhumvitSet-Medium.eot');
	src: url('SukhumvitSet-Medium.eot?#iefix') format('embedded-opentype'),
		url('SukhumvitSet-Medium.woff2') format('woff2'),
		url('SukhumvitSet-Medium.woff') format('woff'),
		url('SukhumvitSet-Medium.ttf') format('truetype'),
		url('SukhumvitSet-Medium.svg#SukhumvitSet-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}




body{
	
	background-image: url("../bg.jpg") ;
	background-position: top center ;
	background-size: 100%;
	background-repeat:no-repeat;
	background-color:#ffffff;
	color: #828282;
	font-family: 'Sukhumvit Set';
	font-weight:100;
}
p{
	font-size: 14px;
	line-height:30px;
	color:#fff;
}
li{
	list-style: none;
}


.bgall {
 background: url(../bg.gif) fixed top center no-repeat;
	

}

/*
|****************************************************************
|							Top tab 	
|****************************************************************
*/
.top-tab{
	background: url("../images/bg-top-tab.png") bottom center no-repeat;
	height: 30px;
	margin-bottom: 5px;
}
.breadcrumb-customize{
	padding: 0 0;
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}
.breadcrumb-customize a{
	color: #FDD75E;
}
.breadcrumb-customize a:HOVER{
	text-decoration: none;
	color: #FFF195;
}


.container{
	max-width: 1250px;
	padding-right: 10px;
	padding-left: 10px;
	
}
.thumbnail-customize{
	border-radius: 0;
	border-color: transparent;
	background: transparent;
}
/*
|****************************************************************
|							Login 	
|****************************************************************
*/
.login-form{
	margin-top: 20px;
}
.login-form .btn{
	padding: 0;
	background-color: transparent;
	border-color: transparent;
}
.login-form .form-control:focus {
	border-color: #FDD75E;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.login-form .btn-login-loading{
	background-color: #BFC0C2;
	background: -webkit-linear-gradient(#FEFEFE, #BFC0C2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FEFEFE, #BFC0C2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FEFEFE, #BFC0C2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FEFEFE, #BFC0C2); /* Standard syntax (must be last) */
	padding: 3px 11px;
	font-size: 18px;
	color: #000;
	
}
/*
|****************************************************************
|							Menu bar 	
|****************************************************************
*/
.home-menu{
	float: left;
}

.navbar2 {
    overflow: hidden;
    
}

.navbar2 a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 14px 52px;
	color:#fff;
    text-decoration: none;
	font-weight:900;
	border-right:solid 1px #5d5d5d;
}

.subnav2 {
    float: left;
    overflow: hidden;
}

.subnav2 .subnavbtn2 {
    font-size: 14px;    
    border: none;
    outline: none;
    color: #000;
    padding: 14px 24px;
    background-color: inherit;
	font-weight:900;
    
    margin: 0;
	border-right:solid 1px #e2b901;
}

.navbar2 a:hover, .subnav2:hover .subnavbtn2 {
    background-color: #c22e90;
	color:#fff;
}

.subnav-content2 {
    display: none;
    position: absolute;
    left: 0;
    background-color:rgba(0,0,0,0.8);
    width: 100%;
    z-index: 1;
	border:solid 1px #e2b901;
}

.subnav-content2 a {
    float: left;
    color: white;
    text-decoration: none;
	border-right:solid 1px #1d1d1d;
}

.subnav-content2 a:hover {
    background-color: #1d1d1d;
    color: #e2b901;
}

.subnav2:hover .subnav-content2 {
    display: block;
}





/*
|****************************************************************
|							Table
|****************************************************************
*/
.table-custom{
	width: 100%;
}
.table-custom .title{
	text-align: right;
	width: 30%;
	color: #FDD75E;
}
.table-custom>tbody>tr>td{
	padding: 8px;
	line-height: 1.42857143;
	font-size: 20px;
}
.table-custom .data{
	color: #cccccc;
}

/*
|****************************************************************
|							Profile
|****************************************************************
*/
.wrapper-profile{
	padding-top: 10px;
}
.wrapper-profile a{
	font-size: 18px;
}
.wrapper-profile a:hover{
	color: #FDD75E;
}

/*
|****************************************************************
|							Slide
|****************************************************************
*/
#carousel-slide-kickbet img{
	border-radius: 10px;
}
.slide-title{
	padding: 35px 50px;
	height: 109px;
	background: url("../images/bg-text-slide.png") bottom no-repeat;
	font-size: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-indicators li {
	width: 16px;
	height: 16px;
	margin: 0;
	background-color: transparent;
	background-image: url("../images/dot-none.png");
	border: 1px solid transparent;
	border-radius: 0;
}
.carousel-indicators .active {
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url("../images/dot-slide.png");
}
.icon-img-glyphicon{
	width: auto !important;
	height: auto !important;
}
.carousel-indicators{
	top: 15px;
	left: 5px;
	margin-left: 0;
	text-align: left;
	height: 30px;
}
.home-slide-prev{
	display: block;
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 16;
}
.home-slide-next{
	display: block;
	position: absolute;
	bottom: 30px;
	right: 20px;
	z-index: 16;
}

/*
|****************************************************************
|							Title-flow-home 	
|****************************************************************
*/
.bet-guarantee{
	background: url("../images/bg-title.png") ;
	margin-top: 10px;
	text-align: center;
	box-shadow: 0 0 200px #000000 inset;
	padding: 8px;
	border-radius: 5px;
	/*
	background: url(../images/nut-icon.png) left top no-repeat , 
						url(../images/nut-icon.png) right top no-repeat ,
						url(../images/nut-icon.png) left bottom no-repeat,
						url(../images/nut-icon.png) right bottom no-repeat;
	-moz-border-image: url(../images/nut-icon.png) 14 16 round;
	-webkit-border-image: url(../images/nut-icon.png) 14 16 round;
	-o-border-image: url(../images/nut-icon.png) 14 16 round;
	border-image: url(../images/nut-icon.png) 14 16 fill round;
	*/
}
.bet-guarantee img{
	margin: 0 auto;
}

.title-flow-home{
	margin-top: 10px;
	text-align: center;
	box-shadow: 0 0 200px #000000 inset;
	padding: 8px;
	border-radius: 5px;
	/*
	border-style: solid;
	border-width: 14px 16px;
	-moz-border-image: url(../images/nut-icon.png) 14 16 round;
	-webkit-border-image: url(../images/nut-icon.png) 14 16 round;
	-o-border-image: url(../images/nut-icon.png) 14 16 round;
	border-image: url(../images/nut-icon.png) 14 16 fill round;
	*/
}

.title-flow-home p{
	font-size: 25px;
}

.title-flow-home h2{
	margin-top: 10px;
	text-align: center;
}

/*
|****************************************************************
|							Contact
|****************************************************************
*/
.contact-wrapper{
	min-height: 600px;
}

.contact .panel-heading{
	background-color: transparent;
	border-bottom: 1px solid #FFC53C;
	color: #FFC53C;
	font-size: 20px;
}
.contact .panel-body a
{
	color: #ACACAC;
}
.contact .panel-body a:hover{
	text-decoration: none;
	color: #FFC53C;
}
.contact .panel-body img{
	width: 30px;
}
.contact-home{
	margin-top: 10px;
	min-height: 290px;
	/*background: rgba(171,171,171,0.1) url("../images/contact-image.png") bottom right no-repeat;*/
	border-radius: 5px;
	padding: 5px;
	padding-left: 20px;
	box-shadow: 0 0 200px #000000 inset;
}
.contact-home>.thumbnail{
	margin-bottom: 0;
}
.contact-home p{
	font-size: 24px;
	margin-bottom: 5px;
	text-shadow: 0px 2px 3px #666;
}
.contact-home a{
	color: #FFC53C;	
}
.contact-home a:hover{
	color: #FDF79F;
	text-decoration: none;
}
.contact-home li{
	font-size: 20px;
	font-weight: bolder;
}

/*
|****************************************************************
|							footer 	
|****************************************************************
*/
.footer{
	margin-top: 10px;
	padding-top: 10px;
	/*background:#5d0923 url("../images/bg-footer.png") top center repeat-x;*/
	/*height: 90px;*/
}

.footer .bank{
	margin-top:8px;
	margin-left: 5px;
	margin-right: 5px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
-webkit-transition: all .2s ease; /* Fade to color for Chrome and Safari */
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
-webkit-backface-visibility: hidden; /* Fix for transition flickering */
cursor: pointer;
}
.footer .bank:HOVER{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}

/*
|****************************************************************
|							Game
|****************************************************************
*/
.main-game{
	margin-top: 20px;
}

.main-game ul{
	padding: 0;
}
.main-game ul>li{
	text-align: center;
	padding-bottom: 20px;
}
.main-game ul>li>a>img{
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ๏ฟฝ.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
	/*filter: gray;*/
	/*-webkit-filter: grayscale(100%);*/
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	/*-webkit-backface-visibility: hidden;*/
	
	cursor: pointer;
}
.main-game ul>li>a:hover>img{
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ๏ฟฝ\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
	/*-webkit-filter: grayscale(0%);*/
    -webkit-box-shadow: 0px 0px 11px 2px rgba(253,215,94,1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(253,215,94,1);
    box-shadow: 0px 0px 11px 2px rgba(253,215,94,1);
}

.game-box{
	position: relative;
}
.prev-item{
	position: absolute;
	top: 45%;
}

.tab-game-group{
	background: url("../images/tab-bar.png") center no-repeat;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	color: #FDD75E;
}
.promotion-wrapper .row{
	padding-right: 10px;
	padding-left: 10px;
}
.promotion-detail img{
	margin: 0 auto;
}
.rate-star{
	padding-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.promotion-wrapper .thumbnail-customize{
	background-color: rgba(0,0,0,.5);
}
.promotion-wrapper .col-md-4{
	padding-right: 5px;
	padding-left: 5px;
}
.promotion-wrapper .close{
	color: #FDD75E;
}
.promotion-wrapper .modal-header{
	background: url("../images/bg-menu-tab.png") center no-repeat;
	border-bottom-color: transparent;
}
.promotion-wrapper .modal-content{
	background-color: rgba(0,0,0,.9);
}
.promotion-wrapper .modal-body{
	height: 768px;
	overflow: auto;
}

.promotion-wrapper .modal-footer{
	background: url("../images/bg-menu-tab.png") center no-repeat;
	border-top-color: transparent;
	text-align: left;
}

.promotion-wrapper .alert-score{
	color: #FDD75E;
	font-weight: bold;
}
.game-detail .panel-default{
	/*background: url("../images/bg-game-detail.png") top center no-repeat;*/
	background-color: transparent;
	box-shadow: 0 20px 300px #000000 inset;
	border-color: transparent;
	font-size: 20px;
	min-height: 800px;
}

.right-box-game{
	background: url("../images/game/bg_slide-bar-game-page.png") center no-repeat;
	padding: 0 10px;
}
.right-box-game img{
	width: 100%;
}
/*
|------------------------------------------------------------------------------------------------------------------------
|				Bank Info
|------------------------------------------------------------------------------------------------------------------------
*/
.bank-info .panel-default{
	background-color: rgba(0,0,0,.8);
	border-color: #FDD75E;
}
/*
|------------------------------------------------------------------------------------------------------------------------
|				Rate Star
|------------------------------------------------------------------------------------------------------------------------
*/
.mark-star {
	position: absolute;
	top: 2px;
	right: -4px;
	z-index: 3;
}

.mark-star .mark-rate {
	position: relative;
	background: #222222;
	padding: 5px 15px;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	font-style: normal;
	display: block;
}

.mark-star .mark-rate:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #E2A60A transparent transparent transparent;
	position: absolute;
	right: 0px;
	bottom: -8px;
}

/*
|****************************************************************
|							Input 	
|****************************************************************
*/
.form-group .form-control, .form-control{
	background-color: #333333;
	opacity: 0.8;
	border: 1px solid #c8cacb;
	color: #c8cacb;
	font-size: 18px;
}

input[type="text"]:-moz-placeholder {
	color: rgba(108,109,109, .9);
}

input[type="text"]:-ms-input-placeholder {
	color: rgba(108,109,109, .9);
}

input[type="text"]::-webkit-input-placeholder {
	color: rgba(108,109,109, .9);
}

input[type="password"]:-moz-placeholder {
	color: rgba(108,109,109, .9);
}

input[type="password"]:-ms-input-placeholder {
	color: rgba(108,109,109, .9);
}

input[type="password"]::-webkit-input-placeholder {
	color: rgba(108,109,109, .9);
}

/*
|****************************************************************
|							media
|****************************************************************
*/
@media screen and (max-width: 600px){
	.top-tab{
		height: 40px;
		padding:10px 0px;
	}
	.carousel-control{
		margin-top: 4px;
		top: 65%;
	}
	.bgall {
	
	
	
	background-color:#1c1c1c;
	
	
	color: #d6d6d6;
	font-family: 'Sukhumvit Set';
	font-weight:100;
	}
}

@media screen and (max-width: 768px){
	.row{
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 992px){
	.main-menu{
		background: #0a5273;
		-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
		box-shadow: inset 0 0 100px rgba(0,0,0,.5);
		padding-left: 20px;
		width: 100%;
		height: 100%;
		float: left;
	}
}

/*
|----------------------------------------------------------------------------------------------------------
|				Loading CSS3
|----------------------------------------------------------------------------------------------------------
*/
@-moz-keyframes rotate-loading {
0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
 
@-o-keyframes rotate-loading {
0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
 
@-webkit-keyframes rotate-loading {
0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
 
@keyframes rotate-loading {
0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
 
@-moz-keyframes loading-text-opacity {
0%  {opacity: 0}
20% {opacity: 0}
50% {opacity: 1}
100%{opacity: 0}
}
 
 
@-o-keyframes loading-text-opacity {
0%  {opacity: 0}
20% {opacity: 0}
50% {opacity: 1}
100%{opacity: 0}
}
 
@-webkit-keyframes loading-text-opacity {
0%  {opacity: 0}
20% {opacity: 0}
50% {opacity: 1}
100%{opacity: 0}
}
 
@keyframes loading-text-opacity {
0%  {opacity: 0}
20% {opacity: 0}
50% {opacity: 1}
100%{opacity: 0}
}
 
.loading-container,
.loading {
height: 100px;
position: relative;
width: 100px;
border-radius: 100%;
}
 
.loading-container { margin: 40px auto; }
 
.loading {
border: 2px solid transparent;
border-color: transparent #fff transparent #FFF;
-moz-animation: rotate-loading 1.5s linear 0s infinite normal;
-moz-transform-origin: 50% 50%;
-o-animation: rotate-loading 1.5s linear 0s infinite normal;
-o-transform-origin: 50% 50%;
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
-webkit-transform-origin: 50% 50%;
animation: rotate-loading 1.5s linear 0s infinite normal;
transform-origin: 50% 50%;
}
 
.loading-container:hover .loading {
border-color: transparent #E45635 transparent #E45635;
}
 
.loading-container:hover .loading,
.loading-container .loading {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
 
#loading-text {
-moz-animation: loading-text-opacity 2s linear 0s infinite normal;
-o-animation: loading-text-opacity 2s linear 0s infinite normal;
-webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
animation: loading-text-opacity 2s linear 0s infinite normal;
color: #ffffff;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 10px;
font-weight: bold;
margin-top: 45px;
opacity: 0;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 0;
width: 100px;
}

.wraper-menu_terms{
	
}
.menu_terms{
	background-color: #1D1D1D;
	border-color: transparent;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.menu_terms:hover{
	padding-left: 5px;
	border-left: 2px solid #FDD75E;
	border-right: 2px solid #FDD75E;
}
.menu_terms>.panel-heading{
	background-color: transparent !important;
	border-color: transparent;
	color: #FDD75E;
}
.menu_terms>.panel-heading .panel-title{
	font-size: 20px;
}
.menu_terms>.panel-heading a:hover{
	text-decoration: none;
	color: #FFC91D;
}
.menu_terms .list-group-item{
	background-color: transparent;
	border: 1px solid transparent;
}
.menu_terms .list-group-item a{
	color: #FFF6D9;
	font-size: 16px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
			Form	
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.input-custom input[type="text"], 
.input-custom input[type="password"]
{
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	background: 0;
	border: 0;
	border-bottom: 1px solid #FDD75E;
	outline: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: #CCCCCC;
	outline: 0;
}
.input-custom .form-control.custom{
	border: 0;
	letter-spacing: 1px;
	border-bottom: 1px solid #FDD75E;
	border-radius: 0;
	background: transparent;
	color: #777777;
}
.input-custom .form-control:focus {
	border-color: #FDD75E;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-custom .form-control.textarea{
	border-radius: 0;
	border: 1px solid #FDD75E;
}

.input-custom .input-group-addon{
	background: transparent;
	border-color: transparent;
	border-bottom: 1px solid #FDD75E;
	border-radius: 0;
	color: #FDD75E;
}

.input-custom label{
	color: #FDD75E;
	font-weight: 300;
	font-size: 20px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
			Form	
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.btn-custom{
	background: url("/images/bg-btn.png") no-repeat;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	border-color: transparent;
	border-radius: 7px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
}
.btn-custom:focus,
.btn-custom:active,
.btn-custom:hover{
	border-color: transparent;
	background: url("/images/bg-btn.png") bottom no-repeat;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
			sweet	
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.sweet-alert p{
	text-align: left;
}
.sweet-overlay {
	background-color: rgba(0, 0, 0, 0.9);
}
.showSweetAlert{
	border: 1px solid #FDD75E;
	background-color: rgba(0, 0, 0, 0.4);
}
.sweet-alert p,.sweet-alert h2{
	color: #FDD75E;
	font-family: kickbet_neueregular;
}
.sweet-alert button{
	border: 1px solid #FDD75E;
	background-color: rgba(0, 0, 0, 0.4);
}
.sweet-alert .icon.success .fix{
	background-color: rgba(0, 0, 0, 0.9);
}
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after{
	background-color: rgba(0, 0, 0, 0.9);
}

.input-custom .form-control{
	border-color: transparent;
	background-color: rgba(0,0,0,0.7);
	border-bottom: 1px solid #FDD75E;
	border-radius: 0;
	/*color: #FDD75E*/;
}
.terms-register{
	height: 955px;
	overflow: auto;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
			Other	
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.rq-red{
	color: #FF0000;
	font-size: 18px;
}
.captcha img{
	width: 300px !important;
}
.nav-tabs {
	border-bottom: 1px solid transparent;
	background: url("../images/tab-bar.png") center no-repeat;
	border-radius: 8px;
}
.nav-tabs>li {
	border: 1px solid transparent;
}
.nav-tabs>li:hover,
.nav-tabs>li.active{
	border-radius: 8px;
	border-left: 1px solid #FFC53C;
	border-right: 1px solid #FFC53C;
	
}
.nav-tabs>li>a{
	margin-right: 0;
	color: #ccc;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover{
	background: transparent;
	border-radius: 5px;
	border-color: transparent;
	color: #FFC53C;
}

/*
|**************************************************************
|					Profile
|**************************************************************
*/
.wrapper-profile{
	color: #FDD75E;
}
.wrapper-profile p{
	margin-bottom: 5px;
}
.wrapper-profile .label-warning{
	font-size: 16px;
}
.profile-name{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 150px;
}
.profile-name a{
	color: #ccc;
}

/*
|**************************************************************
|					Page
|**************************************************************
*/
.page-detail{
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
}
a .page-detail{
	color: #CCCCCC;
	text-decoration: none;
}
.sub-page-detail ol{
	font-size: 18px;
}
.sub-page-detail table{
	width: 100% !important;
	font-size: 20px;
}
.sub-page-detail table td{
	padding: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

/*
|**************************************************************
|					Register Import
|**************************************************************
*/
.import-register-form .panel-default{
	margin-top : 10px;
	background-color: rgba(0,0,0,.8);
	border-color: #FDD75E;
	overflow: hidden;
	height: 360px;
	position:relative;
}

.import-register-form .panel-heading {
	background-color: transparent;
	border-bottom: 1px solid #FFC53C;
	color: #FFC53C;
	font-size: 20px;
}

.import-register-form .register-more{
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #cccccc;
	width: 100%;
	left: 0;
	text-align: center;
}
.import-register-auto{
	height: 100%;
}

.import-register-form .register-more a{
	color: #000000;
	font-size: 20px;
}
.right-page-detail{
	padding-left: 20px;
	font-size: 18px;
}
.right-page-detail ol{
	padding-left: 0;
}
.right-page-detail li{
	 list-style-type: square;
}
/*
|**************************************************************
|					Message
|**************************************************************
*/
.message-list a{
	color: #cccccc;
}
.message-list a:hover{
	text-decoration: none;
}

/*
|**************************************************************
|					scrollbar
|**************************************************************
*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #9B9B9B;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: rgba(255,197,60, 0.9);
}

::-webkit-scrollbar-thumb {
	/*-webkit-box-shadow: inset 0 0 6px rgba(215, 194, 57, .3);*/
	background-color: #5deb8a;
    border: 1px solid #2dff6f;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*
|**************************************************************
|					menu Hover
|**************************************************************
*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}



.home-game-box{
    padding: 14px 10px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.banner-home{
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bg-menu{
	width:100%; 
	
	background-color: rgba(0, 0, 0, 0.4);
	border-top: solid 1px #5d5d5d;
	border-bottom: solid 1px #5d5d5d;
	

}

.bg-body{
	background:#1f1f1f;
	border:solid 1px #3c3c3c;
	margin-top:10px;

}
.bg-login{
	width:100%; 
	height:35px; 
	padding-left:6px; 
	color:#FFFFFF; 
	background:#000; 
	border:solid 2px #4e4e4e;
	border-radius: 50px;

}

.btn-login{
	background:#fff701; 
	color:#000; 
	font-size:16px; 
	width:100%;
	font-weight:900; 
	height:35px; 
	border:solid 1px #fed20f;
	border-radius: 50px;

}
.btn-login:hover{
	background:#fdbd00; 
	color:#000; 
	font-size:16px; 
	width:100%;
	font-weight:900; 
	height:35px; 
	border:solid 1px #fdbd00;
	border-radius: 50px;

}



.bg-login2{
	width:100%; 
	height:45px; 
	padding-left:30px; 
	color:#000; 
	background-color: #fff;
	border:solid 1px #b7b7b7;
	border-radius: 5px;
	background-image:url(../bg-username.png);
	background-position:left;
	background-repeat:no-repeat;

}

.bg-password{
	width:100%; 
	height:35px; 
	padding-left:30px; 
	color:#000; 
	background-color: #FFFFFF;
	border:solid 2px #b7b7b7;
	border-radius: 5px;
	background-image:url(../bg-password.png);
	background-position:left;
	background-repeat:no-repeat;

}

.bg-password2{
	width:100%; 
	height:45px; 
	padding-left:30px; 
	color:#000; 
	background-color: #FFFFFF;
	border:solid 1px #b7b7b7;
	border-radius: 5px;
	background-image:url(../bg-password.png);
	background-position:left;
	background-repeat:no-repeat;

}

.btn-login3{
	background-image: linear-gradient(#eacd7d, #e5d490 , #a76201);
    color: #000;
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    height: 45px;
    border: solid 1px #ca9640;
	border-radius: 5px;

}

.content-wrap {
            width: 800px;
            margin: 0 auto;
            text-align: center;
        }

        .content-wrap h1 {
            font-family: "Arial Black", serif;
        }

        .content-wrap label {
            color: darkseagreen;
            font-family: "Microsoft Sans Serif", serif;
            font-size: 40px;
            display: block;
            margin: 20px 0 10px 0;
 }
 
 .bh1{
 	font-size:36px; 
	color:#ffc77f;
	line-height:50px;
	margin-top:10px;
  
 }
 
  .bh2{
 	font-size:16px; 
	color:#fff;
	line-height:30px;
  
 }
 
 
 .h2 {
 	color:#FF0000;
	
 	
 
 }
 
 
 .column {
	
	padding: 0;
}
.column:last-child {
	padding-bottom: 10px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 100%;
	
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
 
 figure {
	width: 100%;
	
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
	
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.bg-regis{
	width:100%; 
	height:35px; 
	padding-left:6px; 
	color:#FFFFFF; 
	background:#171717; 
	border:solid 1px #585858;
	margin-top:5px;

}

.btn-regis{
	background:#ffc100; 
	color:#000; 
	font-size:16px; 
	width:100%; 
	height:35px; 
	border:solid 1px #fff701;
	margin-top:5px;
}

.btn-regis:hover{
	background:#fff701; 
	color:#000;
	font-weight:bold;
	font-size:16px; 
	width:100%; 
	height:35px; 
	border:solid 1px #fff701;
}

.bg-check {
	width:100%; 
	border-radius: 10px; 
	padding:10px; 
	color:#fff; 
	font-size:16px; 
	background: #770b2a; 
	min-height:300px; 
	line-height:30px;
	border:solid 1px #ad1624;

}

.text-product {
	position:absolute; 
	color:#ffe1a0; 
	font-size:18px; 
	font-weight:bold; 
	text-shadow: 2px 2px 4px #000000; 
	background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(255,0,0,0)); 
	padding:6px; 
	margin:12px 0 0 5px; 
	top:0px; 
	width:180px; 
	z-index:999;

}



.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 13px 8px 13px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
	/*border-bottom:solid 1px #0a4e4e;*/
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
	border-bottom:solid 1px #001e1e;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #f7c96e;
    color: #000000;
    padding: 10px 15px;
    border: solid 1px #d1aa5d;
	margin-top:15px;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left .5s;
    padding: 0px 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}


.bg-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    padding: 13px;
    border: 1px solid #61d1ff;
    color: #ccc;
}

.bg-contact {
    width: 100%;
    padding: 5px;
    color: #ccc;
    border: 1px solid #61d1ff;
    background-color: #262626;
    border-radius: 65px;
}

.contact-text {
    position: absolute;
    font-size: 1.2em;
    left: 100px;
	margin-top:-40px;
}

.bg-login{
	width: 100%;
    height: 35px;
    padding-left: 37px;
    color: #fff;
    background-color: #190725;
    border: solid 1px #4e0086;
    border-radius: 5px;
    background-image: url(../bg-username.png);
    background-position: left;
    background-repeat: no-repeat;
	

}

.bg-password{
	width: 100%;
    height: 35px;
    padding-left: 37px;
    color: #fff;
    background-color: #190725;
    border: solid 1px #4e0086;
    border-radius: 5px;
    background-image: url(../bg-password.png);
    background-position: left;
    background-repeat: no-repeat;

}

.btn-register {
    background-image: linear-gradient(#f0c400, #eeff03 ,#f0c400);
    color: #000b30;
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    height: 43px;
    border: solid 1px #ff9b04;
    border-radius: 5px;

}
.btn-regsiter:hover{
	background-image: linear-gradient(#0a9f3b, #0a9f3b ,#0a9f3b);
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    height: 43px;
    border: solid 1px #ffd104;
    border-radius: 5px;

}

.btn-login {
    background-image: linear-gradient(#ffffff, #a9a9a9 ,#e3e3e3);
    color: #000b30;
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    height: 43px;
    border: solid 1px #ffffff;
    border-radius: 5px;

}
.btn-login:hover{
	background-image: linear-gradient(#ffffff, #a9a9a9 ,#e3e3e3);
    color: #000;
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    height: 43px;
    border: solid 1px #ffffff;
    border-radius: 5px;

}

.btn-login2 {
    background-image: linear-gradient(#00d071, #66b300 ,#095f00);
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    height: 45px;
    border: solid 1px #72b300;
    border-radius: 5px;
	text-align: center;
	padding: 7px 0px;

}

.btn-login3 {
    background-image: linear-gradient(#ff0000, #ab0000 ,#7b0000);
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    height: 45px;
    border: solid 1px #ff0000;
    border-radius: 5px;
	text-align: center;
	padding: 7px 0px;

}

.btn-login4 {
    background-image: linear-gradient(#2d2d2d, #3a3a3a ,#000000);
    color: #ff4700;
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    height: 40px;
    border: solid 1px #ff4700;
    border-radius: 5px;

}




.border-pro {
	background-image: url(../animate01-1.gif); 
	background-position: center center; 
	background-size: contain;
	border:solid 2px #d4a972;
	margin:5px;

}

.bb1{
	padding:10px;
	margin:3px;
	color:#fff;
	font-size:14px;
	border:solid 1px #fff;
	width:90px;
	font-weight:bold;
	float:left;
}



div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;

}

div.sticky2 {
  position: -webkit-sticky;
  position: sticky;
  top: 179px;

}


/* Style the tab */
div.tab {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient( #fff , #ffffff);
    color: #000;
    width: 100%;
    margin-bottom: 35px;
    
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 30px;
    transition: 0.3s;
    font-size: 16px;
	border-right:solid 1px #c3c3c3;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
}

/* Change background color of buttons on hover */
div.tab button:hover {
    
	color: #00a332;
    font-weight: bold;
    background: #e1e1e1;
	
}

/* Create an active/current tablink class */
div.tab button.active {
	color: #00a332;
    font-weight: bold;
    background: #e1e1e1;
	
}


/* Style the tab */
div.tab2 {
    overflow: hidden;
	padding:0px 0px 0px 0px;
	background-image: linear-gradient( #fff , #fff);
	color:#000;
	
   
    
}

/* Style the buttons inside the tab */
div.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
	width:25%;
    transition: 0.3s;
    font-size: 10px;
	border-right:solid 1px #c3c3c3;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
}

/* Change background color of buttons on hover */
div.tab2 button:hover {
    
	color: #00a332;
    font-weight: bold;
    background: #e1e1e1;
	
}

/* Create an active/current tablink class */
div.tab2 button.active {
	
	color: #00a332;
    font-weight: bold;
    background: #e1e1e1;
	
}


/* Style the tab */
div.tab3 {
    overflow: hidden;
	padding:0px 0px 0px 0px;
	/*background:#000000;*/
	/*color:#FFFFFF;*/
	
   
    
}

/* Style the buttons inside the tab */
div.tab3 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
	width:50%;
    transition: 0.3s;
    font-size: 10px;
	/*border-right:solid 1px #91b5ff;*/
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
}

/* Change background color of buttons on hover */
div.tab3 button:hover {
    
	/*color:#fff701;
	background:#313f56;*/
	
}

/* Create an active/current tablink class */
div.tab3 button.active {
	
	/*color:#fff701;
	background:#313f56;*/
	/*border:solid 1px #01a6a7;*/
	
}



/* Style the tab content */
.tabcontent {
    display: none;
    /*padding: 6px 12px;*/
    
    border-top: none;
	
}

.productgame {
    position: relative;
    width: 100%;
}

.name-table {
	padding: 13px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(#007a26, #015f1e);
    color: #ffdf43;
    border-radius: 7px 7px 0px 0px;

}

.name-table1 {
	padding: 7px 0px;
    text-align: center;
    color: #000000;
    border-bottom: solid 8px #22b543;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;

}

.table-1 {
    background:#fff; 
	padding:3px 3px; 
	border-bottom: solid 2px #ededed;
	margin-bottom:3px;

}


.counter { background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 59px; font-weight: bold;  margin-top: 0px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 0px; margin-bottom: 0; text-align: center; }


.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #dfdfdf;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #08bf00;
}

.circular-chart.red .circle {
  stroke: #8d001e;
}

.circular-chart.blue .circle {
  stroke: #2c42af;
}

.percentage {
  fill: #08bf00;
  font-family: sans-serif;
  font-size: 0.75em;
  text-anchor: middle;
}

.percentage-red {
  fill: #8d001e;
  font-family: sans-serif;
  font-size: 0.75em;
  text-anchor: middle;
}

.percentage-blue {
  fill: #2c42af;
  font-family: sans-serif;
  font-size: 0.75em;
  text-anchor: middle;
}

.tded-bg {
   background-image: linear-gradient( #fff , #fff);
   border: solid 3px #00a725; 
   border-radius:10px; 
   overflow:hidden; 
   padding:10px 0px;

}

.tded-name {
	line-height:22px; 
	padding-top:10px; 
	font-size:20px; 
	font-weight:bold; 
	color:#12d109;

}

.tded-name span {
	font-size:12px; 
	font-weight:900; 
	color:#000;

}

.tded-name-red {
	line-height:18px; 
	text-align:center;
	padding-top:10px; 
	font-size:16px; 
	font-weight:bold; 
	color:#8d001e;

}

.tded-name-red span {
	font-size:11px; 
	font-weight:100; 
	color:#FFFFFF;

}

.tded-name-red2 {
	line-height:18px; 
	text-align:center;
	padding-top:3px; 
	font-size:12px; 
	font-weight:bold; 
	color:#8d001e;

}

.tded-name-red2 span {
	font-size:9px; 
	font-weight:100; 
	color:#FFFFFF;

}

.tded-name-blue {
	line-height:16px;
	text-align:center;
	padding-top:10px; 
	font-size:18px; 
	font-weight:bold; 
	color:#2c42af;

}

.tded-name-blue span {
	font-size:11px; 
	font-weight:100; 
	color:#FFFFFF;

}

.tded-name-blue2 {
	line-height:16px;
	text-align:center;
	padding-top:3px; 
	font-size:12px; 
	font-weight:bold; 
	color:#2c42af;

}

.tded-name-blue2 span {
	font-size:9px; 
	font-weight:100; 
	color:#FFFFFF;

}

.hdc {
	line-height: 10px;
    color: #0029a1;
    margin-top: -6px;
    border: solid 1px #0029a1;
    border-radius: 10px;
    padding: 0px 0px 4px;
	font-size: 16px;
	font-weight: bold;
}

.hdc span {
	font-size:10px;

}

.hdc span {
	line-height:20px; 
	padding-top:5px; 
	color:#4d6abd;

}





.name-game {
	padding:7px 0px; 
	text-align:center;
	background-image: linear-gradient(#d9d9d9, #d9d9d9);
    color: #00721b;
	font-weight: bold;
	

}

.bg-game {
	overflow: hidden;
    padding: 7px 0px;
    border-radius: 5px;
    
}

.game-red {
	border:solid 2px #8d001e; 
	border-radius:50px; 
	overflow:hidden; 
	padding:5px 3px;

}

.game-blue {
	border:solid 2px #2c42af; 
	border-radius:50px; 
	overflow:hidden; 
	padding:5px 3px;

}

.c {
	color:#c18a6c;

}

.c {
	color:#c18a6c;

}

.b {
	color:#dadada;

}

.a {
	color:#ffc000;

}

.s {
	color:#fff;

}

.l {
	color:#c38b2d;

}


.b-register {
	/*background-image: linear-gradient(#ec6eee, #d22ad2, #711892);*/
	
	color:#fff;
	/*border-radius: 50px;*/
	font-size:16px;
	width:100%;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.b-input {
	border-radius: 5px !important;
	border:solid 1px #565656 !important;
	width:100% !important;
	font-size: 16px !important;
	height:42px !important;
	color:#fff !important;
	padding-left:10px !important;
	background:#333333 !important;
	max-height:300px !important;

}
.bm {
	margin-bottom:15px;

}

.b-file {
	background-image: linear-gradient(#b3b3b3, #fff, #7a7a7a);
	text-shadow: 1px 1px 2px #fff, 0 0 25px #fe81ff, 0 0 5px #c1c1c1;
	color:#000;
	border-radius: 50px;
	font-size:18px;
	width:150px;
	padding:10px 0px 10px 5px;
	text-align:center;
}

.b-confirm {
	background-image: linear-gradient(#d19e24, #f4e185, #b67505);
	text-shadow: 1px 1px 2px fef4a6, 0 0 25px #fef4a6, 0 0 5px #fef4a6;
	color:#000;
	border-radius: 10px;
	font-size:18px;
	width:170px;
	padding:10px 0px 10px 5px;
	text-align:center;
	border:solid 2px #fff4a2;
	
  
 

}


.b-bot {
	background-image: linear-gradient(#a415c1, #ca56de, #5f158f);
	text-shadow: 1px 1px 2px black, 0 0 25px #fe81ff, 0 0 5px #d92fdb;
	color:#FFFFFF;
	border-radius: 50px;
	font-size:12px;
	width:100px;
	padding:5px 0px 5px 0px;
	text-align:center;
	float:right;
	margin:0px 6px;
	border:solid 2px #ca56de;
}

.b-bot:hover {
	background-image: linear-gradient(#a415c1, #a415c1, #5f158f);
	text-shadow: 1px 1px 2px black, 0 0 25px #fe81ff, 0 0 5px #d92fdb;
	color:#faf36e;
	border-radius: 50px;
	font-size:12px;
	width:100px;
	padding:5px 0px 5px 0px;
	text-align:center;
	float:right;
	margin:0px 6px;
	border:solid 2px #f3aeff;
}

.form-style .form-input select {
    background: url(../images/icon-dd.png) no-repeat 95% 10px #e5e8ce;
}

.form-style .form-input input, .form-style .form-input select {
    font-size: 26px;
    width: 300px;
    height: 40px;
    border-radius: 8px;
    background: #e5e8ce;
    padding: 2px 15px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}


/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  font-family: 'Sukhumvit Set';
  padding: 5px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  background:#333333;
  border:solid 1px #565656;
  border-radius: 5px !important;
  width:100% !important;
  
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #444444;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 5px !important;
  width:100% !important;
  
  
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.aff-tab {
	padding:10px 0px 7px 0px; 
	text-align: center; 
	border-radius: 5px; 
	border: solid 2px #FF5700;
    color: #ffffff;
    background-image: linear-gradient( #ff4f01 , #771d02);
}

.aff-tab2 {
	padding:10px 0px 7px 0px; 
	text-align: center; 
	background-image: linear-gradient( #313131 , #1b1b1b);
    border: solid 2px #FF5700; 
	border-radius: 5px; 
	color: #FF5700;
}

.menu-h {
	width: 100%; 
	text-align: center; 
	color: #fff; 
	font-size: 15px; 
	font-weight: bold; 
	padding: 15px 0px;
}




.radiobtn {
  position: relative;
  display: block;
}
.radiobtn label {
  display: block;
    background: #ffffff;
    color: #000;
    border-radius: 50px;
    padding: 13px 14px;
    border: 2px solid #dfdfdf;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
}
.radiobtn label:after, .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
    top: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #d3e5cb;
}
.radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtn input[type=radio]:checked + label {
  background: #f3fff7;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-color: #00c53e;
}
.radiobtn input[type=radio]:checked + label:after {
  background: #1caf4a;
}
.radiobtn input[type=radio]:checked + label:before {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes blink {
  0% {
    background-color: #d3e5cb;
  }
  10% {
    background-color: #d3e5cb;
  }
  11% {
    background-color: #d3e5cb;
  }
  29% {
    background-color: #d3e5cb;
  }
  30% {
    background-color: #d3e5cb;
  }
  50% {
    background-color: #d3e5cb;
  }
  45% {
    background-color: #d3e5cb;
  }
  50% {
    background-color: #d3e5cb;
  }
  100% {
    background-color: #d3e5cb;
  }
}

@keyframes blink {
  0% {
    background-color: #d3e5cb;
  }
  10% {
    background-color: #d3e5cb;
  }
  11% {
    background-color: #d3e5cb;
  }
  29% {
    background-color: #d3e5cb;
  }
  30% {
    background-color: #d3e5cb;
  }
  50% {
    background-color: #d3e5cb;
  }
  45% {
    background-color: #d3e5cb;
  }
  50% {
    background-color: #d3e5cb;
  }
  100% {
    background-color: #d3e5cb;
  }
}


.red {
	color: #FF0004 !important;
	font-weight: bold;
}

.hdc-time {
	color: #000000;
    font-weight: bold;
	text-align: center;
}

.head-tryscore {
	color: #005c1d;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-top: 19px;
}

.bg-left {
	overflow: hidden;
    line-height: 25px;
    border-radius: 7px;
    margin-top: 7px;
    padding: 10px 5px;
    background: #ffffff;
    box-shadow: 0px 1px 14px 5px #d1d1d1;
}

.kanan {
	line-height: 18px;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #bfbfbf;
    padding: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #44b700;
}

.kanan span {
	font-size: 12px;
	font-weight: 100;
	color: #000000;
}

.kanan2 {
	line-height: 18px;
    text-align: center;
    border-radius: 10px;
    border: solid 3px #fff701;
    padding: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #fff701;
}

.kanan2 span {
	font-size: 12px;
	font-weight: 900;
	color: #fff;
}

.kanan-name {
	line-height: 16px;
    font-size: 16px;
    color: #006921;
    font-weight: bold;
	margin-bottom: 3px;
}



.kanan-num {
	text-align: center;
	font-size: 34px;
	color: #000000;
	font-weight: bold;
}

.kanan-main {
	text-align: center;
    border-radius: 10px;
    border: solid 2px #000000;
    padding: 11px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.win-main {
	text-align: center;
    border-radius: 10px;
    border: solid 2px #16b500;
    padding: 11px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #16b500;
}

.lose-main {
	text-align: center;
    border-radius: 10px;
    border: solid 2px #d00012;
    padding: 11px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #d00012;
}

.draw-main {
	text-align: center;
    border-radius: 10px;
    border: solid 2px #0057c5;
    padding: 11px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #0057c5;
}



.icon-win {
	width: 23px;
    height: 23px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    float: left;
    background: #58db40;
    color: #fff;
    margin-right: 3px;
	/*padding: 5px 0px;*/
	
}
.icon-lose {
	width: 23px;
    height: 23px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    float: left;
    background: #f50007;
    color: #fff;
    margin-right: 3px;
}

.icon-draw {
	width: 23px;
    height: 23px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    float: left;
    background: #567be5;
    color: #fff;
    margin-right: 3px;
}

.icon-win2 {
	width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
	padding-top: 7px;
    font-weight: bold;
    float: left;
    background: #58db40;
    color: #fff;
    margin-right: 3px;
}
.icon-lose2 {
	width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
	padding-top: 7px;
    border-radius: 50%;
    font-weight: bold;
    float: left;
    background: #f50007;
    color: #fff;
    margin-right: 3px;
}

.icon-draw2 {
	width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
	padding-top: 7px;
    border-radius: 50%;
    font-weight: bold;
    float: left;
    background: #567be5;
    color: #fff;
    margin-right: 3px;
}


.bg-hilight {
	padding:5px; 
	border-radius:10px; 
	border: solid 2px #00af27;  
	background-color: rgba(255,255,255,1.0); 
	position: relative; 
	overflow: hidden;
	overflow-x: auto;
}

.name-hilight {
	font-size: 33px;
    color: #080074;
    font-weight: bold;
    width: 250px;
    background: #fff;
    text-align: center;
    margin-bottom: -27px !important;
    position: relative;
    margin: auto;
    z-index: 99;
	margin-top: 18px;
}

.img-rd6 {
	border-radius: 9px;
	width: 100%;
}

.sub-hilight {
	text-align: center; 
	color: #000; 
	font-weight: bold; 
	font-size: 18px; 
	margin-top: 15px; 
	line-height: 30px;
}


.news-main {
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 20px;
	color: #000000;
}

.news-name {
	font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 6px;
    color: #767676;
    margin-bottom: 22px;
    height: 79px;
}




 .column {
	
	padding: 0;
}
.column:last-child {
	/*padding-bottom: 10px;*/
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 100%;
	
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
 
 figure {
	width: 100%;
	
	margin: 0 !important;
	padding: 0;
	
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
	
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.bg-regis{
	width:100%; 
	height:35px; 
	padding-left:6px; 
	color:#FFFFFF; 
	background:#292929; 
	border:solid 1px #585858;
	margin-top:5px;

}



.bg-check {
	width:100%; 
	border-radius: 10px; 
	padding:10px; 
	color:#fff; 
	font-size:16px; 
	background:  #2d2d2d;
    min-height: 300px;
    line-height: 30px;
    border: solid 1px #5f5f5f;
	overflow:hidden;

}

.text-product {
	position:absolute; 
	color:#ff4a00; 
	font-size:18px; 
	font-weight:bold; 
	text-shadow: 2px 2px 4px #000000; 
	background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(255,0,0,0)); 
	padding:6px; 
	margin:5px 0 0 5px; 
	top:0px; 
	width:180px; 
	z-index:999;

}



.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(45, 45, 45, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 13px 8px 13px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
	/*border-bottom:solid 1px #0a4e4e;*/
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
	border-bottom:solid 1px #001e1e;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #eb5015;
    color: #ffffff;
    padding: 10px 15px;
    border: solid 1px #ff8151;
	margin-top:15px;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left .5s;
    padding: 0px 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}


.zoom {
  
  
  transition: transform .2s; /* Animation */
  
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

 
.btn{
    background: none;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.8rem 2rem;
    margin-top: 2rem;
}

.modal{
    position:fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%) scale(0);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    padding: 1rem;
    z-index: 15;
    background: rgba(255,255,255,0.4);
    width: 500px;
    max-width: 80%;
    transition: 200ms ease-in-out;
    box-shadow: 0 25px 45px rgba(0,0,0,0.1);
    min-height: 30vh;
}

.modal.active{
    transform:translate(-50%, -50%) scale(1);
}

.modal-header{
    padding: 0.5rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(255,255,255,0.4);
}

.modal-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 10px;
}

.modal-header .title{
    font-weight: bold;
    font-size: 1.5rem;
}

.modal-header .closebtn{
    cursor: pointer;
    border: none;
    font-size: 2rem;
    outline: none;
    background: none;
    color: #fff;
}

.modal-body{
    padding: 0.5rem 10px;;
}

#overlay {
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    opacity: 0;
    transition: 200ms ease-in-out;
}

#overlay.active {
    pointer-events:all;
    opacity: 1;
}

.tooltip{
    font-size: 2rem;
    transition: 200ms ease-in-out;
}

.tool{
    font-size: 2rem;
}

.nextbtn{
    background: none;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.2rem 0.8rem;
    cursor: pointer;
}

.tooltip.active{
   transform: rotate(180deg)
}

.title,
.desc{
    color: #fff;
}

.current{
    display: grid;
    place-items: center;
    position: relative;
    transition: 0.4s;
}

.next{
    display: none;
    transition: 0.2s;
}

.current.inactive{
    display: none;
}

.next.active{
    display: grid;
    place-items: center;
}

.bg-text-register {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    color: #000;
    background-color: #fff;
    border: solid 1px #b7b7b7;
    border-radius: 5px;
   
}

.menu-btn-system {
	float: left;
    margin-right: 5px;
    padding: 10px 10px;
    width: 109px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border: solid 1px #fff;
}

.report-name {
	border: solid 1px #ccc;
	padding: 7px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

.report-name span {
	font-size: 10px;
	color: #000;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  
  
  border-top: none;
}

input[type="radio"] {
  display: none;
}
img {
  padding: 1px ;
  margin: 1px ;
}
input[type="radio"]:checked + img {
  background-color: #cde7d4 !important;
    border: solid 2px #003aff !important;
}