﻿#toast-container > .toast:before {
	font-weight: 900;
	position: absolute;
	display: flex;
	font-family: 'Font Awesome 5 Free';
	font-size: 25px;
	color: #fff;
	height: 100%;
	left: 0;
	top: 0;
	width: 50px;
	align-items: center;
	justify-content: space-around;
}

#toast-container > .toast {
	background-image: none !important;
}

#toast-container > .toast-warning:before {
	content: '\f12a';
}

#toast-container > .toast-error:before {
	content: '\f056';
}

#toast-container > .toast-info:before {
	content: '\f129';
}

#toast-container > .toast-success:before {
	content: '\f00c';
}

#toast-container > .toast {
	box-shadow: none;
	border-radius: 20px;
	border: none;
	opacity: 1;
	box-shadow: none;
	padding: 10px 45px 10px 50px;
}

.fa-eye:before {
	content: '\f06e';
}

.toast-message:after {
	content: '\f00d';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	font-weight: 600;
	right: 20px;
	top: 10px;
}

.toast-top-right {
	top: 37px;
	right: 12px;
}
