 /* .app-header__logo .logo-src {
    height: 37px;
    width: 149px;
    background: url(../images/logo-inverse.png);
} */
.app-header__logo .logo-src {
    height: 90px;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/lo.png);
    background-position: center;
    background-size: contain;
}
.app-header.header-text-light .app-header__logo .logo-src {
    background: url(../images/lo.png);
}
.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
    background: #ffba21;
}
.app-sidebar__heading {
    text-transform: uppercase;
    font-size: .8rem;
    margin: .75rem 0;
    font-weight: 700;
    color: #f7b924;
    white-space: nowrap;
    position: relative;
}
.vertical-nav-menu li a {
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem 0 45px;
    position: relative;
    border-radius: .25rem;
    color: #ffffff;
    white-space: nowrap;
    transition: all .2s;
    margin: .1rem 0;
}
.vertical-nav-menu li a:hover {
    color: #f0361e;
    background: #e0f3ff;
    text-decoration: none;
    font-weight: 600;
}
.dropdown-menu-header .menu-header-image

 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
   opacity: 1;
    filter: grayscale(0%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.widget-chart.text-left .widget-chart-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex: 1;
    position: relative;
}
.bg-widget-blue{
    background:#911A79;
    color: #FFF ! important;
}
.bg-widget-green{
    background:#009EEC; color: #FFF ! important;

}
.bg-widget-pred{
    background:#EE2439; color: #FFF ! important;
}
.bg-widget-psky{
    background:#F69336; color: #FFF ! important;
}
.bg-widget-pviolet{
    background:#913E56; color: #FFF ! important;
}
.bg-widget-plight{
    background:#3C4C5C; color: #FFF ! important;
}
.widget-chart .widget-subheading {
    margin: -.5rem 0 0;
    display: block;
    opacity: 5.6;
}