
.lp-screen-text {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	white-space: nowrap !important;
}

#loading_page_codeBlock {
	position: fixed;
	left: 0;
	right: 0;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 999999;
	display: none;
}

.lp-close-screen {
	position: fixed;
	z-index: 999999;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: white;
	background: black;
	display: inline-block;
	font-family: sans-serif;
	cursor: pointer;
	font-size: 12px;
	opacity: .3;
}

.lp-close-screen:hover {
	opacity: .9;
}

@keyframes lp-fade {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: .5;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes lp-fade {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: .5;
	}
	
	to {
		opacity: 1;
	}
}

#lp_ls_img.lp_blink {
	animation: lp-fade 1000ms infinite;
	-webkit-animation: lp-fade 1000ms infinite;
}

.lp_loading_screen_body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
