#toast-container > div {
	opacity: 0.95;
}

.toast-info {
	background-color: #025450;
}

.toast-success {
	background-color: #009245;
}

#toast-container > .toast {
	background-image: none !important;
}

#toast-container > .toast:before {
	position: fixed;
	font-size: 24px;
	line-height: 24px;
	float: left;
	color: #FFF;
	padding-right: 0.5em;
	margin: auto 0.5em auto -1.5em;

	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#toast-container > .toast-warning:before {
	content: "\f06a";
}
#toast-container > .toast-error:before {
	content: "\f071";
}
#toast-container > .toast-info:before {
	content: "\f05a";
}
#toast-container > .toast-success:before {
	content: "\f00c";
}
