[loader-mask] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .5);
}
[loader-mask] > [loader-container] {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -160px;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	height: 160px;
	min-height: 160px;
	max-height: 160px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 5px 20px -3px black;
	padding: 40px 16px;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
}