/* STYLES */
.toast-message ul {
	margin-left: 15px;
}
.toast-message ul li{
	list-style: circle;
}

.error-highlight{
	border: 1px solid red !important;
}

.header-container {
	align-content: center;
	justify-content: center;
	display: flex;
}