.toast-title {
	font-weight: 700
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.toast-message a,
.toast-message label {
	color: #FFF
}

.toast-message a:hover {
	color: #CCC;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 50px;
	font-weight: 700;
	color: #FFF;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	line-height: 1;
    /* overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2825 9.22193C10.4234 9.36282 10.5026 9.55392 10.5026 9.75318C10.5026 9.95243 10.4234 10.1435 10.2825 10.2844C10.1417 10.4253 9.95056 10.5045 9.7513 10.5045C9.55204 10.5045 9.36095 10.4253 9.22005 10.2844L5.25193 6.31505L1.28255 10.2832C1.14165 10.4241 0.950558 10.5032 0.751301 10.5032C0.552044 10.5032 0.360947 10.4241 0.220051 10.2832C0.0791548 10.1423 2.96917e-09 9.95119 0 9.75193C-2.96917e-09 9.55267 0.0791548 9.36157 0.220051 9.22068L4.18943 5.25255L0.221301 1.28318C0.0804046 1.14228 0.00125003 0.951183 0.00125003 0.751926C0.00125003 0.552669 0.0804046 0.361572 0.221301 0.220676C0.362197 0.0797797 0.553293 0.000624897 0.752551 0.000624895C0.951808 0.000624893 1.1429 0.0797797 1.2838 0.220676L5.25193 4.19005L9.2213 0.220051C9.3622 0.0791546 9.55329 -3.31963e-09 9.75255 0C9.95181 3.31963e-09 10.1429 0.0791546 10.2838 0.220051C10.4247 0.360947 10.5038 0.552043 10.5038 0.751301C10.5038 0.950558 10.4247 1.14165 10.2838 1.28255L6.31443 5.25255L10.2825 9.22193Z' fill='white'/%3E%3C/svg%3E%0A");
    background-color: red; */
}

.toast-close-button:focus,
.toast-close-button:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

.rtl .toast-close-button {
	left: -.3em;
	float: left;
	right: .3em
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

#toast-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#toast-container>div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: left 20px top 20px;
	background-repeat: no-repeat;
	/* -moz-box-shadow: 0 12px 16px rgba(0, 0, 0, .08); */
	/* -webkit-box-shadow: 0 0 12px #999; */
	box-shadow: 0 12px 16px rgba(0, 0, 0, .1);
	color: #FFF;
	opacity: .9;
	/* -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); */
	/* filter: alpha(opacity=80); */
    width: 780px;
    transition: box-shadow .25s;
}

#toast-container .toast-message strong{
    font-weight: 400;
    font-size: 13px;
    display: block;
}

#toast-container .toast-message span{
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

#toast-container>div.rtl {
	direction: rtl;
	padding: 15px 50px 15px 15px;
	background-position: right 15px center
}

#toast-container>div:hover {
	/* -moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000; */
    box-shadow: 0 12px 16px rgba(0, 0, 0, .2);
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
    
}

#toast-container>.toast-info {
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important */
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1588_42792)'%3E%3Cpath d='M8 0C6.41775 0 4.87104 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346629 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C15.9977 5.87897 15.1541 3.84547 13.6543 2.34568C12.1545 0.845886 10.121 0.00229405 8 0V0ZM8 14.6667C6.68146 14.6667 5.39253 14.2757 4.2962 13.5431C3.19987 12.8106 2.34539 11.7694 1.84081 10.5512C1.33622 9.33305 1.2042 7.99261 1.46144 6.6994C1.71867 5.40619 2.35361 4.21831 3.28596 3.28596C4.21831 2.35361 5.4062 1.71867 6.6994 1.46143C7.99261 1.2042 9.33305 1.33622 10.5512 1.8408C11.7694 2.34539 12.8106 3.19987 13.5431 4.2962C14.2757 5.39253 14.6667 6.68146 14.6667 8C14.6647 9.76752 13.9617 11.4621 12.7119 12.7119C11.4621 13.9617 9.76752 14.6647 8 14.6667Z' fill='white'/%3E%3Cpath d='M7.99983 6.66406H7.33317C7.15636 6.66406 6.98679 6.7343 6.86177 6.85932C6.73674 6.98435 6.6665 7.15392 6.6665 7.33073C6.6665 7.50754 6.73674 7.67711 6.86177 7.80213C6.98679 7.92716 7.15636 7.9974 7.33317 7.9974H7.99983V11.9974C7.99983 12.1742 8.07007 12.3438 8.1951 12.4688C8.32012 12.5938 8.48969 12.6641 8.6665 12.6641C8.84331 12.6641 9.01288 12.5938 9.1379 12.4688C9.26293 12.3438 9.33317 12.1742 9.33317 11.9974V7.9974C9.33317 7.64377 9.19269 7.30464 8.94264 7.05459C8.69259 6.80454 8.35346 6.66406 7.99983 6.66406Z' fill='white'/%3E%3Cpath d='M8 5.33594C8.55228 5.33594 9 4.88822 9 4.33594C9 3.78365 8.55228 3.33594 8 3.33594C7.44772 3.33594 7 3.78365 7 4.33594C7 4.88822 7.44772 5.33594 8 5.33594Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1588_42792'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

#toast-container>.toast-error {
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; */
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1588_42792)'%3E%3Cpath d='M8 0C6.41775 0 4.87104 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346629 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C15.9977 5.87897 15.1541 3.84547 13.6543 2.34568C12.1545 0.845886 10.121 0.00229405 8 0V0ZM8 14.6667C6.68146 14.6667 5.39253 14.2757 4.2962 13.5431C3.19987 12.8106 2.34539 11.7694 1.84081 10.5512C1.33622 9.33305 1.2042 7.99261 1.46144 6.6994C1.71867 5.40619 2.35361 4.21831 3.28596 3.28596C4.21831 2.35361 5.4062 1.71867 6.6994 1.46143C7.99261 1.2042 9.33305 1.33622 10.5512 1.8408C11.7694 2.34539 12.8106 3.19987 13.5431 4.2962C14.2757 5.39253 14.6667 6.68146 14.6667 8C14.6647 9.76752 13.9617 11.4621 12.7119 12.7119C11.4621 13.9617 9.76752 14.6647 8 14.6667Z' fill='white'/%3E%3Cpath d='M7.99983 6.66406H7.33317C7.15636 6.66406 6.98679 6.7343 6.86177 6.85932C6.73674 6.98435 6.6665 7.15392 6.6665 7.33073C6.6665 7.50754 6.73674 7.67711 6.86177 7.80213C6.98679 7.92716 7.15636 7.9974 7.33317 7.9974H7.99983V11.9974C7.99983 12.1742 8.07007 12.3438 8.1951 12.4688C8.32012 12.5938 8.48969 12.6641 8.6665 12.6641C8.84331 12.6641 9.01288 12.5938 9.1379 12.4688C9.26293 12.3438 9.33317 12.1742 9.33317 11.9974V7.9974C9.33317 7.64377 9.19269 7.30464 8.94264 7.05459C8.69259 6.80454 8.35346 6.66406 7.99983 6.66406Z' fill='white'/%3E%3Cpath d='M8 5.33594C8.55228 5.33594 9 4.88822 9 4.33594C9 3.78365 8.55228 3.33594 8 3.33594C7.44772 3.33594 7 3.78365 7 4.33594C7 4.88822 7.44772 5.33594 8 5.33594Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1588_42792'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

#toast-container>.toast-success {
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important */
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1588_42792)'%3E%3Cpath d='M8 0C6.41775 0 4.87104 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346629 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C15.9977 5.87897 15.1541 3.84547 13.6543 2.34568C12.1545 0.845886 10.121 0.00229405 8 0V0ZM8 14.6667C6.68146 14.6667 5.39253 14.2757 4.2962 13.5431C3.19987 12.8106 2.34539 11.7694 1.84081 10.5512C1.33622 9.33305 1.2042 7.99261 1.46144 6.6994C1.71867 5.40619 2.35361 4.21831 3.28596 3.28596C4.21831 2.35361 5.4062 1.71867 6.6994 1.46143C7.99261 1.2042 9.33305 1.33622 10.5512 1.8408C11.7694 2.34539 12.8106 3.19987 13.5431 4.2962C14.2757 5.39253 14.6667 6.68146 14.6667 8C14.6647 9.76752 13.9617 11.4621 12.7119 12.7119C11.4621 13.9617 9.76752 14.6647 8 14.6667Z' fill='white'/%3E%3Cpath d='M7.99983 6.66406H7.33317C7.15636 6.66406 6.98679 6.7343 6.86177 6.85932C6.73674 6.98435 6.6665 7.15392 6.6665 7.33073C6.6665 7.50754 6.73674 7.67711 6.86177 7.80213C6.98679 7.92716 7.15636 7.9974 7.33317 7.9974H7.99983V11.9974C7.99983 12.1742 8.07007 12.3438 8.1951 12.4688C8.32012 12.5938 8.48969 12.6641 8.6665 12.6641C8.84331 12.6641 9.01288 12.5938 9.1379 12.4688C9.26293 12.3438 9.33317 12.1742 9.33317 11.9974V7.9974C9.33317 7.64377 9.19269 7.30464 8.94264 7.05459C8.69259 6.80454 8.35346 6.66406 7.99983 6.66406Z' fill='white'/%3E%3Cpath d='M8 5.33594C8.55228 5.33594 9 4.88822 9 4.33594C9 3.78365 8.55228 3.33594 8 3.33594C7.44772 3.33594 7 3.78365 7 4.33594C7 4.88822 7.44772 5.33594 8 5.33594Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1588_42792'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

#toast-container>.toast-warning {
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important */
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1588_42806)'%3E%3Cpath d='M8 0C6.41775 0 4.87103 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346629 6.40034 -0.15496 8.00888 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C15.9977 5.87897 15.1541 3.84547 13.6543 2.34568C12.1545 0.845886 10.121 0.00229405 8 0V0ZM8 14.6667C6.68146 14.6667 5.39253 14.2757 4.2962 13.5431C3.19987 12.8106 2.34539 11.7694 1.84081 10.5512C1.33622 9.33305 1.2042 7.99261 1.46144 6.6994C1.71867 5.40619 2.35361 4.21831 3.28596 3.28596C4.21831 2.3536 5.4062 1.71867 6.6994 1.46143C7.99261 1.2042 9.33305 1.33622 10.5512 1.8408C11.7694 2.34539 12.8106 3.19987 13.5431 4.2962C14.2757 5.39253 14.6667 6.68146 14.6667 8C14.6647 9.76752 13.9617 11.4621 12.7119 12.7119C11.4621 13.9617 9.76752 14.6647 8 14.6667V14.6667Z' fill='%23374957'/%3E%3Cpath d='M7.99983 6.66406H7.33317C7.15636 6.66406 6.98679 6.7343 6.86177 6.85932C6.73674 6.98435 6.6665 7.15392 6.6665 7.33073C6.6665 7.50754 6.73674 7.67711 6.86177 7.80213C6.98679 7.92716 7.15636 7.9974 7.33317 7.9974H7.99983V11.9974C7.99983 12.1742 8.07007 12.3438 8.1951 12.4688C8.32012 12.5938 8.48969 12.6641 8.6665 12.6641C8.84331 12.6641 9.01288 12.5938 9.1379 12.4688C9.26293 12.3438 9.33317 12.1742 9.33317 11.9974V7.9974C9.33317 7.64377 9.19269 7.30464 8.94264 7.05459C8.69259 6.80454 8.35346 6.66406 7.99983 6.66406Z' fill='%23374957'/%3E%3Cpath d='M8 5.33594C8.55228 5.33594 9 4.88822 9 4.33594C9 3.78365 8.55228 3.33594 8 3.33594C7.44772 3.33594 7 3.78365 7 4.33594C7 4.88822 7.44772 5.33594 8 5.33594Z' fill='%23374957'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1588_42806'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

#toast-container .toast-warning{position: relative;}
#toast-container .toast-warning::before{content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background-color: #FF5E5E; z-index: 1;}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
	width: 96%;
	margin-left: auto;
	margin-right: auto
}

.toast {
	background-color: #030303
}

.toast-success {
	background-color: #51A351
}

.toast-error {
	background-color: #FF5E5E;
}

.toast-info {
	background-color: var(--blue);
}

.toast-warning {
	background-color: #fff;
    color: #525252;
}
.toast-warning .toast-title {
    color: #292929;
}
.toast-warning .toast-message {
    color: #525252;
}
.toast-warning .toast-close-button {
    color: #525252;
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}

	#toast-container>div.rtl {
		padding: 8px 50px 8px 8px
	}

	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}

	#toast-container .rtl .toast-close-button {
		left: -.2em;
		right: .2em
	}
}

@media all and (min-width:241px) and (max-width:480px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}

	#toast-container>div.rtl {
		padding: 8px 50px 8px 8px
	}

	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}

	#toast-container .rtl .toast-close-button {
		left: -.2em;
		right: .2em
	}
}

@media all and (min-width:481px) and (max-width:768px) {
	#toast-container>div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}

	#toast-container>div.rtl {
		padding: 15px 50px 15px 15px
	}
}