// This is used in public portals
nav.navbar {
    .dbq-navbar-brand-container {
        width: 320px;

        .navbar-brand {
            height: 40px;
            width: 290px;
            max-height: 40px;
            padding: 0;
            margin: $global-margin;

            // Set the customer Logo
            @if ($navbar-logo-img != false) {
                background: $navbar-logo-img no-repeat center center;
                background-size: contain;
                background-position-x: left;

                svg {
                    display: none;
                }
            }

            svg {
                width: auto;
                height: 40px;
                max-width: 260px;
                max-height: 40px;
            }
        }
    }
}