#toast-success,
#toast-error {
	display: none;
}
#toastContainer {
	z-index: 1090;
}
#toastContainer .toast {
	background-color: rgba(30, 40, 45, 0.95);
	color: #f8f9fa;
}
#toastContainer .toast-header {
	background-color: rgba(30, 40, 45, 0.95);
	color: #f8f9fa;
}
#toastContainer .toast-header .btn-close {
	filter: invert(1) grayscale(100%) brightness(200%);
}
#toastContainer .status-icon {
	font-size: 1.1rem;
}
