html,body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#data-loading{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

#template-content{
	display: none;
	position: absolute;
    width: 100%;
    height: 100%;	
}

#error-catalog {
	display: none;
}