/* line 1, /usr/src/app/app/assets/stylesheets/notify.scss */
.notifications {
  position: fixed;
  z-index: 9999;
}

/* line 1, /usr/src/app/app/assets/stylesheets/notify.scss */
.notifications.top-right {
  right: 10px;
  top: 25px;
}

/* line 1, /usr/src/app/app/assets/stylesheets/notify.scss */
.notifications.top-left {
  left: 10px;
  top: 25px;
}

/* line 1, /usr/src/app/app/assets/stylesheets/notify.scss */
.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

/* line 1, /usr/src/app/app/assets/stylesheets/notify.scss */
.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* line 1, /usr/src/app/app/assets/stylesheets/notify.scss */
.notifications > div {
  position: relative;
  margin: 5px 0;
}
