@font-face {
    font-family: 'Sailec Reg Italic';
    src: url('fonts/Sailec-RegularItalic.eot');
    src: url('fonts/Sailec-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Sailec-RegularItalic.woff2') format('woff2'),
        url('fonts/Sailec-RegularItalic.woff') format('woff'),
        url('fonts/Sailec-RegularItalic.ttf') format('truetype'),
        url('fonts/Sailec-RegularItalic.svg#Sailec-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sailec Bold';
    src: url('fonts/Sailec-Bold.eot');
    src: url('fonts/Sailec-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Sailec-Bold.woff2') format('woff2'),
        url('fonts/Sailec-Bold.woff') format('woff'),
        url('fonts/Sailec-Bold.ttf') format('truetype'),
        url('fonts/Sailec-Bold.svg#Sailec-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sailec Bold Italic';
    src: url('fonts/Sailec-BoldItalic.eot');
    src: url('fonts/Sailec-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Sailec-BoldItalic.woff2') format('woff2'),
        url('fonts/Sailec-BoldItalic.woff') format('woff'),
        url('fonts/Sailec-BoldItalic.ttf') format('truetype'),
        url('fonts/Sailec-BoldItalic.svg#Sailec-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sailec Reg';
    src: url('fonts/Sailec-Regular.eot');
    src: url('fonts/Sailec-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Sailec-Regular.woff2') format('woff2'),
        url('fonts/Sailec-Regular.woff') format('woff'),
        url('fonts/Sailec-Regular.ttf') format('truetype'),
        url('fonts/Sailec-Regular.svg#Sailec-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style:normal;
}

.grecaptcha-badge{
	visibility: hidden;
}

html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #222222;
}

button,
input,
textarea{
	outline: none;
}

.modal-alert{
	width: 95%;
	max-width: 450px;
	top: 20% !important;
	color: #000;
	font-family: 'Sailec Reg';
	font-size: 16px;
}

.err{
	position: relative;
	display: block;
	color: #f00;
	text-align: center;
	display: none;
	font-family: 'Sailec Reg';
	font-size: 14px;
	margin-top:5px;
}
.errs{
	position: relative;
	display: block;
	color: #f00;
	text-align: left;
	display: none;
	font-family: 'Sailec Reg';
	font-size: 14px;
	margin-top:5px;
}
	.text-error,
	.text-error:focus{
		border: solid 1px red;
	}
	.text-errors,
	.text-errors:focus{
		border-bottom: solid 1px red;
	}
	
	.text-link{
		cursor: pointer;
		padding-bottom: 2px;
		border-bottom: solid 1px #fff;
	}
	
	.body{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
		.home{
			color: #fff;
			cursor: pointer;
			position: fixed;
			top: 15px;
			left: 15px;
			z-index: 99;
		}
		.signout{
			color: #fff;
			cursor: pointer;
			position: fixed;
			top: 15px;
			right: 15px;
			z-index: 99;
		}
	
		.content{
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			.content-login{
				background-color: #fcce34;
			}
				.box-logo{
					position: relative;
					display: block;
					width: 85%;
					left: 50%;
					transform: translateX(-50%);
					padding-top: 10vh;
					padding-bottom: 5vh;
					text-align: center;
				}
				.box-login{
					position: relative;
					display: block;
					width: 80%;
					left: 50%;
					transform: translateX(-50%);
					font-family: 'Sailec Bold';
					font-size: 16px;
					color: #fff;
				}
					.form-group{
						position: relative;
						display: block;
						margin-bottom: 10px;
					}
						.form-group label{
							position: relative;
							display: block;
							margin-bottom: 3px;
						}
						.input-groups{
							position: relative;
							display: block;
							width: 100%;
						}
							.text-field{
								position: relative;
								display: block;
								width: 100%;
								border: none;
								border-radius: 20px;
								font-family: 'Sailec Reg';
								color: #000;
								font-size: 18px;
								padding: 10px;
								padding-left: 20px;
								padding-right: 50px;
								text-align: left;
							}
							.input-groups img{
								position: absolute;
								width: 30px;
								z-index: 2;
								top: 8px;
								right: 15px;
							}
							
							.btn-submit{
								background-color: #000;
								font-size: 20px;
								width: 100%;
								color: #fff;
								font-family: 'Sailec Reg';
								padding: 10px 50px;
								text-align: center;
								border: solid 1px #cccf00;
								border-radius: 25px;
							}
						
			.content-home{
				background-color: #fcce34;
			}
			.content-qr{
				background-color: #e6e6e6;
			}
				.header-logo{
					position: relative;
					display: block;
					width: 70%;
					left: 50%;
					transform: translateX(-50%);
					padding-top: 8vh;
				}
				.box-home{
					position: relative;
					display: block;
					width: 85%;
					left: 50%;
					transform: translateX(-50%);
					font-size: 16px;
					z-index: 2;
				}
				.img-bawah{
					position: absolute;
					display: block;
					width: 80%;
					z-index: 0;
					left: 0px;
					bottom: -50%;
					opacity: .5;
					transition: all 1s;
				}
				.img-bawah-active{
					bottom: 0;
				}
					.frame-home{
						position: relative;
						display: block;
						width: 90%;
						left: 50%;
						transform: translateX(-50%);
						text-align: center;
						padding-top: 20px;
					}
						.home-menu{
							position: relative;
							display: inline-block;
							vertical-align: top;
							margin: 0px;
							font-size: 0px;
							width: 100%;
							margin-bottom: 20px;
						}
							.btn-menu{
								background-color: #000;
								color: #fff;
								font-family: 'Sailec Reg';
								font-size: 20px;
								width: 100%;
								padding: 5px;
								border-radius: 25px;
								border: none;
								box-shadow: 5px 0px 3px 0px rgba(255,255,255,.7);
								-webkit-box-shadow: 5px 0px 3px 0px rgba(255,255,255,.7);
								-moz-box-shadow: 5px 0px 3px 0px rgba(255,255,255,.7);
							}
					.frame-register{
						position: relative;
						display: block;
						width: 100%;
						height: 65vh;
						text-align: left;
						padding: 30px 20px;
						margin-top: 20px;
						background-color: #fff;
						border-radius: 20px;
						box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.7);
						-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.7);
						-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.7);
						font-family: 'Sailec Reg';
						font-size: 16px;
					}
						.label-register{
							padding: 8px;
							padding-left: 20px;
						}
						.text-register{
							position: relative;
							display: block;
							width: 95%;
							border: none;
							padding: 8px 5px;
							border-bottom: solid 1px #555;
							background-color: #fff;
							outline: none;
						}
						::-webkit-input-placeholder{
							font-style: italic;
						}
						.box-submit{
							position: absolute;
							bottom: 30px;
							width: 70%;
							left: 50%;
							transform: translateX(-50%);
						}
						
						.data-register{
							font-style: italic;
							padding: 8px;
							padding-left: 20px;
						}
						
				.box-game{
					position: relative;
					display: block;
					width: 100%;
					left: 50%;
					transform: translateX(-50%);
					font-family: 'Sailec Bold';
					font-size: 16px;
					color: #fff;
				}
						.judul-game{
							position: relative;
							display: block;
							width: 100%;
							text-align: center;
							font-family: 'Sailec Bold Italic';
							font-size: 43px;
							color: #000;
							text-shadow: 3px 2px 3px rgba(0,0,0,0.6);
							margin-bottom: 5vh;
						}
							.judul-quiz{
								position: relative;
								display: block;
								width: 100%;
								text-align: center;
								font-family: 'Sailec Bold';
								font-size: 16px;
								margin-bottom: 10px;
							}
							.soal-quiz{
								position: relative;
								display: block;
								width: 100%;
								text-align: center;
								font-family: 'Sailec Reg';
								font-size: 16px;
								margin-bottom: 20px;
							}
							.frame-icon{
								position: relative;
								display: block;
								width: 100%;
								text-align: center;
							}
								.box-icon{
									position: relative;
									display: inline-block;
									width: 30%;
									margin: 1%;
									border: solid 5px #000;
									border-radius: 10px;
									cursor: pointer;
								}
								.select-jawab{
									border: solid 10px #000;
									background-color: #fddf19;
								}
								.correct-answer{
									border: solid 10px green;
								}
								.correct-answer::after{
									font-family: 'FontAwesome';
									content: '\f046';
									font-size: 32px;
									color: green;
									position: absolute;
									left: 5px;
									top: -5px;
								}
								.correct{
									border: solid 10px green;
								}
								.correct::after{
									font-family: 'FontAwesome';
									content: '\f05d';
									font-size: 32px;
									color: green;
									position: absolute;
									left: 5px;
									top: -5px;
								}
								.wrong{
									border: solid 10px red;
								}
								.wrong::after{
									font-family: 'FontAwesome';
									content: '\f05c';
									font-size: 32px;
									color: red;
									position: absolute;
									left: 5px;
									top: -5px;
								}
									.box-icon img{
										width: 100%;
									}
									
								.box-result{
									position: relative;
									display: block;
									width: 100%;
									background-color: #fff;
									font-family: 'Sailec Bold Italic';
									font-size: 82px;
									text-align: center;
									border-radius: 30px;
									padding: 20px;
									text-shadow: 3px 2px 3px rgba(0,0,0,0.6);
									margin-bottom: 20px;
									margin-top: 30px;
								}
								.judul-result{
									position: relative;
									display: block;
									width: 100%;
									font-family: 'Sailec Bold Italic';
									font-size: 48px;
									text-align: center;
									text-shadow: 3px 2px 3px rgba(0,0,0,0.6);
									margin-bottom: 10px;
								}
								.text-result{
									position: relative;
									display: block;
									width: 100%;
									font-family: 'Sailec Reg';
									font-size: 15px;
									text-align: center;
								}
								
			.content-redeem{
				background-color: #fcce34;
				overflow-y: auto;
				padding-bottom: 50px;
			}				
					.frame-redeem{
						position: relative;
						display: block;
						width: 100%;
						min-height: 75vh;
						overflow-x: auto;
						text-align: left;
						padding: 20px 20px;
						margin-top: 10px;
						background-color: #fff;
						border-radius: 20px;
						box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.7);
						-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.7);
						-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.7);
						font-family: 'Sailec Reg';
						font-size: 16px;
					}
						.box-submit-redeem{
							position: relative;
							margin-bottom: 30px;
							width: 90%;
							left: 50%;
							transform: translateX(-50%);
						}


/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
		
}


/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
	.body{
		max-width: 50vh;
	}
}


/*Laptop / Desktop*/
@media only screen
and (min-width: 1280px) {
	
}


/*Desktop 1366*/
@media only screen
and (min-width: 1366px) {
	
}


/*Desktop MAC*/
@media only screen
and (min-width: 1440px) {
	
}


/*Desktop Full HD MAC*/
@media only screen
and (min-width: 1680px) {
	
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1920px) {
		
}