* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body.wprus-page {
	font-family: sans-serif;
	line-height: 1.5;
	color: #6d6d6d;
}

#wpadminbar {
	display: none;
}

.wprus-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background: #eeeeee;
	overflow-y: scroll;
}

.wprus-wrapper {
	width: 100%;
	max-width: 360px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.wprus-wait {
	background: #ffffff;
	max-width: 360px;
	min-width: 320px;
	width: 100%;
	padding: 45px 35px;
	text-align: center;
}

.wprus-wait-error {
	display: none;
}

@media screen and (max-width: 375px) {
	.wprus-wrapper {
		max-width: 100%;
	}

	.wprus-inner {
		background: #ffffff;
	}

	.wprus-wait {
		max-width: 100%;
		top: initial;
		bottom: initial;
		transform: none;
		left: initial;
		right: initial;
		box-shadow: none;
	}
}
