#root{width:100svw;height:100svh;overflow:hidden}html{margin:0;font-family:sans-serif,serif;font-size:16px;overflow:hidden;overscroll-behavior:none}body{margin:0;height:100svh;width:100svw;background-color:#e9e9e9;overflow:hidden}p{margin:0}input:not([type=checkbox]){all:unset}a{all:unset}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media screen and (display-mode: standalone){#root,#root_otros{margin-top:env(safe-area-inset-top)}}#pagina_principal{padding:10px;max-height:calc(100svh - 20px);display:grid;grid-template-rows:1fr auto}#pagina_principal>p{background-color:#fff;padding:10px;width:fit-content;border-radius:10px;margin-bottom:15px}#pagina_principal>div{display:flex;flex-direction:column;gap:10px;overflow-y:scroll;scrollbar-width:none}.contejecutor{display:flex;justify-content:left;align-items:center;background-color:#fff;padding:10px;border-radius:10px;gap:10px}.contejecutor[disabled]{pointer-events:none;opacity:.5}.contejecutor>div{color:#fff;padding:5px;border-radius:10px;cursor:pointer;margin:auto 0}.contejecutor[metodo=GET]>div{background-color:#38b438}.contejecutor[metodo=GET]>div:hover{background-color:green}.contejecutor[metodo=POST]>div{background-color:#ffa600cd}.contejecutor[metodo=POST]>div:hover{background-color:orange}.contejecutor>p{display:flex;justify-content:center;align-items:center;margin:auto 0;color:gray}
