@property --confirm-crypto-wallet-dialog-crypto-from{syntax:"<color>";inherits:false;initial-value:#2c0f4e}@property --confirm-crypto-wallet-dialog-crypto-to{syntax:"<color>";inherits:false;initial-value:#2c0f4e}.confirm-crypto-wallet-dialog{--padding: 30px;--close-wh: 20px;position:fixed;inset:0;align-items:center;justify-content:center;padding:12px;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999}.confirm-crypto-wallet-dialog[open]{display:flex !important}.confirm-crypto-wallet-dialog p{margin:0}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__container{display:flex;flex-direction:column;padding:var(--padding);padding-right:0;width:1080px;max-width:80vw;max-height:85vh;color:#fff;background:#220c3c;border-radius:21px;overflow:hidden}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__header{position:relative;padding-right:var(--padding)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__close{position:absolute;top:0;right:var(--padding);display:flex;align-items:center;justify-content:center;color:inherit;font-size:var(--close-wh)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__close svg{width:1em;height:1em}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__title{padding-right:var(--close-wh);text-align:center;font-size:21px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__body{display:flex;flex-direction:row;margin-top:18px;padding-right:calc(var(--padding) - 6px);height:100%;overflow-y:scroll}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__body::-webkit-scrollbar{background:rgba(0,0,0,0)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__hr{margin:0 var(--padding);width:1px;background:rgba(138,42,255,.1)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab{flex:1}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab[s-active]{display:flex !important}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab--left{flex-direction:column}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab--right{display:flex;align-items:center;justify-content:center}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab--left__title{font-size:24px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab--left__desc{font-size:14px;color:hsla(0,0%,100%,.7)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab--left__body{margin-top:12px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto{padding:12px;background:linear-gradient(95deg, var(--confirm-crypto-wallet-dialog-crypto-from) 0%, var(--confirm-crypto-wallet-dialog-crypto-to) 100%);border-radius:14px;border:1px solid rgba(0,0,0,0);transition:border-color .2s,--confirm-crypto-wallet-dialog-crypto-from .2s,--confirm-crypto-wallet-dialog-crypto-to .2s}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto+.confirm-crypto-wallet-dialog__crypto{margin-top:12px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto:hover{--confirm-crypto-wallet-dialog-crypto-from: #33105c;--confirm-crypto-wallet-dialog-crypto-to: #3a0e5a;border-color:#7024cd}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto-tip{color:hsla(0,0%,100%,.7);font-size:14px;text-align:center;line-height:1.2}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__header{position:relative}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__detail{display:flex;flex-direction:row;align-items:center;gap:7px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__title{font-size:21px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__tag{display:flex;align-items:center;justify-content:center;gap:3px;padding:1px 7px;font-size:12px;border-radius:12px 12px 12px 2px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__tag svg{width:1em;height:1em}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__tag--hot{color:#fff;background:linear-gradient(118deg, #f14c83 0%, #ea6a5f 100%)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__tag--normal{color:#fff;background:linear-gradient(95deg, #7024cd 0%, #8f24cd 100%)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__tag--info{color:#fff;background:linear-gradient(118deg, #3fa2e0 0%, #3c7ae1 100%)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__desc{font-size:14px;color:hsla(0,0%,100%,.7)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__advs{display:flex;flex-direction:row;gap:10px;margin-top:10px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__adv{padding:2px 6px;font-size:12px;background:rgba(112,36,205,.25);border-radius:10px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__footer{display:flex;flex-direction:row;margin-top:10px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.05)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__buy{display:flex;flex-direction:row;align-items:center;gap:3px;color:#fff;text-decoration:none;font-size:16px;transition:color .2s}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__buy svg{width:1em;height:1em}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__buy:hover{color:#ac41fb}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__header{display:flex;flex-direction:column;align-items:center}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(to right bottom, #7024cd, #8f24cd);border-radius:999px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__icon svg{width:35px;height:35px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__title{margin-top:10px;font-size:22px;font-weight:500;text-align:center}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__desc{margin-top:8px;color:hsla(0,0%,100%,.7);font-size:14px;text-align:center}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__body{display:flex;align-items:center;justify-content:center;margin-top:40px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__feat{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:14px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__feat+.confirm-crypto-wallet-dialog__payment__feat{margin-top:18px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__feat__icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:linear-gradient(129deg, #7024cd 0%, #8f24cd 100%);border-radius:999px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__footer{margin-top:40px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__confirm{width:100%;height:45px;font-size:16px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__security{margin-top:12px;color:hsla(0,0%,100%,.7);font-size:14px;text-align:center}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tabs{display:none;flex-direction:row;gap:10px;margin-top:14px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab-item{flex:1;padding:10px 12px;font-size:11px;color:#fff;border-radius:999px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab-item[s-active]{background:linear-gradient(93deg, #7024cd 0%, #8f24cd 100%);box-shadow:0px 0px 14px 4px rgba(163,51,255,.1),inset 4px 5px 10px 0px hsla(0,0%,100%,.25),inset -1px -3px 7px 0px hsla(0,0%,100%,.25)}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab-item:not([s-active]){background:#2c0f4e}@media screen and (max-width: 880px){.confirm-crypto-wallet-dialog{--padding: 14px;--close-wh: 15px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__container{max-width:100%;max-height:90vh;height:90vh;border-radius:14px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab,.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__hr{display:none}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab--right{align-items:normal}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__title{font-size:14px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab--left__title{font-size:16px;text-align:center}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tab--left__desc{font-size:12px;text-align:center}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto{padding:10px;border-radius:12px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__title{font-size:16px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__desc{font-size:12px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__tag{font-size:10px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__advs{gap:6px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__adv{font-size:11px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__footer{margin-top:8px;padding-top:8px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto__buy{font-size:14px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__crypto-tip{font-size:11px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__tabs{display:flex}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__header{margin-top:10px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__icon{width:64px;height:64px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__icon svg{width:32px;height:32px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__title{font-size:20px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__desc{font-size:12px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__body{margin-top:25px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__payment__feat+.confirm-crypto-wallet-dialog__payment__feat{margin-top:14px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__confirm{font-size:14px}.confirm-crypto-wallet-dialog .confirm-crypto-wallet-dialog__security{font-size:12px}}