.gui-notification-blip {
  @apply relative w-fit h-fit;
}

.gui-notification-blip::after {
  @apply rounded-full absolute block h-1.5 w-1.5 bg-red-40 right-[13%] top-[13%];

  content: '';
}