.toast-container {
	display: flex;
	padding: 0 16px;
	list-style-type: none;
	transform: translate(-50%, 0);
	justify-content: center;
	left: 50%;
	top: 24px;
	position: absolute;
	z-index: 9999;
}

.toast-message {
	display: inline-flex;
	border-radius: 8px;
}

.toast-text {
	padding: 14px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
}

.bg-gray-900 {
	background-color: #333342;
}

.bg-red-400 {
	background-color: rgb(248 113 113);
}
