.top-menu {
  display: flex;
    justify-content: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 16px;
  font-family: sans-serif;
      margin-top: 10px;
}

.menu-tabs {
    display: flex;
    gap: 30px;
}
.pending-badge {
    font-size: 12px;
    border-radius: 4px;
    vertical-align: middle;
    font-family: 'Segoe UI', sans-serif;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 10px;
}
#tabs-wr{
    display: flex;
    gap: 5px;
    z-index: 9999;
    background-color: white;
    width: 100%;
    border-top: 1px solid var(--hr-divider);
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;
}
.tab-item{
  width: 140px;
}
.tab-btn {
    border-radius: var(--border-radius-999);
    background: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: black;
    padding: 10px 20px 10px 20px;
      width: 100%;
      font-weight: 600;
}
.tab-btn.active {
  background-color: var(--post-bg-hover-new);
}
.tab-btn:hover {
  background-color: var(--index-posts-hover) ;
}
.tab-btn:active {
  background-color: #E2E9FB ;
}
.tab-btn.active:active {
  background-color: #d8e0f7 !important ;
}
.tab-btn.active:hover {
  background-color: #e3e9f8;
}

.search-icon {
    position: absolute;
    right: 0;
    font-size: 18px;
    cursor: pointer;
    margin-right: 10px;
}
