#tele-vue-appearance-provider{-webkit-font-smoothing:antialiased;margin:0}.tele-vue-theme-material{font-family:Roboto,sans-serif;font-display:swap}.tele-vue-theme-material.tele-vue-colorScheme-light{--tele-vue-separator-color: #d9d9d9;--tele-vue-main-button-disabled-color: #e9e8e8;--tele-vue-button-confirm-color: #31b545;--tele-vue-quaternary-fill-background: rgba(122, 122, 122, .18);--tele-vue-danger-button-color: #CC2929;--tele-vue-danger-button-text-color: #FFFFFF}.tele-vue-theme-material.tele-vue-colorScheme-dark{--tele-vue-separator-color: #000000;--tele-vue-main-button-disabled-color: #3c3c3e;--tele-vue-button-confirm-color: #31b545;--tele-vue-quaternary-fill-background: rgba(122, 122, 122, .08);--tele-vue-danger-button-color: #EE686F;--tele-vue-danger-button-text-color: #FFFFFF}.tele-vue-theme-material .apple-only{display:none}.tele-vue-theme-material .material-only{display:initial}.tele-vue-theme-apple{font-family:SF Pro Display,sans-serif;font-display:swap}.tele-vue-theme-apple.tele-vue-colorScheme-light{--tele-vue-separator-color: #c8c7cb;--tele-vue-main-button-disabled-color: #e8e8e9;--tele-vue-button-confirm-color: #34c759;--tele-vue-quaternary-fill-background: rgba(116, 116, 128, .08);--tele-vue-danger-button-color: #FF3B30;--tele-vue-danger-button-text-color: #FFFFFF}.tele-vue-theme-apple.tele-vue-colorScheme-dark{--tele-vue-separator-color: #3d3d3f;--tele-vue-main-button-disabled-color: #2f2f2f;--tele-vue-button-confirm-color: #30d158;--tele-vue-quaternary-fill-background: rgba(116, 116, 128, .12);--tele-vue-danger-button-color: #FF453A;--tele-vue-danger-button-text-color: #FFFFFF}.tele-vue-theme-apple .apple-only{display:initial}.tele-vue-theme-apple .material-only{display:none}.tele-vue-direction-rtl{direction:rtl}.tele-vue-direction-ltr{direction:ltr}.tele-vue-component-switch{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer}.tele-vue-component-switch>label>input{display:none}.tele-vue-component-switch>label>div{position:relative}.tele-vue-component-switch>label>div:after{display:block;position:absolute;content:"";border-radius:50%}.tele-vue-component-switch.apple{background-color:transparent}.tele-vue-component-switch.apple>label>div{width:51px;height:31px;border-radius:25.5px;background:var(--tele-vue-main-button-disabled-color);transition:background-color .2s ease}.tele-vue-component-switch.apple>label>div:after{width:27px;height:27px;top:2px;left:2px;box-shadow:0 1px 2px #0000001a;background:var(--tg-theme-bg-color);transition:transform .2s ease}.tele-vue-component-switch.apple>label>input:checked~div{background:var(--tele-vue-button-confirm-color)}.tele-vue-component-switch.apple>label>input:checked~div:after{transform:translate(20px)}.tele-vue-component-switch.material>label>div{width:32px;height:14px;border-radius:7px;background:var(--tele-vue-separator-color);transition:background-color .2s ease}.tele-vue-component-switch.material>label>div:after{width:16px;height:16px;top:-1px;left:0;box-shadow:0 0 0 2px var(--tele-vue-separator-color);background:var(--tg-theme-bg-color);transition:transform .2s ease,box-shadow .2s ease}.tele-vue-component-switch.material>label>input:checked~div{background:var(--tg-theme-button-color)}.tele-vue-component-switch.material>label>input:checked~div:after{box-shadow:0 0 0 2px var(--tg-theme-button-color);transform:translate(16px)}.tele-vue-component-switch.disabled{pointer-events:none;opacity:.75}.tele-vue-component-switch.disabled>label>input:checked~.checkmark{background-color:var(--tg-theme-hint-color)}.tele-vue-component-list{-webkit-tap-highlight-color:transparent;display:flex;flex-direction:column;list-style:none;padding:0;overflow:hidden}.tele-vue-component-list>*{width:100%;padding:.75rem 1rem;position:relative}.tele-vue-component-list>*>*{position:relative;z-index:1}.tele-vue-component-list>*:active{background-color:var(--tele-vue-quaternary-fill-background)}.tele-vue-component-list>*:not(:last-child):before{content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;position:absolute;z-index:0;border-bottom:1px solid var(--tele-vue-separator-color);margin-inline-start:2.5rem}.tele-vue-component-checkbox{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer}.tele-vue-component-checkbox.round>label>.checkmark{border-radius:50%}.tele-vue-component-checkbox.square>label>.checkmark{border-radius:.25rem}.tele-vue-component-checkbox>label{display:block;position:relative;cursor:pointer;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:1.325rem;width:1.325rem}.tele-vue-component-checkbox>label>input{position:absolute;opacity:0;cursor:pointer}.tele-vue-component-checkbox>label>.checkmark{position:absolute;top:0;left:0;height:1.325rem;width:1.325rem;background-color:transparent;border:2px solid var(--tg-theme-hint-color)}.tele-vue-component-checkbox>label>input:checked~.checkmark{background-color:var(--tg-theme-button-color);border-width:0}.tele-vue-component-checkbox>label>.checkmark:after{content:"";position:absolute;display:none}.tele-vue-component-checkbox>label>input:checked~.checkmark:after{display:block}.tele-vue-component-checkbox>label>.checkmark:after{left:.425rem;top:.215rem;width:.5rem;height:.75rem;border:solid var(--tg-theme-button-text-color);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tele-vue-component-checkbox.disabled{pointer-events:none;opacity:.75}.tele-vue-component-checkbox.disabled>label>input:checked~.checkmark{background-color:var(--tg-theme-hint-color)}.tele-vue-component-section{-webkit-tap-highlight-color:transparent;display:flex;flex-direction:column}.tele-vue-component-section>section{padding:1rem 0}.tele-vue-component-section>section>h3{font-size:1rem;font-weight:400;padding-bottom:1rem;-webkit-user-select:none;user-select:none}.tele-vue-component-section>section>div{overflow:hidden}.tele-vue-component-section>p{font-size:.925rem;font-weight:400;color:var(--tg-theme-hint-color);padding:.325rem 1rem;-webkit-user-select:none;user-select:none}.tele-vue-component-section.material>section{background-color:var(--tg-theme-bg-color);margin-bottom:.325rem}.tele-vue-component-section.material>section>h3{padding-inline-start:1rem;color:var(--tg-theme-link-color)}.tele-vue-component-section.apple{padding:1rem}.tele-vue-component-section.apple>section>h3{padding-inline-start:1rem;color:var(--tg-theme-hint-color)}.tele-vue-component-section.apple>section>div{border-radius:1rem;background-color:var(--tg-theme-bg-color)}.tele-vue-component-radiobutton{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer}.tele-vue-component-radiobutton>label{display:block;position:relative;cursor:pointer;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:1.325rem;width:1.325rem}.tele-vue-component-radiobutton>label>input{position:absolute;opacity:0;cursor:pointer}.tele-vue-component-radiobutton>label>.checkmark{position:absolute;top:0;left:0;height:100%;width:100%;background:transparent;border:2px solid var(--tg-theme-hint-color);border-radius:50%}.tele-vue-component-radiobutton>label>input:checked~.checkmark{border:2px solid var(--tg-theme-button-color);background:radial-gradient(circle,var(--tg-theme-button-color) 50%,transparent 51%)}.tele-vue-component-radiobutton.disabled{pointer-events:none;opacity:.75}.tele-vue-component-radiobutton.disabled>label>input:checked~.checkmark{border-color:var(--tg-theme-hint-color);background:radial-gradient(circle,var(--tg-theme-hint-color) 50%,transparent 51%)}body{background-color:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-text-color)}#header-main{display:flex;width:100%;align-items:center;justify-content:space-between;flex-direction:column}#header-main>h1{display:flex;font-size:1.25rem;align-items:center;gap:1rem;order:2;flex-direction:column;color:var(--tg-theme-button-color)}#header-main>h1>i{font-size:4rem}#header-main>ul{order:1;display:flex;width:100%;gap:1rem;justify-content:flex-end}#header-main>ul>li i{font-size:1.75rem}#header-main>ul>li#settings-icon{flex-grow:1;display:flex;justify-content:flex-end}#section-home{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center;height:100%}#section-home>#container-badge{display:flex;align-items:center;justify-content:center;width:10rem;height:10rem;aspect-ratio:1/1;position:relative;padding:0;margin:0;border-radius:100rem;z-index:0;cursor:pointer}#section-home>#container-badge:before{content:"";position:absolute;background-color:var(--tg-theme-button-color);width:100%;height:100%;left:0;top:0;z-index:-100;border-radius:100rem;opacity:.25}#section-home>#container-badge:hover>span,#section-home>#container-badge:focus>span{-webkit-transform:translateX(-50%) rotateY(180deg);transform:translate(-50%) rotateY(180deg)}#section-home>#container-badge>span{position:absolute;font-size:8rem;font-family:DPXWalletIconFonts;line-height:1;padding:0;margin:0;left:50%;-webkit-transition:-webkit-transform 1s cubic-bezier(.4,.2,.2,1);transition:-webkit-transform 1s cubic-bezier(.4,.2,.2,1);-o-transition:transform 1s cubic-bezier(.4,.2,.2,1);transition:transform 1s cubic-bezier(.4,.2,.2,1);transition:transform 1s cubic-bezier(.4,.2,.2,1),-webkit-transform 1s cubic-bezier(.4,.2,.2,1);-webkit-transform:translateX(-50%) rotateY(0deg);transform:translate(-50%) rotateY(0);z-index:10;width:100%;text-align:center}#section-home>#container-badge>span *{font-family:DPXWalletIconFonts}#section-home>#span-badge{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--tg-theme-button-color);border-radius:.325rem;padding:0 1.25rem;overflow:hidden;cursor:pointer}#section-home>#span-badge:before{content:"";left:0;top:0;width:100%;height:100%;background-color:var(--tg-theme-button-color);opacity:.125;z-index:-1;position:absolute}#section-home>h1{line-height:1.5;text-align:center;display:flex;align-items:center;justify-content:center;font-size:1.325rem}#section-home>#container-balance{display:flex;width:100%;flex-direction:column;flex-grow:1}#section-home>#container-balance>div{display:flex;justify-content:space-between;align-items:center}#section-home>#container-balance>div>h2{font-size:1.5rem}#section-home>#container-balance>div>ul{display:flex;background:var(--tg-theme-bg-color);padding:.25rem;gap:.25rem;border-radius:.5rem}#section-home>#container-balance>div>ul>li{display:flex;text-align:center;justify-content:center;align-items:center;padding:0 1rem;border-radius:.325rem;font-size:.925rem;cursor:pointer}#section-home>#container-balance>div>ul>li.active{background:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-button-color)}#section-home>#container-balance>p{display:flex;align-items:center;text-align:center;justify-content:center;direction:rtl;line-height:1;margin-top:1rem;gap:.5rem;background:var(--tg-theme-bg-color);padding:1.5rem 1rem;border-radius:1rem}#section-home>#container-balance>p>span{font-size:3rem}#section-home>#container-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;width:100%}#shimmer-home{top:0;left:0;position:absolute;display:flex;width:100%;flex-direction:column;padding:4.125rem 1rem 1rem;gap:1rem;align-items:center;height:100%}#shimmer-home>li{display:flex}#shimmer-home>li:nth-of-type(1){width:10rem;height:10rem;border-radius:100rem;position:relative}#shimmer-home>li:nth-of-type(1)>i{position:absolute;color:var(--tg-theme-text-color);opacity:.25;top:50%;left:50%;transform:translate(-50%) translateY(-50%);line-height:1;font-size:7rem}#shimmer-home>li:nth-of-type(2){width:6rem;height:2rem;border-radius:.5rem}#shimmer-home>li:nth-of-type(3){width:12rem;height:2rem;border-radius:.5rem}#shimmer-home>li:nth-of-type(4){margin-top:.5rem;width:100%;height:2rem;border-radius:.5rem}#shimmer-home>li:nth-of-type(4)>ul{display:flex;width:100%;height:100%;justify-content:space-between}#shimmer-home>li:nth-of-type(4)>ul>li{width:10rem;height:100%;border-radius:.5rem}#shimmer-home>li:nth-of-type(5){margin-top:.5rem;width:100%;height:6rem;border-radius:.5rem}#shimmer-home>li:nth-of-type(6){width:100%;border-radius:.5rem;flex-grow:1;align-items:flex-end}#shimmer-home>li:nth-of-type(6)>ul{display:flex;width:100%;height:3rem;justify-content:space-between;gap:1rem}#shimmer-home>li:nth-of-type(6)>ul>li{width:50%;height:100%;border-radius:.5rem}#container-settings{padding:0!important}#language-list{display:flex;flex-direction:column}#language-list>li{display:flex;align-items:center;gap:1rem}#copyright{flex-grow:1;width:90%;margin:1rem auto;text-align:center;color:var(--tg-theme-hint-color)}#copyright a{color:var(--tg-theme-link-color);text-decoration:none}#section-login{display:flex;flex-direction:column;align-items:center;gap:1rem}#section-login>div{display:flex;align-items:center;justify-content:center}#section-login>div>svg{display:block;width:75%;fill:var(--stroke-color)}#section-login>h1{flex-grow:1;font-size:1.425rem}#section-login>h2{font-size:1rem;padding:.5rem 0;text-align:justify;color:var(--tg-theme-hint-color)}#section-login>ul{display:flex;width:100%;justify-content:space-around}#section-login #header-bar{display:flex;width:90%;margin:1rem auto 0;list-style:none;justify-content:flex-end;align-items:center}#section-login #header-bar>li{cursor:pointer}.hint{display:flex;border:1px solid var(--tg-theme-button-color);border-radius:.325rem;position:relative;align-items:center;padding:.75rem;gap:.75rem}.hint>i{display:flex;align-items:center;font-size:1.25rem;color:var(--tg-theme-button-color)}.hint>p{color:var(--tg-theme-button-color);font-size:.925rem;z-index:1}.hint:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--tg-theme-button-color);opacity:.125;z-index:-1}#section-wallet{display:flex;flex-direction:column;gap:1rem;height:100%}#section-wallet>div{display:flex;flex-direction:column;align-items:center;gap:1rem}#section-wallet>div#container-clear{display:flex;justify-content:flex-end;flex-direction:column;flex-grow:1;align-items:center}#section-wallet>div#container-clear>button{height:3.5rem}#section-wallet>div#container-clear>button:not(.button-progress){width:100%}#section-badges{display:flex;flex-direction:column;gap:1rem;height:100%}#section-badges>div{display:flex;flex-direction:column;align-items:center;gap:1rem}#section-badges>div>ul{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;grid-gap:1rem}#section-badges>div>ul li{width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:1rem 0;margin:0;border-radius:1rem;z-index:0;gap:0}#section-badges>div>ul li:before{content:"";position:absolute;background-color:var(--tg-theme-button-color);width:100%;height:100%;left:0;top:0;z-index:-100;border-radius:1rem;opacity:.125}@keyframes rotateBadge{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0)}to{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}#section-badges>div>ul li>span{font-size:5rem;font-family:DPXWalletIconFonts;line-height:1;-webkit-transform:rotateY(0deg);transform:rotateY(0);text-align:center;transition:-webkit-transform 1.5s cubic-bezier(.4,.2,.2,1);-o-transition:transform 1.5s cubic-bezier(.4,.2,.2,1);transition:transform 1.5s cubic-bezier(.4,.2,.2,1);transition:transform 1.5s cubic-bezier(.4,.2,.2,1),-webkit-transform 1.5s cubic-bezier(.4,.2,.2,1);animation-name:rotateBadge;animation-duration:1.5s}#section-badges>div>ul li>span *{font-family:DPXWalletIconFonts}#section-badges>div>ul li>h2{font-size:1.125rem;padding-top:1rem;line-height:1}#section-badges>div>ul li>h3{position:absolute;font-size:.925rem;top:0;color:var(--tg-theme-button-text-color);left:0;display:flex;justify-content:center;text-align:center;align-items:center;width:100%;line-height:1;padding:1.5rem 0 .25rem;margin:0;transform:translate(calc(-50% + .75rem)) translateY(-.75rem) rotate(-45deg)}#section-badges>div>ul li>h3:before{content:"";position:absolute;background-color:var(--tg-theme-button-color);width:100%;height:100%;left:0;top:0;z-index:-100}#section-receive{display:flex;flex-direction:column;gap:1rem;height:100%}#section-receive>div{display:flex;flex-direction:column;align-items:center;gap:1rem}#section-receive>div #qrcode{width:70%;overflow:hidden;border-radius:1rem;height:auto;padding:0;margin:0;background-color:var(--tg-theme-secondary-bg-color)}#section-receive>div #qrcode svg{display:block;width:100%;height:auto}#section-receive>div>p{position:relative;color:var(--tg-theme-button-color);border-radius:100rem;overflow:hidden;display:flex;align-items:center;justify-content:center;direction:ltr;gap:.5rem;padding:0 1rem;cursor:pointer}#section-receive>div>p>i{font-size:1.25rem}#section-receive>div>p>span{-webkit-user-select:all;user-select:all}#section-receive>div>p:before{position:absolute;content:"";background-color:var(--tg-theme-button-color);z-index:-1;left:0;top:0;width:100%;height:100%;opacity:.125}#section-receive>div>div#container-amount{display:flex;width:100%;gap:1rem;align-items:flex-end}#section-receive>div>div#container-amount>div{flex-grow:1}#section-receive>div>div#container-amount>button{padding:.75rem 1.5rem}#section-transfer{display:flex;flex-direction:column;gap:1rem;height:100%}#section-transfer>div{display:flex;flex-direction:column;align-items:center;gap:1rem;flex-grow:1}#section-transfer>div #container-button{width:100%;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}#section-transactions{display:flex;flex-direction:column;gap:1rem;height:100%}#section-transactions>div{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-bottom:1rem;height:100%;overflow-y:scroll}#section-transactions>div>ul{display:grid;width:100%;grid-gap:1rem}#section-transactions>div>ul>li{display:flex;overflow:hidden;color:var(--tg-theme-button-color);align-items:center;padding:0 1rem;position:relative;border-radius:.5rem;width:100%;cursor:pointer}#section-transactions>div>ul>li.receive>i{color:var(--border-green)}#section-transactions>div>ul>li.transfer>i{color:var(--border-red)}#section-transactions>div>ul>li>i{font-size:1.5rem}#section-transactions>div>ul>li>div{flex-grow:1;display:flex;flex-direction:column;padding:1rem 0;gap:.5rem}#section-transactions>div>ul>li>div>h2{font-size:1rem;line-height:1}#section-transactions>div>ul>li>div>span{font-size:.875rem;line-height:1}#section-transactions>div #shimmer-transactions>li{height:4.35rem}#section-transactions>div>ul:not(#shimmer-transactions)>li:before{background-color:var(--tg-theme-button-color);width:100%;height:100%;content:"";position:absolute;left:0;top:0;z-index:-100;opacity:.125}#section-transaction{display:flex;flex-direction:column;gap:1rem;height:100%}#section-transaction>div{display:flex;flex-direction:column;align-items:center;gap:1rem}#section-transaction>div>section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1rem;gap:1rem;position:relative;overflow:hidden;border-radius:.5rem;color:var(--tg-theme-button-color)}#section-transaction>div>section:before{position:absolute;background-color:var(--tg-theme-button-color);width:100%;height:100%;left:0;right:0;content:"";z-index:-100;opacity:.125}#section-transaction>div>section>ul{display:flex;width:100%;flex-direction:column;gap:1rem}#section-transaction>div>section>ul>li{display:flex;align-items:center;justify-content:space-between}#section-transaction>div>section>ul>li>span:first-child{font-size:1rem}#section-transaction>div>section>ul>li>span:last-child{font-size:.925rem}#shimmer-transaction{width:100%}#shimmer-transaction>li{border-radius:.425rem;height:24rem}:root{color-scheme:light dark;--shimmer-static-bg: #DDDBDD;--stroke-color: #000000;--success-green: #4CAF50;--failed-red: #F44336;--button-danger: #F44336;--border-red: rgba(244, 67, 54, .5);--border-green: rgba(76, 175, 80, .5)}.tele-vue-colorScheme-dark{--shimmer-static-bg: #253030;--stroke-color: white;--success-green: #4CAF50;--failed-red: #F44336;--button-danger: #F44336}@font-face{font-family:DPXWalletIRANYekanX;src:url(/assets/IRANYekanXVF-3a3a62a9.woff2) format("woff2");font-weight:400;font-display:swap}.w50-dots-1{font-weight:50;font-variation-settings:"wght" 50,"dots" 1}.w50-dots-2{font-weight:50;font-variation-settings:"wght" 50,"dots" 2}.w50-dots-3{font-weight:50;font-variation-settings:"wght" 50,"dots" 3}.w50-dots-4{font-weight:50;font-variation-settings:"wght" 50,"dots" 4}.w50-dots-5{font-weight:50;font-variation-settings:"wght" 50,"dots" 5}.w100-dots-1{font-weight:100;font-variation-settings:"wght" 100,"dots" 1}.w100-dots-2{font-weight:100;font-variation-settings:"wght" 100,"dots" 2}.w100-dots-3{font-weight:100;font-variation-settings:"wght" 100,"dots" 3}.w100-dots-4{font-weight:100;font-variation-settings:"wght" 100,"dots" 4}.w100-dots-5{font-weight:100;font-variation-settings:"wght" 100,"dots" 5}.w150-dots-1{font-weight:150;font-variation-settings:"wght" 150,"dots" 1}.w150-dots-2{font-weight:150;font-variation-settings:"wght" 150,"dots" 2}.w150-dots-3{font-weight:150;font-variation-settings:"wght" 150,"dots" 3}.w150-dots-4{font-weight:150;font-variation-settings:"wght" 150,"dots" 4}.w150-dots-5{font-weight:150;font-variation-settings:"wght" 150,"dots" 5}.w200-dots-1{font-weight:200;font-variation-settings:"wght" 200,"dots" 1}.w200-dots-2{font-weight:200;font-variation-settings:"wght" 200,"dots" 2}.w200-dots-3{font-weight:200;font-variation-settings:"wght" 200,"dots" 3}.w200-dots-4{font-weight:200;font-variation-settings:"wght" 200,"dots" 4}.w200-dots-5{font-weight:200;font-variation-settings:"wght" 200,"dots" 5}.w250-dots-1{font-weight:250;font-variation-settings:"wght" 250,"dots" 1}.w250-dots-2{font-weight:250;font-variation-settings:"wght" 250,"dots" 2}.w250-dots-3{font-weight:250;font-variation-settings:"wght" 250,"dots" 3}.w250-dots-4{font-weight:250;font-variation-settings:"wght" 250,"dots" 4}.w250-dots-5{font-weight:250;font-variation-settings:"wght" 250,"dots" 5}.w300-dots-1{font-weight:300;font-variation-settings:"wght" 300,"dots" 1}.w300-dots-2{font-weight:300;font-variation-settings:"wght" 300,"dots" 2}.w300-dots-3{font-weight:300;font-variation-settings:"wght" 300,"dots" 3}.w300-dots-4{font-weight:300;font-variation-settings:"wght" 300,"dots" 4}.w300-dots-5{font-weight:300;font-variation-settings:"wght" 300,"dots" 5}.w350-dots-1{font-weight:350;font-variation-settings:"wght" 350,"dots" 1}.w350-dots-2{font-weight:350;font-variation-settings:"wght" 350,"dots" 2}.w350-dots-3{font-weight:350;font-variation-settings:"wght" 350,"dots" 3}.w350-dots-4{font-weight:350;font-variation-settings:"wght" 350,"dots" 4}.w350-dots-5{font-weight:350;font-variation-settings:"wght" 350,"dots" 5}.w400-dots-1{font-weight:400;font-variation-settings:"wght" 400,"dots" 1}.w400-dots-2{font-weight:400;font-variation-settings:"wght" 400,"dots" 2}.w400-dots-3{font-weight:400;font-variation-settings:"wght" 400,"dots" 3}.w400-dots-4{font-weight:400;font-variation-settings:"wght" 400,"dots" 4}.w400-dots-5{font-weight:400;font-variation-settings:"wght" 400,"dots" 5}.w450-dots-1{font-weight:450;font-variation-settings:"wght" 450,"dots" 1}.w450-dots-2{font-weight:450;font-variation-settings:"wght" 450,"dots" 2}.w450-dots-3{font-weight:450;font-variation-settings:"wght" 450,"dots" 3}.w450-dots-4{font-weight:450;font-variation-settings:"wght" 450,"dots" 4}.w450-dots-5{font-weight:450;font-variation-settings:"wght" 450,"dots" 5}.w500-dots-1{font-weight:500;font-variation-settings:"wght" 500,"dots" 1}.w500-dots-2{font-weight:500;font-variation-settings:"wght" 500,"dots" 2}.w500-dots-3{font-weight:500;font-variation-settings:"wght" 500,"dots" 3}.w500-dots-4{font-weight:500;font-variation-settings:"wght" 500,"dots" 4}.w500-dots-5{font-weight:500;font-variation-settings:"wght" 500,"dots" 5}.w550-dots-1{font-weight:550;font-variation-settings:"wght" 550,"dots" 1}.w550-dots-2{font-weight:550;font-variation-settings:"wght" 550,"dots" 2}.w550-dots-3{font-weight:550;font-variation-settings:"wght" 550,"dots" 3}.w550-dots-4{font-weight:550;font-variation-settings:"wght" 550,"dots" 4}.w550-dots-5{font-weight:550;font-variation-settings:"wght" 550,"dots" 5}.w600-dots-1{font-weight:600;font-variation-settings:"wght" 600,"dots" 1}.w600-dots-2{font-weight:600;font-variation-settings:"wght" 600,"dots" 2}.w600-dots-3{font-weight:600;font-variation-settings:"wght" 600,"dots" 3}.w600-dots-4{font-weight:600;font-variation-settings:"wght" 600,"dots" 4}.w600-dots-5{font-weight:600;font-variation-settings:"wght" 600,"dots" 5}.w650-dots-1{font-weight:650;font-variation-settings:"wght" 650,"dots" 1}.w650-dots-2{font-weight:650;font-variation-settings:"wght" 650,"dots" 2}.w650-dots-3{font-weight:650;font-variation-settings:"wght" 650,"dots" 3}.w650-dots-4{font-weight:650;font-variation-settings:"wght" 650,"dots" 4}.w650-dots-5{font-weight:650;font-variation-settings:"wght" 650,"dots" 5}.w700-dots-1{font-weight:700;font-variation-settings:"wght" 700,"dots" 1}.w700-dots-2{font-weight:700;font-variation-settings:"wght" 700,"dots" 2}.w700-dots-3{font-weight:700;font-variation-settings:"wght" 700,"dots" 3}.w700-dots-4{font-weight:700;font-variation-settings:"wght" 700,"dots" 4}.w700-dots-5{font-weight:700;font-variation-settings:"wght" 700,"dots" 5}.w750-dots-1{font-weight:750;font-variation-settings:"wght" 750,"dots" 1}.w750-dots-2{font-weight:750;font-variation-settings:"wght" 750,"dots" 2}.w750-dots-3{font-weight:750;font-variation-settings:"wght" 750,"dots" 3}.w750-dots-4{font-weight:750;font-variation-settings:"wght" 750,"dots" 4}.w750-dots-5{font-weight:750;font-variation-settings:"wght" 750,"dots" 5}.w800-dots-1{font-weight:800;font-variation-settings:"wght" 800,"dots" 1}.w800-dots-2{font-weight:800;font-variation-settings:"wght" 800,"dots" 2}.w800-dots-3{font-weight:800;font-variation-settings:"wght" 800,"dots" 3}.w800-dots-4{font-weight:800;font-variation-settings:"wght" 800,"dots" 4}.w800-dots-5{font-weight:800;font-variation-settings:"wght" 800,"dots" 5}.w850-dots-1{font-weight:850;font-variation-settings:"wght" 850,"dots" 1}.w850-dots-2{font-weight:850;font-variation-settings:"wght" 850,"dots" 2}.w850-dots-3{font-weight:850;font-variation-settings:"wght" 850,"dots" 3}.w850-dots-4{font-weight:850;font-variation-settings:"wght" 850,"dots" 4}.w850-dots-5{font-weight:850;font-variation-settings:"wght" 850,"dots" 5}.w900-dots-1{font-weight:900;font-variation-settings:"wght" 900,"dots" 1}.w900-dots-2{font-weight:900;font-variation-settings:"wght" 900,"dots" 2}.w900-dots-3{font-weight:900;font-variation-settings:"wght" 900,"dots" 3}.w900-dots-4{font-weight:900;font-variation-settings:"wght" 900,"dots" 4}.w900-dots-5{font-weight:900;font-variation-settings:"wght" 900,"dots" 5}.w950-dots-1{font-weight:950;font-variation-settings:"wght" 950,"dots" 1}.w950-dots-2{font-weight:950;font-variation-settings:"wght" 950,"dots" 2}.w950-dots-3{font-weight:950;font-variation-settings:"wght" 950,"dots" 3}.w950-dots-4{font-weight:950;font-variation-settings:"wght" 950,"dots" 4}.w950-dots-5{font-weight:950;font-variation-settings:"wght" 950,"dots" 5}@font-face{font-family:DPXWalletIconFonts;src:url(/assets/icomoon-48f25d0c.eot?6ioq8g);src:url(/assets/icomoon-48f25d0c.eot?6ioq8g#iefix) format("embedded-opentype"),url(/assets/icomoon-bc925def.ttf?6ioq8g) format("truetype"),url(/assets/icomoon-399d8f0e.woff?6ioq8g) format("woff"),url(/assets/icomoon-0e0698ad.svg?6ioq8g#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:DPXWalletIconFonts!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-down-circle:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-up-circle:before{content:""}.icon-clipboard:before{content:""}.icon-credit-card:before{content:""}.icon-download:before{content:""}.icon-eye:before{content:""}.icon-eye-off:before{content:""}.icon-frown:before{content:""}.icon-inbox:before{content:""}.icon-info:before{content:""}.icon-maximize:before{content:""}.icon-meh:before{content:""}.icon-plus-square:before{content:""}.icon-repeat:before{content:""}.icon-save:before{content:""}.icon-share:before{content:""}.icon-shield:before{content:""}.icon-smile:before{content:""}.icon-trash:before{content:""}.icon-upload:before{content:""}.icon-DPXSymbol:before{content:""}.icon-DPX:before{content:""}.icon-1 .path1:before{content:"";color:#5d4037}.icon-1 .path2:before{content:"";margin-left:-.708984375em;color:#8d6e63}.icon-1 .path3:before{content:"";margin-left:-.708984375em;color:#000}.icon-1 .path4:before{content:"";margin-left:-.708984375em;color:#000}.icon-2 .path1:before{content:"";color:#455a64}.icon-2 .path2:before{content:"";margin-left:-.708984375em;color:#607d8b}.icon-2 .path3:before{content:"";margin-left:-.708984375em;color:#000}.icon-2 .path4:before{content:"";margin-left:-.708984375em;color:#000}.icon-3 .path1:before{content:"";color:#fcc309}.icon-3 .path2:before{content:"";margin-left:-.708984375em;color:#fdd835}.icon-3 .path3:before{content:"";margin-left:-.708984375em;color:#000}.icon-3 .path4:before{content:"";margin-left:-.708984375em;color:#000}.icon-4 .path1:before{content:"";color:#424242}.icon-4 .path2:before{content:"";margin-left:-1.25em;color:#bdbdbd}.icon-4 .path3:before{content:"";margin-left:-1.25em;color:#757575}.icon-4 .path4:before{content:"";margin-left:-1.25em;color:#bdbdbd}.icon-4 .path5:before{content:"";margin-left:-1.25em;color:#000}.icon-4 .path6:before{content:"";margin-left:-1.25em;color:#000}.icon-4 .path7:before{content:"";margin-left:-1.25em;color:#000}.icon-5 .path1:before{content:"";color:#0097a7}.icon-5 .path2:before{content:"";margin-left:-1.25em;color:#00bcd4}.icon-5 .path3:before{content:"";margin-left:-1.25em;color:#0097a7}.icon-5 .path4:before{content:"";margin-left:-1.25em;color:#00bcd4}.icon-5 .path5:before{content:"";margin-left:-1.25em;color:#000}.icon-5 .path6:before{content:"";margin-left:-1.25em;color:#000}.icon-5 .path7:before{content:"";margin-left:-1.25em;color:#000}.icon-6 .path1:before{content:"";color:#303f9f}.icon-6 .path2:before{content:"";margin-left:-1.25em;color:#5c6bc0}.icon-6 .path3:before{content:"";margin-left:-1.25em;color:#3949ab}.icon-6 .path4:before{content:"";margin-left:-1.25em;color:#5c6bc0}.icon-6 .path5:before{content:"";margin-left:-1.25em;color:#000}.icon-6 .path6:before{content:"";margin-left:-1.25em;color:#000}.icon-6 .path7:before{content:"";margin-left:-1.25em;color:#000}.icon-7 .path1:before{content:"";color:#689f38}.icon-7 .path2:before{content:"";margin-left:-1.25em;color:#8bc34a}.icon-7 .path3:before{content:"";margin-left:-1.25em;color:#8bc34a}.icon-7 .path4:before{content:"";margin-left:-1.25em;color:#54c9fd}.icon-7 .path5:before{content:"";margin-left:-1.25em;color:#000}.icon-7 .path6:before{content:"";margin-left:-1.25em;color:#000}.icon-7 .path7:before{content:"";margin-left:-1.25em;color:#000}.icon-7 .path8:before{content:"";margin-left:-1.25em;color:#000}.icon-8 .path1:before{content:"";color:#d32f2f}.icon-8 .path2:before{content:"";margin-left:-1.25em;color:#ef5350}.icon-8 .path3:before{content:"";margin-left:-1.25em;color:#ef5350}.icon-8 .path4:before{content:"";margin-left:-1.25em;color:#54c9fd}.icon-8 .path5:before{content:"";margin-left:-1.25em;color:#000}.icon-8 .path6:before{content:"";margin-left:-1.25em;color:#000}.icon-8 .path7:before{content:"";margin-left:-1.25em;color:#000}.icon-8 .path8:before{content:"";margin-left:-1.25em;color:#000}/*!
 * Toastify js 1.11.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}*{font-family:DPXWalletIRANYekanX,Arial,Helvetica,sans-serif;transition:color,background-color,opacity .15s}html,body{max-width:100%;overflow-x:hidden}html{font-size:15px}*:not(input):not(textarea):not([contenteditable=true]){-webkit-user-select:none;user-select:none}body{background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-family:DPXWalletIRANYekanX,Arial,Helvetica,sans-serif;font-size:1rem;line-height:2;font-weight:400;font-variation-settings:"wght" 400,"dots" 2;-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none;width:0!important}ul{list-style:none}a{text-decoration:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";cursor:pointer}a,.link{color:var(--tg-theme-link-color)}.hint{color:var(--tg-theme-hint-color)}.button{border:1px solid transparent;background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);font-size:1rem;display:flex;align-items:center;justify-content:center;text-align:center;padding:.325rem 1.25rem;border-radius:.375rem;gap:.325rem}.button:not(.secondary):not(.button-progress):not(.danger):not(.normal):hover,.button:not(.secondary):not(.button-progress):not(.danger):not(.normal):focus{border-color:var(--tg-theme-button-color);color:var(--tg-theme-button-color);background-color:transparent}.button:disabled{opacity:.625;pointer-events:none}.button>i{font-size:1.25rem}.button.secondary{background-color:transparent;color:var(--tg-theme-button-color)}.button.secondary:hover,.button.secondary:focus{opacity:.75}.button.danger{background-color:var(--button-danger);color:#fff}.button.danger:not(.normal):hover,.button.danger:not(.normal):focus{border-color:var(--button-danger);color:var(--button-danger);background-color:transparent}b{font-variation-settings:"wght" 600}a,label,button,.button{cursor:pointer}.shimmer-container{display:grid}.shimmer-container li,.shimmer{position:relative;overflow:hidden;background-color:var(--shimmer-static-bg);-webkit-mask-image:-webkit-radial-gradient(white,black);isolation:isolate}.shimmer-container li:after,.shimmer:after{z-index:0;position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}@-webkit-keyframes shimmer{to{transform:translate(100%)}}@-moz-keyframes shimmer{to{transform:translate(100%)}}@-o-keyframes shimmer{to{transform:translate(100%)}}input[type=text],input[type=password],input[type=number],textarea,select,.vs__dropdown-toggle{outline:none;padding:.75rem;font-size:1rem;border:1px solid var(--tg-theme-hint-color);border-radius:.325rem;background:transparent;color:var(--tg-theme-text-color)}input[type=text]:hover,input[type=text]:focus,input[type=password]:hover,input[type=password]:focus,input[type=number]:hover,input[type=number]:focus,textarea:hover,textarea:focus,select:hover,select:focus,.vs__dropdown-toggle:hover,.vs__dropdown-toggle:focus{border-color:var(--tg-theme-button-color)}input[type=text]:disabled,input[type=password]:disabled,input[type=number]:disabled,textarea:disabled,select:disabled,.vs__dropdown-toggle:disabled{opacity:.75}textarea{resize:vertical;min-height:8rem;unicode-bidi:plaintext}select,select option{background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.main-wrapper{display:block;width:100%;padding:1rem}#app{height:100vh}#app>div{height:100%}.form-item{width:100%;display:flex;flex-direction:column;padding:0;gap:.25rem}.form-item>label{font-size:1.125remrem}.form-item input{width:100%}.form-item input:hover~i,.form-item input:focus~i{color:var(--tg-theme-button-color)}.form-item>div{display:block;width:100%;position:relative}.form-item>div>i{position:absolute;top:50%;left:auto;right:.5rem;transform:translateY(-50%);font-size:1.25rem;padding:1rem .5rem;cursor:pointer}.form-item>div>i:nth-of-type(2){transform:translate(-100%) translateY(-50%)}body.rtl .form-item>div>i{left:.5rem;right:auto}body.rtl .form-item>div>i:nth-of-type(2){transform:translate(100%) translateY(-50%)}.button-progress{width:100%;height:3.5rem;padding:0;transition:width .25s,border-radius .25s,border-color .25s,border-width .25s,border-color .25s}.button-progress.button-progress-progress,.button-progress.button-progress-success,.button-progress.button-progress-failed{opacity:1!important;width:3.5rem;content:"";border-radius:100rem;border:.25rem solid var(--tg-theme-button-color);background:transparent;position:relative}.button-progress.button-progress-success>span,.button-progress.button-progress-failed>span{display:none}.button-progress.button-progress-success>i,.button-progress.button-progress-failed>i{transition:opacity .5s;opacity:1;color:var(--tg-theme-button-color);font-size:2.25rem}.button-progress.button-progress-success{border-color:var(--success-green)}.button-progress.button-progress-success>i:before{content:"";color:var(--success-green)}.button-progress.button-progress-failed{border-color:var(--failed-red)}.button-progress.button-progress-failed>i:before{content:"";color:var(--failed-red)}.button-progress.button-progress-progress{animation:1s linear infinite rotation;animation-delay:.25s}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-progress.button-progress-progress>span{position:absolute;content:"";width:1rem;height:1rem;border-radius:100rem;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-bg-color);border-radius:-10px;top:0;transform:translateY(-50%);overflow:hidden}.button-progress.button-progress-progress>span:before,.button-progress.button-progress-progress>span:after{content:"";width:.25rem;height:.25rem;background-color:var(--tg-theme-button-color);position:absolute;top:45%;left:0;transform:translateY(-50%) translate(-50%);border-radius:100rem}.button-progress.button-progress-progress>span:after{left:100%}.button-progress.button-progress-progress>i{opacity:0}.toastify{max-width:100%}
