.loadingSpinnerHolder{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0;
    left: 0;
    z-index: 99999999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}
.loadingSpinnerHolder i{
		
}