function setupItGuysServices(Data_Center) { Data_Center.Ser_Itguys.Gerador_de_arquivos_telefonia = createService({ nome: 'Configurador de Telefonia', imagem: '../../Acessts/Imagens/Iconis/chamada-telefonica.png', id_server: 'serv_gat_1', resposta_popup: createTelefoniaForm(), resposta_script: '../js/Ambiente/Service/List/Gerador_XML_Telefonia.js', resposta_estilo: generateTelefoniaStyles() }); } function createTelefoniaForm() { return `
`; } function generateTelefoniaStyles() { return `.control { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .formulario { width: 80%; display: flex; flex-direction: column; animation: surgirpopup 0.8s ease; } @keyframes surgirpopup { to { opacity: 1; transform: translateY(0); } from { opacity: 0; transform: translateY(40vw); } } .formulario input { border: none; outline: none; background: none; background-color: var(--Matriz); border: 0.2vw solid var(--Cor_Segundaria_2_1); box-shadow: 5px 5px 0px 2px var(--Cor_Segundaria_2_2); font-family: var(--font_titulo); font-size: 0.9vw; color: var(--Cor_Segundaria_2_1); padding-left: 1vw; padding-right: 1vw; width: 100%; height: 3vh; } .formulario label { font-family: var(--font_titulo); font-size: 1vw; color: var(--Matriz); } .formulario button { border: none; outline: none; background: none; font-family: var(--font_titulo); font-size: 1vw; color: var(--Matriz); background-color: #c6c6c6; box-shadow: -5px 5px 0px #9a9a9a; transition: 1s ease; width: 8vw; height: 4vh; } .formulario button:hover { background-color: var(--Cor_Segundaria_2_1); box-shadow: 5px 5px 0px var(--Cor_Segundaria_2_2); } .formulario h2 { font-family: var(--font_titulo); text-align: center; font-size: 2vw; color: var(--Matriz); }`; } function setupUserServices(Data_Center) { Data_Center.Ser_User.resetar_senha = createService({ nome: 'Resetar senha', imagem: '../../Acessts/Imagens/Iconis/ferramentas.png', id_server: 'serv_gat_2', resposta_popup: '