﻿/*#region Menú lateral  principal*/

.menu-link{
    display:block!important;
}
.menu-link > .menu-icon{
    text-align:center;
    width: 100%!important;
    justify-content: center!important;
}
.menu-link > .menu-title{
    width: 100%;
    justify-content: center;
}
@media (min-width: 992px){
    .aside .aside-menu {
    width: 155px;
    }
}
#kt_aside{
    width:155px
}

.aside-menu{
    padding-top: 6px;
}

@media (min-width: 992px){
    .aside .aside-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding:0!important;
}
}

@media (min-width: 992px){
.aside-enabled.aside-fixed.header-fixed .header {
    left: 155px;
    transition: left .3s ease;
}
}

@media (min-width: 992px){
    .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
    left: 155px;
    transition: left .3s ease;
    }
}

@media (min-width: 992px){
    .aside-enabled.aside-fixed .wrapper {
    transition: padding-left .3s ease;
    padding-left: 155px;
    }
}
.aside-menu .menu-item .menu-link.active {
    transition: color .2s ease,background-color .2s ease;
    background-color:#1e1e2d;
    color: #3699FF;
}
.aside-menu .menu-item .menu-link.active .menu-icon i {
    color: #3699FF;
}
.aside .aside-logo {
    background-color: #1e1e2d;
}
/*#region Menú lateral  principal*/

/*#region Header*/
#kt_header{
    background-color:white;
}

@media (min-width: 992px){
   
 .header .header-menu .menu>.menu-item>.menu-link {
 padding-top: 20px!important;
}
.header .header-menu .menu>.menu-item>.menu-link.active {
    transition: color .2s ease,background-color .2s ease;
    background-color:#f3f6f9 ;
    color:#181c32;
}
.header .header-menu .menu>.menu-item>.menu-link.active .menu-title{
    transition: color .2s ease,background-color .2s ease;
    background-color:#f3f6f9 ;
    color:#181c32;
}
}

.topbar .topbar-item i {
    color:#3699FF;
}

#kt_content_container > div > .card{
    min-width:fit-content;
}

#kt_header_user_menu_toggle > div.topbar-item.cursor-pointer.symbol.px-3.px-xl-5.px-lg-2.me-n3.me-lg-n5.symbol-30px.symbol-md-35px.btnuser-header {
    display: none;
}
/*#endregion Header*/