.notification-bell {
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.notification-bell .btn-bel {
  width: 52px;
  height: 52px;
  background-color: #fefefe;
  border: 0px;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-bell .badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f44336;
  color: #fefefe;
  border-radius: 50%;
}

.notification-bell .notification-panel {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 537px;
  background: #fefefe;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  line-height: 30px;
}

.notification-bell .notification-panel .notification-list {
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.notification-bell .notification-panel-list {
  background: #fefefe;
  line-height: 30px;
}

.notification-bell .notification-panel-list .notification-list {
  margin: 0;
  padding: 0;
}

.notification-bell .panel-heading-bel {
  background: #fefefe;
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  font-size: 20px;
}

.notification-bell .panel-heading-all {
  background: #fefefe;
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  font-size: 14px;
  color: #0A314D;
}

.notification-bell .notification-item {
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.notification-bell .notification-item.unread {
  background: #E6F0FF;
}

.notification-bell .notification-item:hover {
  background: #ebebeb;
}

.notification-bell .notification-item .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.notification-bell .notification-content strong {
  font-size: 16px;
  font-weight: 600;
}

.notification-bell .notification-content small {
  color: #888;
}
