md-select.status-green .md-select-value,
md-select.status-green .md-select-icon::after,
md-select.status-green .md-select-value .md-text {
	color: #28c76f !important;
	border-color: #28c76f !important;
	border-width: 0px;
	font-size: 18px;
	font-weight: 400;
	padding-left: 0;
	/* To colorize the input border */
}

md-select.status-orange .md-select-value,
md-select.status-orange .md-select-icon::after,
md-select.status-orange .md-select-value .md-text {
	color: #f9af33 !important;
	border-color: #f9af33 !important;
	border-width: 0px;
	font-size: 18px;
	font-weight: 400; /* To colorize the input border */
	padding-left: 0;
}

md-select.status-red .md-select-value,
md-select.status-red .md-select-icon::after,
md-select.status-red .md-select-value .md-text {
	color: #ea5455 !important;
	border-color: #ea5455 !important;
	border-width: 0px;
	font-size: 18px;
	font-weight: 400; /* To colorize the input border */
	padding-left: 0;
}

md-select.status-gray .md-select-value,
md-select.status-gray .md-select-icon::after,
md-select.status-gray .md-select-value .md-text {
	color: #a8aaae !important;
	border-color: #a8aaae !important;
	border-width: 0px;
	font-size: 18px;
	font-weight: 400; /* To colorize the input border */
	padding-left: 0;
}
