.qr-popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.qr-popup-box {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px 20px;
	max-width: 520px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	direction: rtl;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}
.qr-popup-close {
	position: absolute;
	top: 8px;
	left: 12px;
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}
.qr-popup-close:hover {
	color: #000;
}
.qr-popup-box .qr-quiz-wrap {
	max-width: 100%;
}
