html,
body {
  margin: 0;
  padding: 0;
  font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
  color: #404040;
	height: 100%;
}

.header-section {
	padding: 1rem;
}

.header-section h1 {
	font-size: 1.5rem;
	margin: 0;
	text-align: center;
}

#vrdoro-app-switch-toggle {
	display: inline-block;
}

#content {
	display: grid;
	grid-template-rows: auto 1fr auto;
	width: 100%;
	height: 100%;
	pa
	border: 1px solid red;
}

#card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  height: 100%;
	width: 100%;
}

#ar-button {
	text-align: center;
}

model-viewer {
  --poster-color: #ffffff00;
  width: 100%;
  height: 100%;
}

#alert-msg {
  padding: 1rem 0;
  color: red;
  text-align: center;
}

#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

#popup {
  padding: 3%;
  z-index: 3;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.show-overlay {
  display: block !important;
}

.display-none {
  display: none;
}

.nowrap {
	white-space: nowrap;
}
