#linguana-lang-switcher
{font-family:Generalsans,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:#fff;
    position:fixed;
    bottom:16px;
    left:16px;
    z-index:2147483640}
    #linguana-lang-switcher-toggle
    {background-color:#122580;
        border-radius:4px;
        justify-content:space-between;
        padding:10px 12px;
        text-decoration:none;
        transition:.2s;
        display:flex;
        cursor:pointer;
        font-weight:700}
        #linguana-lang-switcher-options-container
        {min-width:auto;
            white-space:nowrap;
            background-color:#112680;
            border-radius:6px;
            box-shadow:18px 18px 45px 19px rgb(79 94 120 / 10%);
            flex-direction:column;
            position:absolute;
            bottom:46px}.linguana-lang-switcher-link{padding:0 12px;color:#717cb3!important;min-height:45px;justify-content:flex-start;
                align-items:center;
                text-decoration:none;
                transition:.3s;
                display:flex;
                position:relative;
                font-weight:700}
                .linguana-lang-switcher-link:hover
                {color:#fff!important;cursor:pointer}
                .linguana-lang-switcher-flag{font-size:20px;margin-right:10px}