.buzz-search-dropdown {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  z-index: 999;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 5px;
  padding: 8px 0;
}
@media (min-width: 995px) {
  .buzz-search-dropdown {
    position: relative;
  }
}
/* Section header inside dropdown */
.dropdown-group-title {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
}

/* Individual item */
.buzz-dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
  color: #222;
}

.buzz-dropdown-item:hover {
  background-color: #f0f8ff;
}

/* Avatar styling */
.buzz-dropdown-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  object-fit: cover;
  margin-right: 12px;
}

/* Meta text (name, username) */
.buzz-dropdown-meta {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.buzz-dropdown-meta .name {
  font-weight: 600;
  font-size: 14px;
}

.buzz-dropdown-meta .sub {
  font-size: 12px;
  color: #777;
}
.h_c_search_text
{
  border:1px solid #787878 !important;
  color: black;
}
