

.popup-container {
	display: none;
	visibility: hidden;
	position: fixed; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	background-color: #161616;
	padding: 0px; 
	border-radius: 20px; 
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	max-width: 550px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden!important;
	height: 95svh;
	visibility: visible;
	max-height: 800px;
}

#scanner{
	overflow: hidden!important;
}

#popupFrame{
/*	display: none;*/
/*	overflow-y: scroll;*/
/*	height: 80%;*/
}

#popup1{
	margin-top: 10px;
	display: none;
	margin-left: 20px;
	margin-top: 20px;
}

#popup2{
	margin-top: 10px;
	display: none;
	height: 40px;
	margin-right: 20px;
	margin-left: auto;
}

#popup3{
	margin-top: 10px;
	display: none;
	height: 40px;
	margin-right: 20px;
	margin-left: auto;
}

#popup4a,#popup4b{
	margin-top: 10px;
	display: none;
	height: 38px;

}

#popup4a{
	float: left;
	margin-left: 20px;
}

#popup4b{
	float: right;
	margin-right: 20px;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
	font-size: 50px;
	color: white;
	background: black;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	-webkit-filter: drop-shadow(0 0px 10px rgba(0,0,0,0.3));
}

.open-btn {
	position: sticky;
	transform: translateX(214px);
	display: flex;
	cursor: pointer;
	font-size: 32px;
	color: rgb(50,50,60);
	background: white;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	text-align: center;
	-webkit-filter: drop-shadow(0 0px 10px rgba(0,0,0,0.3));
}

#overlay{
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3); 
	z-index: 3000;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
