.bg-orange {
    background-color: #E05A00!important;
}
.sidebar .nav-link .nav-icon {
    color: white!important;
}
.app-header .navbar-brand {
    color: white;
}
.sidebar .nav-link.nav-dropdown-toggle:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E")
}
.app-footer .text-muted{
    color: white!important;
}
.app-footer a {
    background-color: transparent;
    color: #405785;
    font-weight: 600;
    text-decoration: none;
}
.app-footer a:hover {
    color: #405785;
}
