.notification-dropdown {
  position: relative;
}

#notifications-menu-container a.dropdown-toggle .badge {
  position: absolute;
  right: 15px;
  border-radius: 50%;
}
#notifications-menu-container #notifications-menu {
  left: auto !important;
  right: 0 !important;
  width: 400px;
  max-height: calc(100vh - 300px);
  overflow: hidden;
  position: absolute;
  background-color: white;
}
#notifications-menu-container #notifications-menu .sidebar-content {
  max-height: calc(100vh - 300px);
  padding: 10px;
}
#notifications-menu-container #notifications-menu .sidebar-content h3 {
  font-weight: bold;
  font-size: 80%;
}
#notifications-menu-container #notifications-menu .sidebar-content ul {
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
}
#notifications-menu-container #notifications-menu .sidebar-content a:hover {
  text-decoration: none;
}
#notifications-menu-container #notifications-menu .sidebar-content a:hover li {
  background-color: #eee;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification {
  color: black !important;
  display: flex;
  padding: 5px 10px;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification.read {
  color: #aaa !important;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification.read img {
  opacity: 0.5;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification .notification-text {
  flex-grow: 1;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification .notification-text p {
  margin-bottom: 0;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification .notification-text .date {
  font-size: 80%;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification .unread {
  display: flex;
  align-items: center;
}
#notifications-menu-container #notifications-menu .sidebar-content .notification .unread span {
  width: 10px;
  height: 10px;
  background: #0061c9;
  display: inline-block;
  border-radius: 50%;
}

/*# sourceMappingURL=notifications-menu.css.map */
