.app-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30px;
    white-space: nowrap;
    background: var(--app-footer-background-color, white);
}

/*    .app-footer div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        white-space: normal;
        vertical-align: middle;
    }
*/
.app-footer-container {
    box-sizing: border-box;
    background-color: var(--app-footer-background-color, white);
    color: var(--app-footer-color, black);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

    .app-footer-container a {
        color: var(--app-footer-color);
    }

.app-footer-follow {
    box-sizing: border-box;
    display: flex;
    background: var(--app-background-color);
    border-bottom: solid 1px var(--app-footer-border-color,black);
    justify-content: flex-start;
    width: 100%;
    padding: 0px 10px 20px 10px;
}

.app-footer-nav {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    gap: 40px;
}

.app-footer-nav-group {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
}

.app-footer-nav-header {
    font-size: var(--app-font-medium, 1.0em);
    font-weight: 600;
}

.app-footer-nav-item {

}
    .app-footer-nav-item .app-footer-nav-anchor {
    }
    .app-footer-nav-item .app-footer-nav-text {
    }

.app-footer-legal {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

    .app-footer-legal .app-footer-legal-element {
        margin-left: 10px;
        margin-right: 10px;
    }

.app-footer-powered-by {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}
