.jq-toast-wrap, .jq-toast-wrap * {
	margin: 0;
	padding: 0
}

.jq-toast-wrap {
	display: block;
	position: fixed;
	width: 350px;
	pointer-events: none !important;
	letter-spacing: normal;
	z-index: 9000 !important
}

.jq-toast-wrap.bottom-left {
	bottom: 20px;
	left: 20px
}

.jq-toast-wrap.bottom-right {
	bottom: 20px;
	right: 40px
}

.jq-toast-wrap.top-left {
	top: 20px;
	left: 20px
}

.jq-toast-wrap.top-right {
	top: 20px;
	right: 40px
}

.jq-toast-single {
	display: block;
	width: 100%;
	padding: 20px;
	margin: 0 0 5px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 17px;
	position: relative;
	pointer-events: all !important;
	background-color: #444;
	color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.3);
}

.jq-toast-single h2 {
	font-size: 14px;
	margin: 0 0 7px;
	background: 0 0;
	color: inherit;
	line-height: inherit;
	letter-spacing: normal
}

.jq-toast-single a {
	color: #eee;
	text-decoration: none;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	font-size: 12px
}

.jq-toast-single ul {
	margin: 0 0 0 15px;
	background: 0 0;
	padding: 0
}

.jq-toast-single ul li {
	list-style-type: disc !important;
	line-height: 17px;
	background: 0 0;
	margin: 0;
	padding: 0;
	letter-spacing: normal
}

.close-jq-toast-single {
	position: absolute;
	top: 3px;
	right: 7px;
	font-size: 14px;
	cursor: pointer
}

.jq-toast-loader {
	display: block;
	position: absolute;
	top: 0px;
	height: 2px;
	width: 0;
	left: 0;
	border-radius: px;
	background: red
}

.jq-toast-loaded {
	width: 100%
}

.jq-has-icon {
	padding: 20px 20px 20px 50px;
	background-repeat: no-repeat;
	background-position: 10px
}


.jq-has-icon:before {
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200;
	font-size: 24px;
	line-height: 18px;
	float: left;
	color: #FFF;
	padding-right: 0.5em;
	margin: auto 0.5em auto -1.5em;
}


.jq-icon-info {
	/*background-color: #809096;
	border-color: #809096*/

	background-color: #30A3C6;
	border-color: #30A3C6;


	color: #d9edf7;
}
.jq-icon-info:before {
	content: "\f05a";
}

.jq-icon-warning {
	background-color: #FABE28;
	border-color: #FABE28;
	color: #fff;
}
.jq-icon-warning:before {
	content: "\f05e";
}

.jq-icon-error {
	background-color: #A82200;
	border-color: #A82200
	color: #fff;
}
.jq-icon-error:before {
	content: "\f071";
}

.jq-icon-success:before {
	content: "\f00c";
}
.jq-icon-success {
	color: #fff;
	background-color: #8FBE00;
	border-color: #8FBE00;
}

