.redirection-popup {
	position: fixed;
	top: 0; left: 0;
	width: 100vw; height: 100vh;
	background: white;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.redirection-popup .redirect-title {
	font-size:20px;
	margin: 0;
}

.redirection-popup .logo {
	margin: 12px 0;
}

.redirection-popup .redirect-title.mb-20 {
	margin-bottom: 20px;
}

.redirection-popup .redirect-title.mt-20 {
	margin-top: 20px;
}

.redirection-popup .operator-logo {
	height: 54px;
	object-fit: contain;
}

.redirection-popup .redirect-link {
	color: var(--e-global-color-accent);
	text-decoration: underline;
}

.redirection-popup .progress-bar-wrapper {
	width:80%;
	max-width:400px;
	margin: 0;
	background:#f2f2f2;
	border-radius:10px;
}

.redirection-popup .progress-bar {
	height:6px;
	background:var(--e-global-color-primary);
	width:0%;
	border-radius:10px;
}