.alert {
  max-height: 200px;
  transition: all ease-in-out .2s;
  overflow: hidden; }

.ng-hide {
  max-height: 0px;
  overflow: hidden; }

.pushNotification {
  transition: all ease-in-out .5s;
  overflow: hidden; }

.pushNotification.ng-hide {
  bottom: -400px; }
