.actions{
  margin-left: auto;
}
.actions .a,
.actions .form-inline{
  display: inline-block;
}

/* Product Badge Colors */
.badge-portalhq {
  background-color: #cc05cc !important;
  color: white !important;
}

.badge-enrolhq {
  background-color: #2f5ef4 !important;
  color: white !important;
}

.badge-sendhq {
  background-color: #180e29 !important;
  color: white !important;
}

.badge-newsroom {
  background-color: #ff8c00 !important;
  color: white !important;
}

/* Optional: Add subtle hover effects */
.badge-portalhq:hover,
.badge-enrolhq:hover,
.badge-sendhq:hover,
.badge-newsroom:hover {
  opacity: 0.9;
}

/* Notification Badge */
.dropdown-list-toggle {
  position: relative;
}
.notification-badge {
  position: absolute;
  top: 6px;
  right: 2px;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 50%;
}
.notification-item:hover {
  background-color: #f8f9fa !important;
}

/* Tribute.js Mention Dropdown */
.tribute-container {
  background: #fff;
  border: 1px solid #e4e6fc;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
}
.tribute-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tribute-container li {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}
.tribute-container li:hover,
.tribute-container li.highlight {
  background-color: #6777ef;
  color: #fff;
}
.tribute-container .tribute-no-match {
  padding: 8px 12px;
  color: #999;
  font-size: 13px;
}
