.loader-wrap {
	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	opacity: 0.7;
	background: #FFF; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	transition: all 0.3s; 
	z-index: 9999;
}
