.notification_alerts {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

.notification_alerts .notification {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.notification_alerts .notification p {
  margin: 0;
}

.notification_alerts .notification.alert,
.notification_alerts .notification.alert * {
  background-color: #dc2626;
  color: white;
}

.notification_alerts .notification.notice,
.notification_alerts .notification.notice * {
  background-color: #166534;
  color: white;
}