const Data_Center = { Ser_User: {}, Ser_Itguys: {} }; const permissa_User = true; if (permissa_User === true) { Data_Center.Ser_User = { resetar_senha: { nome: 'Resetar senha', Imagem: '../../Acessts/Imagens/Iconis/ferramentas.png', id_server: 'serv_gat_2', resposta_popup: '

Olá do Resetar Senha!

', resposta_script: `console.log('Script para Resetar Senha');`, resposta_estilo: `document.body.style.backgroundColor = '#f0f0f0';` } }; } const permissa_Itguys = true; if (permissa_Itguys === true) { Data_Center.Ser_Itguys = { Gerador_de_arquivos_telefonia: { nome: 'Configurador de Telefonia', Imagem: '../../Acessts/Imagens/Iconis/ferramentas.png', id_server: 'serv_gat_1', resposta_popup: `





`, resposta_script: '../js/Ambiente/Service/List/Gerador_XML_Telefonia.js', resposta_estilo: `.control {width: 100%;display: flex;flex-direction: column;justify-content: center;align-content: center;align-items: center;}.formulario {width: 80%;display: flex;flex-direction: column;animation: surgirpopup 1s 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);};` } }; }