.kt-aside__brand {
/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 25px; 
    height: 134px; */

}

.kt-header.kt-header--fixed {
/*    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: px;
    z-index: 97;
    margin-top: 20px; */
    min-height: 100px;
}

.kt-subheader--fixed .kt-subheader {

    position: absolute !important;
    height: 75px;
    top: 225px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 96;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;

}


.kt-subheader--enabled:not(.kt-subheader--fixed) .kt-content {
    padding-top: 30px !important;
}


.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link {

    background-color: #f0f3ff;
    line-height: 4.5em;

}

.brand-logo {
min-height: 100px;
min-width: 100px;
height: 100px;
width: 100px;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon:hover {
    font-size: 3.0rem;
    width: 30px;
    padding: 0;
 /*    line-height: 0;
   background-color: #00A; */
}


.kt-menu__link-icon:hover {
    font-size: 3.0rem;
    width: 30px;
    padding: 0;
 /*    line-height: 36px;
   background-color: #00A; */
}


@media (min-width: 1025px) {
	.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
	font-size: 3rem !important;
	width: 30px;
	padding: 0;
	line-height: 0;
    color: #233b74;
    }
    
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon:hover {
	font-size: 3rem !important;
	width: 30px;
	padding: 0;
	line-height: 0;
    color: #af2023;
    }

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
/*    color: #6c7293;
    font-weight: 500; */
    visibility: hidden;
}


}


.kt-header__topbar-user {
/*    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
    cursor: pointer; */
    display: block !important;
}
