.app-loading {
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1D2329;
}
