/* Reset box-sizing */

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
* { font-family: 'Spoqa Han Sans Neo', 'sans-serif'; }



#requestingCameraPermissions {
	display: none;
}

#requestingCameraIcon {
	display: none;
}

#loadBackground {

}

#loadImage {
display: none !important;
}

.foreground-image.poweredby-img {
	display: none !important;
}

.prompt-box-8w {
	border: 2px solid #000 !important;
	color: white !important;
	background: black !important;
	border-radius: 10px !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
	z-index: 1000 !important;
}

.prompt-button-8w {
	border: 2px solid #000 !important;
	border-radius: 10px !important;
	background: rgba(254, 254, 254, 0.61) !important;
	color: black !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.button-primary-8w {
	color: black !important;
	border-radius: 10px !important;
	border: 2px solid #000 !important;
	background-color: white !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}


.landing8-logo-section {
	display: none !important;
}