.kt-aside__brand-tools{
    display: none!important;
}
.kt-aside__brand .kt-aside__brand-logo{
    margin: 0 auto;
}
.kt-aside__brand, .kt-header-mobile  kt-header-mobile--fixed {
    background-color: #333!important;
}
.kt-header__topbar{
    background-color: #333!important;
    width: 100%;
    text-align: right;
    display: inline-block!important;
}
.kt-header__topbar .kt-header__topbar-item{
    float: right;
}
.kt-aside{
    background-color: #f2f3f8!important;
}

@media screen and (min-width: 1025px){
    .kt-header__topbar{
        padding-top: 10px!important;
        height: 65px!important;
    }    
}

@media screen and (max-width: 1024px){
    .kt-header__topbar--mobile-on .kt-header__topbar {
        box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
        border-top: 0.5px solid #fff!important;
        padding-top: 10px;
    }
    .kt-header-mobile{
        background-color: #333!important;
    }
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler i{
        color: #fff!important;
    }
}