@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.TextButton-module_component___3Uf4J{display:inline-flex;align-items:center;color:var(--secondary-text);cursor:pointer;font-size:14px;transition:.4s ease color}.TextButton-module_component___3Uf4J:hover{color:var(--secondary-text-a120)}@media (max-width: 768px){.TextButton-module_component___3Uf4J{font-size:12px}}.ErrorLabel-module_component___-wpak{position:absolute;right:0;color:var(--error-color);font-size:14px}@media (max-width: 450px){.ErrorLabel-module_component___-wpak{font-size:11px}}.CheckBox-module_component___fQgKf{position:relative;display:inline-flex;align-items:flex-start}.CheckBox-module_component___fQgKf .CheckBox-module_checkboxContainer___HHF-Q .CheckBox-module_checkbox___lkCzd{--size: 18px;display:flex;width:var(--size);height:var(--size);align-items:center;justify-content:space-evenly;border:1px solid var(--secondary-1);border-radius:6px;margin-right:8px;background-color:var(--contrast);cursor:pointer;transition:.2s ease background-color,.4s ease border-color}.CheckBox-module_component___fQgKf .CheckBox-module_checkboxContainer___HHF-Q .CheckBox-module_checkbox___lkCzd svg{stroke:var(--contrast)}@media (max-width: 768px){.CheckBox-module_component___fQgKf .CheckBox-module_checkboxContainer___HHF-Q .CheckBox-module_checkbox___lkCzd{--size: 16px;border-radius:4px}}@media (max-width: 450px){.CheckBox-module_component___fQgKf .CheckBox-module_checkboxContainer___HHF-Q .CheckBox-module_checkbox___lkCzd{--size: 14px}}.CheckBox-module_component___fQgKf .CheckBox-module_checkboxContainer___HHF-Q .CheckBox-module_checkboxError___E3tMo{border-color:var(--error-color)}.CheckBox-module_component___fQgKf .CheckBox-module_checkboxContainer___HHF-Q input{display:none;width:0;height:0}.CheckBox-module_component___fQgKf .CheckBox-module_checkboxContainer___HHF-Q input:checked~.CheckBox-module_checkbox___lkCzd{border-color:var(--primary-1);background-color:var(--primary-1)}.CheckBox-module_component___fQgKf .CheckBox-module_contentBox___ICfN9 span{color:var(--secondary-text);font-size:14px}@media (max-width: 768px){.CheckBox-module_component___fQgKf .CheckBox-module_contentBox___ICfN9 span{font-size:13px}}@media (max-width: 450px){.CheckBox-module_component___fQgKf .CheckBox-module_contentBox___ICfN9 span{font-size:11px;line-height:16px}}.OtpCode-module_otpInput___qGJe2{--size: 55px;height:var(--size);border:none;border-radius:12px;background-color:var(--contrast);caret-color:transparent;font-size:18px;outline:2px solid var(--secondary-1);transition:.4s ease outline-color;-webkit-user-select:none;-moz-user-select:none;user-select:none}.OtpCode-module_otpInput___qGJe2:focus{outline-color:var(--primary-1)}@media (max-width: 1440px){.OtpCode-module_otpInput___qGJe2{--size: 50px}}@media (max-width: 768px){.OtpCode-module_otpInput___qGJe2{--size: 45px}}@media (max-width: 450px){.OtpCode-module_otpInput___qGJe2{--size: 40px}}.OtpCode-module_inputError___oNKbC{outline-color:var(--error-color)}.Switch-module_component___osq7S{overflow:hidden;min-width:36px;height:20px;border-radius:12px}.Switch-module_component___osq7S .Switch-module_customSwitch___PNWB5{position:relative;width:100%;height:100%;background-color:var(--secondary-3);cursor:pointer;transition:.4s ease background-color}.Switch-module_component___osq7S .Switch-module_customSwitch___PNWB5:after{position:absolute;z-index:2;width:16px;height:16px;border-radius:50%;background-color:var(--contrast);content:" ";transform:translate(2px,2px);transition:.4s ease transform}.Switch-module_component___osq7S input{display:none;width:0;height:0}.Switch-module_component___osq7S input:disabled~.Switch-module_customSwitch___PNWB5{background-color:var(--secondary-3-a50);cursor:not-allowed}.Switch-module_component___osq7S input:checked:disabled~.Switch-module_customSwitch___PNWB5{background-color:var(--secondary-1-a50);cursor:not-allowed}.Switch-module_component___osq7S input:checked~.Switch-module_customSwitch___PNWB5{background-color:var(--primary-1)}.Switch-module_component___osq7S input:checked~.Switch-module_customSwitch___PNWB5:after{transform:translate(18px,2px)}.Select-module_component___xFk4y{position:relative;width:100%}.Select-module_select___qqGHK{display:flex;width:100%;max-height:40px;height:100%;align-items:center;justify-content:space-between;padding:5px;border:1px solid var(--secondary-1);border-radius:8px;background-color:var(--contrast);cursor:pointer;transition:.4s ease border-color,.4s ease background-color;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Select-module_select___qqGHK span{display:inline-flex;align-items:center;transition:.4s ease color}.Select-module_select___qqGHK .Select-module_arrowDown___G3syA{width:14px;margin-left:4px;color:var(--black);transform:rotateX(0);transition:.4s ease transform}.Select-module_selectedItemsCont___Beo7r{width:100%;overflow:hidden;display:flex}.Select-module_activeSelect___l61VG{background-color:var(--secondary-4)}.Select-module_activeSelect___l61VG .Select-module_arrowDown___G3syA{transform:rotateX(180deg)}.Select-module_errorSelect___-Vwml{border-color:var(--error-color)}.Select-module_disabledSelect___4DHYW{background-color:var(--secondary-1)}.Select-module_itemCont___ypVog{position:absolute;z-index:2;display:flex;overflow:hidden;width:100%;flex-direction:column;padding:6px 7px;border:1px solid var(--secondary-1);border-radius:8px;background-color:var(--contrast)}.Select-module_itemContTop___HNqGR{top:0;transform:translateY(-100%)}.Select-module_itemContBottom___P23iM{bottom:-8px;transform:translateY(100%)}.Select-module_itemButton___L4nyG{display:inline;padding:7px;border:none;border-radius:4px;margin-bottom:2px;background-color:transparent;cursor:pointer;transition:.4s ease background-color}.Select-module_itemButton___L4nyG span{display:flex;align-items:center;color:var(--black);transition:.4s ease color}.Select-module_itemButton___L4nyG:hover span{color:var(--secondary-2)}.Select-module_itemButtonActive___NR1Pg span{color:var(--primary-1)}.Select-module_itemButtonActive___NR1Pg:hover span{color:var(--primary-2)}.Select-module_itemButtonDisabled___C-ELS span,.Select-module_itemButtonDisabled___C-ELS:hover span{color:var(--secondary-3)}.Select-module_tittleCont___UH0FP{padding-bottom:4px}.Select-module_tittleCont___UH0FP span{color:var(--secondary-2);font-size:12px}.Select-module_miltiItemButton___yP3s7{padding:0 4px;border-radius:4px;margin-right:4px;background-color:var(--primary-2-a80);font-size:12px}.Select-module_miltiItemButton___yP3s7 svg{width:12px;color:var(--secondary-2)}.Select-module_multiItemButtonActive___P7ElF{display:flex;align-items:center;background-color:var(--primary-2-a80)}.Select-module_multiItemButtonActive___P7ElF span{color:var(--primary-2)}.Select-module_emptyLabel___LQVR6{font-size:12px;color:var(--secondary-text);text-align:center}.Input-module_component___87bRp{position:relative;width:100%;padding-bottom:4px}.Input-module_input___nE59t{width:100%;height:100%;padding:5px;border:none;border-radius:6px;color:var(--secondary-text);font-size:14px;outline:none}.Input-module_input___nE59t::-moz-placeholder{color:var(--secondary-text-3)}.Input-module_input___nE59t::placeholder{color:var(--secondary-text-3)}.Input-module_inputBox___25hqU{position:relative;display:flex;height:40px;border:none;border-radius:6px;font-size:14px;outline:1px solid var(--secondary-1);transition:.4s ease outline}.Input-module_inputBox___25hqU:hover{outline-color:var(--secondary-3)}.Input-module_inputError___eh2ks{outline-color:var(--error-color)}.Input-module_inputFocus___bez5B,.Input-module_inputFocus___bez5B:hover{outline-color:var(--secondary-2)}.Input-module_inputDisabled___3n8jj{background-color:var(--secondary-4);color:var(--secondary-3);outline-color:transparent}.Input-module_inputDisabled___3n8jj:hover{outline-color:transparent}.Input-module_label___QqNRF{display:flex;align-items:center;margin-bottom:10px}.Input-module_label___QqNRF span{display:inline-flex;align-items:center;color:var(--secondary-text);font-size:12px;font-weight:400}.Input-module_label___QqNRF svg{margin-right:2px;font-size:18px}.Input-module_sideCont___5dbOp{display:flex;height:100%;align-items:center}.Input-module_sideCont___5dbOp span{display:inline-flex;align-items:center;white-space:nowrap}@media (max-width: 1440px){.Input-module_input___nE59t{padding:5px 12px;font-size:14px}.Input-module_sideCont___5dbOp{font-size:14px}.Input-module_label___QqNRF{margin-bottom:6px}}@media (max-width: 768px){.Input-module_inputBox___25hqU{height:38px}}@media (max-width: 450px){.Input-module_input___nE59t,.Input-module_sideCont___5dbOp,.Input-module_label___QqNRF span{font-size:13px}.Input-module_label___QqNRF svg{margin-right:2px;font-size:14px}}.Loader-module_loader___UXFse{width:16px;height:16px;border:3px solid;border-radius:50%;border-top-color:transparent}.Loader-module_loaderPrimary___7lgtG{border:3px solid var(--primary-1);border-top-color:transparent}.Loader-module_loaderSecondary___2EYZq{border:3px solid var(--secondary-1);border-top-color:transparent}.Button-module_component___X8F23{display:flex;width:100%;height:42px;align-items:center;justify-content:space-evenly;border:1px solid transparent;border-radius:6px;cursor:pointer;font-weight:600;transition:.4s ease background-color,.4s ease border-color}.Button-module_component___X8F23 .Button-module_content___FemrA{display:flex;align-items:center;transition:.4s ease color}@media (max-width: 1440px){.Button-module_component___X8F23{height:38px}}@media (max-width: 768px){.Button-module_component___X8F23{height:36px}.Button-module_component___X8F23 .Button-module_content___FemrA{font-size:11px}}@media (max-width: 450px){.Button-module_component___X8F23 .Button-module_content___FemrA{font-size:10px}}.Button-module_primary___RtGJZ{background-color:var(--primary-1)}.Button-module_primary___RtGJZ .Button-module_content___FemrA{color:var(--contrast-text)}.Button-module_primary___RtGJZ:hover{background-color:var(--primary-1-a110)}.Button-module_primary___RtGJZ:active{background-color:var(--primary-1-a120)}.Button-module_primary___RtGJZ:disabled{background-color:var(--primary-1-a120)}.Button-module_secondary___ngD6Q{border:1px solid var(--secondary-1);background-color:var(--contrast);color:var(--black)}.Button-module_secondary___ngD6Q .Button-module_content___FemrA{color:var(--black)}.Button-module_secondary___ngD6Q:hover{background-color:var(--secondary-1-a110)}.Button-module_secondary___ngD6Q:active{background-color:var(--secondary-1-a120)}.Button-module_secondary___ngD6Q:disabled{background-color:var(--secondary-1-a120)}.Button-module_danger___5DlD9{background-color:var(--error-color)}.Button-module_danger___5DlD9 .Button-module_content___FemrA{color:var(--contrast-text)}.Button-module_danger___5DlD9:hover{background-color:var(--error-color-a110)}.Button-module_danger___5DlD9:active{background-color:var(--error-color-a120)}.Button-module_danger___5DlD9:disabled{background-color:var(--error-color-a120)}.DropDown-module_component___PDf4m{position:absolute;right:0;border-radius:8px}.DropDown-module_component___PDf4m .DropDown-module_container___sFs92{position:relative;width:100%;border:1px solid var(--secondary-1);border-radius:6px;background-color:var(--contrast)}.PageLoader-module_loaderOverlay___1AWNo{position:fixed;z-index:1000;top:0;left:0;display:flex;width:100%;max-width:100vw;height:100%;max-height:100vh;align-items:center;justify-content:center;animation:PageLoader-module_opacityInit___M5A6Y 1s ease-in-out;background:var(--secondary-1)}.PageLoader-module_loaderOverlay___1AWNo .PageLoader-module_topCenter___BIE3I{animation:PageLoader-module_floatUpAndSpin___l-zrV 3s ease-in-out infinite;transform-origin:center}.PageLoader-module_loaderOverlay___1AWNo .PageLoader-module_rightCenter___LBveP{animation:PageLoader-module_floatRightAndSpin___PmEmv 3s ease-in-out infinite;transform-origin:center}.PageLoader-module_loaderOverlay___1AWNo .PageLoader-module_leftCenter___or8Op{animation:PageLoader-module_floatLeftAndSpin___9odXj 3s ease-in-out infinite;transform-origin:center}.PageLoader-module_loaderOverlay___1AWNo .PageLoader-module_downPath___0sdhI{animation:PageLoader-module_floatDownAndSpin___-B1p1 3s ease-in-out infinite;transform-origin:center}.PageLoader-module_loaderOverlay___1AWNo .PageLoader-module_cont___5v8OY{display:flex;flex-direction:column;align-items:center;gap:12px}.PageLoader-module_loaderOverlay___1AWNo .PageLoader-module_cont___5v8OY span{font-size:18px;font-weight:600}.PageLoader-module_loaderOverlay___1AWNo svg{width:90px;height:90px}.PageLoader-module_loaderOverlay___1AWNo img{width:90px;height:90px}@keyframes PageLoader-module_floatUpAndSpin___l-zrV{0%,to{transform:translateY(0) rotateY(0)}25%{transform:translateY(-3px) rotateY(0)}50%{transform:translateY(-3px) rotateY(360deg)}75%{transform:translateY(0) rotateY(360deg)}}@keyframes PageLoader-module_floatDownAndSpin___-B1p1{0%,to{transform:translateY(0) rotateY(0)}25%{transform:translateY(3px) rotateY(0)}50%{transform:translateY(3px) rotateY(360deg)}75%{transform:translateY(0) rotateY(360deg)}}@keyframes PageLoader-module_floatLeftAndSpin___9odXj{0%,to{transform:translate(0) rotateY(0)}25%{transform:translate(-3px) rotateY(0)}50%{transform:translate(-3px) rotateY(360deg)}75%{transform:translate(0) rotateY(360deg)}}@keyframes PageLoader-module_floatRightAndSpin___PmEmv{0%,to{transform:translate(0) rotateY(0)}25%{transform:translate(3px) rotateY(0)}50%{transform:translate(3px) rotateY(-360deg)}75%{transform:translate(0) rotateY(-360deg)}}@keyframes PageLoader-module_opacityInit___M5A6Y{0%{opacity:0}to{opacity:1}}.ProgressStage-module_component___WeKaM{padding-bottom:16px}.ProgressStage-module_stageContainer___bqTDM{position:relative;z-index:1;display:flex;height:17px;justify-content:space-between}.ProgressStage-module_stageContainer___bqTDM hr{position:absolute;z-index:0;top:calc(50% - 1px);width:100%;border-top:1px solid var(--secondary-1)}.ProgressStage-module_stage___c2hAR{position:relative;padding:0 14px;background-color:var(--contrast);transition:.4s ease background-color}.ProgressStage-module_stage___c2hAR .ProgressStage-module_stageText___Ug3F3{position:absolute;left:50%;margin-top:4px;color:var(--secondary-text);font-size:12px;transform:translate(-50%);white-space:nowrap}.ProgressStage-module_currentStage___1lfFm .ProgressStage-module_stageRound___BiDBg{border:2px solid var(--primary-1)}.ProgressStage-module_activeStage___t9nhY .ProgressStage-module_stageRound___BiDBg{border:2px solid var(--primary-1);background-color:var(--primary-1)}.ProgressStage-module_stageRound___BiDBg{width:15px;height:15px;border:2px solid var(--secondary-1);border-radius:50%;background-color:var(--contrast);transition:.4s ease opacity}.Tag-module_component___zSFzw{padding:3px 10px;border-radius:10px;color:#fff;font-size:13px}@media (max-width: 768px){.Tag-module_component___zSFzw{padding:2px 10px;font-size:11px}}@media (max-width: 450px){.Tag-module_component___zSFzw{padding:2px 10px}}.Tag-module_primary___YJW7b{background-color:var(--primary-1-a64);color:var(--primary-text)}.Tag-module_success___ER0Is{background-color:var(--green-200-a42);color:var(--green-200)}.Tag-module_warning___o4QN3{background-color:var(--yellow-200-a55);color:var(--yellow-200)}.Tag-module_danger___K9X-f{background-color:var(--error-color-a65);color:var(--error-color)}.Logo-module_component___HV2gV{color:var(--black);font-family:var(--family-prompt);font-size:28px;font-style:italic;font-weight:700}.Logo-module_componentInverted___pZCAb{color:var(--contrast-text)}.Table-module_component___cTGWS{width:100%;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.Table-module_component___cTGWS::-webkit-scrollbar{display:none}.Table-module_table___WPI-u{width:100%;min-width:600px;border-collapse:separate;border-spacing:0;-ms-overflow-style:none;scrollbar-width:none}.Table-module_table___WPI-u::-webkit-scrollbar{display:none}.Table-module_table___WPI-u .Table-module_thead___LkhqV{border-radius:6px;background-color:var(--secondary-5)}.Table-module_table___WPI-u .Table-module_title___qvI0a{height:40px;padding:12px 8px;border:none;margin:0;text-align:left;white-space:nowrap}.Table-module_table___WPI-u .Table-module_title___qvI0a:first-child{border-bottom-left-radius:6px;border-top-left-radius:6px}.Table-module_table___WPI-u .Table-module_title___qvI0a:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px}.Table-module_table___WPI-u .Table-module_cell___73s6d{padding:14px 8px;border-bottom:1px solid var(--secondary-1);white-space:nowrap}.Pagination-module_component___2Zno8{display:flex;align-items:center;justify-content:center;margin-top:12px}.Pagination-module_component___2Zno8 .Pagination-module_chevronButton___HhH7O{width:18px;height:18px}.Pagination-module_component___2Zno8 .Pagination-module_chevronButton___HhH7O svg{width:100%;height:100%;color:var(--secondary-2)}@media (max-width: 450px){.Pagination-module_component___2Zno8 .Pagination-module_chevronButton___HhH7O{width:16px;height:16px}}.Pagination-module_component___2Zno8 .Pagination-module_pagination___Rd7zj{display:flex;align-items:center;padding:0 12px;gap:8px}.Pagination-module_component___2Zno8 .Pagination-module_pagination___Rd7zj .Pagination-module_pageButton___f3hUQ{width:32px;height:32px;border:1px solid transparent;border-radius:6px;background-color:transparent;transition:.4s ease background-color}@media (max-width: 450px){.Pagination-module_component___2Zno8 .Pagination-module_pagination___Rd7zj .Pagination-module_pageButton___f3hUQ{width:28px;height:28px}}.Pagination-module_component___2Zno8 .Pagination-module_pagination___Rd7zj .Pagination-module_pageButton___f3hUQ:hover{background-color:var(--secondary-5)}.Pagination-module_component___2Zno8 .Pagination-module_pagination___Rd7zj .Pagination-module_pageButtonActive___Q66Y-{border:1px solid var(--primary-1);background-color:transparent;color:var(--primary-text);font-weight:600}.Pagination-module_component___2Zno8 .Pagination-module_pagination___Rd7zj .Pagination-module_pageButtonActive___Q66Y-:hover{background-color:transparent}.CurrencyCont-module_component___CDpSh{display:flex;min-width:250px;padding:12px;border-radius:6px;background-color:rgba(145,171,193,.1);gap:16px}.CurrencyCont-module_component___CDpSh .CurrencyCont-module_currencySymbol___rA9ay{display:flex;width:60px;height:60px;align-items:center;justify-content:center;border-radius:50%;background-color:var(--contrast);color:var(--primary-1);font-size:42px;font-weight:500}.CurrencyCont-module_component___CDpSh .CurrencyCont-module_valueContainer___pq5bD{display:flex;height:100%;flex-direction:column;justify-content:space-between;padding:4px 0}.CurrencyCont-module_component___CDpSh .CurrencyCont-module_currency___dsmZt{color:var(--secondary-text);font-weight:600}.CurrencyCont-module_component___CDpSh .CurrencyCont-module_value___lObBs{font-size:18px;font-weight:600}.SekeltonLoader-module_shopItemSkeleton___feep3{width:100%;height:100%}.ContainerBox-module_component___-IiBT{--element-dist: 20px;position:relative;width:430px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ContainerBox-module_component___-IiBT .ContainerBox-module_childrenBox___v39tD>*:not(form),.ContainerBox-module_component___-IiBT .ContainerBox-module_childrenBox___v39tD>form>*,.ContainerBox-module_component___-IiBT .ContainerBox-module_childrenBox___v39tD>form{margin-top:var(--element-dist)}@media (max-width: 1440px){.ContainerBox-module_component___-IiBT{width:400px}}@media (max-width: 1280px){.ContainerBox-module_component___-IiBT{width:380px}}@media (max-width: 768px){.ContainerBox-module_component___-IiBT{width:370px}}@media (max-width: 450px){.ContainerBox-module_component___-IiBT{width:85vw;--element-dist: 15px}}.ContainerBox-module_component___-IiBT .ContainerBox-module_topContentBox___stXCh{display:flex;justify-content:space-between}.ContainerBox-module_component___-IiBT .ContainerBox-module_tittleBox___v6zER p{margin-top:12px;color:var(--secondary-text);font-size:16px}.ContainerBox-module_component___-IiBT .ContainerBox-module_tittleBox___v6zER h2{font-weight:300}@media (max-width: 1440px){.ContainerBox-module_component___-IiBT .ContainerBox-module_tittleBox___v6zER p{margin-top:4px;font-size:14px}}@media (max-width: 768px){.ContainerBox-module_component___-IiBT .ContainerBox-module_tittleBox___v6zER p{font-size:12px}}.Container-module_component___fvR5s{width:100%;padding:24px;border:2px solid var(--secondary-1);border-radius:8px;background-color:var(--contrast)}.Form-module_component___P39A1{position:relative}.Form-module_component___P39A1 .Form-module_errorMessage___yDWO0{bottom:0;transform:translateY(100%)}.PasswordInput-module_eyeButton___iS-H2{padding:6px 4px}.PasswordInput-module_eyeButton___iS-H2 svg{color:var(--secondary-2)}.PasswordConfInput-module_eyeButton___elm2C{padding:6px 4px}.PasswordConfInput-module_eyeButton___elm2C svg{color:var(--secondary-2)}.LangSelector-module_component___2sqzW{padding:4px 8px}.CopyInput-module_button___E23gE{padding:0 6px;height:100%;background-color:var(--contrast);border:1px solid var(--secondary-4);border-radius:0 6px 6px 0;transition:background-color .3s ease}.CopyInput-module_button___E23gE:hover{background-color:var(--secondary-1-a120)}.CopyInput-module_button___E23gE:active{background-color:var(--secondary-1-a110)}.ResultModal-module_statusCont___JFB5n{display:flex;justify-content:space-evenly;margin-top:10px;margin-bottom:30px}@media (max-width: 450px){.ResultModal-module_statusCont___JFB5n{margin-bottom:20px}}.ResultModal-module_status___a8a-N{display:inline-flex;align-items:center;justify-content:space-evenly;--status-size: 60px;--icon-size: 30px;width:var(--status-size);height:var(--status-size);color:var(--contrast);border-radius:50%}.ResultModal-module_status___a8a-N svg{width:var(--icon-size);height:var(--icon-size)}.ResultModal-module_statusSucc___MeWEG{background-color:var(--primary-1)}.ResultModal-module_statusError___iU1JL{background-color:var(--error-color)}@media (max-width: 450px){.ResultModal-module_status___a8a-N{--status-size: 50px;--icon-size: 25px}}.ResultModal-module_tittle___47pO9{text-align:center;white-space:nowrap}@media (max-width: 450px){.ResultModal-module_tittle___47pO9{font-size:16px;white-space:normal}}.ResultModal-module_description___YGYkR{text-align:center;font-size:14px;color:var(--secondary-text)}@media (max-width: 450px){.ResultModal-module_description___YGYkR{font-size:12px}}.SideBarModal-module_component___zb24N{position:absolute;right:0;top:0;width:360px;height:100%;border-left:2px solid var(--secondary-1);background-color:var(--contrast)}@media (max-width: 768px){.SideBarModal-module_component___zb24N{width:100%}}.SideBarModal-module_component___zb24N .SideBarModal-module_contentWrapper___dshDw{height:100%;display:grid;grid-template-rows:auto 1fr auto}.SideBarModal-module_component___zb24N .SideBarModal-module_header___OMZSD{display:flex;justify-content:space-between;padding:12px;border-bottom:2px solid var(--secondary-1)}.SideBarModal-module_component___zb24N .SideBarModal-module_footer___CE-RT{padding:12px;border-top:2px solid var(--secondary-1)}.SideBarModal-module_component___zb24N .SideBarModal-module_closeButton___eP8Ao svg{color:var(--secondary-2)}.SideBarModal-module_component___zb24N .SideBarModal-module_title___2Qxk2{font-weight:600}.SideBarModal-module_component___zb24N .SideBarModal-module_content___kg7HD{height:100%;padding:12px;-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto}.SideBarModal-module_component___zb24N .SideBarModal-module_content___kg7HD::-webkit-scrollbar{display:none}.Modal-module_component___EguHV{position:absolute;top:50%;left:50%;width:480px;padding:16px;border-radius:12px;background-color:var(--contrast);transform:translate(-50%,-50%)}@media (max-width: 1280px){.Modal-module_component___EguHV{width:420px}}@media (max-width: 768px){.Modal-module_component___EguHV{width:400px}}@media (max-width: 450px){.Modal-module_component___EguHV{width:90%}}.Modal-module_component___EguHV .Modal-module_closeButton___9PUBV{position:absolute;top:8px;right:12px}.Modal-module_component___EguHV .Modal-module_closeButton___9PUBV svg{width:16px;color:var(--secondary-2)}.MessageContainer-module_component___2R8wB{display:flex;width:100%;height:100%;align-items:center;justify-content:space-evenly}.BottomModal-module_component___WO-WR{position:absolute;right:0;bottom:0;width:100%;background-color:var(--contrast)}@media (max-width: 768px){.BottomModal-module_component___WO-WR{width:100%}}.BottomModal-module_contentWrapper___KGXMQ{height:100%;display:grid;grid-template-rows:auto 1fr auto}.BottomModal-module_header___PYhq0{display:flex;justify-content:space-between;padding:12px;border-bottom:2px solid var(--secondary-1)}.BottomModal-module_footer___ykY9p{padding:12px;border-top:2px solid var(--secondary-1)}.BottomModal-module_closeButton___26IA9 svg{color:var(--secondary-2)}.BottomModal-module_title___J2c40{font-weight:600}.BottomModal-module_content___agrWb{height:100%;padding:12px;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.BottomModal-module_content___agrWb::-webkit-scrollbar{display:none}.AuthHandlLayout-module_component___nbz3V{display:grid;grid-template-columns:59% 1fr;height:var(--app-height);background-color:var(--contrast)}@media (max-width: 1024px){.AuthHandlLayout-module_component___nbz3V{grid-template-columns:1fr}}.AuthHandlLayout-module_backgroundImgContainer___CfwEJ{padding:16px 24px;background-image:url(/imgs/AuthBg.png);background-position:center;background-size:cover}@media (max-width: 1024px){.AuthHandlLayout-module_backgroundImgContainer___CfwEJ{display:none}}.AuthHandlLayout-module_leftContainer___B6uxC{z-index:2;padding:40px 60px;height:100%;overflow-y:auto;display:grid;grid-template-rows:auto 1fr;-ms-overflow-style:none;scrollbar-width:none}.AuthHandlLayout-module_leftContainer___B6uxC::-webkit-scrollbar{display:none}@media (max-width: 1024px){.AuthHandlLayout-module_leftContainer___B6uxC{padding:20px 45px}}@media (max-width: 450px){.AuthHandlLayout-module_leftContainer___B6uxC{padding:20px 23px}}header{display:flex;justify-content:space-between}.AuthHandlLayout-module_outletContainer___vu7aa{padding:20px 0;display:flex;align-items:center;justify-content:space-evenly;height:100%}.ShopEpsis-module_component___ssuqG{position:relative}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_dropDown___n1AX-{z-index:2}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_list___-rEam{z-index:4;padding:8px 12px}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_defaultButt___3b-Yb,.ShopEpsis-module_component___ssuqG .ShopEpsis-module_deleteButt___YMef3{display:flex;width:100%;align-items:center;padding:4px 0;border:none;background-color:transparent;cursor:pointer}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_defaultButt___3b-Yb svg,.ShopEpsis-module_component___ssuqG .ShopEpsis-module_deleteButt___YMef3 svg{width:15px}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_defaultButt___3b-Yb span,.ShopEpsis-module_component___ssuqG .ShopEpsis-module_deleteButt___YMef3 span{margin-left:4px}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_defaultButt___3b-Yb{color:var(--black);transition:.4s ease color}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_defaultButt___3b-Yb:hover{color:var(--primary-2)}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_deleteButt___YMef3{color:var(--error-color-a90);transition:.4s ease color}.ShopEpsis-module_component___ssuqG .ShopEpsis-module_deleteButt___YMef3:hover{color:var(--error-color-a110)}.ShopItem-module_component___CJpVY{position:relative;display:flex;padding:14px;cursor:pointer;gap:10px}@media (max-width: 450px){.ShopItem-module_component___CJpVY{padding:8px}}.ShopItem-module_component___CJpVY .ShopItem-module_shopImg___UPzKh{display:flex;height:100%;align-items:center;justify-content:space-evenly;border-radius:8px;aspect-ratio:1/1;background-color:var(--primary-2-a80)}.ShopItem-module_component___CJpVY .ShopItem-module_shopImg___UPzKh svg{width:30px;height:30px}.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ{display:grid;width:100%;align-items:center;gap:10px;grid-template-columns:1fr auto}.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_leftDetails___T0aq0,.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_rightDetails___n2wj4{display:flex;height:100%;flex-direction:column;justify-content:space-between}.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_leftDetails___T0aq0{min-width:0;justify-content:space-evenly}.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_leftDetails___T0aq0 .ShopItem-module_id___ommOf{color:var(--secondary-text)}.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_leftDetails___T0aq0 .ShopItem-module_shopName___3bpeQ{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 450px){.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_leftDetails___T0aq0{font-size:12px}}.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_rightDetails___n2wj4{text-align:right}.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_rightDetails___n2wj4 .ShopItem-module_balance___WLXOc{position:relative;cursor:pointer;font-size:16px;font-weight:600}@media (max-width: 450px){.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_rightDetails___n2wj4 .ShopItem-module_balance___WLXOc{font-size:14px}}.ShopItem-module_component___CJpVY .ShopItem-module_info___ljpyQ .ShopItem-module_rightDetails___n2wj4 .ShopItem-module_statusCont___k9fzL{position:relative;display:flex;align-items:center;justify-content:flex-end}.ShopItem-module_component___CJpVY .ShopItem-module_moreBalanceCount___LYB1m{color:var(--secondary-text);font-size:16px}@media (max-width: 450px){.ShopItem-module_component___CJpVY .ShopItem-module_moreBalanceCount___LYB1m{font-size:14px}}.ShopItem-module_component___CJpVY .ShopItem-module_balanceDropDown___vB-MC{position:absolute;z-index:1;bottom:-3px;left:50%;padding:6px;border:1px solid var(--secondary-3);border-radius:12px;background-color:var(--contrast);transform:translate(-50%,100%);transition:.4s ease opacity;white-space:nowrap}.ShopItem-module_component___CJpVY .ShopItem-module_balanceDropDown___vB-MC:after{position:absolute;top:0%;left:50%;border:8px solid var(--secondary-3);border-color:transparent transparent var(--secondary-3) transparent;content:"";transform:translate(-50%,-100%)}@media (max-width: 450px){.ShopItem-module_component___CJpVY .ShopItem-module_balanceDropDown___vB-MC{padding:4px}.ShopItem-module_component___CJpVY .ShopItem-module_balanceDropDown___vB-MC:after{border-width:6px}}.ShopItem-module_component___CJpVY .ShopItem-module_balanceDesCont___tx7Ns{position:relative}.ShopItem-module_component___CJpVY .ShopItem-module_balanceDes___qqgeI{color:var(--secondary-text);font-size:12px}@media (max-width: 450px){.ShopItem-module_component___CJpVY .ShopItem-module_balanceDes___qqgeI{font-size:10px}}.CreateShopBtn-module_component___KlRtT{width:auto;padding:4px 8px}.CreateShopBtn-module_component___KlRtT svg{margin-right:8px}@media (max-width: 1280px){.CreateShopBtn-module_component___KlRtT span{font-size:12px}.CreateShopBtn-module_component___KlRtT svg{width:20px}}@media (max-width: 768px){.CreateShopBtn-module_component___KlRtT{height:32px;padding:0 4px}.CreateShopBtn-module_component___KlRtT span{font-size:8px}.CreateShopBtn-module_component___KlRtT svg{width:16px}}.ShopStatusSwitch-module_component___inaZf{display:flex;align-items:center}.ShopStatusSwitch-module_component___inaZf span{margin-left:6px;color:var(--secondary-text);white-space:nowrap}.SelectShopBalance-module_balanceCont___nuJkX{display:flex;align-items:center;width:100%;gap:8px;justify-content:space-between}.ShopList-module_component___0EBFU{height:auto}.ShopList-module_component___0EBFU .ShopList-module_shopList___Tjc5o{--item-width: 340px;display:grid;height:100%;justify-content:space-between;gap:12px;grid-auto-rows:132px;grid-template-columns:repeat(auto-fill,minmax(var(--item-width),1fr))}@media (max-width: 768px){.ShopList-module_component___0EBFU .ShopList-module_shopList___Tjc5o{grid-auto-rows:110px}}@media (max-width: 450px){.ShopList-module_component___0EBFU .ShopList-module_shopList___Tjc5o{grid-auto-rows:90px;grid-template-columns:1fr}}.ShopList-module_component___0EBFU .ShopList-module_noShopContainer___kp-I-{display:flex;flex-direction:column;align-items:center}.ShopList-module_component___0EBFU .ShopList-module_noShopContainer___kp-I- .ShopList-module_noShopIcon___yeJKf{display:flex;align-items:center;justify-content:space-evenly;padding:30px;border-radius:50%;margin-bottom:20px;background-color:var(--primary-2-a80)}.ShopList-module_component___0EBFU .ShopList-module_noShopContainer___kp-I- .ShopList-module_noShopIcon___yeJKf svg{width:30px;height:30px}@media (max-width: 768px){.ShopList-module_component___0EBFU .ShopList-module_noShopContainer___kp-I- .ShopList-module_noShopIcon___yeJKf{padding:20px}}.ShopList-module_component___0EBFU .ShopList-module_noShopContainer___kp-I- .ShopList-module_noShopText___b5HIY{text-align:center}@media (max-width: 768px){.ShopList-module_component___0EBFU .ShopList-module_noShopContainer___kp-I- .ShopList-module_noShopText___b5HIY{font-size:20px}}@media (max-width: 450px){.ShopList-module_component___0EBFU .ShopList-module_noShopContainer___kp-I- .ShopList-module_noShopText___b5HIY{font-size:18px}}@media (max-width: 768px){.ShopList-module_component___0EBFU .ShopList-module_noShopContainer___kp-I-{padding:20px}}@media (max-width: 768px){.ShopList-module_component___0EBFU{padding:20px}}@media (max-width: 450px){.ShopList-module_component___0EBFU{padding:12px}}.ShopInfoHead-module_component___Bay-y{position:relative;display:flex;height:auto;padding:18px}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y{padding:12px}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopImg___BWu4-{display:flex;height:100px;align-items:center;justify-content:space-evenly;border-radius:8px;aspect-ratio:1/1;background-color:var(--primary-2-a80)}@media (max-width: 1280px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopImg___BWu4-{min-height:90px}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopImg___BWu4- svg{width:30px;height:30px}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4{width:100%;margin-left:12px}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4{display:flex;flex-direction:column;justify-content:space-between}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L{position:relative;display:flex;width:100%;height:50%;align-items:center;justify-content:space-between}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L{height:auto}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc{display:flex;align-items:center;font-size:18px;gap:4px;white-space:nowrap}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc{flex-direction:column;align-items:flex-start}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc .ShopInfoHead-module_shopName___EeIOx{overflow:hidden;max-width:200px;text-overflow:ellipsis}@media (max-width: 1280px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc .ShopInfoHead-module_shopName___EeIOx{max-width:170px}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc .ShopInfoHead-module_shopId___oopOS{color:var(--secondary-text)}@media (max-width: 1280px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc{font-size:16px}}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc{font-size:14px}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc>span{margin-right:8px}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_shopInfo___hhWR4 .ShopInfoHead-module_topInfo___iwW7L .ShopInfoHead-module_topLeftInfo___G-3Dc>span{margin-right:0}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN{display:flex;width:60%;align-items:center;justify-content:flex-end;font-size:18px}@media (max-width: 1280px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN{width:auto;height:100%;align-items:normal}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN .ShopInfoHead-module_editButton___RYrh3,.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN .ShopInfoHead-module_deleteButton___OSFqs{width:auto;padding:0 8px;margin-left:12px}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN .ShopInfoHead-module_editButton___RYrh3 span,.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN .ShopInfoHead-module_deleteButton___OSFqs span{display:flex;align-items:center}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN .ShopInfoHead-module_editButton___RYrh3 svg,.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN .ShopInfoHead-module_deleteButton___OSFqs svg{margin-right:6px}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN .ShopInfoHead-module_deleteButton___OSFqs span{color:var(--error-color)}@media (max-width: 1280px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_topRightInfo___DMJEN{font-size:16px}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_bottomInfo___ImYad{display:flex;height:50%;align-items:end;padding-bottom:12px}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_bottomInfo___ImYad{height:auto;padding:0}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_bottomInfo___ImYad .ShopInfoHead-module_shopCreated___uBH-P{color:var(--secondary-text);font-size:14px}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_bottomInfo___ImYad .ShopInfoHead-module_shopCreated___uBH-P{font-size:12px}}.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_bottomInfo___ImYad .ShopInfoHead-module_shopCreatedDate___PYAIO{font-size:14px}@media (max-width: 768px){.ShopInfoHead-module_component___Bay-y .ShopInfoHead-module_bottomInfo___ImYad .ShopInfoHead-module_shopCreatedDate___PYAIO{font-size:12px}}.PaymentButton-module_component___SncKz{position:relative}.PaymentButton-module_dropDown___pgb0E{transform:translateY(8px)}.PaymentButton-module_createPaymentButton___LESI2{width:auto;padding:0 10px}.PaymentButton-module_createPaymentButton___LESI2 svg{margin-right:8px}.PaymentButton-module_paymentMethodsList___Z67jc{padding:4px}.PaymentButton-module_paymentMethodsList___Z67jc button{padding:8px 6px;display:flex;border-radius:8px;align-items:center;transition:.4s ease background-color,.4s ease color;width:100%}.PaymentButton-module_paymentMethodsList___Z67jc button:hover{color:var(--primary-1);background-color:var(--primary-1-a64)}.PaymentButton-module_paymentMethodsList___Z67jc button svg{margin-right:6px}.SelectWithdrawMethod-module_methodCont___-SysC{display:flex;justify-content:space-between;width:100%}.SelectWithdrawMethod-module_amount___qnlXh,.SelectWithdrawMethod-module_fas___if7ny{font-size:10px}.SelectWithdrawMethod-module_fasCont___CbJpG{display:flex;flex-direction:column;align-items:flex-end}.SelectPaymentMethod-module_methodCont___LyQ-3{display:flex;justify-content:space-between;width:100%}.SelectPaymentMethod-module_amount___W684B,.SelectPaymentMethod-module_fas___Ggxvw{font-size:10px}.SelectPaymentMethod-module_fasCont___j7OIZ{display:flex;flex-direction:column;align-items:flex-end}.SelectPaymentMethod-module_selectTittle___g0euJ{display:inline-flex;gap:6px;align-items:center}.ShopBalances-module_balance___silcP{display:grid;height:228px;background-image:url(/assets/HorizantalWawePart1-1ZTrKByU.png);background-position:right;background-repeat:no-repeat;grid-template-areas:"title        createPaymentButton" "balanceValue balanceValue";grid-template-columns:1fr auto;grid-template-rows:1fr 1fr}@media (max-width: 1024px){.ShopBalances-module_balance___silcP{background-image:url(/assets/VerticalWawePart1-B2W5Jzki.png);background-position:right bottom;grid-template-areas:"title" "balanceValue" "createPaymentButton";grid-template-columns:auto;grid-template-rows:1fr 1fr 1fr}}.ShopBalances-module_balance___silcP .ShopBalances-module_createPaymentButtonContainer___jy-9Q{grid-area:createPaymentButton}@media (max-width: 1024px){.ShopBalances-module_balance___silcP .ShopBalances-module_createPaymentButtonContainer___jy-9Q{display:flex;align-items:end}}.ShopBalances-module_balance___silcP h3{grid-area:title}.ShopBalances-module_balance___silcP .ShopBalances-module_balanceValue___62AJT{display:flex;align-items:end;font-weight:600;grid-area:balanceValue}.ShopBalances-module_balance___silcP .ShopBalances-module_balanceAmount___lB-WX{font-size:40px;line-height:46px}@media (max-width: 768px){.ShopBalances-module_balance___silcP .ShopBalances-module_balanceAmount___lB-WX{font-size:36px;line-height:36px}}.ShopBalances-module_balance___silcP .ShopBalances-module_balanceCurrency___iCORA{margin-left:8px;font-size:20px}.ShopBalances-module_currency___HGdbj{display:flex;flex-direction:column;justify-content:space-between;padding-right:0;background-image:url(/assets/HorizantalWawePart2-BKi31yY9.png)}@media (max-width: 1024px){.ShopBalances-module_currency___HGdbj{background-image:url(/assets/VerticalWawePart2-Dk6eUAVv.png);background-position:right top;background-repeat:no-repeat}}.ShopBalances-module_currency___HGdbj .ShopBalances-module_currenciesContainer___noBJE{position:relative}.ShopBalances-module_currency___HGdbj .ShopBalances-module_currenciesContainer___noBJE .ShopBalances-module_currenciesWrapper___ORgCo{display:flex;overflow:scroll;padding-right:28px;gap:12px;-ms-overflow-style:none;scrollbar-width:none}.ShopBalances-module_currency___HGdbj .ShopBalances-module_currenciesContainer___noBJE .ShopBalances-module_currenciesWrapper___ORgCo::-webkit-scrollbar{display:none}.ShopBalances-module_currency___HGdbj .ShopBalances-module_currenciesContainer___noBJE:after{position:absolute;top:0;right:0;width:40px;height:100%;border-radius:0 6px 6px 0;background:linear-gradient(to right,transparent 0%,rgba(118,118,118,.1) 30%,rgba(118,118,118,.3) 70%,rgba(118,118,118,.5) 100%);content:"";opacity:0;pointer-events:none;transition:.4s ease opacity}.ShopBalances-module_currency___HGdbj .ShopBalances-module_currenciesContainer___noBJE.ShopBalances-module_hasScrollableContent___bOSYw:after{opacity:1}.ShopBalances-module_title___cL9gp{font-weight:500}@media (max-width: 1280px){.ShopBalances-module_title___cL9gp{font-size:16px}}.CreateShopModal-module_component___XUpms .CreateShopModal-module_form___6R6kI>*{margin-bottom:6px}.CreateShopModal-module_component___XUpms .CreateShopModal-module_footer___fwpit{display:flex;justify-content:space-between}.CreateShopModal-module_component___XUpms .CreateShopModal-module_footer___fwpit>*{width:49%}.UpdateShopModal-module_component___gwdrA .UpdateShopModal-module_form___xDKaG>*{margin-bottom:6px}.UpdateShopModal-module_component___gwdrA .UpdateShopModal-module_footer___-IcOq{display:flex;justify-content:space-between}.UpdateShopModal-module_component___gwdrA .UpdateShopModal-module_footer___-IcOq>*{width:49%}.DeleteShopModal-module_component___jlcab .DeleteShopModal-module_buttCont___LgIKk{display:flex;justify-content:space-between}.DeleteShopModal-module_component___jlcab .DeleteShopModal-module_buttCont___LgIKk>*{width:49%}.DeleteShopModal-module_component___jlcab .DeleteShopModal-module_title___4-lQY{font-size:18px}@media (max-width: 768px){.DeleteShopModal-module_component___jlcab .DeleteShopModal-module_title___4-lQY{font-size:16px}}.DeleteShopModal-module_component___jlcab .DeleteShopModal-module_des___nkCyE{margin:16px 0;color:var(--secondary-2)}@media (max-width: 768px){.DeleteShopModal-module_component___jlcab .DeleteShopModal-module_des___nkCyE{font-size:14px}}.PaymentInitModal-module_component___jZU2P{overflow:hidden}.PaymentInitModal-module_form___aIQXb>*{margin-bottom:6px}.PaymentInitModal-module_footer___7skMU{display:flex;justify-content:space-between}.PaymentInitModal-module_footer___7skMU>*{width:49%}.PaymentsSelectModal-module_cont___rF-97{display:flex;flex-direction:column}.PaymentsSelectModal-module_leftCont___LArlc{display:flex;align-items:center;gap:8px}.PaymentsSelectModal-module_button___Mxmkx{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.PaymentsSelectModal-module_button___Mxmkx:not(:last-child){border-bottom:1px solid var(--secondary-1)}.PaymentsSelectModal-module_footer___ycUO-{display:flex;justify-content:space-between}.PaymentsSelectModal-module_footer___ycUO->*{width:49%}.PaymentSuccessModal-module_copyButton___oYQkr{color:var(--primary-1);text-decoration:underline;font-size:14px}.PaymentSuccessModal-module_buttonCont___NDAr8{display:flex;justify-content:space-evenly;margin-top:10px}.WithdrawInitModal-module_component___T-dcn{overflow:hidden}.WithdrawInitModal-module_form___5NtBu>*{margin-bottom:6px}.WithdrawInitModal-module_footer___pYs7v{display:flex;justify-content:space-between}.WithdrawInitModal-module_footer___pYs7v>*{width:49%}.GlobalModal-module_component___EJhKI{position:fixed;z-index:100;top:0%;left:0%;width:100%;height:var(--app-height)}.GlobalModal-module_component___EJhKI .GlobalModal-module_overlay___ni9qA{position:absolute;z-index:-1;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.SingInModal-module_component___ZE31E{position:relative}.SingInModal-module_component___ZE31E .SingInModal-module_checkboxContainer___rDqZ1{display:flex;justify-content:space-between}.SingInModal-module_component___ZE31E .SingInModal-module_checkboxLink___gnmAa{font-size:15px}@media (max-width: 768px){.SingInModal-module_component___ZE31E .SingInModal-module_checkboxLink___gnmAa{font-size:14px}}@media (max-width: 450px){.SingInModal-module_component___ZE31E .SingInModal-module_checkboxLink___gnmAa{font-size:12px}}.SingInModal-module_component___ZE31E .SingInModal-module_singTextBox___z0OLY{display:flex;color:var(--secondary-text);font-size:14px}@media (max-width: 450px){.SingInModal-module_component___ZE31E .SingInModal-module_singTextBox___z0OLY{font-size:12px}}.SingInModal-module_component___ZE31E .SingInModal-module_backLink___BnfZ3{display:flex;align-items:center;font-size:14px}@media (max-width: 768px){.SingInModal-module_component___ZE31E .SingInModal-module_backLink___BnfZ3{font-size:12px}}.SingUpInit-module_component___OYmPf .SingUpInit-module_singTextBox___KNcIW{display:flex;font-size:14px}@media (max-width: 768px){.SingUpInit-module_component___OYmPf .SingUpInit-module_singTextBox___KNcIW{font-size:12px}}.SingUpInit-module_component___OYmPf .SingUpInit-module_singTextBox___KNcIW span{color:var(--secondary-text)}.SingUpVerify-module_component___8yF2i .SingUpVerify-module_singTextBox___1u-tm{display:flex;font-size:14px}@media (max-width: 768px){.SingUpVerify-module_component___8yF2i .SingUpVerify-module_singTextBox___1u-tm{font-size:12px}}.SingUpVerify-module_component___8yF2i .SingUpVerify-module_singTextBox___1u-tm span{color:var(--secondary-text)}.SingUpFinish-module_component___trJRG .SingUpFinish-module_checkBox___swSz3{color:var(--secondary-text);font-size:14px}.SingUpFinish-module_component___trJRG .SingUpFinish-module_singTextBox___Y5TPs{display:flex;font-size:14px}@media (max-width: 768px){.SingUpFinish-module_component___trJRG .SingUpFinish-module_singTextBox___Y5TPs{font-size:12px}}.SingUpFinish-module_component___trJRG .SingUpFinish-module_singTextBox___Y5TPs span{color:var(--secondary-text)}.PassResInit-module_component___JUGu4 .PassResInit-module_singTextBox___3wQec{display:flex;font-size:14px}@media (max-width: 768px){.PassResInit-module_component___JUGu4 .PassResInit-module_singTextBox___3wQec{font-size:12px}}.PassResInit-module_component___JUGu4 .PassResInit-module_singTextBox___3wQec span{color:var(--secondary-text)}.PassResVerify-module_component___4joQ6 .PassResVerify-module_singTextBox___T65D5{display:flex;font-size:14px}@media (max-width: 768px){.PassResVerify-module_component___4joQ6 .PassResVerify-module_singTextBox___T65D5{font-size:12px}}.PassResVerify-module_component___4joQ6 .PassResVerify-module_singTextBox___T65D5 span{color:var(--secondary-text)}.PassResFinish-module_component___UEkmq .PassResFinish-module_checkBox___mSxGM{color:var(--secondary-text);font-size:14px}.PassResFinish-module_component___UEkmq .PassResFinish-module_singTextBox___WtvUG{display:flex;font-size:14px}@media (max-width: 768px){.PassResFinish-module_component___UEkmq .PassResFinish-module_singTextBox___WtvUG{font-size:12px}}.PassResFinish-module_component___UEkmq .PassResFinish-module_singTextBox___WtvUG span{color:var(--secondary-text)}.ProfileUserInfo-module_component___sRB4u{display:flex;flex-direction:column;justify-content:space-between;gap:12px}.ProfileUserInfo-module_imgCont___o2gjk{display:flex;width:100px;align-items:center;justify-content:space-evenly;border-radius:8px;aspect-ratio:1/1;background-color:var(--primary-2-a80)}@media (max-width: 768px){.ProfileUserInfo-module_imgCont___o2gjk{width:80px}}.ProfileUserInfo-module_imgCont___o2gjk svg{width:30px;height:30px}.ProfileUserInfo-module_info___QbYyz{display:grid;gap:10px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}@media (max-width: 768px){.ProfileUserInfo-module_info___QbYyz{display:block}}.ProfileUserInfo-module_buttonsCont___jZP34{display:flex;gap:10px}@media (max-width: 768px){.ProfileUserInfo-module_buttonsCont___jZP34{gap:4px;flex-direction:column}}.ProfileUserInfo-module_topCont___Ryfi0{display:flex;justify-content:space-between}.ProfileUserInfo-module_topCont___Ryfi0 button{width:auto;padding:0 14px}.PaymentCurrencyFilter-module_component___k93-x{display:flex;align-items:center;gap:12px;padding-bottom:8px;overflow-x:auto}@media (max-width: 768px){.PaymentCurrencyFilter-module_component___k93-x{gap:8px}}@media (max-width: 450px){.PaymentCurrencyFilter-module_component___k93-x{gap:4px}}.PaymentCurrencyFilter-module_button___SqdZA{height:32px;width:auto;padding:12px 16px}@media (max-width: 768px){.PaymentCurrencyFilter-module_button___SqdZA{height:28px}}.PaymentMethodsIner-module_component___vLRlq{font-size:15px}.PaymentMethodsIner-module_typeCell___NvCf1 button{display:inline-flex;align-items:center}.PaymentMethodsIner-module_typeCell___NvCf1 button span{display:inline-flex;padding:8px;margin-right:12px}.PaymentMethodsIner-module_skeletonContainer___TyIP0{width:100%;height:400px;border-radius:12px;overflow:hidden}.PaymentMethodsList-module_component___5-1er{display:grid;gap:8px}.PaymentMethodsList-module_paymentMethod___opbes{border-bottom:1px solid var(--secondary-1);padding-bottom:8px}.PaymentMethodsList-module_amount___-tW-L{font-size:12px;color:var(--secondary-text)}.PaymentMethodsList-module_title___EGfdR{font-size:13px}.PaymentMethodsList-module_skeletonContainer___9-jId{display:flex;flex-direction:column;gap:12px}.PaymentMethodsList-module_skeletonContainer___9-jId>*{height:80px;border-radius:12px;overflow:hidden}.Header-module_component___78QS-{display:flex;width:100%;height:70px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--secondary-1);background-color:var(--contrast)}.Header-module_component___78QS- .Header-module_headerSideContainer___KL7tU{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}@media (max-width: 768px){.Header-module_component___78QS-{height:50px}}@media (max-width: 450px){.Header-module_component___78QS-{height:45px}}.UserInfo-module_component___Rnxua{position:relative}.UserInfo-module_component___Rnxua .UserInfo-module_button___1N9k0{display:flex;align-items:center;justify-content:space-between;border:none;background-color:transparent;cursor:pointer}.UserInfo-module_component___Rnxua .UserInfo-module_userName___NDPIq{margin-left:8px;font-weight:600;white-space:nowrap}.UserInfo-module_component___Rnxua .UserInfo-module_avatar___nNNj7{--icon-size: 35px;display:flex;width:var(--icon-size);height:var(--icon-size);align-items:center;justify-content:space-evenly;border:1px solid var(--secondary-2);border-radius:12px;background-color:var(--contrast)}.UserInfo-module_component___Rnxua .UserInfo-module_avatar___nNNj7 svg{font-size:18px}@media (max-width: 768px){.UserInfo-module_component___Rnxua{margin-left:8px}.UserInfo-module_component___Rnxua .UserInfo-module_avatar___nNNj7{--icon-size: 30px}.UserInfo-module_component___Rnxua .UserInfo-module_avatar___nNNj7 svg{font-size:16px}.UserInfo-module_component___Rnxua .UserInfo-module_userName___NDPIq{margin-left:4px;font-size:12px}}@media (max-width: 450px){.UserInfo-module_component___Rnxua{margin-left:4px}.UserInfo-module_component___Rnxua .UserInfo-module_avatar___nNNj7{--icon-size: 26px}.UserInfo-module_component___Rnxua .UserInfo-module_avatar___nNNj7 svg{font-size:14px}.UserInfo-module_component___Rnxua .UserInfo-module_userName___NDPIq{font-size:11px}}.UserInfo-module_component___Rnxua .UserInfo-module_dropDown___rCYNf{z-index:100}.UserInfo-module_component___Rnxua .UserInfo-module_list___-ZaXZ{width:150px;padding:0 6px}.UserInfo-module_component___Rnxua .UserInfo-module_list___-ZaXZ li{width:100%}@media (max-width: 768px){.UserInfo-module_component___Rnxua .UserInfo-module_list___-ZaXZ{width:130px}}@media (max-width: 450px){.UserInfo-module_component___Rnxua .UserInfo-module_list___-ZaXZ{width:110px}}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f,.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL{display:flex;width:100%;align-items:center;padding:8px 0;border:none;background-color:transparent;cursor:pointer}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f svg,.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL svg{width:15px}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f span,.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL span{margin-left:4px}@media (max-width: 768px){.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f svg,.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL svg{width:12px}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f span,.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL span{font-size:13px}}@media (max-width: 450px){.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f svg,.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL svg{width:10px}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f span,.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL span{font-size:11px}}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f{border-bottom:1px solid var(--secondary-2);color:var(--secondary-3)}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f span{transition:.4s ease color}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f svg{fill:var(--secondary-3);transition:.4s ease fill}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f:hover span{color:var(--primary-2)}.UserInfo-module_component___Rnxua .UserInfo-module_defaultButt___fQ4-f:hover svg{fill:var(--primary-2)}.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL span{color:var(--error-color-a90);transition:.4s ease color}.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL svg{stroke:var(--error-color-a90);transition:.4s ease stroke}.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL:hover span{color:var(--error-color-a110)}.UserInfo-module_component___Rnxua .UserInfo-module_exitButt___EmPdL:hover svg{stroke:var(--error-color-a110)}.MainPageLayout-module_component___dKEDX{display:flex;height:var(--app-height);background-color:var(--secondary-4)}.MainPageLayout-module_mainContainer___cuAmB{width:100%;display:grid;min-height:var(--app-height);grid-template-rows:auto 1fr}@media (max-width: 768px){.MainPageLayout-module_mainContainer___cuAmB{padding:0 0 55px}}main{padding:20px;overflow-x:auto}@media (max-width: 1280px){main{padding:15px}}.LinkList-module_component___yQGuQ .LinkList-module_link___wh96P{display:flex;width:100%;align-items:center;padding:12px;border-radius:6px;margin-top:6px;background-color:transparent;color:var(--secondary-text);transition:background-color .2s ease,color .2s ease}.LinkList-module_component___yQGuQ .LinkList-module_link___wh96P:hover{background-color:var(--primary-2-a80)}.LinkList-module_component___yQGuQ .LinkList-module_link___wh96P span{margin-left:6px}.LinkList-module_component___yQGuQ .LinkList-module_link___wh96P svg{width:16px;height:16px}.LinkList-module_component___yQGuQ .LinkList-module_activeLink___oxySq{background-color:var(--primary-2-a80);color:var(--primary-text)}.SideBar-module_component___E8fG1{position:relative;display:grid;width:290px;padding:20px;border-right:2px solid var(--secondary-1);background-color:var(--contrast);grid-template-rows:auto 1fr auto}.SideBar-module_component___E8fG1 .SideBar-module_linkList___A8oJu{margin-top:130px}.SideBar-module_component___E8fG1 .SideBar-module_footer___YqwTH{padding-top:20px;border-top:1px solid var(--secondary-1)}.TapBar-module_component___0E1Km{display:flex;width:100%;justify-content:space-evenly;padding:10px 0 6px;border-top:1px solid var(--secondary-1);background-color:var(--contrast);position:fixed;bottom:0}.TapBar-module_link___n43kp{display:inline-flex;width:30px;flex-direction:column;align-items:center;color:var(--secondary-text);font-size:12px;white-space:nowrap}.TapBar-module_activeLink___vh6MJ{color:var(--primary-1)}.TapBar-module_addBut___8z0eV{width:47px;height:47px;border-radius:50%;background-color:var(--primary-1);color:var(--contrast);display:flex;align-items:center;justify-content:space-evenly;transform:translateY(-28px)}.TapBar-module_addBut___8z0eV svg{font-size:18px;fill:var(--contrast)}.PaymentMethodsDes-module_title___K3SzH{margin-bottom:12px}@media (max-width: 1280px){.PaymentMethodsDes-module_title___K3SzH{font-size:26px}}@media (max-width: 768px){.PaymentMethodsDes-module_title___K3SzH{font-size:20px}}@media (max-width: 1024px){.PaymentMethodsDes-module_container___WeQD3{padding:16px}}.ProfilePage-module_container___VogzH{display:grid;margin-top:16px;gap:14px;grid-template-columns:48% auto;grid-template-rows:320px}@media (max-width: 1280px){.ProfilePage-module_container___VogzH{display:block}}.TransactionsTable-module_noTransactContainer___uH9Wq{display:flex;flex-direction:column;align-items:center}.TransactionsTable-module_noTransactContainer___uH9Wq .TransactionsTable-module_noTransactIcon___1UP1o{display:flex;align-items:center;justify-content:space-evenly;padding:30px;border-radius:50%;margin-bottom:20px;background-color:var(--primary-2-a80)}.TransactionsTable-module_noTransactContainer___uH9Wq .TransactionsTable-module_noTransactIcon___1UP1o svg{width:30px;height:30px}@media (max-width: 768px){.TransactionsTable-module_noTransactContainer___uH9Wq .TransactionsTable-module_noTransactIcon___1UP1o{padding:20px}}.TransactionsTable-module_noTransactContainer___uH9Wq .TransactionsTable-module_noTransactText___OXTxG{text-align:center}@media (max-width: 768px){.TransactionsTable-module_noTransactContainer___uH9Wq .TransactionsTable-module_noTransactText___OXTxG{font-size:20px}}@media (max-width: 450px){.TransactionsTable-module_noTransactContainer___uH9Wq .TransactionsTable-module_noTransactText___OXTxG{font-size:18px}}@media (max-width: 768px){.TransactionsTable-module_noTransactContainer___uH9Wq{padding:20px}}.TransHeader-module_component___zYRMv{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px}.TransHeader-module_filterButton___xX70w{width:auto;padding:0 12px}.TransHeader-module_filterButton___xX70w svg{margin-right:6px}@media (max-width: 768px){.TransHeader-module_filterButton___xX70w{width:100%}}@media (max-width: 768px){.TransHeader-module_title___1CKz1{display:none}}.TransHeader-module_dropDown___JrUGj{bottom:-4px;transform:translateY(100%);right:0;width:200px}@media (max-width: 768px){.TransHeader-module_dropDown___JrUGj{width:100%}}.TransHeader-module_dropDownContent___gGNed{display:flex;flex-direction:column;gap:10px;padding:12px}.TransHeader-module_buttonCont___2AAi8{position:relative}@media (max-width: 768px){.TransHeader-module_buttonCont___2AAi8{width:100%}}.TransHeader-module_applyButton___UfEVX{height:35px;font-size:12px}.TransList-module_component___gOFe7{display:grid;gap:8px}.TransList-module_typeCell___ofYhe{display:inline-flex;align-items:center}.TransList-module_typeCell___ofYhe .TransList-module_tag___EI5fA{display:inline-flex;padding:8px;margin-right:6px}.TransList-module_typeCell___ofYhe span:last-child{font-size:13px;color:var(--black)}.TransList-module_transaction___UUxbD{display:grid;row-gap:12px;padding:8px 0;border-bottom:1px solid var(--secondary-1)}.TransList-module_transaction___UUxbD:first-child{padding-top:0}.TransList-module_topRow___mAyuD{display:flex;justify-content:space-between;align-items:center}.TransList-module_details___gahKn{display:flex;justify-content:space-between;align-items:end}.TransList-module_details___gahKn:first-child{align-items:start}.TransList-module_paymentId___MB1yb,.TransList-module_date___AXSgL{font-size:13px;color:var(--secondary-text)}.TransList-module_amount___iPVBJ{font-size:14px;font-weight:600;color:var(--black)}.TransList-module_skeletonContainer___Do0Uy{display:flex;flex-direction:column;gap:12px}.TransList-module_skeletonContainer___Do0Uy>*{height:80px;border-radius:12px;overflow:hidden}.TransTableDepositIner-module_component___R3ZD5{font-size:15px}.TransTableDepositIner-module_typeCell___KSVOF button{display:inline-flex;align-items:center}.TransTableDepositIner-module_typeCell___KSVOF button span{display:inline-flex;padding:8px;margin-right:12px}.TransTableDepositIner-module_skeletonContainer___phODj{width:100%;height:400px;border-radius:12px;overflow:hidden}.TransTableWithdrawIner-module_component___Mggc4{font-size:15px}.TransTableWithdrawIner-module_typeCell___PXNVD button{display:inline-flex;align-items:center}.TransTableWithdrawIner-module_typeCell___PXNVD button span{display:inline-flex;padding:8px;margin-right:12px}.TransTableWithdrawIner-module_skeletonContainer___LHqLg{width:100%;height:400px;border-radius:12px;overflow:hidden}.TransactionDetails-module_component___TyuW- li{padding:8px 0;border-bottom:1px solid var(--secondary-1);display:flex;justify-content:space-between}.TransactionDetails-module_valueTitle___gnXfx,.TransactionDetails-module_value___M6mWZ{font-size:14px}.TransactionDetails-module_value___M6mWZ{color:var(--secondary-2)}.ShopPage-module_link___LjcvH{display:flex;align-items:center;margin-bottom:16px}.ShopPage-module_link___LjcvH svg{margin-right:8px}.ShopPage-module_container___o-nSC{display:grid;width:100%;gap:16px;grid-template-areas:"infohead     infohead" "balances     currencies" "transactions transactions";grid-template-columns:49% 49%;grid-template-rows:auto 1fr auto}@media (max-width: 1024px){.ShopPage-module_container___o-nSC{grid-template-areas:"infohead" "balances" "currencies" "transactions";grid-template-columns:100%;grid-template-rows:auto 1fr 1fr auto}}.ShopPage-module_infohead___S8D-A{grid-area:infohead;min-height:80px}.ShopPage-module_balances___-JKR7{grid-area:balances;min-height:140px}.ShopPage-module_currencies___JGk2u{grid-area:currencies;min-height:140px}.ShopPage-module_transactions___pNN7-{grid-area:transactions;padding-bottom:40px}.ShopPage-module_header___mth-I{display:inline-flex;width:100%;align-items:center;justify-content:space-between;margin-bottom:16px}@media (max-width: 1280px){.ShopPage-module_header___mth-I .ShopPage-module_title___Gr1aR{font-size:26px}}@media (max-width: 768px){.ShopPage-module_header___mth-I .ShopPage-module_title___Gr1aR{font-size:20px}}@media (max-width: 1280px){.ShopPage-module_header___mth-I{margin-bottom:10px}}@media (max-width: 768px){.ShopPage-module_header___mth-I{margin-bottom:8px}}.TransactionPage-module_statusCont___jvQVZ{display:flex;justify-content:space-evenly}.TransactionPage-module_component___K-Gwx{margin-top:14px}.TransactionPage-module_tittle___GnKEr{text-align:center;font-size:18px;margin:16px 0}.TransactionPage-module_succLog___vQEae,.TransactionPage-module_errorLog___zOCz9{width:50px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:space-evenly;border-radius:50%}.TransactionPage-module_succLog___vQEae{color:var(--primary-1);background-color:var(--primary-2-a80)}.TransactionPage-module_errorLog___zOCz9{color:var(--error-color);background-color:var(--error-color-a65)}.TransactionPage-module_backLink___REfcF{font-size:14px;display:flex;align-items:center}.TransactionPage-module_statusIcon___T7pJI{width:50px;height:50px;border-radius:50%}.TransactionPage-module_title___NEdUt{height:24px;width:200px;margin:16px auto}.TransactionPage-module_loadingDetails___N69Vz{display:flex;flex-direction:column;gap:12px;margin-top:20px}.TransactionPage-module_detailItem___Py9qp{height:20px;width:100%}.TransactionPage-module_detailItem___Py9qp:nth-child(1){width:80%}.TransactionPage-module_detailItem___Py9qp:nth-child(2){width:60%}.TransactionPage-module_detailItem___Py9qp:nth-child(3){width:90%}.TransactionPage-module_detailItem___Py9qp:nth-child(4){width:70%}.TransactionPage-module_detailItem___Py9qp:nth-child(5){width:85%}.Transactions-module_title___-dbcA{margin-bottom:12px}@media (max-width: 1280px){.Transactions-module_title___-dbcA{font-size:26px}}@media (max-width: 768px){.Transactions-module_title___-dbcA{font-size:20px}}@media (max-width: 1024px){.Transactions-module_container___Ea0nK{padding:16px}}.globalPalitre{--secondary-1: #eeeeee;--secondary-1-a110: rgb(233.24, 233.24, 233.24);--secondary-2: #6e7687;--secondary-3: rgb(174, 182, 199);--secondary-4: #f4f4f6;--secondary-5: #f4f5f9;--secondary-text: #6e7687;--secondary-text-2: #eeeeee;--secondary-text-3: rgb(174, 182, 199);--primary-1: #3a78f7;--primary-1-a110: rgb(14.0353658537, 89.8719512195, 245.2146341463);--primary-1-a120: rgb(8.3317073171, 72.9024390244, 205.1682926829);--primary-1-a64: rgb(231.36, 238.8, 254.04);--primary-2: #6b9fff;--primary-2-a80: rgb(228.36, 237.72, 255);--primary-text: #3a78f7;--contrast: white;--contrast-text: white;--black: #0e0e0e;--error-color: #ff3333;--error-color-a90: rgb(255, 81.6, 81.6);--error-color-a65: rgb(255, 234.6, 234.6);--error-color-a110: rgb(255, 5.1, 5.1);--error-color-a120: rgb(214.2, 0, 0);--green-200: #27ae60;--green-200-a42: rgb(206.476056338, 244.123943662, 222.3718309859);--yellow-200: #ffa600;--yellow-200-a55: rgb(255, 232.75, 191.25)}:root{--family-prompt: "Prompt"}*{box-sizing:border-box;padding:0;margin:0}html,body{min-height:100vh;padding:0;margin:0}img{pointer-events:none;-webkit-user-drag:none}p,h1,h2,h3,h4,h5,h6{margin:0}p,h1,h2,h3,h4,h5,h6,a,span,input{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}a{color:var(--primary-1);text-decoration:none;transition:.4s ease color}a:hover{color:var(--primary-2)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}input,textarea{touch-action:manipulation}ul{list-style:none}button{border:none;background:none;color:inherit;cursor:pointer;outline:none}.app{min-height:var(--app-height);background:var(--secondary-1);position:relative}html{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}
