#lang-redirect-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	background: rgba(0, 0, 0, .5);
}

#lang-redirect-modal {
	max-width: 520px;
	border-radius: 2.4rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}
