
#toast-container {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
}

.toast-message {
	min-width: 250px;
	background-color: #323232;
	color: white;
	padding: 20px 20px;
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s;
	position: absolute;
	right: 0;
}
