#fullLoadingScreen{
	background-color: #000000a1;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#fullLoadingScreen::before{
	content: "Příprava exportu (max 2 minuty), prosím čekejte ...";
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #0000008f;
}