.footer {
    align-items: center;
    background-color: #E8E8E8;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    height: auto;
    isolation: isolate;
    min-height: 84px;
    min-width: 800px;
    padding: 12px 22px 22px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.footer::before {
    background-color: #FAFAFA;
    box-shadow: 0 2px 6px rgba(31, 90, 151, 0.22);
    content: "";
    inset: 12px 22px 22px;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.footer > * {
    position: relative;
    z-index: 1;
}

.footer-text,
.footer-link {
    color: #2B2B2B;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.footer-link.nav-link {
    padding: 0;
}

#version {
    margin-left: 20px;
}

.footer-link:hover,
.footer-link:focus {
    color: #1D538A !important;
    text-decoration: none;
}

.footer img {
    display: block;
    margin-top: 0;
    padding-right: 0;
    width: 220px;
}

#logoPageLink {
    margin-left: auto;
}

#logoPageLink img {
    padding-right: 10px;
}

body#workspace .footer {
    min-height: 40px;
    padding: 0 0 4px;
}

body#workspace .footer::before {
    inset: 0 0 4px;
}
