.clickable {
	cursor: pointer !important;
}

.qr-code {
	max-height: 250px;
}
.qr-code-hint {
	margin-top: 10px;
}

.right-alert {
	z-index: 100;
	position: fixed;
	top: 30px;
	right: 30px;
	max-width: 350px;
	width: 350px;
}


.loader {
	margin: 50px auto;
	text-align: center;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #aaa;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.home-template__bottom {
	pointer-events: none;
}