.blumaps-redeem-qrcode-content {
    display: none;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	position: absolute;
	top: 0;
	z-index: 9999;
}

.blumaps-qrcode-content-logo {
    width: 100%;    
    position: absolute;
    z-index: 1;
	border-top: 2px solid var(--primary-color);
    display: flex;
    justify-content: center;
}

.qrcode-logo {
    margin-top: 15px;
    width: 200px;
}

.blumaps-qrcode-content-close {	
	background: url(../../assets/icons/cross-white.svg) no-repeat center;	
	background-size: 13px 13px;	
	position: absolute;
	right: 9px;
	top: 9px;
	background-color: var(--close)  !important;	
	font-size: 16px;
	color: white;
	cursor: pointer;
	display: block;	
	width: 35px;
	height: 35px;
	border-radius: 35px;
	border: none;
}

.blumaps-view-info1 {
	font-size: 20px;
	color: #939598;
	text-align: center;
	top: 75px;
	font-weight: 500;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.blumaps-view-info2 {
	font-size: 15px;
	font-weight: 300;
	margin: 1em;
	color: #939598;
	text-align: center;
	top: 60px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.blumaps-view-info3 {
	font-size: 15px;
	font-weight: 300;
	margin: 1em;
	color: #939598;
	text-align: center;
	top: 15px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.blumaps-camera {
	margin-top: 100px;
	margin-left: 5%;
	width: 90%;
	height: 40%;
	max-height: 300px;
	border: 1px solid #e4e4e4;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.blumaps-qrcodecamera-button {
	background: no-repeat 6px;
    background-image: url(../../assets/buttons/qrcode.png);
    background-size: 28px 28px;	
	background-color: var(--primary-color) !important;	
	cursor: pointer;
	display: block;	
	width: 45px;
	height: 45px;
	border-radius: 45px;
    border: none;
}

.div-qrcode {
    display: flex;
    position: absolute;
    bottom: 18px;
    left: 405px;
    z-index: 99998;
    flex-direction: column;
    align-items: center;
	width: 80px;
}

.qr-code-text-top { 
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	font-weight: 600;
	line-height: 11px;
}

.qr-code-text-bottom { 
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	font-weight: 600;
	line-height: 8px;
}

.blumaps-button-label-qrcode {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 251px;
    right: 0px;
	width: 65px;
}