/* the norm */
#gritter-notice-wrapper {
	position: fixed;
	top: 110px;
	right: 20px;
	width: 301px;
	z-index: 99999999;
	}

#gritter-notice-wrapper.top-left {
	left: 20px;
	right: auto;
}

#gritter-notice-wrapper.bottom-right {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
}

#gritter-notice-wrapper.bottom-left {
	top: auto;
	right: auto;
	bottom: 20px;
	left: 20px;
}

.gritter-item-wrapper {
	position: relative;
	margin: 0 0 10px 0;
	/* background: url('../images/ie-spacer.gif'); */
	/* ie7/8 fix */
}

.gritter-top {
	/* background: url(../images/gritter.png) no-repeat left -30px; */
	height: 10px;
}

.hover .gritter-top {
	background-position: right -30px;
}

.gritter-bottom {
	/* background: url(../images/gritter.png) no-repeat left bottom; */
	height: 8px;
	margin: 0;
}

.hover .gritter-bottom {
	background-position: bottom right;
}

.gritter-item {
	display: block;
	background-color: #FA2A00;
	color: #eee;
	padding: 2px 11px 8px 11px;
	font-size: 11px;
	font-family: verdana;
	margin-top: 60px;
	border-radius: 4px;
}

.success .gritter-item,
.SUCCESS .gritter-item,
.CONFIRMATION .gritter-item,
.ÉXITO .gritter-item,
.Uspech .gritter-item,
.RIUSCITO .gritter-item,
.SUCCESVOL .gritter-item,
.ERFOLG .gritter-item {
	background-color: #00C000;
}

.hover .gritter-item {
	background-position: right -40px;
	margin: 1000;
}

.gritter-item p {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

.gritter-close {
   position: absolute;
   top: 13px;
   right: 2px;
   background-image: url(../images/icons/white-close.svg);
   cursor: pointer;
   width: 20px;
   height: 20px;
   text-indent: -9999em;
   background-color: #ef3826;
   border-radius: 50%;
   background-repeat: no-repeat;
   background-position: 7px center;
   background-size: 8px;
   display: block !important;
}
.success .gritter-close{
background-color: var(--color-theme-blue) !important;
}
.gritter-title {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 3px 0;
	display: block;
	text-shadow: 1px 1px 0 #000;
	/* Not supported by IE :( */
}

.gritter-image {
	width: 48px;
	height: 48px;
	float: left;
}

.gritter-with-image,
.gritter-without-image {
	padding: 0;
}

.gritter-with-image {
	width: 220px;
	float: right;
}

/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
	/* background-image: url(../images/gritter-light.png); */
	color: #222;
}

.gritter-light .gritter-title {
	text-shadow: none;
}

.gritter-item .fa-check {
	display: none;
}

.success .gritter-item .fa-check,
.SUCCESS .gritter-item .fa-check,
.CONFIRMATION .gritter-item .fa-check,
.ÉXITO .gritter-item .fa-check,
.Uspech .gritter-item .fa-check,
.RIUSCITO .gritter-item .fa-check,
.SUCCESVOL .gritter-item .fa-check,
.ERFOLG .gritter-item .fa-check {
	display: inline;
	width: 39px;
	height: 39px;
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 39px;
	border-radius: 50%;
	font-size: 22px;
	margin-top: 5px;
	float: left;
	color: #00C000;
}

.gritter-item .fa-exclamation-circle {
	width: 39px;
	height: 39px;
	display: inline-block;
	background: #FA2A00;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 46px;
	margin-top: 5px;
}

.success .gritter-item .fa-exclamation-circle,
.SUCCESS .gritter-item .fa-exclamation-circle,
.CONFIRMATION .gritter-item .fa-exclamation-circle,
.ÉXITO .gritter-item .fa-exclamation-circle,
.Uspech .gritter-item .fa-exclamation-circle,
.RIUSCITO .gritter-item .fa-exclamation-circle,
.SUCCESVOL .gritter-item .fa-exclamation-circle,
.ERFOLG .gritter-item .fa-exclamation-circle {
	display: none;
}

#gritter-notice-wrapper {
   right: 0 !important;
 }
 #gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
   padding: 16px;
   width: 312px;
   border-radius: 8px 0px 0px 8px;
   box-shadow: 0px 12.52px 10.02px 0px #00000009;
   background: #e6d0d0;
 }
 #gritter-notice-wrapper .gritter-item-wrapper div {
   /* background: unset; */
   padding: 0;
   margin: 0;
   /* height: unset; */
 }
 
 #gritter-notice-wrapper .gritter-item-wrapper .gritter-item span.gritter-title {
   text-shadow: unset;
   padding: 0;
   color: #ef3826;
 }
 
 #gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
   padding: 16px;
   width: 312px;
   border-radius: 8px 0px 0px 8px;
   box-shadow: 0px 12.52px 10.02px 0px #00000009;
   background: #e6d0d0;
   display: flex;
   column-gap: 25px;
   align-items: center;
 }
 
 .gritter-with-image {
   width: 243px !important;
 }
 
 .gritter-item p {
   font-size: 12px;
   line-height: 15px;
   text-align: left;
   color: #ef3826;
 }
 
 #gritter-notice-wrapper .gritter-item-wrapper.success .gritter-item {
   background: var(--color-white);
 }
 
 #gritter-notice-wrapper .gritter-item-wrapper.success .gritter-item i.fa.fa-check {
   width: 24px !important;
   height: 24px !important;
   background: var(--color-theme-blue);
   line-height: 24px !important;
   font-size: 14px !important;
   color: var(--color-white);
   margin: 0 !important;
   flex: none;
 }
 #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .fa-exclamation-circle {
   color: #ef3826 !important;
   background-color: #e6d0d0 !important;
   width: 24px !important;
   height: 24px !important;
   line-height: 24px !important;
   font-size: 24px !important;
 }
 #gritter-notice-wrapper .gritter-item-wrapper.success .gritter-item span.gritter-title,
 #gritter-notice-wrapper .gritter-item-wrapper.success .gritter-item p {
   color: var(--color-theme-blue);
 }