.sidebar-brand {
    height: auto;
    min-height: 3.75rem;
    padding: 0.5rem 0.75rem;
}

.sidebar-brand .brand-link {
    width: 100%;
    justify-content: center;
}

.sidebar-brand .brand-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    padding: 0.35rem 0.65rem;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 0;
}

.sidebar-brand .brand-logo-menu {
    width: auto;
    max-width: 100%;
    max-height: 42px;
    height: auto;
    object-fit: contain;
    display: block;
}

.app-sidebar.sidebar-collapse .sidebar-brand .brand-logo-wrap {
    max-width: 2.5rem;
    padding: 0.25rem;
}

.app-sidebar.sidebar-collapse .sidebar-brand .brand-logo-menu {
    max-height: 28px;
}
