body .toast {
	left: 5px!important;
	right: 5px!important;
	bottom: 5px!important;
	width: auto!important;
}
.toast-text {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.toast {
	display: block!important;
}
.toast *:is(.fa, *[class*="fa-"]) {
	display: none!important;
}
.toast a[href] {
	opacity: 1!important;
}
.toast p:first-of-type {
	margin-top: 0px!important;
}