footer.sticky-footer {
    padding: 0.6rem 0;
    flex-shrink: 0;
    font-size: 0.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background:var(--brand-color);
}

    footer.sticky-footer .copyright {
        line-height: 1;
        font-size: 0.8rem;
    }

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}
.img-brand-footer {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-right: 3px;
    height: 24px;
}
