.loading-screen {
	height: 100dvh;
	width: 100dvw;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
}

.loading-screen.hidden {
	display: none;
}

.loading-screen svg {
	height: 150px;
	width: 150px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.6;
}

.loading-screen svg.hidden {
	display: none;
}
