.mr-redirect-popup-cover {
	/* display: none; */
	background-color: #ffffff87;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}

.mr-redirect-popup {
	display: flex;
	position: fixed;
	top: 25%;
	left: 21vw;
	width: 50vw;
	background: white;
	padding: 50px;
	z-index: 9999;
	border-radius: 35px;

	flex-direction: column;
	align-items: center;
}

.mr-redirect-popup span {
	text-align: center;
	display: block;
	padding: 10px;
	font-weight: 600;
	color: #00248f;
}

.mr-redirect-popup span,
.mr-redirect-popup a {
	color: #00248f;
}

@media only screen and (max-width: 1000px) {
	.mr-redirect-popup {
		left: 20vw;
	}
}

@media only screen and (max-width: 600px) {
	.mr-redirect-popup {
		left: 17vw;
	}
}
