
.loading-wrapper
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	/* height: 100%; */
}


.loading-hidden{
	display: none !important;
}

.loading-spinner
{
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	animation: spin 2s linear infinite;
}