.fi-main{
    background-color: #f5fffe !important;
    /* background-color: #75a79f !important; */
}

.fi-topbar {
    background-color: #ececec !important;
    /* background-color: #54894c !important; */
}

.fi-topbar-start .fi-logo{
    height: 7vh !important;
}

/* #75a79f */
/* #f5e22e */
/* #54894c */


:root{
     /* .875  */
     --text-sm: 1.1rem;
}

.fi-sidebar-header{
    height: auto;
}




.lesson-bg ul li:nth-child(odd) {
  background-color: #d0e0f1; /* اللون للأول والثالث والخامس ... */
}

.lesson-bg ul li:nth-child(even) {
  background-color: #f0f0f0; /* اللون للثاني والرابع والسادس ... */
}
