.header_user_notifications {
  position: relative;
}
.header_user_notifications .notification_indicator {
  position: absolute;
  color: white;
  background: red;
  border-radius: 50%;
  line-height: 100%;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  font-size: 70%;
  right: -0.6rem;
  bottom: -0.8rem;
}

.notifications_list {
  height: 85vh;
  max-width: 97vw;
  overflow-y: scroll;
}
.notifications_list .dropdown-item {
  font-size: 70%;
}
.notifications_list .dropdown-item span {
  font-size: 80%;
}/*# sourceMappingURL=mod.css.map */