.colored-toast-success {
	background-color: #a5dc86 !important;
	color: #fff !important;
  }
  .colored-toast-error {
	background-color: #fff !important;
	color: red !important;
  }