.has-error span {
	color: red !important;
}

.has-error a {
	color: red !important;
}

input.has-error {
	border: 1px solid red !important;
	animation: errore 1s linear !important;
}
label.has-error {
	color: red !important;
}

.modelname {
	color: #a6192e;
}
.section-breadcrumbs {
	padding: 30px 0;
	font-size: 12px;
}
.section-breadcrumbs a {
	text-decoration-color: transparent !important;
	color: #697279;
}
.section-breadcrumbs a:after {
	content: " | ";
	margin: 0 0.5rem;
	color: #000 !important;
}
