#qr_src {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #00000090;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

#qr_src > .content {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
	max-width: 300px;
	position: relative;
}

#orders_qr_src {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #00000090;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

#orders_qr_src > .content {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
	max-width: 300px;
	position: relative;
}
