/* 1) ثبّت تكديس نافبار */
#header, .navbar, .admin #header { position: relative; z-index: 1060; }

/* 2) نزّل زيندكس أيقونة/حالة PRChat في التوب بار */
#chat_status_top_icon,
#prchat-header-wrapper,
.prchat-topbar,
.prchat-topbar .dropdown-menu {
  position: relative;
  z-index: 1040 !important;
}

/* 3) ارفع زيندكس أيقونات الإشعارات/البحث فوق PRChat لو لزم */
#top_search_button,
#top_notifications,
#top_notifications .icon,
.header .icon {
  position: relative;
  z-index: 1055;
}

/* 4) منع التداخل البصري: مسافات يمين/يسار */
#chat_status_top_icon {
  margin-left: 8px;     /* لو الأيقونة على اليمين، زوّد/قلّل حسب الحاجة */
}

/* 5) تأكد القوائم المنسدلة للنافبار فوق أي قائمة PRChat */
.navbar .dropdown-menu { z-index: 1050; }
