div {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	font-family: OpenSans Regular Black, sans-serif;
}

#warning.hidden,
#warningButton.hidden,
.arTypeSelectorContainer .placeAndInteractContainer.hidden,
.arTypeSelectorContainer .moveAroundContainer.hidden,
.arTypeSelectorContainer .placeAndInteractContainer .placeAndInteractTitleContainer span.hidden,
#arTutorials.hidden,
#arTutorials .title span.hidden,
#arTutorials .moveIconContainer.hidden,
#arTutorials .rotateIconContainer.hidden,
#arTutorials .startButtonContainer.hidden.hidden,
#arTutorials .startButtonContainer.hidden,
#arTutorials #arTutorialsWaitingContainer.hidden,
.hidden {
	display: none !important;
}

#jsViewerContainer {
	width: 100%;
	height: 100%;
}

#arLinkContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
}

#usdzLink {
	width: 100%;
	height: 100%;
	text-decoration: unset;
	color: unset;
}

.arTypeSelectorQuitButton,
.arTutorialsQuitButton,
.warningQuitButton {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

#warning {
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	height: 100%;
	width: 100%;
}

#warningButton {
	border-radius: 20px;
	cursor: pointer;
	padding: 10px 20px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-size: 23px;
}

#arTutorials,
.arTypeSelectorContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	text-align: center;
}

.arTypeSelectorContainer .arTypeSelectorTitle {
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: calc(20px + 15px + 15px);
	width: 100%;
}

.arTypeSelectorContainer .placeAndInteractContainer,
.arTypeSelectorContainer .moveAroundContainer {
	background-color: rgba(255, 255, 255, 0.3);
	width: 90%;
	max-width: 400px;
	max-height: 300px;
	padding: 16px;
	cursor: pointer;
	border-radius: 6px;
	text-align: center;
	margin-top: 30px;
	margin-left: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}

.arTypeSelectorContainer .placeAndInteractContainer .placeAndInteractTitleContainer,
.arTypeSelectorContainer .moveAroundContainer .moveAroundTitleContainer {
	font-weight: bold;
	font-size: 20px;
}

.arTypeSelectorContainer .placeAndInteractContainer .placeAndInteractTitleContainer span {
	font-weight: normal;
	display: block;
}

#arTutorials {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	align-content: center;
}

#arTutorials.simplified {
	justify-content: center;
}

div.strechBackground {
	background-size: 100% 100%;
}

div.fitBackground {
	background-size: contain;
}

div.maximizeBackground {
	background-size: cover;
}

div.usingBackground {
	background-repeat: no-repeat no-repeat;
	background-position: center center;
}

#arTutorials .title {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

#arTutorials .title span {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	user-select: none;
}

#arTutorials .moveIconContainer {
	height: 30%;
	position: relative;
	top: 15%;
	width: 100%;
	display: block;
	text-align: center;
}

#arTutorials .rotateIconContainer {
	height: 30%;
	top: 10%;
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
}

#arTutorials .rotateIconContainer.simplified,
#arTutorials .moveIconContainer.simplified {
	margin: 0 0 50px 0;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: static;
}

#arTutorials .rotateIconContainer.gif,
#arTutorials .moveIconContainer.gif {
	display: none;
}

#arTutorials #gifTutorial {
	display: none;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
}

#arTutorials #gifTutorial.gif {
	display: block;
	height: 100%;
	width: 100%;
}

#arTutorials .startButtonContainer {
	border-radius: 20px;
	user-select: none;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-size: 22px;
	background-color: rgb(211, 7, 42);
	color: rgb(255, 255, 255);
}

#arTutorials .startButtonContainer.simplified {
	position: unset;
	font-weight: normal;
	border-radius: 5px;
	margin-top: 50px;
}

.showcaseArWaitingContainer {
	cursor: default;
	display: flex;
	font-size: 20px;
	font-style: italic;
	user-select: none;
	margin-top: 50px;
}

#arTutorials .startButtonContainer {
	width: clamp(200px, 66%, 300px);
	padding: 14px 14px;
	font-weight: normal;
	bottom: 80px;
	position: absolute;
}

.showcaseArWaitingLoader {
	position: relative;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.showcaseArWaitingContainer.centerHeight {
	height: 100%;
	align-items: center;
	bottom: unset;
	position: relative;
	justify-content: center;
}

#warning {
	height: 100%;
	position: absolute;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

#warning .title {
	font-weight: bold;
	width: 100%;
	font-size: 23px;
}

#warning .message {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}

#qrcode {
	padding: 80px;
}

#qrView {
	position: absolute;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.qrText {
	font-size: 20px;
	max-width: min(700px, 80%);
}

.centralSpinner {
	width: clamp(200px, 20%, 500px);
	height: clamp(200px, 20%, 500px);
	margin-bottom: 50px;
}
