body,html{margin:0;padding:0;height:100%}.top-bar{position:absolute;height:90px;width:100%;background:#000;top:0;opacity:65%}.eth-transfer{position:relative;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.eth-transfer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/img/background.458ba860.jpg);background-size:cover;background-repeat:no-repeat;filter:brightness(.4);z-index:-1}.Rectangle3{width:450px;height:650px;background:rgba(52,52,52,.6);border-radius:20px;border:.5px solid #a0a0a0;flex-direction:column;padding:1rem;margin:auto;margin-top:70px}.Rectangle3,.connect-wallet{display:flex;justify-content:center;align-items:center}.connect-wallet{width:161px;height:40px;padding-left:33px;padding-right:33px;padding-top:4px;padding-bottom:4px;background:#1e1e1e;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:15px;overflow:hidden;gap:5px;position:absolute;top:20px;right:20px;border:1px solid #a0a0a0;cursor:pointer}.connect-wallet-text{color:#fff;font-size:22px;font-family:Open Sans;font-weight:400;word-wrap:break-word}.logo{position:absolute;top:10px;left:10px}.refresh-icon{position:relative;top:3px;width:16px;cursor:pointer}.account-info{padding:2.5%;border-radius:10px;max-width:600px;width:95%;flex-grow:1}.to-div{height:100px}.from-div,.to-div{width:100%;border:1px solid #a0a0a0;border-radius:10px;position:relative;margin-top:10px;margin-bottom:10px}.from-div{height:125px}.balance-text{margin-top:10px;font-size:12px}.estimate-received-text{font-size:12px;margin:10px;color:#a0a0a0;text-align:right}.swap-section{display:flex;justify-content:space-between;align-items:center;width:100%}.switch-from-to-button{display:flex;height:30px;width:30px;position:relative;background:#a0a0a0;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);border-radius:50%;cursor:pointer;overflow:hidden;justify-content:center;align-items:center;transition:background .3s ease;text-align:center;margin:0 12rem}.switch-from-to-button:hover{background:#c3c3c3}.from-to-text{position:relative;color:#a0a0a0;margin:10px;font-size:18px}.from-env{width:100%;height:35px;border:1px solid #a0a0a0;border-radius:10px;position:relative;background-color:#1e1e1e;margin-top:3%;cursor:pointer}.from-env:hover{background-color:#1a1a1a}select{color:#a0a0a0}.transfer-button{height:45px;color:#a0a0a0;background:#1e1e1e;box-shadow:0 4px 4px rgba(0,0,0,.25);border:.5px solid #a0a0a0;border-radius:10px;overflow:hidden;justify-content:center;align-items:center;position:relative;display:flex;margin-top:auto;cursor:pointer}.transfer-button:hover{background-color:#1a1a1a}.amount-text{display:flex;width:90%;margin:2.5%;color:#a0a0a0}.amount-input,.amount-input-wrapper,.amount-text{position:relative}.amount-input{width:95.5%;height:30px;color:#a0a0a0;background:#1e1e1e;box-shadow:0 4px 4px rgba(0,0,0,.25);border:.5px solid #a0a0a0;border-radius:10px;overflow:hidden;justify-content:center;align-items:center;display:flex;margin-top:auto;padding:2%}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}.modal-enter-active,.modal-leave-active{transition:opacity .5s}.modal-enter,.modal-leave-to{opacity:0}.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;background-color:#f4f4f4;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3)}.close-button{right:10px;transition:transform .2s ease}.close-button,.minimize-button{position:absolute;top:0;font-size:28px;cursor:pointer}.minimize-button{right:15px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.minimized-icon{position:fixed;top:80px;right:20px;z-index:2;width:30px;height:30px;border:4px solid hsla(0,0%,100%,.3);border-top:4px solid #000;border-radius:50%;animation:spin 2s linear infinite;transition:transform .3s ease,border-color .3s ease;text-align:center;line-height:30px;font-size:20px;color:#fff;background-color:#a0a0a0}.minimized-icon:hover{transform:scale(1.2);border-top-color:#fff}.minimized-icon.success{background-color:green;animation:none}.minimized-icon.error{background-color:orange;animation:none}.minimized-icon img{width:50px;height:50px;cursor:pointer}.transfer-button.disabled{background-color:#ccc;cursor:not-allowed}.process-step{width:20px;height:20px;border-radius:50%;border:2px solid gray;margin:0 20px;text-align:center;line-height:20px}.process-step.active{border-color:#137b83;transform:scale(1.3)}.process-step.completed{background-color:green;color:#fff;animation:none}.arrow-dashed-line{height:2px;width:40px;position:absolute;top:50%;left:82%;transform:translateY(-50%)}@keyframes moveDashes{to{background-position:100% 0}}.arrow-dashed-line{background-image:linear-gradient(90deg,transparent,transparent 48%,gray 50%,gray 52%,transparent 54%,transparent);background-size:7px}.moving-dashes{animation:moveDashes 2s linear infinite;left:80%}.step-wrapper{position:relative;display:inline-flex;align-items:center;margin:0 10px}.expand-button{position:absolute;bottom:10px;right:10px;width:24px;height:24px;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;overflow:hidden}.close-button:hover,.expand-button:hover{transform:scale(1.1)}.expand-button:before{content:"";position:absolute;top:30%;left:30%;width:10px;height:10px;border:2px solid #000;border-top:none;border-left:none;transform:rotate(45deg)}.expand-button.rotated{transform:rotate(180deg)}.stage-info{font-size:14px;color:#333;padding:5px 0;margin-left:40px}.debug-section{border:1px solid #fff;padding:10px;left:20px;position:absolute}.hint-wrapper{display:inline-block}.hint,.hint-wrapper{position:relative;cursor:pointer}.hint{width:16px;height:16px;line-height:16px;text-align:center;color:#000;font-size:12px;font-weight:700;display:flex;background:#a0a0a0;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);border-radius:50%;overflow:hidden;justify-content:center;transition:background .3s ease}.tooltip{display:none;position:absolute;bottom:25px;left:50%;transform:translateX(-50%);background-color:#222;color:#fff;padding:5px 10px;border-radius:8px;white-space:nowrap;font-size:10px}.hint-wrapper:hover .tooltip{display:block}.max-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background-color:hsla(0,0%,100%,.1);border-radius:5px;padding:2px 5px;cursor:pointer}.max-button:hover{background-color:#282828}