﻿.footer {
    position: fixed;
    text-align: right;
    bottom: 0;
    width: 100%;
    height: 20px !important;
    z-index: 10999 !important;
    background-color: var(--footer-background);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
}

.footer > div {
    padding-right: 5px;
}

.footer div .text-muted {
    color: var(--footer-font) !important;
}

.footer a {
    color: var(--footer-link-font);
}