#root{height:100vh}.topbar-container{padding:1em;height:3em;display:flex;justify-content:space-between;align-items:center}.metamask-support-logo,.powered-by-blockaid{height:50%}.input-container{display:flex;flex-direction:column;align-items:start;gap:.5em;width:100%;height:100%}.input-container>label{font-weight:700}.input-container>input,.input-container>textarea{box-sizing:border-box;padding:.5em;border-radius:.25em;background-color:#edeff2;border:none;font-size:1em;width:100%}.input-container>textarea{height:100%;resize:none}.form-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:90%}.form-container>form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1em;width:100%;height:90%}.form-container>form>.inputs{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em;width:30%}.form-container .submit-button{border-radius:.5em;border:none;background-color:#4f87f6;color:#fff;font-size:1em;font-weight:500;height:2em;width:5em;justify-self:start;margin-top:2em}.static-details-container{padding:.5em;width:100%;border-radius:.5em;border:.15em solid #edeff2}.static-details-container .accordion-title{display:flex;justify-content:space-between;align-items:center}.static-details-container,.static-details-container .accordion-title .accordion-expand-icon{transition:all .2s ease-in-out}.static-details-container .accordion-title .accordion-expand-icon.open{transform:rotate(180deg)}.confirmation-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em;width:100%;height:70%}.confirmation-container>.content{text-align:center}.confirmation-container>.content>.instruction{padding:.25em;border-radius:.5em;background-color:#edeff2}.confirmation-container>.actions{display:flex;align-items:center;justify-content:center;gap:1em}.confirmation-container>.actions>button{border-radius:.5em;border:none;background-color:#edeff2;font-size:1em;font-weight:500;height:2em;width:5em;justify-self:start;margin-top:2em}.confirmation-container>.actions>button.continue{background-color:#4f87f6;color:#fff}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;place-items:center;min-width:100vw;min-height:100vh}button{cursor:pointer}
