:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}
:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--total-scale-factor))sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--total-scale-factor));width:100%;min-width:calc(180px*var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px*var(--total-scale-factor));box-shadow:0 calc(2px*var(--total-scale-factor))calc(5px*var(--total-scale-factor))#888;border-radius:calc(2px*var(--total-scale-factor));padding:calc(6px*var(--total-scale-factor));margin-left:calc(5px*var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px*var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px*var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px*var(--total-scale-factor));padding-top:calc(2px*var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px*var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}
.DocumentViewer-module__7iC2fq__root{scrollbar-color:#888 #ffffff1a;box-sizing:border-box;background:#ffffff1a;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.DocumentViewer-module__7iC2fq__root::-webkit-scrollbar-track{background:#ffffff1a}.DocumentViewer-module__7iC2fq__root::-webkit-scrollbar-thumb{background-color:#888;background-clip:content-box}.DocumentViewer-module__7iC2fq__loader{z-index:100;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.DocumentViewer-module__7iC2fq__pageWrapper{justify-content:center;width:100%;margin-bottom:72px;display:flex}.DocumentViewer-module__7iC2fq__documentFallback{object-fit:contain;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.DocumentViewer-module__7iC2fq__documentIcon{color:#ffffffd9;width:64px;height:64px}.DocumentViewer-module__7iC2fq__downloadButton{z-index:11;-webkit-user-select:none;user-select:none;color:#fff;background-color:#fff3;border-radius:10px;position:absolute;bottom:0;right:128px}.DocumentViewer-module__7iC2fq__downloadButton:hover{background-color:#fff6}.DocumentViewer-module__7iC2fq__downloadDocument{margin-bottom:-100%;position:relative;right:auto}
.ChooseWallet-module__TWVv0q__root{min-height:372px;padding:24px}.ChooseWallet-module__TWVv0q__root .ChooseWallet-module__TWVv0q__title{margin-top:8px;margin-bottom:32px;font-weight:600}.ChooseWallet-module__TWVv0q__root .ChooseWallet-module__TWVv0q__subtitle{margin-bottom:24px}.ChooseWallet-module__TWVv0q__select{height:60px}.ChooseWallet-module__TWVv0q__select .MuiSelect-select{align-items:center;gap:8px;display:flex}.ChooseWallet-module__TWVv0q__menuItem{background:0 0;align-items:center;gap:12px;padding:12px 14px;display:flex}.ChooseWallet-module__TWVv0q__menuItem:hover{background-color:#f9fafb}.ChooseWallet-module__TWVv0q__coinName{font-size:14px;font-weight:600;line-height:20px}.ChooseWallet-module__TWVv0q__inputs{flex-direction:column;gap:24px;display:flex}.ChooseWallet-module__TWVv0q__buttons{justify-content:space-between;gap:24px;width:100%;margin-top:32px;display:flex}.ChooseWallet-module__TWVv0q__button{flex-grow:1}.ChooseWallet-module__TWVv0q__loader{text-align:center;width:100%;margin-top:110px}@media (min-width:500px){.ChooseWallet-module__TWVv0q__buttons{justify-content:flex-end;gap:16px}.ChooseWallet-module__TWVv0q__button{flex-grow:0}}
.Pending-module__RqAX-q__root{width:100%;min-height:488px;padding:40px 24px}.Pending-module__RqAX-q__root .Pending-module__RqAX-q__title{margin-top:8px;margin-bottom:32px;font-weight:600}.Pending-module__RqAX-q__content{flex-direction:column;align-items:center;gap:12px;margin-top:81px;display:flex}.Pending-module__RqAX-q__root .Pending-module__RqAX-q__contentTitle{font-weight:600}.Pending-module__RqAX-q__contentSubtitle{color:#858587}
.Session-module__dW0gVG__root{width:100%;min-height:488px;padding:40px 24px 32px}.Session-module__dW0gVG__root .Session-module__dW0gVG__title{margin-bottom:24px;font-weight:600}.Session-module__dW0gVG__content{flex-direction:column;flex-grow:1;align-items:center;gap:24px;display:flex}.Session-module__dW0gVG__wallet{border-radius:8px;flex-direction:column;align-items:center;gap:20px;max-width:320px;padding:24px 16px;display:flex;box-shadow:0 0 5px #0000000d,0 1px 2px #00000026}.Session-module__dW0gVG__address{flex-direction:column;align-items:center;gap:18px;padding:0 16px;display:flex}.Session-module__dW0gVG__root .Session-module__dW0gVG__depositAddress{color:#62646a;word-break:break-all;text-align:center;font-size:14px;font-weight:500;line-height:20px}.Session-module__dW0gVG__description{flex-direction:column;flex-grow:1;gap:24px;display:flex}.Session-module__dW0gVG__disclaimer{width:100%}.Session-module__dW0gVG__root .Session-module__dW0gVG__disclaimerTitle{margin-bottom:4px}.Session-module__dW0gVG__note{flex-direction:column;gap:4px;max-width:358px;display:flex}.Session-module__dW0gVG__buttons{justify-content:space-between;gap:24px;width:100%;margin-top:89px;display:flex}.Session-module__dW0gVG__button{flex-grow:1}@media (min-width:500px){.Session-module__dW0gVG__content{flex-direction:row;align-items:flex-start}.Session-module__dW0gVG__buttons{justify-content:flex-end;gap:16px;margin-top:0}.Session-module__dW0gVG__button{flex-grow:0}}
.Success-module__0Yiw7G__root{flex-direction:column;gap:24px;padding:32px 40px 32px 24px;display:flex}.Success-module__0Yiw7G__buttons{justify-content:flex-end;gap:16px;width:100%;display:flex}
.TopupBalance-module__ZRe2vG__dialog{margin:0}.TopupBalance-module__ZRe2vG__dialog[data-step=wallet] .MuiDialog-paper{width:100%;min-height:372px}.TopupBalance-module__ZRe2vG__dialog[data-step=pending] .MuiDialog-paper{width:100%;max-width:952px;min-height:488px}:is(.TopupBalance-module__ZRe2vG__dialog[data-step=session] .MuiDialog-paper,.TopupBalance-module__ZRe2vG__dialog[data-step=hash] .MuiDialog-paper){width:100%;max-width:952px}.TopupBalance-module__ZRe2vG__dialog[data-step=success] .MuiDialog-paper{width:100%;max-width:663px}.TopupBalance-module__ZRe2vG__title{margin-bottom:24px;padding:32px 24px;font-weight:600}.TopupBalance-module__ZRe2vG__closeButton{color:#b7b6b6;border-radius:50%;position:absolute;top:16px;right:16px}.TopupBalance-module__ZRe2vG__subtitle{margin-bottom:24px}@media (min-width:500px){.TopupBalance-module__ZRe2vG__dialog[data-step=wallet] .MuiDialog-paper{max-width:436px}}
.TransactionHash-module__SgEvha__root{flex-direction:column;gap:24px;min-height:311px;padding:32px 24px;display:flex}.TransactionHash-module__SgEvha__root .TransactionHash-module__SgEvha__title{font-weight:600}.TransactionHash-module__SgEvha__content{flex-direction:column;gap:24px;display:flex}.TransactionHash-module__SgEvha__buttons{justify-content:space-between;gap:24px;width:100%;margin-top:89px;display:flex}.TransactionHash-module__SgEvha__button{flex-grow:1}.TransactionHash-module__SgEvha__loader{text-align:center;margin-top:50px}.TransactionHash-module__SgEvha__inputWrapper{flex-direction:column;align-items:stretch;gap:24px;display:flex}.TransactionHash-module__SgEvha__input{flex-grow:1}@media (min-width:500px){.TransactionHash-module__SgEvha__inputWrapper{flex-direction:row;align-items:center}.TransactionHash-module__SgEvha__buttons{justify-content:flex-end;gap:16px;margin-top:0}.TransactionHash-module__SgEvha__button{flex-grow:0}}
.Loader-module__gELz7q__loaderWrapper{justify-content:center;align-items:center;width:100vw;max-width:436px;min-height:543px;display:flex}.Loader-module__gELz7q__progress{color:#006c9a}
.Submit-module__mtJKUa__root{padding:24px 24px 32px}.Submit-module__mtJKUa__root .Submit-module__mtJKUa__title{margin-bottom:40px;font-weight:600}.Submit-module__mtJKUa__amount{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.Submit-module__mtJKUa__amountText{color:#62646a}.Submit-module__mtJKUa__description{flex-direction:column;gap:16px;display:flex}.Submit-module__mtJKUa__field,.Submit-module__mtJKUa__label{align-items:center;gap:8px;display:flex}.Submit-module__mtJKUa__divider{background-color:#eaecf0;flex-grow:1;height:1px}.Submit-module__mtJKUa__descriptions{flex-direction:column;gap:32px;display:flex}.Submit-module__mtJKUa__network{flex-direction:column;gap:4px;display:flex}.Submit-module__mtJKUa__networkName{color:#62646a}.Submit-module__mtJKUa__buttons{justify-content:space-between;gap:24px;margin-top:72px;display:flex}.Submit-module__mtJKUa__button{flex-grow:1}
.Wallet-module__tY58EW__root{padding:24px 24px 32px}.Wallet-module__tY58EW__root .Wallet-module__tY58EW__title{margin-bottom:40px;font-weight:600}.Wallet-module__tY58EW__inputs{flex-direction:column;gap:16px;display:flex}.Wallet-module__tY58EW__select{height:60px}.Wallet-module__tY58EW__select .MuiSelect-select{align-items:center;gap:8px;display:flex}.Wallet-module__tY58EW__menuItem{background:0 0;align-items:center;gap:12px;padding:12px 14px;display:flex}.Wallet-module__tY58EW__menuItem:hover{background-color:#f9fafb}.Wallet-module__tY58EW__coinName{font-size:14px;font-weight:600;line-height:20px}.Wallet-module__tY58EW__coinBalance{color:#858587}.Wallet-module__tY58EW__amount{align-items:center;gap:8px;display:flex}.Wallet-module__tY58EW__maxButton{align-self:stretch;min-width:80px}.Wallet-module__tY58EW__network{margin-top:24px}.Wallet-module__tY58EW__buttons{justify-content:space-between;align-items:center;gap:24px;margin-top:72px;display:flex}.Wallet-module__tY58EW__button{flex-grow:1}
.Withdraw-module__olY-ba__dialog{width:100%;min-height:650px;margin:0}.Withdraw-module__olY-ba__dialog[data-step=wallet] .MuiDialog-paper{width:100%;max-width:436px;min-height:650px}.Withdraw-module__olY-ba__dialog[data-step=submit] .MuiDialog-paper{width:100%;max-width:436px;min-height:543px}.Withdraw-module__olY-ba__title{margin-bottom:24px;padding:32px 24px;font-weight:600}.Withdraw-module__olY-ba__closeButton{color:#b7b6b6;border-radius:50%;position:absolute;top:16px;right:16px}.Withdraw-module__olY-ba__subtitle{margin-bottom:24px}
/*# sourceMappingURL=3e6cc940d945706e.css.map*/