.other-amount{display:none;text-align:left;background:var(--paper);padding:14px;border-radius:12px;margin:0 0 16px}
.other-amount.visible{display:flex}
.other-amount div{display:flex;align-items:center;background:white;border:1px solid #d9d6d0;border-radius:9px;padding-left:12px}
.other-amount div:focus-within{outline:2px solid var(--black);outline-offset:1px}
.other-amount input{width:100%;border:0;outline:0}
.pix-modal{padding:25px}
.pix-value{display:flex;flex-direction:column;align-items:center;background:var(--black);color:white;border-radius:14px;padding:20px;margin:18px 0}
.pix-value strong{font-size:28px;margin-top:5px}
.pix-placeholder{background:var(--paper);border-radius:14px;padding:22px;text-align:center;margin-bottom:18px}
.pix-placeholder>span{display:grid;place-items:center;width:45px;height:45px;background:white;border-radius:50%;margin:0 auto 10px;font-size:22px}
.pix-placeholder p{font-size:12px;line-height:1.5;margin-bottom:0}
.primary:disabled{opacity:.45;cursor:not-allowed}
