html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	padding: 30px 0;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: var(--bs-light);
	overflow: hidden;
	
	z-index: 9999;	
}

#loading > div {
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;	
}

.loader {
    margin: auto;
    display: block;
    width: auto;
	padding: 15px;
	text-align: center;
}