.arSvg{
  pointer-events: none;
  z-index: 1;
}
.arSvg, .arAndroidButton, .arIOSButton, .arDesktopButton, .arDesktopButton::after {
  position: absolute;
  /* right: 16px;
  top: 16px; */
  top: 120px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: block;
  box-sizing: border-box;
}


/* .arDesktopButton.selected::after{
  width: 84px;
  height: 84px;
  top: -2px;
  left: -2px;
  border: 2px solid black;
  content: "";
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
} */

.arMenu {
  position: absolute;
  right: 16px;
  top: 110px;
  width: 320px;
  height: auto;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 0;
}
.arDesktopButton{
  cursor: pointer;
  z-index: 9999;
}
.qrCanvas {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
}

.QRbutton {
	border-radius: 5px;
	width: calc(50% - 10px);
	height: 60px;
	float: left;
	display: block;
	position: relative;
	margin-bottom: 20px;
	box-shadow: unset;
	appearance: unset;
	outline: none;
	border: 2px solid #bbbbbb;
}

.QRbutton.selected {
  border-color: #000000;
}

.iOSQRButton {
  margin-left: 20px;
}

.androidQRButton {

}

.arButtonImage {
  width: 100px;
}

.handImage {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translate(-50%, -58%);
  width: 220px;
}

.arText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}