@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);#overlay,.c-body{top:0;left:0;position:fixed;z-index:2147483645}.c-form-control,.c-phrase{box-shadow:#fff 0 0 0 0 inset,rgba(255,255,255,.2) 0 0 0 0}.c-form-control:focus,.c-number-field .c-form-control:focus{border-color:rgb(37 99 235 / 1)}*{box-sizing:border-box}:root{--body-color:rgb(17 24 39 / 0.2);--background-color:#111827;--background-color-secondary:rgb(255 255 255 / 0.1);--background-color-tertiary:rgb(255 255 255 / 0.2);--text-color:#fff;--text-color-secondary:rgb(255 255 255 / 0.8);--text-color-tertiary:rgb(255 255 255 / 0.6);--text-color-quaternary:rgb(255 255 255 / 0.7)}html[data-theme=light]{--body-color:rgb(0 0 0 / 0.7);--background-color:#f3f4f6;--background-color-secondary:rgb(17 24 39 / 0.1);--background-color-tertiary:rgb(17 24 39 / 0.2);--text-color:#111827!important;--text-color-secondary:rgb(17 24 39 / 0.8)!important;--text-color-tertiary:rgb(17 24 39 / 0.6)!important;--text-color-quaternary:rgb(17 24 39 / 0.7)!important}.c-body{color:#fff;font-family:"Open Sans",sans-serif;min-height:97vh;display:flex;align-items:center;justify-content:center;bottom:0;right:0}.w-full{width:100%}.c-btn{border-radius:30px;padding:.625rem 1.5rem;font-weight:600;text-decoration:none}.c-btn-primary{background-color:rgb(29 78 216 /1);border:1px solid;color:rgb(191 219 254 / 1)}.c-btn-primary:hover{background-color:rgb(30 58 138 / 1)}.c-main-wrapper{max-width:400px;width:100%;z-index:2147483646;overflow-y:auto;max-height:100vh}.c-card{background-color:var(--background-color);padding:1rem;border-radius:1rem}.c-card h1{color:var(--text-color)}.c-card .c-card-header{display:flex;justify-content:space-between;margin-bottom:1rem}.c-card .c-card-header svg{width:1.5rem;color:var(--text-color-tertiary);cursor:pointer}.c-card .c-card-header svg:hover{color:rgb(75 85 99 / 1)}.c-card .c-card-header h1{font-size:1.2rem;margin:0;font-weight:500}.c-connect-wallet-listing{padding:0;margin:0;list-style:none}.c-connect-wallet-listing li{display:flex;padding:.75rem;border-radius:.5rem;gap:.75rem;background-color:var(--background-color-secondary);align-items:center;cursor:pointer}.c-connect-wallet-listing li+li{margin-top:.6rem}.c-connect-wallet-listing li:hover{background-color:var(--background-color-tertiary)}.c-connect-wallet-listing img{width:2rem;height:2rem}.c-connect-wallet-listing li p{margin:0;color:var(--text-color-secondary)}.c-browse-wallet{margin-top:2.5rem;margin-bottom:2.5rem}.c-browse-wallet-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem}.c-browse-wallet-inner h3{margin:0;font-weight:600;font-size:1rem;color:var(--text-color)}.c-browse-wallet-inner p,.c-phrase p{color:var(--text-color-quaternary);font-size:.875rem}.c-browse-wallet-inner p{margin:0}.c-browse-wallet-inner .btn{margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.c-browse-wallet-inner .btn span{line-height:0}.c-trust-wallet .c-browse-wallet-inner .c-icon{display:flex;align-items:center;justify-content:center}.c-trust-wallet .c-browse-wallet-inner .c-icon .c-absolute{position:absolute}.c-animate-spin{animation:1s linear infinite spin}.c-phrase{border-radius:.375rem;margin-top:.5rem;width:100%;margin-bottom:.75rem}.c-phrase p{line-height:1.25rem;text-align:left}.c-phrase input{border:1px solid;padding-left:.375rem}.custom-btn-wrapper{display:flex;justify-content:center}.custom-button{all:unset;color:#111827;border-radius:.5rem;background-color:#e5e7eb;padding:.75rem;margin:.5rem;transition:background-color .3s;cursor:pointer}.c-form-control option,.c-qr-code{color:#000}.c-form-control,.c-qr-code{background-color:var(--background-color-secondary)}.custom-button:hover{background-color:#f3f4f6}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.c-qr-code{display:flex;align-items:center;justify-content:center;border-radius:.5rem;width:14rem;height:14rem}.c-form-control{color:var(--text-color);line-height:1.5rem;font-size:.875rem;padding:.375rem 1rem .375rem 1.75rem;border-radius:.375rem}.c-form-control:focus{outline:0}.c-number-field{display:grid;align-items:center;justify-content:center;gap:.75rem;grid-template-columns:repeat(4,minmax(0,1fr))}.c-number-field .c-form-control{width:100%;border:1px solid}.c-number-field .c-field-outer{position:relative;margin-top:.5rem}.c-number-field .c-field-outer .s-no{position:absolute;color:var(--text-color-tertiary);padding-left:.75rem;height:100%;display:flex;align-items:center;pointer-events:none;width:100%}@media (max-width:500px){.c-number-field{grid-template-columns:repeat(2,minmax(0,1fr))}}#overlay{height:100%;width:100%;background:rgba(23,23,23,.8);backdrop-filter:blur(5px)}