.header-eskes {
    background-image: linear-gradient(to right, rgb(255, 180, 53), rgb(249, 115, 72));
}

.footer-eskes {
    background-color: rgb(5, 70, 165);
    color: rgb(255, 355, 255);
}

.footer-eskes .footer-links>a {
    color: rgb(255, 355, 255);
}

/* CSS Chadi start */

/*
.eskes-sidebar {
    background-image: linear-gradient(to bottom, rgb(255, 180, 53) , rgb(249, 115, 72));
    color: black;
}
*/

/* CSS Chadi end */
/* CSS Alex start */

.eskes-sidebar {
    background-color: rgb(42, 49, 60);
    color: black;
}

a.side-nav-link>i,
a.side-nav-link>span,
ul.side-nav-second-level>li>a {
    color: rgb(255, 255, 255);
}

a.side-nav-link>i:hover,
a.side-nav-link>span:hover {
    color: rgb(5, 70, 165);
}

/* CSS Alex end */

.eskes-sidebar-nav {
    margin-top: 5px;
}

.simplebar-content {
    color: white !important;
}

.eskes-1 {
    background-color: rgb(5, 70, 165);
    color: rgb(255, 355, 255);
}

.eskes-2 {
    background-image: linear-gradient(to right, rgb(255, 180, 53), rgb(249, 115, 72));
    color: rgb(5, 70, 165);
}

.img-fill {
    object-fit: cover;
    height: 75px;
}