.notifications {
  position: fixed;
  z-index: 9999;
}

/* Positioning */ 
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* Notification Element */
.notifications > div {
  position: relative;
  margin: 5px 0px;
}
/* Added for making the notify in topcenter */
.notifications.top-center {
  top: 75px;
  left: 40%;
  right: 40%;
  text-align: center;
}
/* Large Top center notify */
.notifications.top-center-lg {
  top: 75px;
  left: 25%;
  right: 25%;
  text-align: center;
}

/* Notification Element */
.notifications {
    z-index: 1070;
}


