@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html {
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #70bg32;
    background-repeat:no-repeat;
    background: -webkit-linear-gradient( to left top, #E8E8E8, #888888);
    background: -moz-linear-gradient( to left top, #E8E8E8, #888888);
    background: -ms-linear-gradient( to left top, #E8E8E8, #888888);
    background: -o-linear-gradient( to left top, #E8E8E8, #888888);
    background: linear-gradient( to left top, #E8E8E8, #888888);
}
body{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-align:center;
}
img.loading{
	display: none;
}
p.msg{
	font-weight: bold;
}
div.clearFloat{
	clear: both;
}
#paymentBox{
	width: 500px;
	border: 1px dashed black;
	margin: 5px auto;
	word-wrap: break-word;
	padding: 10px;
}
#paymentBox img.qr{
	border-radius: 20px;
}
#paymentBox img.payment-waiting{
	margin-left: 30px;
}
img.donate-qr{
	width: 200px;
	height: auto;
}
table.info, table.info th, table.info td{
	border: 1px solid black;
	margin: 5px auto;
}
#card{
	border: 5px solid black;
	border-radius: 10px;
	width: 390px;
	height: 620px;
	margin: 5px auto;
	padding: 5px;
}
#card.type-0{
	background: rgb(39,39,130);
	background: linear-gradient(-45deg, rgba(39,39,130,1) 0%, rgba(0,212,255,1) 100%);
}
#card.type-1{
	background: rgb(34,193,195);
	background: linear-gradient(135deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}
#card .prize{
	width: 150px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	border: 2px solid black;
	border-radius: 10px;
	margin: 10px auto;
	background: white;
}
#card .scratch{
	background-color: lightgray;
	background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
	cursor: pointer;
}
#card .scratch > * {
	display: none;
}
#card .games{
	margin: 5px auto;
}
#card .game{
	height: 44px;
	margin: 5px;
	width: 180px;
	display: inline-block;
}
#card .game span{
	display: block;
}
#card .game .coin{
	width: 40px;
	height: 40px;
	margin: 0px 2px;
	border: 2px solid black;
	display: inline-block;
	overflow: hidden;
}
#card .coin img{
	background: white;
	width: 30px;
	padding: 5px;
}
div.payout .info, div.payout .qr{
	width: 50%;
	float: left;
}
div.payout .seed{
	width: 140px;
	margin: 5px auto;
	word-break: break-all;
	min-height: 70px;
	border: 1px solid black;
	background: white;
	font-size: 14px;
}
div.payout .qr-code{
	width: 140px;
	height: 140px;
	margin: 5px auto;
	border: 1px solid black;
}
div.payout .qr-code img{
	width: 140px;
}
button.claim{
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	margin: 20px;
}
.cards-list{

}
.cards-list .card-box{
	/*border: 1px dashed black;*/
	width: 120px;
	display: inline-block;
	margin: 10px;
}
.cards-list .card-box img{
	width: 100px;
}
.cards-list .card-box p{
	margin: 5px;
	text-shadow: #FC0 1px 0 10px;
	color: white;
}
.cards-list .card-box h3 {
	text-shadow: #90ee90 1px 0 10px;
}
.buy-btn,.demo-btn,.table-btn,.donate-btn,.projects-btn{
	padding: 5px;
	width:100px;
	margin: 2.5px;
}
.buy-btn{
	background-color: rgb(132,196,65);
}
.demo-btn{
	background-color: rgb(246,167,33);
}
.table-btn{
	background-color: rgb(94,202,224);
}
.donate-btn{
	width: 200px;
	background-color: rgb(244,232,24);
}
.projects-btn{
	width: 200px;
	background-color: #fed8b1;
}