.deploy-button .button{position:relative;width:100%;max-width:8rem;height:2.5rem;cursor:pointer;border:none;background:#F7F6FE;border-radius:1rem;color:var(--pi-sale-colors-brand-primary);font-weight:900}.deploy-button .button svg{width:100%;height:100%;overflow:visible}.deploy-button .border{width:100%;height:100%;stroke:var(--pi-sale-colors-brand-primary);stroke-width:2px;fill:#0000;rx:1em;ry:1em;stroke-dasharray:25;transition:fill .25s;animation:stroke-animation 4s linear infinite}.deploy-button .button:focus .border{transition:fill .25s 7.75s;fill:#0000}@keyframes stroke-animation{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}.deploy-button .txt-upload{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.5em}.deploy-button .button:focus .rect{stroke-dasharray:50}.deploy-button .loading{width:100%;height:100%;stroke:#0055d4;stroke-width:2px;fill:none;rx:1em;ry:1em;stroke-dasharray:0 100}.deploy-button .done{fill:none;stroke:#000;stroke-dasharray:0 100}