/* ===========================================
   Xpectro Custom Styles
   Sobreescribe estilos de Light Able
   =========================================== */

/* Logo del sidebar - controlar tamaño */
.pc-sidebar .m-header .b-brand .logo-lg {
    max-height: 35px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Logo en pantallas más pequeñas */
@media (max-width: 1024px) {
    .pc-sidebar .m-header .b-brand .logo-lg {
        max-height: 32px !important;
    }
}

/* Logo en login y páginas auth */
.auth-form img.logo-lg,
.auth-form .logo,
.auth-wrapper img.logo {
    max-height: 50px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Logo en footer y otras vistas */
.img-brand,
img.logo {
    max-height: 35px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Quitar el badge "v1.2.0" del sidebar */
.theme-version {
    display: none !important;
}
