.header-3{
    background: #2262c3;
    /* background: linear-gradient(164deg, rgba(34, 98, 195, 0.99) 0%, rgba(62, 66, 168, 0.99) 100%); */
    /* background: linear-gradient(164deg, rgb(13 151 159 / 99%) 0%, rgb(62 104 168 / 99%) 100%); */
    background: linear-gradient(164deg, rgb(4 34 61) 0%, rgb(4 46 109) 100%);
}

.header-3 .header-right .sidebar__toggle{
    color: #ffffff !important;
    font-size: 30px;
}

#mobile-menu li:not(.dashboard-menu-item) a{
    color: #ffffff !important;
}

#mobile-menu li:not(.dashboard-menu-item) a:hover{
    color: rgb(36, 36, 36) !important;
}