/* Sticky footer: always at bottom of viewport, no white strip below */
html {
    height: 100% !important;
}

html.h-100,
body.app-body,
body.min-vh-100,
body {
    min-height: 100vh !important;
    height: auto !important;
}

body.app-body,
body {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

body > nav,
body > .navbar {
    flex-shrink: 0 !important;
}

body > .page-shell,
.page-shell.flex-grow-1 {
    flex: 1 0 auto !important;
    flex-grow: 1 !important;
    width: 100% !important;
}

body > .site-footer {
    flex-shrink: 0 !important;
    margin-top: auto !important;
    width: 100% !important;
    position: relative !important;
}

.site-footer {
    margin-top: 0 !important;
}

/* Legacy */
.footer {
    position: static !important;
    bottom: auto !important;
}
