/* خلفية السايدبار بيج */
.sidebar.bg--dark,
.sidebar,
.sidebar__inner,
.sidebar__menu-wrapper {
    background-color: #F5EEDC !important; /* بيج */
}

/* نصوص وأيقونات السايدبار */
.sidebar .menu-icon,
.sidebar .menu-title,
.sidebar__menu-header,
.sidebar a {
    color: #3A2F2F !important; /* بني غامق */
}

/* العنصر النشط والهوفر في السايدبار */
.sidebar-menu-item.active > a,
.sidebar-menu-item:hover > a {
    background-color: #E7D8C3 !important; /* بيج أغمق */
    color: #3A2F2F !important;
}

/* الهيدر العلوي (الشريط الأزرق فوق) نخليه بيج برضه */
.header.bg--dark,
.header {
    background-color: #F5EEDC !important;
    color: #3A2F2F !important;
}

/* الفوتر لو موجود */
.footer.bg--dark,
.footer {
    background-color: #F5EEDC !important;
    color: #3A2F2F !important;
}
