.notification-dropdown {
  cursor: pointer;
}
.notification-dropdown__list {
    width: 250px;
}
.notification-dropdown .i-nav-notification {
    position: relative;
}
.notification-dropdown .i-nav-notification::after {
      content: '';
      position: absolute;
      right: -4px;
      top: 0;
      background-color: #4ae387;
      height: 12px;
      width: 12px;
      border-radius: 50%;
}


/*# sourceMappingURL=74.c53f4c8e.css.map*/