.ng-toast .qp-toast.ng-enter {
  animation: flipInX 0.8s; }

.ng-toast .qp-toast.ng-leave {
  animation: flipOutX 0.8s; }
