*{margin:0}#root{height:100vh;width:100vw;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.header{background-color:#ffb71b;height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 5px;width:100%}.logo{height:4em;will-change:filter;transition:filter .3s}.main{height:calc(100vh - 96px);background-color:#fcf8ff;display:flex;align-items:center;justify-content:center}.box{background-color:#e4e4e4;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a;height:310px;width:350px;display:flex;flex-direction:column;align-items:center;justify-content:center}.form{width:100%;display:flex;flex-direction:column;gap:10px}.form button{margin-top:5px;width:100%;padding:10px 15px;background-color:#3b82f6;color:#fff;font-size:16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;display:block}.btn-eliminar{margin-top:5px;width:100%;padding:10px 15px;background-color:#f63b3b;color:#fff;font-size:16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;display:block}.btn-eliminar:hover{background-color:red}.btn-cancelar{margin-top:5px;width:100%;padding:10px 15px;background-color:#3b82f6;color:#fff;font-size:16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;display:block}.btn-cancelar:hover{background-color:#2563eb}input{padding:6px;font-size:16px;border:1px solid #ccc;border-radius:8px;outline:none;box-shadow:none;transition:border-color .3s ease}.button-pixi{position:absolute;bottom:40px;right:40px;background-color:var(--blanco);padding:.5rem;border-radius:50%;box-shadow:0 4px 8px #0006;border:none;cursor:pointer}.form button:hover{background-color:#2563eb}.salida{margin-right:60px;font-size:19px;font-weight:500;color:#152444;text-decoration:none}.error{color:red;text-align:center}.titulo{text-align:center;margin-bottom:10px}.loader{color:#ffb71b;font-size:45px;text-indent:-9999em;overflow:hidden;width:1em;height:1em;border-radius:50%;position:relative;transform:translateZ(0);animation:mltShdSpin 1.7s infinite ease,round 1.7s infinite ease}@keyframes mltShdSpin{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes round{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.botonera{width:100%;margin-top:15px;display:flex;justify-content:space-evenly;gap:10px}
