.toast{
	display: block;
	position: fixed;
	right: 10px;
	top: 50px;
	z-index: 1;
}
.toast-success{
	background : var(--bs-teal) !important;
}
.toast-error{
	background : var(--bs-red)  !important;
}