body .ui-growl .ui-growl-item-container.ui-growl-error {
    background: #FFCDD2 !important;
    border: 1px solid #EF5350 !important;
    color: #B71C1C !important;
    border-width: 0 0 0 6px !important;
    opacity: 0.85 !important;
}

.ui-growl-error .ui-growl-message{
color: #B71C1C !important;
float: unset !important;
  width: 150px !important;
  /*line-break: anywhere !important;*/
}

.ui-growl-error .ui-growl-item{
background-color: #FFCDD2 !important;
    border: none !important;
padding: 5px 5px !important;
}

.ui-growl-image-error{	
	background-position: right !important;
    background-size: 122% !important;
}

.ui-growl-warn .ui-growl-message{
color: #7f6003 !important;
float: unset !important;
   width: 130px !important;
   /*line-break: anywhere !important;*/
}

.ui-growl-warn .ui-growl-item{
background-color: #FFECB3 !important;
    border: none !important;
padding: 5px 5px !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-warn {
    background: #FFECB3 !important;
    border: 1px solid #FFC107 !important;
    color: #7f6003 !important;
    border-width: 0 0 0 6px !important;
    opacity: 0.85 !important;
}

.ui-growl-image-warn{
	background-image:url("/syp-sws-web//javax.faces.resource/images/warn-hardal.svg.xhtml?ln=primefaces-sentinel") !important;
	background-position: right !important;
    background-size: 122% !important;
}

.ui-growl-info .ui-growl-message{
color: #01579B !important;
float: unset !important;
    width: 130px !important;
   /* line-break: anywhere !important;*/
}

.ui-growl-info .ui-growl-item{
background-color: #B3E5FC !important;
border: none !important;
padding: 5px 5px !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-info {
    background: #B3E5FC !important;
    border: 1px solid #03A9F4 !important;
    color: #01579B !important;
    border-width: 0 0 0 6px !important;
}

.ui-growl-image-info{
	background-image:url("/syp-sws-web//javax.faces.resource/images/info-blue.svg.xhtml?ln=primefaces-sentinel") !important;
	background-position: right !important;
    background-size: 122% !important;
}

.ui-growl {
    width: 230px !important;
}