.loading-shadow {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(177, 177, 177, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
}