.error_DIV {
	background-color: #F8D7DA;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 10px;
}

.error_P {
	font-weight: bold;
	color: #721C24;
	margin-bottom: 10px;
}

.error_Font {
	font-size: 24px;
	color: #1E90FF;
	text-align: center;
}

.loadingSpinnerBig {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	/* height: '4rem';
	width: '4rem'; */
}