function limparSeletor(e){document.querySelectorAll(`input[name="${e}"]`).forEach((function(e){e.checked=!1}))}function fecharModal(){limparSeletor("bairros"),limparSeletor("genero"),document.getElementById("modal-hidden").style.display="none"}function SalvarModal(){document.getElementById("modal-hidden").style.display="none"}function MostrarSenha(){const e=document.getElementById("password"),t=document.getElementById("icone");"password"===e.type?(e.setAttribute("type","text"),t.classList.replace("fa-eye","fa-eye-slash")):(e.setAttribute("type","password"),t.classList.replace("fa-eye-slash","fa-eye"))}function ValidarForm(){const e=valideEmail(),t=validar("password");document.getElementById("Enviar").disabled=!e||!t,document.getElementById("recuperarsenha").disabled=!e||!t,document.getElementById("CheckSenha").disabled=!e||!t}function valideEmail(){const e=document.getElementById("email").value;return!!e&&validarEmail(e)}function validarEmail(e){return/\S+@\S+\.\S+/.test(e)}function RedirecionarPesquisa(){var e=$("#select_cidade_selecionada").val();window.location.href="https://topmassagens.com.br/cidade/"+e+"/"}const stars=document.querySelectorAll(".stars-avaliacao > li");function ValidarComentario(){const e=validar("nome"),t=validar("comentario");document.getElementById("EnviarComentario").disabled=!e||!t}function validarAnuncio(){const e=validar("titulo"),t=validar("Resumo"),a=validar("descricao"),n=validarFoto("foto","error-mensagem"),o=validarFoto("maisfotos","error-mensagem-2"),i=validar("cidade"),l=validar("bairro"),d=ValidarTelefone("whatsapp-clientes"),r=ValidarTelefone("whatsapp-Top");document.getElementById("btn-voltar").disabled=!(e&&t&&a&&n&&o&&i&&l&&d&&r),document.getElementById("btn-avancar").disabled=!(e&&t&&a&&n&&o&&i&&l&&d&&r)}function validar(e){return!!document.getElementById(`${e}`).value}function validarFoto(e,t){const a=document.getElementById(`${e}`),n=a.files[0],o=a.files,i=document.getElementById(`${t}`);if(i.textContent="",n)if(["image/jpeg","image/png"].includes(n.type))if(n.size>4194304)i.textContent="O arquivo é grande. O tamanho máximo permitido é 4 MB.";else{if(!(o.length>15))return!0;i.textContent="O Limite maximo Permitido é 15."}else i.textContent="Tipo de arquivo inválido. Apenas Aceitos JPEG e PNG";else i.textContent="Ops, Selecione uma foto."}function ValidarTelefone(e){const t=document.getElementById(`${e}`);return!!/^\(\d{2}\)\s\d{4,5}-\d{4}$/.test(t.value)}stars.forEach(((e,t)=>{e.addEventListener("click",(function(){stars.forEach(((e,a)=>{t>=a?e.classList.add("active"):e.classList.remove("active"),$("#estrela_avaliacao").val(t+1)}))}))}));