.error {
  position: absolute;
  height: 100%;
  width: 4px;
  right: 0;
  bottom: 0;
  background: red;
}

.warning {
  position: absolute;
  height: 100%;
  width: 4px;
  right: 0;
  bottom: 0;
  background: rgb(255, 187, 0);
}

.success {
  position: absolute;
  height: 100%;
  width: 4px;
  right: 0;
  bottom: 0;
  background: green;
}

.notifications {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  bottom: 10px;
  right: 10px;
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 999;
}
.notifications > .notitem {
  cursor: pointer;
  position: relative;
  padding: 0.6rem;
  background: white;
  border-radius: 0.4rem;
  box-shadow: 1px 1px 4px rgba(15, 15, 15, 0.4);
  overflow: hidden;
}
.notifications > .notitem > .aimsrow:first-child {
  font-weight: 700;
  margin-bottom: 0.4rem;
}/*# sourceMappingURL=AimsNotifications.css.map */