
.aside
{
    background-color: #26445A;
}
.aside-user
{
    border-top: unset!important;
}
.adminName
{
  font-size: 14px;
  font-family: 'Poppins-Medium','IBMPlexSansArabic-Medium',sans-serif;
  color: white!important;   
}
.adminEmail
{
    font-size: 10px;
    font-family: 'Poppins-Medium','IBMPlexSansArabic-Medium',sans-serif;
    color: white!important;     
}
.aside-user-info
{
    border-top: 1px solid #416783;
    border-bottom: 1px solid #416783;
}
.menu-title
{
    font-size: 12px;
    font-family: 'Poppins-Medium','IBMPlexSansArabic-Medium',sans-serif;
    color: #B6B9C7!important;     
}
.aside-menu .menu .menu-item .menu-link .menu-icon .svg-icon
{
    color: white!important;
}
.menu-link
{
    background-color: #416783!important;
}
#kt_aside_menu_wrapper
{
    height: 388px!important;
}
 
.aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here)
{
    background-color: #FB7401!important;
    color: white;
}
.aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title
{
    color: white!important;
}
.active_color.active
{
    background-color: #FB7401!important;
    color: white;
}
.active_color.active span {color: white!important;}
#logout-form
{
    position: absolute;
    bottom: 0;
}

