.Notification {
  bottom: 0;
  left: 50%;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2150;
}
.Notification .NotificationItem {
  border-radius: 0;
  margin-bottom: 5px;
  padding: 10px 15px;
  text-align: center;
  width: 320px;
}
.Notification .NotificationItem .Text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.Notification .NotificationItem.NotificationItem-danger {
  background-color: theme-color("danger");
}
.Notification .NotificationItem.NotificationItem-primary {
  background-color: theme-color("primary");
}
.Notification .NotificationItem.NotificationItem-success {
  background-color: theme-color("success");
}
.Notification .NotificationItem.NotificationItem-warning {
  background-color: theme-color("warning");
}
.Notification .NotificationItem.NotificationItem-warning .Text {
  color: theme-color-level("warning", 7.5);
  font-weight: 600;
  text-shadow: 0px 1px 1px rgb(255, 255, 255);
}/*# sourceMappingURL=index.css.map */