.jGrowl-header {
	display: none;
}

.jGrowl-notification.alert {
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
	border-radius: 0.3rem;
	padding: 2rem 2rem 2rem 7rem;
	opacity: 1;
	width: 294px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.2142857143;
	position: relative;
}

.jGrowl-notification .jGrowl-close {
	width: 0.8rem;
	height: 0.8rem;
	top: 1rem;
	right: 1rem;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}

.jGrowl-notification .jGrowl-close svg {
	display: block;
	fill: currentColor;
	width: 100%;
	height: 100%;
}

.jGrowl-notification.ms2-message-success {
	color: #2b2b2b !important;
	background: url('success.svg') 2rem 50% / 4rem 4rem no-repeat #fec135 !important;
}

.jGrowl-notification.ms2-message-error {
	color: #fff !important;
	background: url('fail.svg') 2rem 50% / 4rem 4rem no-repeat #444444 !important;
}

.jGrowl-notification.ms2-message-info {
	background-color: #f4f4f4 !important;
	color: #2b2b2b !important;
	padding-left: 2rem;
}
