.growl-notification {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	min-height: 56px;
	position: fixed;
	width: 320px;
	z-index: 1056
}
.growl-notification:before {
	border-radius: 4px 0 0 4px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px
}
.growl-notification__progress {
	border-radius: 4px 4px 0 0;
	display: none;
	height: 4px
}
.growl-notification__progress.is-visible {
	display: flex
}
.growl-notification__progress-bar {
	border-radius: 4px 4px 0 0;
	height: 4px;
	width: 0
}
.growl-notification__body {
	align-items: center;
	display: flex;
	min-height: 56px;
	padding: 13px 25px
}
.growl-notification__buttons {
	border-top: 1px solid rgba(0, 0, 0, .1);
	display: none
}
.growl-notification__buttons.is-visible {
	display: flex
}
.growl-notification__button {
	align-items: center;
	color: #000;
	display: flex;
	flex-grow: 1;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	min-height: 39px;
	min-width: 50%;
	text-align: center
}
.growl-notification__button:hover {
	background: rgba(0, 0, 0, .02);
	color: #000;
	text-decoration: none
}
.growl-notification__button--cancel,
.growl-notification__button--cancel:hover {
	color: #ff0048
}
.growl-notification__button+.growl-notification__button {
	border-left: 1px solid rgba(0, 0, 0, .1)
}
.growl-notification__close {
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	right: 8px;
	top: 8px;
	transition: color .1s
}
.growl-notification__close-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cg id='Bounding_Boxes'%3E%3Cpath fill='none' d='M0,0h24v24H0V0z'/%3E%3C/g%3E%3Cg id='Outline_1_'%3E%3Cpath d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41z'/%3E%3C/g%3E%3C/svg%3E");*/
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-flex;
	height: 18px;
	opacity: .4;
	width: 18px
}
.growl-notification__close-icon:hover {
	opacity: .6
}
.growl-notification--closed {
	z-index: 1055
}
.growl-notification__title {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	margin-top: -2px
}
.growl-notification__desc {
	color: #000
}
.growl-notification__title+.growl-notification__desc {
	font-size: 14px;
	font-weight: 600;
	color: #242076;
}
.growl-notification__title+.growl-notification__desc a{
	color: #242076;
	}
.growl-notification--close-on-click {
	cursor: pointer
}
.growl-notification--default:before {
	background: #b2b2b2
}
.growl-notification--default .growl-notification__progress {
	background: hsla(0, 0%, 69.8%, .15)
}
.growl-notification--default .growl-notification__progress-bar {
	background: hsla(0, 0%, 69.8%, .3)
}
.growl-notification--info:before {
	background: #269af1
}
.growl-notification--info .growl-notification__progress {
	background: rgba(38, 154, 241, .15)
}
.growl-notification--info .growl-notification__progress-bar {
	background: rgba(38, 154, 241, .3)
}
.growl-notification--success:before {
	background: #8bc34a
}
.growl-notification--success .growl-notification__progress {
	background: rgba(139, 195, 74, .15)
}
.growl-notification--success .growl-notification__progress-bar {
	background: rgba(139, 195, 74, .3)
}
.growl-notification--warning:before {
	background: #ffc107
}
.growl-notification--warning .growl-notification__progress {
	background: rgba(255, 193, 7, .15)
}
.growl-notification--warning .growl-notification__progress-bar {
	background: rgba(255, 193, 7, .3)
}
.growl-notification--danger:before,
.growl-notification--error:before {
	background: #ff3d00
}
.growl-notification--danger .growl-notification__progress,
.growl-notification--error .growl-notification__progress {
	background: rgba(255, 61, 0, .15)
}
.growl-notification--danger .growl-notification__progress-bar,
.growl-notification--error .growl-notification__progress-bar {
	background: rgba(255, 61, 0, .3)
}
.growl-notification--image {
	width: 450px
}
.growl-notification__image img{
	background-position: 50%;
	background-repeat: no-repeat;
	height: 46px;
	margin-right: 17px;
	min-width: 40px
}
.growl-notification__image--custom {
	background: none!important;
	height: auto
}
.growl-notification.position-bottom-right.animation-slide-in,
.growl-notification.position-top-right.animation-slide-in {
	animation: position-right-slide-in .2s forwards;
	transform: translateX(100%)
}
.growl-notification.position-bottom-right.animation-slide-out,
.growl-notification.position-top-right.animation-slide-out {
	animation: position-right-slide-out .2s forwards;
	margin-right: -20px;
	transform: translateX(0)
}
.growl-notification.position-top-center.animation-slide-in {
	animation: position-top-slide-in .2s forwards;
	transform: translateY(-100%)
}
.growl-notification.position-top-center.animation-slide-out {
	animation: position-top-slide-out .2s forwards;
	margin-top: -20px;
	transform: translateY(0)
}
.growl-notification.position-bottom-center.animation-slide-in {
	animation: position-bottom-slide-in .2s forwards;
	transform: translateY(100%)
}
.growl-notification.position-bottom-center.animation-slide-out {
	animation: position-bottom-slide-out .2s forwards;
	margin-bottom: -20px;
	transform: translateY(0)
}
.growl-notification.position-bottom-left.animation-slide-in,
.growl-notification.position-top-left.animation-slide-in {
	animation: position-left-slide-in .2s forwards;
	transform: translateX(-100%)
}
.growl-notification.position-bottom-left.animation-slide-out,
.growl-notification.position-top-left.animation-slide-out {
	animation: position-left-slide-out .2s forwards;
	margin-left: -20px;
	transform: translateX(0)
}
.growl-notification.position-top-center,
.growl-notification.position-top-left,
.growl-notification.position-top-right {
	transition: top .2s
}
.growl-notification.position-bottom-center,
.growl-notification.position-bottom-left,
.growl-notification.position-bottom-right {
	transition: bottom .2s
}
.growl-notification.animation-fade-in {
	animation: fade-in .2s forwards;
	opacity: 0
}
.growl-notification.animation-fade-out {
	animation: fade-out .2s forwards
}
@keyframes position-right-slide-in {
	to {
		transform: translateX(0)
	}
}
@keyframes position-right-slide-out {
	to {
		transform: translateX(100%)
	}
}
@keyframes position-left-slide-in {
	to {
		transform: translateX(0)
	}
}
@keyframes position-left-slide-out {
	to {
		transform: translateX(-100%)
	}
}
@keyframes position-top-slide-in {
	to {
		transform: translateY(0)
	}
}
@keyframes position-top-slide-out {
	to {
		transform: translateY(-100%)
	}
}
@keyframes position-bottom-slide-in {
	to {
		transform: translateY(0)
	}
}
@keyframes position-bottom-slide-out {
	to {
		transform: translateY(100%)
	}
}
@keyframes fade-in {
	to {
		opacity: 1
	}
}
@keyframes fade-out {
	to {
		opacity: 0
	}
}