.ecodim-brand-logo {
    position: relative;
    z-index: 2;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
}

.app-sidebar .ecodim-brand-logo {
    width: 3.75rem;
    height: 3.75rem;
}

.navbar-brand .ecodim-brand-logo {
    width: 5.5rem;
    height: 5.5rem;
}

[data-bs-theme="light"] .theme-icon-sun,
[data-bs-theme="dark"] .theme-icon-moon {
    display: none;
}
