/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&family=Slabo+27px&display=swap');
 
body,td,th,input,button {
	color: #F5EFEF;
	font-family: 'Baloo Paaji 2', Calibri, 'Trebuchet MS', Arial;
	font-size: 15px;
}
html {
	height: 100%;
}
body {
	background: #6db3f2;
	background: -moz-linear-gradient(45deg, #6db3f2 0%, #6db3f2 41%, #3690f0 61%, #1e69de 100%);
	background: -webkit-linear-gradient(45deg, #6db3f2 0%,#6db3f2 41%,#3690f0 61%,#1e69de 100%);
	background: linear-gradient(45deg, #6db3f2 0%,#6db3f2 41%,#3690f0 61%,#1e69de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 );
	background-size: cover;
}
h1 {
	font-family: 'Slabo 27px', 'Courier New', Courier, monospace;
	font-size: 40px;
	font-weight: 700;
	text-shadow: 0 4px 1px rgba(0, 0, 0, 0.8);
	margin: 40px 0;
}
h2 {
	margin: 20px 0;
	font-size: 25px;
}
h3 {
	margin: 20px 0;
	font-size: 20px;
}
p {
	line-height: 140%;
}
#main {
	background-color: rgba(0, 0, 30, 0.12);
	border: 2px solid rgba(250, 250, 250, .6);
	border-radius: 2px;
	box-shadow: 14px 16px 10px rgba(0, 0, 0, 0.09), -9px -5px 32px rgba(133, 233, 155, 0.19) inset;
	margin: 120px auto 0;
	max-width: 1300px;
	padding: 30px 20px;
	text-align: center;
	width: 85%;
}
table {
	width: 100%;
	max-width: 320px;
	margin: 20px auto;
}
table th,
table td {
	text-align: left;
	padding: 6px;
}
#admin {
	width: 100%;
	max-width: none;
}
#admin th,
#admin td {
	text-align: left;
	padding: 6px;
	border-bottom: 1px dashed #D6D1A3;
}
input {
	background-color: #fff2e7;
	border: 1px solid #000060;
	color: #020202;
	padding: 4px 0.75em;
	width: calc(100% - 1.5em);
}
button {
	background-color: rgba(255, 100, 200, 0.08);
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	box-shadow: 14px 16px 10px rgba(0, 0, 0, 0.09), -9px -5px 32px rgba(133, 233, 155, 0.19) inset;
	color: rgba(255, 241, 255, 1);
	font-weight: 700;
	font-size: 16px;
	padding: 4px 0;
	width: 100%;
}
input,
button {
	max-width: 400px;
}
.not-needed input,
.not-needed button {
	opacity: 0.8;
}
#circle {
	font-family: Helvetica, Arial, sans-serif;
	color: #433F23;
	border: 4px solid #d6d1a3;
	border-radius: 104px;
	font-size: 200px;
	font-weight: 700;
	height: 200px;
	line-height: 104%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 200px;
	transition: all 2s ease-in-out;
	transform: scale(0.8, 0.8);
}
#circle_frame {
	height: 212px;
	border: 0 none;
	overflow: hidden;
	width: 212px;
	text-align: center;
}
#circle.allowed {
	border: 4px solid #C5E127;
	color: #C5E127;
}
#circle.blocked {
	border: 4px solid #FF4F52;
	color: #FF4F52;
}
#circle.unknown {
	color: #FFF6A3;
}

@media (min-width: 700px) {
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	#circle {
		transform: scale(1, 1);
	}
}
