.header-logo img,
.horizontal-logo .header-logo img,
.app-sidebar .main-sidebar-header .header-logo img {
    max-width: 150px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.app-sidebar .main-sidebar-header .header-logo,
.horizontal-logo .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

[data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo img,
[data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo img,
[data-toggled=icon-overlay-close] .app-sidebar .main-sidebar-header .header-logo img,
[data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo img,
.horizontal-logo .header-logo .toggle-logo,
.horizontal-logo .header-logo .toggle-dark,
.app-sidebar .main-sidebar-header .header-logo .toggle-logo,
.app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    max-width: 42px;
    max-height: 42px;
}

.authentication-logo {
    max-width: 180px;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
}
