.bellWrapper {
  position: relative;
  cursor: pointer;
}

.bellIcon {
  font-size: 22px;
  cursor: pointer;
}

.popup {
  position: absolute;
  top: 35px;
  right: 0;
  width: 280px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.header {
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}

.body {
  padding: 15px;
}

.footer {
  padding: 10px 15px;
  text-align: center;
}

.viewAllBtn {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.container {
  padding: 40px;
}

.headerSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.actions {
  display: flex;
  gap: 10px;
}

.content {
  margin-top: 20px;
}

.noCaret::after {
  display: none !important; /* hides caret */
}

.noCaret {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.noCaret > button {
  display: none !important;
}

button.dropdown-toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}



