/* -------- toast style : start -------- */

/* if required override in application specific css */

md-toast.md-cmp-status-info-theme .md-toast-content {
	background-color: #9E9E9E; // grey, 500
}

md-toast.md-cmp-status-warning-theme .md-toast-content {
	background-color: #FB8C00; // orange, 600
}

md-toast.md-cmp-status-error-theme .md-toast-content {
	background-color: #E53935; // red, 600
}

md-toast > * {
	font-weight: normal;
}
 
/* -------- toast style : end -------- */