#app-error {
	
	position: fixed;
	top: 0;
	left: 0;
	
	display: none;
	
	width: 100%;
	
	padding: 2vw;
	
	background-color: #FFFFFF;
	
	z-index: 1000;
	
}

#app-error-content {
	
	display: flex;
	flex-direction: row;
	align-items: center;
	
}

#app-error-close {
	
	position: absolute;
	right: 1vw;
	
}