#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.remove-loader {
	transition-duration: 0.4s;
	transition-delay: 0.2s;
	opacity: 0;
}
