:where(.btn){all:unset;display:inline-flex;gap:8px;align-items:center;justify-content:center;font-family:inherit;font-weight:500;text-transform:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--theme-accentSecondary);background-color:var(--theme-accentPrimary);color:var(--theme-textVariant);box-sizing:border-box}:where(.btn.btn--loading){cursor:progress}:where(.btn:disabled){opacity:.4;cursor:not-allowed}:where(.btn--no-border){border:none!important}:where(.btn--size-small){padding:4px 8px;height:28px;border-radius:6px}:where(.btn--square-small){width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0}:where(.btn--size-compact){padding:6px 12px;height:32px;border-radius:8px}:where(.btn--square-compact){width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0}:where(.btn--size-default){padding:8px 16px;height:36px;border-radius:8px}:where(.btn--square-default){width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0}:where(.btn--size-large){padding:8px 16px;height:40px;border-radius:10px}:where(.btn--square-large){width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0}:where(.btn--color-accentPrimary){background-color:var(--theme-accentPrimary);border-color:var(--theme-accentSecondary)}:where(.btn--color-accentPrimary):where(:hover):not(:disabled,.btn--loading){background-color:var(--theme-hover);border-color:var(--theme-accentSecondary)}:where(.btn--color-accentPrimary):where(:active):not(:disabled,.btn--loading){background-color:var(--theme-pressed);border-color:var(--theme-accentSecondary)}:where(.btn--color-accentPrimary):not(:hover):not(:active):not(:focus-visible){background-color:var(--theme-accentPrimary);border-color:var(--theme-accentSecondary)}:where(.btn--color-accentVariant){background-color:var(--theme-accentVariant);border-color:var(--theme-accentAdditional)}:where(.btn--color-accentVariant):where(:hover):not(:disabled,.btn--loading){background-color:var(--theme-hover);border-color:var(--theme-accentSecondary)}:where(.btn--color-accentVariant):where(:active):not(:disabled,.btn--loading){background-color:var(--theme-pressed);border-color:var(--theme-accentSecondary)}:where(.btn--color-accentVariant):not(:hover):not(:active):not(:focus-visible){background-color:var(--theme-accentVariant);border-color:var(--theme-accentAdditional)}:where(.btn--color-secondary){background-color:var(--theme-secondary);border-color:var(--theme-tertiary)}:where(.btn--color-secondary):where(:hover):not(:disabled,.btn--loading){background-color:var(--theme-hover);border-color:var(--theme-accentSecondary)}:where(.btn--color-secondary):where(:active):not(:disabled,.btn--loading){background-color:var(--theme-pressed);border-color:var(--theme-accentSecondary)}:where(.btn--color-secondary):not(:hover):not(:active):not(:focus-visible){background-color:var(--theme-secondary);border-color:var(--theme-tertiary)}:where(.btn--color-variant){background-color:var(--theme-variant);border-color:var(--theme-tertiary)}:where(.btn--color-variant):where(:hover):not(:disabled,.btn--loading){background-color:var(--theme-hover);border-color:var(--theme-tertiary)}:where(.btn--color-variant):where(:active):not(:disabled,.btn--loading){background-color:var(--theme-pressed);border-color:var(--theme-tertiary)}:where(.btn--color-variant):not(:hover):not(:active):not(:focus-visible){background-color:var(--theme-variant);border-color:var(--theme-tertiary)}:where(.btn--color-tertiary){background-color:var(--theme-tertiary);border-color:var(--theme-tertiary)}:where(.btn--color-tertiary):where(:hover):not(:disabled,.btn--loading){background-color:var(--theme-hover);border-color:var(--theme-tertiary)}:where(.btn--color-tertiary):where(:active):not(:disabled,.btn--loading){background-color:var(--theme-pressed);border-color:var(--theme-tertiary)}:where(.btn--color-tertiary):not(:hover):not(:active):not(:focus-visible){background-color:var(--theme-tertiary);border-color:var(--theme-tertiary)}:where(.btn--ghost){background-color:transparent;color:inherit;border:none}:where(.btn--ghost-color-textSecondary){color:var(--theme-textSecondary)}:where(.btn--ghost-color-textSecondary):where(:hover):not(:disabled,.btn--loading){color:var(--theme-hover)}:where(.btn--ghost-color-textSecondary):where(:active):not(:disabled,.btn--loading){color:var(--theme-pressed)}:where(.btn--ghost-color-secondary){color:var(--theme-secondary)}:where(.btn--ghost-color-secondary):where(:hover):not(:disabled,.btn--loading){color:var(--theme-hover)}:where(.btn--ghost-color-secondary):where(:active):not(:disabled,.btn--loading){color:var(--theme-pressed)}:where(.btn--ghost-color-accentPrimary){color:var(--theme-accentPrimary)}:where(.btn--ghost-color-accentPrimary):where(:hover):not(:disabled,.btn--loading){color:var(--theme-hover)}:where(.btn--ghost-color-accentPrimary):where(:active):not(:disabled,.btn--loading){color:var(--theme-pressed)}:where(.btn--ghost-color-successPrimary){color:var(--theme-successPrimary)}:where(.btn--ghost-color-successPrimary):where(:hover):not(:disabled,.btn--loading){color:var(--theme-hover)}:where(.btn--ghost-color-successPrimary):where(:active):not(:disabled,.btn--loading){color:var(--theme-pressed)}:where(.btn--ghost-color-destructivePrimary){color:var(--theme-destructivePrimary)}:where(.btn--ghost-color-destructivePrimary):where(:hover):not(:disabled,.btn--loading){color:var(--theme-hover)}:where(.btn--ghost-color-destructivePrimary):where(:active):not(:disabled,.btn--loading){color:var(--theme-pressed)}:where(.btn--ghost-color-accentSecondary){color:var(--theme-accentSecondary)}:where(.btn--ghost-color-accentSecondary):where(:hover):not(:disabled,.btn--loading){color:var(--theme-hover)}:where(.btn--ghost-color-accentSecondary):where(:active):not(:disabled,.btn--loading){color:var(--theme-pressed)}:where(.btn--ghost .btn--icon svg){width:16px;height:16px}.btn--ghost-text{color:inherit}:where(.btn--shape-circle){border-radius:50%}:where(.btn--shape-default){border-radius:8px}:where(.btn--block){width:100%}:where(.btn--icon){display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:where(.btn--icon svg path[fill=currentColor]){fill:currentColor!important}.ambient-wrapper{position:relative;display:flex;border-radius:24px;z-index:0}.ambient-shadow{position:absolute;height:100%;width:100%;top:4px;left:4px;border-radius:16px;filter:blur(4px);opacity:.4;z-index:-1}.ambient-image{z-index:1;border-radius:16px}:where(.custom-badge--wrapper){position:absolute;top:0;inset-inline-end:0;transform:translate(50%,-50%);transform-origin:100% 0%}:where(.custom-badge){display:inline-flex;min-width:22px;justify-content:center;align-items:center;font-weight:700;box-shadow:0 0 4px #0009;white-space:nowrap}.custom-badge--color-accentPrimary{background-color:var(--theme-accentPrimary);border:1px solid var(--theme-accentSecondary);color:var(--theme-textVariant)}.custom-badge--color-accentVariant{background-color:var(--theme-accentVariant);border:1px solid var(--theme-accentAdditional);color:var(--theme-textVariant)}.custom-badge--color-textSecondary{background-color:var(--theme-textSecondary);border:none;color:var(--theme-primary)}:where(.custom-badge--size-small){padding:0 4px;border-radius:3px}:where(.custom-badge--size-default){padding:2px 4px;border-radius:4px}.fflag{background-repeat:no-repeat;background-size:100% 49494%;display:inline-block;overflow:hidden;position:relative;vertical-align:middle;box-sizing:content-box}.fflag-DZ{background-position:center .2287%}.fflag-AO{background-position:center .4524%}.fflag-BJ{background-position:center .6721%}.fflag-BW{background-position:center .8958%}.fflag-BF{background-position:center 1.1162%}.fflag-BI{background-position:center 1.3379%}.fflag-CM{background-position:center 1.5589%}.fflag-CV{background-position:center 1.7805%}.fflag-CF{background-position:center 2.0047%}.fflag-TD{background-position:center 2.2247%}.fflag-CD{background-position:left 2.4467%}.fflag-DJ{background-position:left 2.6674%}.fflag-EG{background-position:center 2.8931%}.fflag-GQ{background-position:center 3.1125%}.fflag-ER{background-position:left 3.3325%}.fflag-ET{background-position:center 3.5542%}.fflag-GA{background-position:center 3.7759%}.fflag-GM{background-position:center 4.0015%}.fflag-GH{background-position:center 4.2229%}.fflag-GN{background-position:center 4.441%}.fflag-GW{background-position:left 4.66663%}.fflag-CI{background-position:center 4.8844%}.fflag-KE{background-position:center 5.1061%}.fflag-LS{background-position:center 5.3298%}.fflag-LR{background-position:left 5.5495%}.fflag-LY{background-position:center 5.7712%}.fflag-MG{background-position:center 5.994%}.fflag-MW{background-position:center 6.2156%}.fflag-ML{background-position:center 6.4363%}.fflag-MR{background-position:center 6.658%}.fflag-MU{background-position:center 6.8805%}.fflag-YT{background-position:center 7.1038%}.fflag-MA{background-position:center 7.3231%}.fflag-MZ{background-position:left 7.5448%}.fflag-NA{background-position:left 7.7661%}.fflag-NE{background-position:center 7.98937%}.fflag-NG{background-position:center 8.2099%}.fflag-CG{background-position:center 8.4316%}.fflag-RE{background-position:center 8.6533%}.fflag-RW{background-position:right 8.875%}.fflag-SH{background-position:center 9.0967%}.fflag-ST{background-position:center 9.322%}.fflag-SN{background-position:center 9.5426%}.fflag-SC{background-position:left 9.7628%}.fflag-SL{background-position:center 9.9845%}.fflag-SO{background-position:center 10.2052%}.fflag-ZA{background-position:left 10.4269%}.fflag-SS{background-position:left 10.6486%}.fflag-SD{background-position:center 10.8703%}.fflag-SR{background-position:center 11.0945%}.fflag-SZ{background-position:center 11.3135%}.fflag-TG{background-position:left 11.5354%}.fflag-TN{background-position:center 11.7593%}.fflag-UG{background-position:center 11.9799%}.fflag-TZ{background-position:center 12.2005%}.fflag-EH{background-position:center 12.4222%}.fflag-YE{background-position:center 12.644%}.fflag-ZM{background-position:center 12.8664%}.fflag-ZW{background-position:left 13.0873%}.fflag-AI{background-position:center 13.309%}.fflag-AG{background-position:center 13.5307%}.fflag-AR{background-position:center 13.7524%}.fflag-AW{background-position:left 13.9741%}.fflag-BS{background-position:left 14.1958%}.fflag-BB{background-position:center 14.4175%}.fflag-BQ{background-position:center 14.6415%}.fflag-BZ{background-position:center 14.8609%}.fflag-BM{background-position:center 15.0826%}.fflag-BO{background-position:center 15.306%}.fflag-VG{background-position:center 15.528%}.fflag-BR{background-position:center 15.7496%}.fflag-CA{background-position:center 15.9694%}.fflag-KY{background-position:center 16.1911%}.fflag-CL{background-position:left 16.4128%}.fflag-CO{background-position:left 16.6345%}.fflag-KM{background-position:center 16.8562%}.fflag-CR{background-position:center 17.0779%}.fflag-CU{background-position:left 17.2996%}.fflag-CW{background-position:center 17.5213%}.fflag-DM{background-position:center 17.743%}.fflag-DO{background-position:center 17.968%}.fflag-EC{background-position:center 18.1864%}.fflag-SV{background-position:center 18.411%}.fflag-FK{background-position:center 18.6298%}.fflag-GF{background-position:center 18.8515%}.fflag-GL{background-position:left 19.0732%}.fflag-GD{background-position:center 19.2987%}.fflag-GP{background-position:center 19.518%}.fflag-GT{background-position:center 19.7383%}.fflag-GY{background-position:center 19.96%}.fflag-HT{background-position:center 20.1817%}.fflag-HN{background-position:center 20.4034%}.fflag-JM{background-position:center 20.6241%}.fflag-MQ{background-position:center 20.8468%}.fflag-MX{background-position:center 21.0685%}.fflag-MS{background-position:center 21.2902%}.fflag-NI{background-position:center 21.5119%}.fflag-PA{background-position:center 21.7336%}.fflag-PY{background-position:center 21.9553%}.fflag-PE{background-position:center 22.177%}.fflag-PR{background-position:left 22.4002%}.fflag-BL{background-position:center 22.6204%}.fflag-KN{background-position:center 22.8421%}.fflag-LC{background-position:center 23.0638%}.fflag-PM{background-position:center 23.2855%}.fflag-VC{background-position:center 23.5072%}.fflag-SX{background-position:left 23.732%}.fflag-TT{background-position:center 23.9506%}.fflag-TC{background-position:center 24.1723%}.fflag-US{background-position:center 24.394%}.fflag-VI{background-position:center 24.6157%}.fflag-UY{background-position:left 24.8374%}.fflag-VE{background-position:center 25.0591%}.fflag-AB{background-position:center 25.2808%}.fflag-AF{background-position:center 25.5025%}.fflag-AZ{background-position:center 25.7242%}.fflag-BD{background-position:center 25.9459%}.fflag-BT{background-position:center 26.1676%}.fflag-BN{background-position:center 26.3885%}.fflag-KH{background-position:center 26.611%}.fflag-CN{background-position:left 26.8327%}.fflag-GE{background-position:center 27.0544%}.fflag-HK{background-position:center 27.2761%}.fflag-IN{background-position:center 27.4978%}.fflag-ID{background-position:center 27.7195%}.fflag-JP{background-position:center 27.9412%}.fflag-KZ{background-position:center 28.1615%}.fflag-LA{background-position:center 28.3846%}.fflag-MO{background-position:center 28.6063%}.fflag-MY{background-position:center 28.829%}.fflag-MV{background-position:center 29.0497%}.fflag-MN{background-position:left 29.2714%}.fflag-MM{background-position:center 29.4931%}.fflag-NP{background-position:left 29.7148%}.fflag-KP{background-position:left 29.9365%}.fflag-MP{background-position:center 30.1582%}.fflag-PW{background-position:center 30.3799%}.fflag-PG{background-position:center 30.6016%}.fflag-PH{background-position:left 30.8233%}.fflag-SG{background-position:left 31.045%}.fflag-KR{background-position:center 31.2667%}.fflag-LK{background-position:right 31.4884%}.fflag-TW{background-position:left 31.7101%}.fflag-TJ{background-position:center 31.9318%}.fflag-TH{background-position:center 32.1535%}.fflag-TL{background-position:left 32.3752%}.fflag-TM{background-position:center 32.5969%}.fflag-VN{background-position:center 32.8186%}.fflag-AX{background-position:center 33.0403%}.fflag-AL{background-position:center 33.25975%}.fflag-AD{background-position:center 33.4837%}.fflag-AM{background-position:center 33.7054%}.fflag-AT{background-position:center 33.9271%}.fflag-BY{background-position:left 34.1488%}.fflag-BE{background-position:center 34.3705%}.fflag-BA{background-position:center 34.5922%}.fflag-BG{background-position:center 34.8139%}.fflag-HR{background-position:center 35.0356%}.fflag-CY{background-position:center 35.2555%}.fflag-CZ{background-position:left 35.479%}.fflag-DK{background-position:center 35.7007%}.fflag-EE{background-position:center 35.9224%}.fflag-FO{background-position:center 36.1441%}.fflag-FI{background-position:center 36.3658%}.fflag-FR{background-position:center 36.5875%}.fflag-DE{background-position:center 36.8092%}.fflag-GI{background-position:center 37.0309%}.fflag-GR{background-position:left 37.2526%}.fflag-GG{background-position:center 37.4743%}.fflag-HU{background-position:center 37.696%}.fflag-IS{background-position:center 37.9177%}.fflag-IE{background-position:center 38.1394%}.fflag-IM{background-position:center 38.3611%}.fflag-IT{background-position:center 38.5828%}.fflag-JE{background-position:center 38.8045%}.fflag-XK{background-position:center 39.0262%}.fflag-LV{background-position:center 39.2479%}.fflag-LI{background-position:left 39.4696%}.fflag-LT{background-position:center 39.6913%}.fflag-LU{background-position:center 39.913%}.fflag-MT{background-position:left 40.1347%}.fflag-MD{background-position:center 40.3564%}.fflag-MC{background-position:center 40.5781%}.fflag-ME{background-position:center 40.7998%}.fflag-NL{background-position:center 41.0215%}.fflag-MK{background-position:center 41.2432%}.fflag-NO{background-position:center 41.4649%}.fflag-PL{background-position:center 41.6866%}.fflag-PT{background-position:center 41.9083%}.fflag-RO{background-position:center 42.13%}.fflag-RU{background-position:center 42.3517%}.fflag-SM{background-position:center 42.5734%}.fflag-RS{background-position:center 42.7951%}.fflag-SK{background-position:center 43.0168%}.fflag-SI{background-position:center 43.2385%}.fflag-ES{background-position:left 43.4602%}.fflag-SE{background-position:center 43.6819%}.fflag-CH{background-position:center 43.9036%}.fflag-TR{background-position:center 44.1253%}.fflag-UA{background-position:center 44.347%}.fflag-GB{background-position:center 44.5687%}.fflag-VA{background-position:right 44.7904%}.fflag-BH{background-position:center 45.0121%}.fflag-IR{background-position:center 45.2338%}.fflag-IQ{background-position:center 45.4555%}.fflag-IL{background-position:center 45.6772%}.fflag-KW{background-position:left 45.897%}.fflag-JO{background-position:left 46.1206%}.fflag-KG{background-position:center 46.3423%}.fflag-LB{background-position:center 46.561%}.fflag-OM{background-position:left 46.7857%}.fflag-PK{background-position:center 47.0074%}.fflag-PS{background-position:center 47.2291%}.fflag-QA{background-position:center 47.4508%}.fflag-SA{background-position:center 47.6725%}.fflag-SY{background-position:center 47.8942%}.fflag-AE{background-position:center 48.1159%}.fflag-UZ{background-position:left 48.3376%}.fflag-AS{background-position:right 48.5593%}.fflag-AU{background-position:center 48.781%}.fflag-CX{background-position:center 49.002%}.fflag-CC{background-position:center 49.2244%}.fflag-CK{background-position:center 49.4445%}.fflag-FJ{background-position:center 49.6678%}.fflag-PF{background-position:center 49.8895%}.fflag-GU{background-position:center 50.1112%}.fflag-KI{background-position:center 50.3329%}.fflag-MH{background-position:left 50.5546%}.fflag-FM{background-position:center 50.7763%}.fflag-NC{background-position:center 50.998%}.fflag-NZ{background-position:center 51.2197%}.fflag-NR{background-position:left 51.4414%}.fflag-NU{background-position:center 51.6631%}.fflag-NF{background-position:center 51.8848%}.fflag-WS{background-position:left 52.1065%}.fflag-SB{background-position:left 52.3282%}.fflag-TK{background-position:center 52.5499%}.fflag-TO{background-position:left 52.7716%}.fflag-TV{background-position:center 52.9933%}.fflag-VU{background-position:left 53.215%}.fflag-WF{background-position:center 53.4315%}.fflag-AQ{background-position:center 53.6584%}.fflag-EU{background-position:center 53.875%}.fflag-JR{background-position:center 54.099%}.fflag-OLY{background-position:center 54.32%}.fflag-UN{background-position:center 54.54%}.fflag-TD.ff-round,.fflag-GN.ff-round,.fflag-CI.ff-round,.fflag-ML.ff-round,.fflag-NG.ff-round,.fflag-BE.ff-round,.fflag-FR.ff-round,.fflag-IE.ff-round,.fflag-IT.ff-round,.fflag-RO.ff-round{background-size:100% 50000%}.fflag.ff-sm{width:18px;height:11.5px}.fflag.ff-md{width:27px;height:17px}.fflag.ff-lg{width:42px;height:27px}.fflag.ff-xl{width:60px;height:37px}.fflag-CH.ff-sm{width:11.5px;height:11.5px}.fflag-CH.ff-md{width:17px;height:17px}.fflag-CH.ff-lg{width:27px;height:27px}.fflag-CH.ff-xl{width:37px;height:37px}.fflag-CH{background-size:153% 49494%}.fflag-NP.ff-lt{background-color:#dcdcdc;clip-path:polygon(-5% -12%,0 100%,100% 119%,49% 61%,101% 61%)}.fflag-NP.ff-dk{background-color:#5a5a5a;clip-path:polygon(-5% -12%,0 100%,100% 119%,49% 61%,101% 61%)}.fflag-NP.ff-sm{width:14px;height:11.5px}.fflag-NP.ff-md{width:20px;height:17px}.fflag-NP.ff-lg{width:31px;height:27px}.fflag-NP.ff-xl{width:42px;height:37px}.fflag-NP{background-size:136% 49494%;clip-path:polygon(-6% -9%,0 100%,86% 114%,37% 56.5%,86% 56.5%)}.fflag-NP.ff-orb,.fflag-NP.ff-sphere,.fflag-NP.ff-app,.fflag-NP.ff-leaf{clip-path:none;background-color:transparent}.fflag-NP.ff-round{clip-path:polygon(-5% -11%,0 100%,100% 106%,55% 61.5%,115% 61.5%)}.ff-round{background-size:160%;background-clip:content-box;border-radius:50%}.ff-round.ff-sm{width:16px;height:16px}.ff-round.ff-md{width:20px;height:20px}.ff-round.ff-lg{width:24px;height:24px}.ff-round.ff-xl{width:32px;height:32px}.ff-wave:before{content:"";display:inline-block;width:inherit;height:inherit;position:absolute;top:0;left:0;background:linear-gradient(106deg,#ffffffbf,#fff3 24%,#ffffff4d 36%,#00000026 56%,#fff3 70%,#0003,#ffffff1a 86%,#0006)}.fflag-NP.ff-wave:before{width:84%;left:0}.fflag.ff-lt{border:1px solid rgb(220,220,220)}.fflag.ff-dk{border:1px solid rgb(90,90,90)}.amount-input.ant-input-affix-wrapper:before{display:none!important}.amount-input-wrapper .ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:0}.amount-input-wrapper.has-label .ant-input{transition:none!important}.select-drawer .ant-select-selector{background-color:inherit!important;border-radius:inherit!important}.select-drawer .ant-select-selection-item{font-size:13px}.select-drawer.ant-select-disabled .ant-select-selector{opacity:.3}.select-drawer.ant-select-disabled .ant-select-arrow{opacity:.3!important}.select-drawer-list--custom-divider .ant-list-item{position:relative}.select-drawer-list--custom-divider .ant-list-item:after{content:"";position:absolute;left:var(--divider-left-offset);right:0;bottom:0;height:1px;background:var(--theme-secondary);z-index:1}.select-drawer-list--custom-divider .ant-list-item:not(:last-child){border-bottom:none!important}.select-drawer-list--custom-divider .ant-list-item:last-child:after{display:none!important}.select-drawer-dropdown{border:1px solid var(--theme-accentPrimary);border-radius:8px;background-color:var(--theme-variant)}.select-drawer-dropdown .ant-select-item-option{transition:background-color .2s ease,color .2s ease}.select-drawer-dropdown .ant-select-item-option-selected{background-color:transparent!important;font-weight:400!important}.subscription-input.ant-input-affix-wrapper{padding-top:0;padding-bottom:0}.subscription-input.ant-input-affix-wrapper:before{display:none!important}.notice--type-error,.notice--type-fail{border:1px solid var(--theme-destructivePrimary);background-color:#340c0b}.notice--type-warning{border:1px solid var(--theme-warningPrimary);background-color:#332b02}.notice--type-success{border:1px solid var(--theme-successPrimary);background-color:#0d3316}.ant-modal.promise-modal .ant-modal-close{top:5px;right:5px}.custom-segment-items{overflow-x:auto;flex-shrink:0}.custom-segment-items .ant-segmented-item-selected,.custom-segment-items .ant-segmented-thumb{border-radius:6px}.custom-segment-items .ant-segmented-item{min-width:unset!important;max-width:70%;transition:none!important}.custom-segment-items .ant-segmented-item:after{display:none}.custom-segment-items .ant-segmented-thumb{transition:none!important}.custom-segment-items .ant-segmented-item-disabled{opacity:.4}.ant-notification-notice-wrapper{background:none!important;border-radius:12px!important}.custom-network-waiting-message{.ant-message-notice-content{background:transparent!important;box-shadow:none!important}}.custom-network-restored-message{.ant-message-notice-content{background:var(--theme-secondary)!important}}.header-tab-panel{.ant-tabs-tab{padding:8px!important;margin-left:8px!important}.ant-tabs-nav:before{border:none}.ant-tabs-tab-focus .ant-tabs-tab-btn{outline:none!important;box-shadow:none!important}}.available-funds-list .ant-list-item{border-bottom:none!important}.balance-popover-custom .ant-popover-container,.balance-popover-custom .ant-popover-inner{padding:0!important;background:transparent!important;box-shadow:none!important}.balance-popover-custom .ant-popover-content{padding:0!important}.balance-popover-custom .ant-popover-container{border-radius:10px!important}.balance-popover-custom .ant-popover-inner-content{padding:0!important}.custom-icon-component svg path{fill:currentColor!important}.custom-icon-component svg path[fill=none]{fill:none!important}.custom-icon-component svg path[stroke]:not([stroke=none]){stroke:currentColor!important}.custom-icon-component svg path[stroke]:not([fill]):not([fill=""]){fill:none!important}.custom-icon-component svg path[stroke=none]{stroke:none!important}.banner-with-image{transition:transform .7s ease-in-out,opacity .7s ease-in-out;figure{height:inherit;width:inherit}img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}p{width:100%;height:100%}}.perspective-3d{perspective:1200px;img{transition:transform .5s ease;will-change:transform}:hover img{transform:scale(1.05)}}.slick-slider{height:100%;.slick-list{height:100%;.slick-track{height:100%;.slick-slide{>div{height:100%}}}}}@media(max-width:1024px){.custom-banner-carousel svg{display:none!important}}.custom-banner-dots{li{width:3px!important;height:3px!important;border-radius:50%!important;opacity:1!important;button{background:var(--theme-textSecondary)!important}}.slick-active{width:24px!important;border-radius:12px!important}li:after{background:var(--theme-accentPrimary)!important}}.reset-svg-dimensions{>svg{height:inherit;width:inherit;fill:currentColor;>path{fill:currentColor}>g{fill:currentColor}}}.time-range-select{width:100%;&.ant-select-open{.ant-select-selector{border-color:var(--theme-accentPrimary)!important}.ant-select-selection-item{color:inherit!important}}}.time-range-dropdown{border:1px solid var(--theme-accentPrimary);border-radius:8px;min-width:120px;.ant-select-item-option{transition:background-color .2s ease,color .2s ease}.ant-select-item-option-selected{background-color:transparent!important;font-weight:400!important}}.custom-sidebar-collapse{.ant-collapse-content-box{padding:0 4px 4px 8px!important}}.extraInfoWrapper{.extraInfoIcon{pointer-events:none}&:active .extraInfoIcon{color:var(--theme-pressed)}}body{background-color:#212121}.ant-tabs-content{height:100%}.ant-spin-dot-holder{color:inherit!important}.custom-shadow{box-shadow:0 0 4px #0009!important}.ant-modal-close{top:12px!important;right:12px!important;width:16px!important;height:16px!important;display:flex!important;justify-content:center!important;align-items:center!important}.ant-modal-close-x{width:16px!important;height:16px!important;display:flex!important;justify-content:center!important;align-items:center!important}.ant-spin{color:var(--theme-accentPrimary)}.ant-collapse .ant-collapse-content{border:none!important}.adm-popup{z-index:9999!important}.woot--bubble-holder .woot-widget-bubble{display:none!important}.drawer-custom-tabs .ant-tabs-nav .ant-tabs-ink-bar{margin-bottom:1px;border-radius:2px 2px 0 0}.link-context{cursor:pointer}.link-context:hover .link{color:var(--theme-accentTertiary)}.link-context:active .link{color:var(--theme-accentPrimary)}@media(max-width:1024px){#chat-widget-minimized{display:none!important}}@media(min-width:1024px){#chat-widget-container{max-width:450px!important;max-height:715px!important}}
