.page {
    background-image: url('/static/backoffice/skin/blue/images/bg_main_mobile.jpg')!important;
}
@media (min-height: 415px) and (min-width: 767px) {
    .page {
        background-image: url('/static/backoffice/skin/blue/images/background.jpg')!important;
    }
    .tabbar__itm_active:before {
        background-color: #00adee!important;
    }
    .sidebar-menu__itm_active .hoverSvg {
        fill: #00adee!important;
    }
    .sidebar-menu__itm_active .hoverSvgStroke {
        stroke: #00adee!important;
    }
    .chart2target{
        fill: #00adee!important;
    }
    .chart-target{
        display: none;
    }
}
.dashboard-bx .dashboard-block{
    background: none;
}
.skinLink{
    color: #00adee;
}
.but_bg1{
    background-color: #00adee;
    border-color: #00adee;
}
.loader>div{
    background-color: #00adee;
}
.expand .text{
    color: #00adee;
}
.chevron{
    background-image: url('/static/backoffice/skin/blue/images/rectangle-copy.png');
}
.dashboard-bx .progress-fill{
    background-color: #00adee;
}
img.loader-logo {
    top: 23px;
}
.subscribe-country::-webkit-scrollbar-thumb {
    background-color: #00adee;
}
.sidebar-logo__lnk__img{

}
.but_bg1:hover{
    background-color: #0095d4;
}
.dashb-page.professional .pc {
    display: block !important;
}
.tabbar__itm_active:before {
    background-color: #00adee;
}
.sidebar-menu__itm_active .hoverSvg {
    fill: #00adee;
}
.sidebar-menu__itm_active .hoverSvgStroke {
    stroke: #00adee;
}

.main-header__logo{
    background-image: url('/static/backoffice/skin/blue/images/sw-bo-new.svg')!important;
}
.footer-logo{
    background-image: url('/ml_i/infoportal/logo.png')!important;
    background-size: contain;
}