.notification-dropdown .dropdown-toggle {
  position: relative;
}

.notification-dropdown .dropdown-toggle .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff0000;
}

.notification-dropdown .dropdown-menu {
  width: 350px;
  max-height: 500px;
}

.notification-dropdown .dropdown-menu .notification-content {
  max-height: 400px;
  overflow-y: auto;
}

.notification-dropdown .dropdown-menu .delete-all-notifications {
  margin: 10px;
}

.notification-dropdown .dropdown-menu .hidden {
  display: none;
}

.notification-dropdown .dropdown-menu .dropdown-item {
  position: relative;
  display: block;
  padding: 14px;
  border-bottom: 1px solid #e9e9e9;
  color: #636b6f;
  text-decoration: none;
}

.notification-dropdown .dropdown-menu .dropdown-item .date {
  font-size: 12px;
}

.notification-dropdown .dropdown-menu .dropdown-item .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}

.notification-dropdown .dropdown-menu .dropdown-item:hover {
  background: #e9e9e9;
  text-decoration: none;
}
/*# sourceMappingURL=notifications.css.map*/