.language-selector{position:relative;width:32px;height:32px;margin-left:15px}.language-selector .language-selector-flag{width:100%;height:100%}.language-selector .language-selector-flag:hover{cursor:pointer}.language-selector-popup{position:absolute;top:calc(100% + 5px);right:0;border:1px solid #ddd;border-radius:4px;background-color:#fff;filter:drop-shadow(2px 2px 4px #444)}.language-selector-popup[data-visible=true]{display:block}.language-selector-popup[data-visible=false]{display:none}.language-selector-popup .flag-container{user-select:none;width:220px;display:flex;align-items:center;justify-content:space-between}.language-selector-popup .flag-container:hover{background-color:#ccc;cursor:pointer}.language-selector-popup .flag-icon{width:24px;height:24px;margin-right:12px;margin-left:12px}.language-selector-popup .flag-text{width:158px;margin-right:12px;font-size:.9em}.flag-br{background-image:url(/img/flags/br.png);background-repeat:no-repeat;background-size:100% 100%}.flag-us{background-image:url(/img/flags/us.png);background-repeat:no-repeat;background-size:100% 100%}a.email:before{content:attr(data-name) "@" attr(data-domain) "." attr(data-tld)}