@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap);#near-wallet-selector-modal{--backdrop-bg:#26262630;--heading-color:#222;--text-color:#676767;--sidebar-border-color:#ededed;--selected-wallet-bg:#4f7cd1;--selected-wallet-bg-hover:#0000;--wallet-option-border-color:#a7a7a730;--wallet-option-bg-hover:#ededed;--content-bg:#fff;--change-path-bg:#ededed;--home-button-bg:#ededed;--confirm-button-bg:#5f8afa;--confirm-button-bg-hover:#5aa6ff;--error:#db5555;--close-button-bg-color:#ededed;--close-button-fill-icon-color:#9f9f9f;--spinner-color:#676767;--bottom-section:#ececec;--mobile-text:#3e3e3e;--connected-green:#47e586}#near-wallet-selector-modal .dark-theme{--backdrop-bg:#26262630;--heading-color:#fff;--text-color:#c1c1c1;--sidebar-border-color:#313030;--selected-wallet-bg:#4f7cd1;--selected-wallet-bg-hover:#262626cc;--wallet-option-border-color:#a7a7a730;--wallet-option-bg-hover:#313030;--content-bg:#232323;--change-path-bg:#161616;--home-button-bg:#313030;--confirm-button-bg:#5f8afa;--confirm-button-bg-hover:#5aa6ff;--error:#db5555;--close-button-bg-color:#313030;--close-button-fill-icon-color:#c1c1c1;--spinner-color:#fff;--bottom-section:#131313;--mobile-text:#c1c1c1;--connected-green:#47e586}@media (prefers-color-scheme:dark){#near-wallet-selector-modal{--backdrop-bg:#26262630;--heading-color:#fff;--text-color:#c1c1c1;--sidebar-border-color:#313030;--selected-wallet-bg:#4f7cd1;--selected-wallet-bg-hover:#262626cc;--wallet-option-border-color:#a7a7a730;--wallet-option-bg-hover:#313030;--content-bg:#232323;--change-path-bg:#161616;--home-button-bg:#313030;--confirm-button-bg:#5f8afa;--confirm-button-bg-hover:#5aa6ff;--error:#db5555;--close-button-bg-color:#313030;--close-button-fill-icon-color:#c1c1c1;--spinner-color:#fff;--bottom-section:#131313;--mobile-text:#c1c1c1;--connected-green:#47e586}}.nws-modal-wrapper{align-items:center;bottom:0;color:var(--wallet-selector-text-color,var(--text-color));display:flex;font-family:Manrope,sans-serif;font-weight:500;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:100}.nws-modal-wrapper .nws-modal-overlay{background:var(--wallet-selector-backdrop-bg,var(--backdrop-bg));height:100%;position:absolute;width:100%}.nws-modal-wrapper .nws-modal{background:var(--wallet-selector-content-bg,var(--content-bg));background-color:var(--wallet-selector-content-bg,var(--content-bg));border-radius:16px;display:inline-flex;font-size:16px;height:555px;left:50%;line-height:1.6;max-width:812px;overflow-y:auto;overflow:hidden;position:absolute;transform:translate(-50%);transition:visibility 0s linear 0s,opacity .25s 0s,transform .25s;width:100%}.nws-modal-wrapper .nws-modal *{box-sizing:border-box}.nws-modal-wrapper .nws-modal button{border:none;cursor:pointer;padding:.5em 1em}.nws-modal-wrapper .nws-modal .modal-left{border-right:1px solid var(--wallet-selector-sidebar-border-color,var(--sidebar-border-color));height:100%;overflow:auto;padding:32px 24px;width:35%}.nws-modal-wrapper .nws-modal .modal-left .modal-left-title h2{color:var(--wallet-selector-heading-color,var(--heading-color));font-size:18px;font-weight:700;margin-bottom:20px;margin-top:0}.nws-modal-wrapper .nws-modal .modal-left::-webkit-scrollbar{width:10px}.nws-modal-wrapper .nws-modal .wallet-options-wrapper{margin-bottom:20px}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .description{margin-bottom:0;margin-top:0}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));list-style-type:none;margin:0;padding:0}.single-wallet{align-content:center;align-items:center;column-gap:24px;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding:12px;width:100%}.single-wallet .icon{height:48px;width:auto}.single-wallet .icon img{height:auto;max-width:48px;width:100%}.single-wallet .content{width:50%}.single-wallet .content .name{color:#fff;line-height:24px}.single-wallet .content .description,.single-wallet .content .name{font-family:inherit;font-size:14px;font-style:normal;font-weight:700}.single-wallet .content .description{line-height:150%}.single-wallet .button-get{margin-left:auto;margin-right:0}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar{border-radius:8px;column-gap:12px;cursor:pointer;justify-content:flex-start}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar:hover{background-color:var(--wallet-selector-wallet-option-bg-hover,var(--wallet-option-bg-hover))}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar.selected-wallet{background-color:var(--wallet-selector-selected-wallet-bg,var(--selected-wallet-bg));padding:12px}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar.selected-wallet .content .title{color:#fff}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar.deprecated-wallet{opacity:.4}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar .warning-triangle{display:flex}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar .icon{background-color:#fff;border-radius:5px;height:40px;padding:5px;position:relative;width:40px}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar.connected-wallet .icon:before{background-color:var(--connected-green);border:3px solid var(--wallet-selector-content-bg,var(--content-bg));border-radius:50%;content:"";display:block;height:10px;position:absolute;right:-8px;top:-8px;width:10px}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar.selected-wallet.connected-wallet .icon:before{border:3px solid var(--wallet-selector-selected-wallet-bg,var(--selected-wallet-bg))}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar .content{height:32px;width:auto}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar .content .title{align-items:center;color:var(--wallet-selector-heading-color,var(--heading-color));font-size:14px;font-style:normal;font-weight:500;line-height:32px;margin-left:10px}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar .content .description{display:none}.nws-modal-wrapper .nws-modal .modal-right{overflow:auto;padding:32px;width:65%}.nws-modal-wrapper .nws-modal .modal-right::-webkit-scrollbar{width:10px}.nws-modal-wrapper .nws-modal .connecting-wrapper,.nws-modal-wrapper .nws-modal .switch-network-message-wrapper,.nws-modal-wrapper .nws-modal .wallet-home-wrapper .get-wallet-wrapper,.nws-modal-wrapper .nws-modal .wallet-home-wrapper .wallet-info-wrapper,.nws-modal-wrapper .nws-modal .wallet-not-installed-wrapper{margin-top:91px;padding:0 28px}.nws-modal-wrapper .nws-modal .connecting-wrapper-err{margin-top:45px;padding:0 28px}.nws-modal-wrapper .nws-modal .wallet-home-wrapper .get-wallet-wrapper{padding:0}.nws-modal-wrapper .nws-modal .modal-right .wallet-what{align-content:center;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:32px;justify-content:flex-start;width:100%}.nws-modal-wrapper .nws-modal .modal-right .wallet-what+.wallet-what{margin-top:50px}.nws-modal-wrapper .nws-modal .modal-right .wallet-what .icon-side{padding-bottom:9px;padding-top:9px;width:15%}.nws-modal-wrapper .nws-modal .modal-right .wallet-what .icon-side img{border-radius:6px;height:auto;max-height:65px;width:100%}.nws-modal-wrapper .nws-modal .modal-right .wallet-what .content-side{width:100%}.nws-modal-wrapper .nws-modal .modal-right .wallet-what .content-side h3{color:var(--wallet-selector-text-color,var(--heading-color));font-family:inherit;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin:0 auto 8px 0}.nws-modal-wrapper .nws-modal .modal-right .wallet-what .content-side p{font-family:inherit;font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin:0;width:80%;word-break:break-word}.nws-modal-wrapper .nws-modal .modal-right .nws-modal-header h3.middleTitle{color:var(--wallet-selector-heading-color,var(--heading-color));font-size:18px;margin:4px auto;text-align:center}.nws-modal-wrapper .nws-modal .modal-right .nws-modal-body.get-wallet-body{margin-top:64px;padding-left:32px;padding-right:0;row-gap:16px}.nws-modal-wrapper .nws-modal .nws-modal-body button.middleButton{background-color:var(--wallet-selector-selected-wallet-bg,var(--selected-wallet-bg));border-color:var(--wallet-selector-selected-wallet-bg,var(--selected-wallet-bg));border:.1em solid var(--wallet-selector-selected-wallet-bg,var(--selected-wallet-bg));border-radius:4px;color:#fff;display:block;font:inherit;font-size:14px;font-weight:700;line-height:24px;margin:25px auto 12px}.nws-modal-wrapper .nws-modal .nws-modal-body button.get-wallet{background-color:var(--wallet-selector-home-button-bg,var(--home-button-bg));border-radius:4px;border-width:0;color:#6494ee;font-family:inherit;font-size:14px;font-style:normal;font-weight:700;line-height:24px;margin:4px 0;padding:8px 24px}.nws-modal-wrapper .nws-modal .nws-modal-header{align-items:flex-start;display:flex;flex:1 1;justify-content:space-between;width:100%}.nws-modal-wrapper .nws-modal .nws-modal-header .close-button{background-color:var(--wallet-selector-close-button-bg-color,var(--close-button-bg-color));border:0;border-radius:50px;cursor:pointer;height:32px;padding:4px}.nws-modal-wrapper .nws-modal .nws-modal-header .close-button svg{fill:var(--wallet-selector-close-button-fill-icon-color,var(--close-button-fill-icon-color))}.nws-modal-wrapper .nws-modal .back-button{background:#0000;border:none;border-radius:50%;display:block;height:32px;padding:4px;width:32px}.nws-modal-wrapper .nws-modal .nws-modal-header-wrapper{align-items:center;display:flex}.nws-modal-wrapper .nws-modal .nws-modal-header .close-button:active{background:#0000}.nws-modal-wrapper .nws-modal .nws-modal-header .close-button svg{pointer-events:none}.nws-modal-wrapper .nws-modal .nws-modal-header h2{color:var(--wallet-selector-heading-color,var(--heading-color));font-size:18px;font-weight:700;margin-bottom:20px;margin-top:0}.nws-modal-wrapper .nws-modal .action-buttons{align-items:center;display:flex;justify-content:space-between}.nws-modal-wrapper .nws-modal .switch-network-message-wrapper .content .network-id{color:var(--wallet-selector-selected-wallet-bg,var(--selected-wallet-bg))}.nws-modal-wrapper .nws-modal .derivation-path-wrapper{padding:0 26px}.nws-modal-wrapper .nws-modal .derivation-path-wrapper .enter-derivation-path .ledger-image{display:flex;justify-content:center;margin-bottom:40px;margin-top:53px}.nws-modal-wrapper .nws-modal .derivation-path-wrapper .enter-derivation-path .ledger-description{font-size:14px;text-align:center}.nws-modal-wrapper .nws-modal .derivation-path-wrapper .enter-derivation-path .ledger-description .specify-path{color:var(--wallet-selector-selected-wallet-bg,var(--selected-wallet-bg));cursor:pointer}.nws-modal-wrapper .nws-modal .derivation-path-wrapper .derivation-path-list{display:flex;flex-direction:column;justify-content:center;margin-bottom:16px}.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper{display:flex;justify-content:center;margin-top:91px}.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper .display-path{background:var(--home-button-bg);border-radius:8px;color:#606060;font-weight:700;letter-spacing:1px;padding:16px}.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper .change-path{align-items:center;background:var(--change-path-bg);border-radius:8px;display:flex;justify-content:space-between;margin-left:10px;padding:0 5px;width:63px}.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper .change-path .path-value{font-weight:700;text-align:center;width:100%}.nws-modal-wrapper .nws-modal .specify-path-wrapper .path-description{font-size:14px;margin-top:24px;text-align:center}.nws-modal-wrapper .nws-modal .specify-path-wrapper .what-link{color:var(--selected-wallet-bg);cursor:pointer;font-size:14px;text-align:center}.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper .change-path .buttons-wrapper{display:flex;flex-direction:column}.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper .change-path .buttons-wrapper button{background-color:var(--home-button-bg);border:none;padding:0;width:23px}.nws-modal-wrapper .nws-modal .no-accounts-found-wrapper{font-size:14px;margin-top:50px}.nws-modal-wrapper .nws-modal .enter-custom-account{margin-top:20px}.nws-modal-wrapper .nws-modal .enter-custom-account p{font-size:14px;text-align:center}.nws-modal-wrapper .nws-modal .enter-custom-account .input-wrapper{display:flex;justify-content:center;margin-top:90px}.nws-modal-wrapper .nws-modal .enter-custom-account .input-wrapper input{border:1px solid var(--confirm-button-bg-hover);border-radius:50px;color:var(--wallet-selector-heading-color,var(--heading-color));padding:6px 8px;text-align:center}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper p{font-size:14px;margin-top:20px;text-align:center}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .button-wrapper{display:flex;justify-content:center}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .button-wrapper button{background-color:initial;border:1px solid var(--selected-wallet-bg);border-radius:20px;color:var(--selected-wallet-bg);font-size:14px;font-weight:600;padding:6px 8px;width:78px}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .form{margin-top:96px}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .nws-form-control{color:var(--text-color);display:flex;flex-direction:column;margin-bottom:16px;padding:10px}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .nws-form-control .account{border-bottom:1px solid var(--sidebar-border-color);color:var(--wallet-selector-heading-color,var(--heading-color));padding:16px 0}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .nws-form-control .account input[type=checkbox]{padding:10px;transform:scale(1.7);width:25px}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .nws-form-control label{color:inherit}.nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .action-buttons{justify-content:flex-end}.nws-modal-wrapper .nws-modal .overview-wrapper p{font-size:14px;text-align:center}.nws-modal-wrapper .nws-modal .overview-wrapper .accounts{margin-top:96px}.nws-modal-wrapper .nws-modal .overview-wrapper .account{border-bottom:1px solid var(--sidebar-border-color);color:var(--wallet-selector-heading-color,var(--heading-color));padding:16px 0}.nws-modal-wrapper .nws-modal .connecting-wrapper .content{align-items:center;display:flex;flex-direction:column}.nws-modal-wrapper .wallet-not-installed-wrapper .refresh-link{color:#5f8afa;cursor:pointer}.nws-modal-wrapper .wallet-not-installed-wrapper .wallet-data{align-items:center;display:flex}.nws-modal-wrapper .wallet-not-installed-wrapper .wallet-data p{margin:0 0 0 10px}.nws-modal-wrapper .wallet-not-installed-wrapper .wallet-data .wallet-icon-box{height:40px;width:40px}.nws-modal-wrapper .wallet-not-installed-wrapper .wallet-data .wallet-icon-box img{height:auto;width:100%}.open{opacity:1;transition:visibility 0s linear 0s,opacity .25s 0s;visibility:visible}.nws-modal-wrapper .spinner{--size:160px;--border:6px;align-items:center;border-radius:50%;display:flex;height:var(--size);justify-content:center;margin-right:10px;position:relative;width:var(--size)}.nws-modal-wrapper .spinner .icon{border:1px solid #0000000d;border-radius:50%;box-shadow:0 10px 20px 0 #0000000d;height:calc(var(--size)/1.2);width:calc(var(--size)/1.2)}.nws-modal-wrapper .spinner img{height:auto;width:100%}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:600px){.nws-modal-wrapper .nws-modal-wrapper .nws-modal{width:250px}.nws-modal-wrapper .nws-modal-wrapper .nws-modal .derivation-path-wrapper .derivation-path-list input{max-width:140px}.nws-modal-wrapper .nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .nws-form-control{flex-direction:column}.nws-modal-wrapper .nws-modal-wrapper .nws-modal .choose-ledger-account-form-wrapper .nws-form-control select{text-align:center}}.nws-modal-wrapper .nws-modal-wrapper.dark-theme .nws-modal #ledger img,.nws-modal-wrapper .nws-modal-wrapper.dark-theme .nws-modal #math-wallet img,.nws-modal-wrapper .nws-modal-wrapper.dark-theme .nws-modal #near-wallet img,.nws-modal-wrapper .nws-modal-wrapper.dark-theme .nws-modal .wallet-not-installed-wrapper .math-wallet img{filter:invert(1)}.nws-modal-wrapper .nws-modal-wrapper.dark-theme .spinner .icon{box-shadow:0 10px 20px 0 #ffffff0d}@media (prefers-color-scheme:dark){.nws-modal-wrapper .nws-modal #ledger img,.nws-modal-wrapper .nws-modal #math-wallet img,.nws-modal-wrapper .nws-modal #near-wallet img,.nws-modal-wrapper .nws-modal .wallet-not-installed-wrapper .math-wallet img{filter:invert(1)}.nws-modal-wrapper .spinner .icon{box-shadow:0 10px 20px 0 #ffffff0d}}@keyframes outAnimation{0%{opacity:1}to{opacity:0;visibility:hidden}}.connecting-wrapper{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start}.connecting-wrapper .content .icon{background-color:#fff;border-radius:10px;height:80px;padding:10px;width:80px}.connecting-wrapper .content .icon img{height:auto;width:100%}.connecting-wrapper .content .connecting-name{align-items:center;color:var(--wallet-selector-heading-color,var(--heading-color));display:flex;font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-align:center}.connecting-wrapper .content .connecting-details{align-items:center;display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:24px;margin-top:40px}.connecting-wrapper .content .connecting-details span{color:var(--wallet-selector-selected-wallet-bg,var(--selected-wallet-bg))}.connecting-wrapper .content .connecting-details .spinner{animation:spinner 2s linear infinite;height:auto;width:25px}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.nws-modal-wrapper .nws-modal .nws-modal-body .alert-message .connection button{align-items:center;background-color:var(--wallet-selector-home-button-bg,var(--home-button-bg));border:0;border-radius:4px;color:#6494ee;display:flex;font-size:14px;font-style:normal;font-weight:700;gap:8px;height:40px;line-height:24px;margin:24px auto;padding:8px 24px;width:86px}.nws-modal-wrapper .nws-modal .nws-modal-body .alert-message .connection .error-wrapper{flex-direction:column}.nws-modal-wrapper .nws-modal .nws-modal-body .alert-message .connection .error,.nws-modal-wrapper .nws-modal .nws-modal-body .alert-message .connection .error-wrapper{align-items:center;column-gap:12px;display:flex;flex-wrap:nowrap;font-size:14px;font-style:normal;font-weight:500;justify-content:center;line-height:150%;text-align:center;vertical-align:middle}.nws-modal-wrapper .nws-modal .nws-modal-body .alert-message .connection .error{color:#ce5a6f;flex-direction:row}.nws-modal-wrapper .nws-modal .nws-modal-body .alert-message .connection .error-wrapper .error svg{color:var(--wallet-selector-content-bg,var(--content-bg))}.nws-modal-wrapper .nws-modal .nws-modal-body .alert-message .connection .success{color:#4fd98f}.nws-modal-wrapper .nws-modal .connecting-wrapper .content{padding:25px}.connecting-wrapper .content .connecting-details{margin-top:20px}.connecting-wrapper .wallet-connected-success{align-items:center;display:flex}.connecting-wrapper .wallet-connected-success svg{color:var(--content-bg)}.connecting-wrapper .wallet-connected-success span{color:var(--wallet-selector-connected-green,var(--connected-green));font-size:14px;margin-left:10px}.single-wallet-get{align-content:center;align-items:center;column-gap:24px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin:20px auto auto;max-width:450px;padding:12px;width:100%}.single-wallet-get .icon{background-color:#fff;border-radius:4px;height:48px;max-height:48px;min-width:48px;padding:5px;position:relative;width:48px}.single-wallet-get .icon img{height:auto;max-width:48px;width:100%}.single-wallet-get .title{color:var(--wallet-selector-heading-color,var(--heading-color));font-weight:700;line-height:24px}.single-wallet-get .description,.single-wallet-get .title{align-items:center;font-family:inherit;font-size:14px;font-style:normal}.single-wallet-get .description{font-weight:400;line-height:150%}.single-wallet-get .button-get{margin-left:auto;margin-right:0}.connected-flag{align-items:center;border:1px solid var(--connected-green);border-radius:50px;color:var(--connected-green);display:flex;padding:3px 10px}.connected-flag:before{background-color:var(--connected-green);border-radius:50%;content:"";display:block;height:10px;margin-right:5px;width:10px}@media (min-width:577px){.nws-modal-wrapper .nws-modal .modal-right .nws-modal-body .what-wallet-mobile{display:none}}@media (min-width:769px){.button-spacing{margin:90px}}@media (max-width:768px){.nws-modal-wrapper .nws-modal .wallet-home-wrapper .wallet-info-wrapper{margin-top:45px}.button-spacing{margin:45px}.nws-modal-wrapper .nws-modal .modal-left{border-right:1px solid var(--wallet-selector-sidebar-border-color,var(--sidebar-border-color));height:100%;max-height:70vh;overflow:auto;padding:32px 16px;width:40%}.nws-modal-wrapper .nws-modal .modal-right{overflow:auto;padding:32px 16px;width:60%}.nws-modal-wrapper .nws-modal .wallet-home-wrapper .wallet-info-wrapper{padding:0 0 0 10px}.nws-modal-wrapper .nws-modal .derivation-path-wrapper .enter-derivation-path .ledger-image{margin-bottom:35px;margin-top:30px}}@media (max-width:576px){.nws-modal-wrapper .nws-modal .connecting-wrapper,.nws-modal-wrapper .nws-modal .switch-network-message-wrapper,.nws-modal-wrapper .nws-modal .wallet-home-wrapper .get-wallet-wrapper,.nws-modal-wrapper .nws-modal .wallet-home-wrapper .wallet-info-wrapper,.nws-modal-wrapper .nws-modal .wallet-not-installed-wrapper{margin-top:20px}.nws-modal-wrapper .nws-modal .modal-left .modal-left-title h2{text-align:center}.nws-modal-wrapper .wallet-not-installed-wrapper>p{margin:20px 0 30px;max-width:500px}.nws-modal-wrapper .nws-modal .modal-right .nws-modal-body .what-wallet-hide{display:none}.nws-modal-wrapper .nws-modal .modal-right .nws-modal-body .what-wallet-mobile p{font-size:14px;margin:auto;text-align:center}.nws-modal-wrapper .nws-modal{background:var(--wallet-selector-mobile-bottom-section,var(--bottom-section));border-radius:16px 16px 0 0;bottom:0;display:block;height:500px;overflow:auto;width:100%}.nws-modal-wrapper .nws-modal .modal-left{background-color:var(--wallet-selector-content-bg,var(--content-bg));height:auto;padding:32px 12px;width:100%}.nws-modal-wrapper .nws-modal .modal-left .nws-modal-body{display:flex;overflow:auto}.nws-modal-wrapper .nws-modal .modal-left .nws-modal-body .wallet-options-wrapper{display:flex;margin:auto}.nws-modal-wrapper .nws-modal .modal-right{background-color:var(--wallet-selector-mobile-bottom-section,var(--bottom-section));width:100%}.nws-modal-wrapper .nws-modal .modal-right .nws-modal-header h3.middleTitle{font-size:16px;margin:4px auto;text-align:center}.nws-modal-wrapper .nws-modal .modal-right .nws-modal-body .content{color:var(--mobile-text);font-size:14px;margin:0;text-align:center}.nws-modal-wrapper .nws-modal .modal-right .nws-modal-body{margin-top:10px;padding:0}.nws-modal-wrapper .nws-modal .nws-modal-body button.middleButton{margin:25px auto 12px}.nws-modal-wrapper .nws-modal .modal-header{display:block;font-size:18px;text-align:center}.nws-modal-wrapper .nws-modal .nws-modal-header .close-button{position:absolute;right:30px;top:30px}.nws-modal-wrapper .nws-modal .nws-modal-header h2{font-size:18px;text-align:center}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .description{display:none}.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list{display:flex;overflow-x:auto}.nws-modal-wrapper .nws-modal .info{display:none;width:90px}.single-wallet{display:block;width:85px}.single-wallet.sidebar .icon{height:56px;margin:auto;width:56px}.single-wallet.sidebar .content{width:auto}.single-wallet .content .title{margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nws-modal-wrapper .nws-modal .wallet-home-wrapper .get-wallet-wrapper{margin-top:0}.nws-modal-wrapper .nws-modal .derivation-path-wrapper .enter-derivation-path .ledger-image,.nws-modal-wrapper .specify-path-wrapper .change-path-wrapper{margin-bottom:30px;margin-top:30px}.nws-modal-wrapper .nws-modal .derivation-path-wrapper .enter-derivation-path .ledger-description>p{margin-left:auto;margin-right:auto;max-width:450px}::-webkit-scrollbar{background:var(--backdrop-bg);height:4px;width:4px}::-webkit-scrollbar-thumb:horizontal{background:var(--close-button-fill-icon-color);border-radius:10px}}
/*# sourceMappingURL=main.2e827997.css.map*/