footer {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 4;
    /*background: var(--navigation-bg);*/
    border-bottom-left-radius: 20px;
    
}

.form.theme > label {
    font-size: 0px;
}

footer > .container {
    padding: 10px 0px;
}