diff --git a/changelog.md b/changelog.md index 00aeac9d..bb3ce0da 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,69 @@ + +## Version 29.0.0 + +*Date: Wed Feb 05 2025* + +**Breaking Changes** + +- **Removed trading API methods from Advanced Charts.** The following methods are now available exclusively in Trading Platform. If you’re using Advanced Charts, these methods will no longer be accessible. + - [`createOrderLine`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createorderline) + - [`createPositionLine`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createpositionline) + - [`createExecutionShape`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createexecutionshape) +- **Changed the `getPositionDialogOptions` signature.** The [`getPositionDialogOptions`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IBrokerCommon#getpositiondialogoptions) method is asynchronous and returns a promise now. The method also expects a symbol as a parameter. +- **Broker API simplification.** To further improve and simplify the library, we have merged the two existing APIs, `IBrokerWithoutRealtime` and `IBrokerTerminal`, and now exclusively expose the latter. Additionally, we have removed the `subscribeDOM`/`unsubscribeDOM` methods, as they were rarely used and duplicated the functionality of [`subscribeDepth`](https://www.tradingview.com/charting-library-docs/latest/connecting_data/datafeed-api/trading-platform-methods#subscribedepth)/[`unsubscribeDepth`](https://www.tradingview.com/charting-library-docs/latest/connecting_data/datafeed-api/trading-platform-methods#unsubscribedepth). This change ensures that the datafeed fully handles all data management responsibilities. +- **Removed the Anchored Note drawing.** +- **Renamed the Note drawing to Pin.** +- **Updated the default colors for drawings/indicators with Volume Profiles.** +- **Added MACD smoothing inputs.** +- **Drawing creation methods now return Promises instead of synchronous values.** The drawing creation methods ([`createShape`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createshape), [`createMultipointShape`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createmultipointshape), and [`createAnchoredShape`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createanchoredshape)) now return Promises that resolve to the drawing ID. The methods also throw an Error through a rejected Promise when the drawing creation fails, instead of returning `null`. +- **Trading Platform methods for drawing creation now return Promises instead of synchronous values.** The ([`createOrderLine`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createorderline), [`createPositionLine`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createpositionline), and [`createExecutionShape`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#createexecutionshape)) methods now return Promises that resolve to the corresponding API interface. (Trading Platform only) + +**New Features** + +- **Added the _Another symbol_ input field to Ichimoku Cloud, Bollinger Bands, and Average Price.** This field allows users to specify a different symbol for calculating the indicator. By default, the current symbol on the chart is used. +- **New properties for customizing order and position lines.** You can now override the style of order and position lines created with the [Broker API](https://www.tradingview.com/charting-library-docs/latest/trading_terminal/trading-concepts#broker-api). +The [`trading_customization`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.TradingTerminalWidgetOptions#trading_customization) option in the Widget Constructor now supports `brokerOrder` and `brokerPosition` properties. +For more details, see the [Trading Overrides](https://www.tradingview.com/charting-library-docs/latest/customization/overrides/trading-overrides#created-with-broker-api) article. (Trading Platform only) + +**Improvements** + +- **Added an option to keep the leftmost bar visible after resolution switching.** By default, the library resets the chart to the latest data when the resolution is changed. To keep the current time range, users can enable the Save chart left edge position when changing interval option in *Chart settings* → *Scales*. +- **Added option to hide/show scroll to the most recent bar button.** The presence of the *Scroll to the most* recent bar button now depends on the Navigation buttons settings (*Chart settings* → *Canvas* → *Buttons* → *Navigation*). +- **Added a new `paneIndex` getter to the `StudyAPI`.** The [`paneIndex`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ISeriesApi#paneindex) function returns the index of the pane the indicator belongs to. +- **Enabled users to adjust coordinates of Parallel Channel within the drawing settings.** +- **Enabled users to reverse the Long/Short Position drawings.** +- **Buy/Sell buttons' visibility can now be changed for each chart in the layout.** +- **Added the Volume option for the Date Range and Date & Price Range tools.** +- **Added multiline option for Parallel Channel.** Additional level lines have been added. +- **Show price line of Heikin Ashi on real price when the real price label is selected.** On Heikin Ashi chart, the price line now matches the position of the *Last price* label when the *Real prices on price scale (instead of Heikin-Ashi price)* setting is enabled. +- **Added new time zone Azores (UTC-1).** +- **Added an error message for unsupported resolutions.** If the selected resolution is not supported by the current symbol, an error message appears on the chart along with a button to switch to a supported resolution. +- **Implemented dynamic loading for drawings to optimize bundle size.** Drawings have been refactored to utilize dynamic imports, reducing the initial bundle size by loading these components on-demand. This optimization results in faster initial page loads and improved application startup time, while maintaining full drawing functionality through lazy loading when tools are actually accessed by users. +- **Added a star icon to chart context menu for indicator.** This icon is displayed next to the _Add this indicator to favorites / Remove this indicator_ from favorites option in the indicator context menu. +- **Changed the return type for `OrderPreviewResult`.** When implementing [`previewOrder`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IBrokerTerminal#previeworder), you can specify links to external URLs now. The links will be displayed within the `warnings` or `errors` block. (Trading Platform only) + +**Bug Fixes** + +- **Fixed unreliable onChartReady callback with cached bundles.** When using `iframe_loading_compatibility_mode` with cached library bundles, the `onChartReady` callback would sometimes fail to execute. Fixes [#8889](https://github.com/tradingview/charting_library/issues/8889) +- **Long/Short Position tools are extended to the right if the next bar crosses stop/profit level.** Fixed a bug where Long/Short Position would get partially extended to the right if the next bar crossed the stop/profit level. +- **Fixed hovering on the indicator legend.** Now, when an indicator is deleted via the legend, the hover state shifts to the legend of the next indicator below. +- **Fixed an issue when cloning drawings that were not selected.** Fixed a bug where _Ctrl+Drag_ would create copies of the last selected drawings on chart, even if they were no longer selected. Now, this shortcut enables area selection. + +**Documentation** + +- **New how-to guide.** Check out a new [guide](https://www.tradingview.com/charting-library-docs/latest/tutorials/add-custom-button-to-top-toolbar) on how to add a custom button to the top toolbar. +- **Other updates.** The following enhancements were made: + - Added a new section that explains [multiple symbol resolving](https://www.tradingview.com/charting-library-docs/latest/connecting_data/datafeed-api/required-methods#multiple-symbol-resolving). + - Updated information on how to [change colors of the *Buy/Sell* buttons](https://www.tradingview.com/charting-library-docs/latest/customization/styles/CSS-Color-Themes#buysell-buttons-properties). + - Updated the [Toolbars](https://www.tradingview.com/charting-library-docs/latest/ui_elements/Toolbars) article. + - Added a new [section](https://www.tradingview.com/charting-library-docs/latest/ui_elements/Chart#execute-action-by-id) that describes how to trigger specific actions, such as opening the *Chart settings* dialog, using the [`executeActionById`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#executeactionbyid) method. + - Added an [overview](https://www.tradingview.com/charting-library-docs/latest/getting_started/product-comparison) of other TradingView products. + +--- + ## Version 28.5.0 *Date: Wed Dec 18 2024* @@ -475,8 +538,8 @@ and IPositionLineAdapter interfaces now support setting the unit to `'pixel'`. - Additionally, when using pixel unit, you can specify a negative number to position from the left edge of the chart instead. -- **Added keyboard navigation.** Keyboard navigation (activated via alt/opt + z keyboard shortcut) and many other accessability improvements have been added to the library. - - A featureset [accessibility](https://www.tradingview.com/charting-library-docs/latest/customization/Featuresets#accessibility) (on by default) has been added to control this behaviour. +- **Added keyboard navigation.** Keyboard navigation (activated via alt/opt + z keyboard shortcut) and many other accessibility improvements have been added to the library. + - A featureset `accessibility` (on by default) has been added to control this behaviour. - **Menu name is provided to items_processor (context menu API).** [items_processor](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ContextMenuOptions#items_processor) within the [context_menu](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#context_menu) API now includes details about the name of menu, and the ids of the related item (such as the series, drawing, study, order, or position). - **Support more kinds of extended sessions.** The library now supports specifying only one of the postmarket or premarket sessions without the other. diff --git a/charting_library/bundles/1042.7bd6143015a4458ca0eb.js b/charting_library/bundles/1042.7bd6143015a4458ca0eb.js deleted file mode 100644 index 5f03b44e..00000000 --- a/charting_library/bundles/1042.7bd6143015a4458ca0eb.js +++ /dev/null @@ -1,24 +0,0 @@ -(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1042],{80671:e=>{e.exports={wrapper:"wrapper-VB9J73Gf",focused:"focused-VB9J73Gf",readonly:"readonly-VB9J73Gf",disabled:"disabled-VB9J73Gf","size-small":"size-small-VB9J73Gf","size-medium":"size-medium-VB9J73Gf","size-large":"size-large-VB9J73Gf","font-size-small":"font-size-small-VB9J73Gf","font-size-medium":"font-size-medium-VB9J73Gf","font-size-large":"font-size-large-VB9J73Gf","border-none":"border-none-VB9J73Gf",shadow:"shadow-VB9J73Gf","border-thin":"border-thin-VB9J73Gf","border-thick":"border-thick-VB9J73Gf","intent-default":"intent-default-VB9J73Gf","intent-success":"intent-success-VB9J73Gf","intent-warning":"intent-warning-VB9J73Gf","intent-danger":"intent-danger-VB9J73Gf","intent-primary":"intent-primary-VB9J73Gf","corner-top-left":"corner-top-left-VB9J73Gf","corner-top-right":"corner-top-right-VB9J73Gf","corner-bottom-right":"corner-bottom-right-VB9J73Gf","corner-bottom-left":"corner-bottom-left-VB9J73Gf",childrenContainer:"childrenContainer-VB9J73Gf"}},35550:e=>{e.exports={defaultSelect:"defaultSelect-OM7V5ndi"}},71272:e=>{e.exports={itemWrap:"itemWrap-srH7jxJB",item:"item-srH7jxJB",icon:"icon-srH7jxJB",selected:"selected-srH7jxJB",label:"label-srH7jxJB"}},89654:e=>{e.exports={lineEndSelect:"lineEndSelect-gw7ESiZg",right:"right-gw7ESiZg"}},28527:e=>{e.exports={lineStyleSelect:"lineStyleSelect-GcXENVb4",multipleStyles:"multipleStyles-GcXENVb4"}},10477:e=>{e.exports={lineWidthSelect:"lineWidthSelect-EUDB1YgB",bar:"bar-EUDB1YgB",isActive:"isActive-EUDB1YgB",item:"item-EUDB1YgB"}},9309:e=>{e.exports={container:"container-dhpv13DH",active:"active-dhpv13DH",disabled:"disabled-dhpv13DH",icon:"icon-dhpv13DH"}},58510:e=>{e.exports={wrap:"wrap-b6_0ORMg",disabled:"disabled-b6_0ORMg"}},34306:e=>{e.exports={dropdown:"dropdown-gZlS9p6t",dropdownMenu:"dropdownMenu-gZlS9p6t",firstColorPicker:"firstColorPicker-gZlS9p6t"}},38188:e=>{e.exports={row:"row-nGXZ4vJz",empty:"empty-nGXZ4vJz",noMargins:"noMargins-nGXZ4vJz",wrap:"wrap-nGXZ4vJz",breakpointNormal:"breakpointNormal-nGXZ4vJz",breakpointMedium:"breakpointMedium-nGXZ4vJz",breakpointSmall:"breakpointSmall-nGXZ4vJz"}},72972:e=>{e.exports={coordinates:"coordinates-mb1bDWNb",input:"input-mb1bDWNb",selectionCoordinates:"selectionCoordinates-mb1bDWNb",selectionCoordinates__inputs:"selectionCoordinates__inputs-mb1bDWNb",selectionCoordinates__description:"selectionCoordinates__description-mb1bDWNb",hintButton:"hintButton-mb1bDWNb"}},5200:e=>{e.exports={wrapper:"wrapper-NVcHMTVy",checkbox:"checkbox-NVcHMTVy",colorSelect:"colorSelect-NVcHMTVy",hintButton:"hintButton-NVcHMTVy"}},97616:e=>{e.exports={withoutPadding:"withoutPadding-KtEcG0Q0"}},93234:e=>{e.exports={input:"input-mIsHGNhw",control:"control-mIsHGNhw",item:"item-mIsHGNhw",cell:"cell-mIsHGNhw",fragmentCell:"fragmentCell-mIsHGNhw",largeWidth:"largeWidth-mIsHGNhw",withTitle:"withTitle-mIsHGNhw",title:"title-mIsHGNhw"}},56659:e=>{e.exports={line:"line-j5rMaiWF",control:"control-j5rMaiWF",valueInput:"valueInput-j5rMaiWF",valueUnit:"valueUnit-j5rMaiWF", -input:"input-j5rMaiWF"}},3218:e=>{e.exports={unit:"unit-ZtRdVxiD",input:"input-ZtRdVxiD",normal:"normal-ZtRdVxiD",big:"big-ZtRdVxiD",dropdown:"dropdown-ZtRdVxiD",dropdownMenu:"dropdownMenu-ZtRdVxiD"}},80640:e=>{e.exports={optionalTwoColors:"optionalTwoColors-LDRcAXEV",colorPicker:"colorPicker-LDRcAXEV",dropdown:"dropdown-LDRcAXEV",dropdownMenu:"dropdownMenu-LDRcAXEV"}},73943:e=>{e.exports={dropdown:"dropdown-RxdEkbF0",normal:"normal-RxdEkbF0",big:"big-RxdEkbF0",dropdownMenu:"dropdownMenu-RxdEkbF0"}},18707:e=>{e.exports={range:"range-GLEBGed4",valueInput:"valueInput-GLEBGed4",rangeSlider:"rangeSlider-GLEBGed4",rangeSlider_mixed:"rangeSlider_mixed-GLEBGed4",input:"input-GLEBGed4",hintButton:"hintButton-GLEBGed4"}},47908:e=>{e.exports={select:"select-hJtsYZ3G",wrap:"wrap-hJtsYZ3G",colorsWrap:"colorsWrap-hJtsYZ3G"}},23018:e=>{e.exports={colorPicker:"colorPicker-VK3h8amb",fontStyleButton:"fontStyleButton-VK3h8amb",dropdown:"dropdown-VK3h8amb",dropdownMenu:"dropdownMenu-VK3h8amb",hintButton:"hintButton-VK3h8amb",title:"title-VK3h8amb"}},56198:e=>{e.exports={twoColors:"twoColors-C2hZXnYv",colorPicker:"colorPicker-C2hZXnYv"}},16731:e=>{e.exports={dropdown:"dropdown-eLkGg0Ft",menu:"menu-eLkGg0Ft"}},21775:e=>{e.exports={desktopSize:"desktopSize-icygBqe7",drawer:"drawer-icygBqe7",menuBox:"menuBox-icygBqe7"}},83821:e=>{e.exports={btnContent:"btnContent-ivexqeZZ",contentPart:"contentPart-ivexqeZZ"}},58128:e=>{e.exports={checkbox:"checkbox-aOSYFxuH"}},9161:e=>{e.exports={range:"range-mFgGeMmT",disabled:"disabled-mFgGeMmT",rangeSlider:"rangeSlider-mFgGeMmT",rangeSliderMiddleWrap:"rangeSliderMiddleWrap-mFgGeMmT",rangeSliderMiddle:"rangeSliderMiddle-mFgGeMmT",dragged:"dragged-mFgGeMmT",pointer:"pointer-mFgGeMmT",rangePointerWrap:"rangePointerWrap-mFgGeMmT"}},11772:e=>{e.exports={button:"button-iLKiGOdQ",hovered:"hovered-iLKiGOdQ",disabled:"disabled-iLKiGOdQ",active:"active-iLKiGOdQ",hidden:"hidden-iLKiGOdQ"}},66045:(e,t,n)=>{"use strict";n.d(t,{FontSizeSelect:()=>c});var o=n(50959),i=n(97754),r=n.n(i),l=n(90405),a=n(90186),s=n(35550);function c(e){const{id:t,fontSize:n,fontSizes:i=[],className:c,disabled:d,fontSizeChange:u}=e;return o.createElement(l.Select,{id:t,disabled:d,className:r()(c,s.defaultSelect),menuClassName:s.defaultSelect,items:(p=i,p.map((e=>({value:e.value,content:e.title})))),value:n,onChange:u,...(0,a.filterDataProps)(e)});var p}},94697:(e,t,n)=>{"use strict";n.d(t,{DisplayItem:()=>d,DropItem:()=>u,IconDropdown:()=>c});var o=n(50959),i=n(97754),r=n.n(i),l=n(90405),a=n(9745),s=n(71272);function c(e){const{menuItemClassName:t,...n}=e;return o.createElement(l.Select,{...n,menuItemClassName:r()(t,s.itemWrap)})}function d(e){return o.createElement("div",{className:r()(s.item,s.selected,e.className)},o.createElement(a.Icon,{className:s.icon,icon:e.icon}))}function u(e){return o.createElement("div",{className:s.item},o.createElement(a.Icon,{className:r()(s.icon,e.iconClassName),icon:e.icon}),o.createElement("div",{className:s.label},e.label))}},53598:(e,t,n)=>{"use strict";n.d(t,{LineStyleSelect:()=>f}) -;var o=n(11542),i=n(50959),r=n(97754),l=n.n(r),a=n(51056),s=n(94697),c=n(501),d=n(23851),u=n(57740),p=n(80427),m=n(28527);const h=[{type:a.LINESTYLE_SOLID,icon:c,label:o.t(null,void 0,n(3554))},{type:a.LINESTYLE_DASHED,icon:d,label:o.t(null,void 0,n(88123))},{type:a.LINESTYLE_DOTTED,icon:u,label:o.t(null,void 0,n(27390))}];class f extends i.PureComponent{render(){const{id:e,lineStyle:t,className:n,lineStyleChange:o,disabled:r,additionalItems:a,allowedLineStyles:c}=this.props;let d=function(e){let t=[...h];return void 0!==e&&(t=t.filter((t=>e.includes(t.type)))),t.map((e=>({value:e.type,selectedContent:i.createElement(s.DisplayItem,{icon:e.icon}),content:i.createElement(s.DropItem,{icon:e.icon,label:e.label})})))}(c);return a&&(d=[{readonly:!0,content:a},...d]),i.createElement(s.IconDropdown,{id:e,disabled:r,className:l()(m.lineStyleSelect,n),hideArrowButton:!0,items:d,value:t,onChange:o,"data-name":"line-style-select",addPlaceholderToItems:!1,placeholder:i.createElement(s.DisplayItem,{icon:p,className:m.multipleStyles})})}}},88601:(e,t,n)=>{"use strict";n.d(t,{Transparency:()=>s});var o=n(50959),i=n(97754),r=n(54368),l=n(19625),a=n(58510);function s(e){const{value:t,disabled:n,onChange:s,className:c}=e;return o.createElement("div",{className:i(a.wrap,c,{[a.disabled]:n})},o.createElement(r.Opacity,{hideInput:!0,color:l.colorsPalette["color-tv-blue-500"],opacity:1-t/100,onChange:function(e){n||s(100-100*e)},disabled:n}))}},50890:(e,t,n)=>{"use strict";n.d(t,{LineWidthSelect:()=>d});var o=n(50959),i=n(97754),r=n(90405),l=n(10477);const a=[1,2,3,4];function s(e){const{id:t,value:n,items:s=a,disabled:c,onChange:d}=e;return o.createElement(r.Select,{id:t,disabled:c,hideArrowButton:!0,className:l.lineWidthSelect,items:(u=s,u.map((e=>({value:e,selectedContent:p(e,!0),content:p(e)})))),value:n,onChange:d,"data-name":"line-width-select"});var u;function p(e,t){const r={borderTopWidth:e};return o.createElement("div",{className:l.item},o.createElement("div",{className:i(l.bar,{[l.isActive]:e===n&&!t}),style:r}," "))}}var c=n(45560);function d(e){const{property:t}=e,[n,i]=(0,c.useDefinitionProperty)({property:t});return o.createElement(s,{...e,value:n,onChange:i})}},66849:(e,t,n)=>{"use strict";n.d(t,{ControlCustomHeightContext:()=>a,ControlCustomWidthContext:()=>r});var o,i=n(50959);!function(e){e.Small="small",e.Normal="normal",e.Big="big"}(o||(o={}));const r=i.createContext({});var l;!function(e){e.Normal="normal",e.Big="big"}(l||(l={}));const a=i.createContext({})},62709:(e,t,n)=>{"use strict";n.d(t,{Section:()=>tn});var o=n(50959),i=n(72491),r=n(48897),l=n(45560),a=n(31356);function s(e){const{definition:{id:t,properties:{checked:n,disabled:i,visible:r},title:s,solutionId:c,infoTooltip:d},offset:u}=e,[p]=(0,l.useDefinitionProperty)({property:i,defaultValue:!1}),[m]=(0,l.useDefinitionProperty)({property:r,defaultValue:!0});return m?o.createElement(a.CommonSection,{id:t,offset:u,checked:n,title:s,solutionId:c,infoTooltip:d,disabled:e.disabled||p}):null}var c=n(97754),d=n.n(c),u=n(22064),p=n(53598);function m(e){ -const{property:t}=e,[n,i]=(0,l.useDefinitionProperty)({property:t});return o.createElement(p.LineStyleSelect,{...e,lineStyle:n,lineStyleChange:i})}var h=n(50890),f=n(60521),b=n(50151);function v(e){return"mixed"===e}function y(e,t,n){const[i,r]=(0,o.useState)(e),l=(0,o.useRef)(i);return(0,o.useEffect)((()=>{r(e)}),[e,n]),[i,function(e){l.current=e,r(e)},function(){t(l.current)},function(){l.current=e,r(e)}]}var g,E=n(68335),w=n(92399),C=n(9859),D=n(59623),S=n(49483);function V(e){const{property:t,...n}=e,[i,r]=(0,o.useState)(performance.now()),[a,s]=(0,l.useDefinitionProperty)({property:t,handler:()=>r(performance.now())}),c=y(a,s,i);return o.createElement(x,{...n,valueHash:i,sharedBuffer:c})}function x(e){const{sharedBuffer:t,min:n,max:i,step:r,...l}=e,[a,s,c,d]=t,u=(0,o.useRef)(null),p=(0,o.useRef)(null),m={flushed:!1};return o.createElement(N,{...l,ref:p,onValueChange:function(e,t){s(e),"step"!==t||m.flushed||(c(),m.flushed=!0)},onKeyDown:function(e){if(e.defaultPrevented||m.flushed)return;switch((0,E.hashFromEvent)(e.nativeEvent)){case 27:d(),m.flushed=!0;break;case 13:e.preventDefault();const t=(0,b.ensureNotNull)(p.current).getClampedValue();null!==t&&(s(t),c(),m.flushed=!0)}},onBlur:function(e){const t=(0,b.ensureNotNull)(u.current);if(!t.contains(document.activeElement)&&!t.contains(e.relatedTarget)){const e=(0,b.ensureNotNull)(p.current).getClampedValue();null===e||m.flushed||(s(e),c(),m.flushed=!0)}},value:a,roundByStep:!1,containerReference:function(e){u.current=e},inputMode:S.CheckMobile.iOS()?void 0:"numeric",min:n,max:i,step:r,stretch:!1})}!function(e){e.Input="input",e.Step="step"}(g||(g={}));const P={mode:"float",min:-Number.MAX_VALUE,max:Number.MAX_VALUE,step:1,precision:0,inheritPrecisionFromStep:!0};class N extends o.PureComponent{constructor(e){super(e),this._selection=null,this._restoreSelection=!1,this._input=null,this._handleSelectionChange=()=>{this._restoreSelection||document.activeElement!==(0,b.ensureNotNull)(this._input)||this._saveSelection((0,b.ensureNotNull)(this._input))},this._handleInputReference=e=>{this._input=e,this.props.inputReference&&this.props.inputReference(e)},this._onFocus=e=>{this._saveSelection((0,b.ensureNotNull)(this._input)),this.setState({focused:!0}),this.props.onFocus&&this.props.onFocus(e)},this._onBlur=e=>{this._selection=null,this.setState({displayValue:I(this.props,this.props.value,M(this.props)),focused:!1}),this.props.onBlur&&this.props.onBlur(e)},this._onValueChange=e=>{const t=e.currentTarget,n=t.value,o=function(e,t,n){switch(n){case"integer":return T.test(t)?t:e;case"float":return t=t.replace(/,/g,"."),k.test(t)?t:e}}(this.state.displayValue,n,this.props.mode),i=B(o),r=this._checkValueBoundaries(i);var l,a;this.setState({displayValue:o}),o!==n&&(l=this.state.displayValue,a=(a=o).replace(/,/g,"."),(l=l.replace(/,/g,".")).includes(".")||!a.includes("."))?(this._restoreSelection=!0,this.forceUpdate()):this._saveSelection(t),r.value&&I(this.props,i)===o&&this.props.onValueChange(i,"input")},this._onValueByStepChange=e=>{ -const{roundByStep:t=!0,step:n=1}=this.props,o=B(this.state.displayValue);let i;if(isNaN(o)){const{defaultValue:e}=this.props;if(void 0===e)return;i=e}else{const r=new f.Big(o),l=new f.Big(n),a=r.mod(l);let s=r.plus(e*n);!a.eq(0)&&t&&(s=s.plus((e>0?0:1)*n).minus(a)),i=s.toNumber()}this._checkValueBoundaries(i).value&&(this.setState({displayValue:I(this.props,i,M(this.props))}),this.props.onValueChange(i,"step"))},this.state={value:R(this.props.value),displayValue:I(this.props,this.props.value,M(this.props)),focused:!1,valueHash:this.props.valueHash}}componentDidMount(){document.addEventListener("selectionchange",this._handleSelectionChange)}componentWillUnmount(){document.removeEventListener("selectionchange",this._handleSelectionChange)}componentDidUpdate(){const e=(0,b.ensureNotNull)(this._input),t=this._selection;if(null!==t&&this._restoreSelection&&document.activeElement===e){const{start:n,end:o,direction:i}=t;e.setSelectionRange(n,o,i)}this._restoreSelection=!1}render(){return o.createElement(w.NumberInputView,{type:"text",inputMode:this.props.inputMode,name:this.props.name,fontSizeStyle:"medium",value:this.state.displayValue,className:this.props.className,placeholder:this.props.placeholder,forceShowControls:this.props.forceShowControls,disabled:this.props.disabled,stretch:this.props.stretch,error:Boolean(this.props.error),errorMessage:this.props.error,onValueChange:this._onValueChange,onValueByStepChange:this._onValueByStepChange,containerReference:this.props.containerReference,inputReference:this._handleInputReference,onClick:this.props.onClick,onFocus:this._onFocus,onBlur:this._onBlur,onKeyDown:this.props.onKeyDown,autoSelectOnFocus:!0,"data-name":this.props["data-name"],highlight:this.props.highlight})}getClampedValue(){const{min:e,max:t}=this.props,n=B(this.state.displayValue);return isNaN(n)?null:(0,C.clamp)(n,e,t)}static getDerivedStateFromProps(e,t){const{valueHash:n}=e,o=R(e.value);if(t.value!==o||t.valueHash!==n){return{value:o,valueHash:n,displayValue:I(e,o,t.focused&&t.valueHash===n?void 0:M(e))}}return null}_saveSelection(e){const{selectionStart:t,selectionEnd:n,selectionDirection:o}=e;null!==t&&null!==n&&null!==o&&(this._selection={start:t,end:n,direction:o})}_checkValueBoundaries(e){const{min:t,max:n}=this.props,o=function(e,t,n){const o=e>=t,i=e<=n;return{passMin:o,passMax:i,pass:o&&i,clamped:(0,C.clamp)(e,t,n)}}(e,t,n);return{value:o.pass}}}N.defaultProps=P;const T=/^-?[0-9]*$/,k=/^(-?([0-9]+\.?[0-9]*)|(-?[0-9]*))$/;function I(e,t,n){return v(t=R(t))?"—":(null!==t&&void 0!==n&&(n=Math.max(_(t),n)),function(e,t){if(null===e)return"";return new D.NumericFormatter({precision:t}).format(e,{ignoreLocaleNumberFormat:!0})}(t,n))}function M(e){let t=0;return e.inheritPrecisionFromStep&&e.step<=1&&(t=_(e.step)),Math.max(e.precision,t)||void 0}function _(e){const t=Math.trunc(e).toString();return(0,C.clamp)(D.NumericFormatter.formatNoE(e).length-t.length-1,0,15)}function B(e,t){const n=new D.NumericFormatter({precision:t}).parse(e,{ignoreLocaleNumberFormat:!0});return n.res?n.value:NaN}function R(e){ -return"number"==typeof e&&Number.isFinite(e)||v(e)?e:null}var L=n(24377),F=n(58593),A=n(19063);function W(e){const{color:t,thickness:n,thicknessItems:i,noAlpha:r}=e,[a,s]=(0,l.useDefinitionProperty)({property:t}),[c,d]=(0,l.useDefinitionProperty)(n?{property:n}:{defaultValue:void 0});return o.createElement(F.ColorSelect,{...e,color:function(){if(!a)return null;if("mixed"===a)return"mixed";return(0,L.rgbToHexString)((0,L.parseRgb)(a))}(),onColorChange:function(e){const t=a&&"mixed"!==a?(0,A.alphaToTransparency)((0,L.parseRgba)(a)[3]):0;s((0,A.generateColor)(String(e),t,!0))},thickness:c,thicknessItems:i,onThicknessChange:d,opacity:r?void 0:a&&"mixed"!==a?(0,L.parseRgba)(a)[3]:void 0,onOpacityChange:r?void 0:function(e){s((0,A.generateColor)(a,(0,A.alphaToTransparency)(e),!0))}})}var G=n(11542),z=n(49857),O=n(94697),H=n(90186),J=n(43382),Z=n(98853),j=n(89654);const K=[{type:z.LineEnd.Normal,icon:J,label:G.t(null,void 0,n(65353))},{type:z.LineEnd.Arrow,icon:Z,label:G.t(null,void 0,n(11858))}];class U extends o.PureComponent{constructor(e){super(e),this._items=[],this._items=K.map((t=>({value:t.type,selectedContent:o.createElement(O.DisplayItem,{icon:t.icon}),content:o.createElement(O.DropItem,{icon:t.icon,iconClassName:d()(e.isRight&&j.right),label:t.label})})))}render(){const{id:e,lineEnd:t,className:n,lineEndChange:i,isRight:r,disabled:l}=this.props;return o.createElement(O.IconDropdown,{id:e,disabled:l,className:d()(j.lineEndSelect,r&&j.right,n),items:this._items,value:t,onChange:i,hideArrowButton:!0,...(0,H.filterDataProps)(this.props)})}}function X(e){const{property:t}=e,[n,i]=(0,l.useDefinitionProperty)({property:t});return o.createElement(U,{...e,lineEnd:n,lineEndChange:i})}var Y,$=n(78260),q=n(38188);function Q(e){const{children:t,className:n,breakPoint:i="Normal"}=e;return o.createElement($.CellWrap,{className:c(q.wrap,n,q[`breakpoint${i}`])},o.Children.map(t,(e=>o.isValidElement(e)?o.createElement("span",{key:null===e.key?void 0:e.key,className:c(q.row,r(e)&&q.empty,l(e)&&q.noMargins)},e):e)));function r(e){return!(!o.isValidElement(e)||e.type!==o.Fragment||!Array.isArray(e.props.children))&&e.props.children.every((e=>null===e))}function l(e){var t;return o.isValidElement(e)&&Boolean(null===(t=e.props)||void 0===t?void 0:t["data-no-margins"])}}!function(e){e.MobileNormal="Normal",e.MobileMedium="Medium",e.MobileSmall="Small"}(Y||(Y={}));const ee={1:"float",0:"integer"};var te=n(77975),ne=n(56659);function oe(e){const{definition:{id:t,properties:{checked:n,disabled:i,visible:r,leftEnd:s,rightEnd:d,value:p,extendLeft:f,extendRight:b},title:v,valueMin:y,valueMax:g,valueStep:E,valueUnit:w,extendLeftTitle:C,extendRightTitle:D,solutionId:S},offset:x}=e,[P]=(0,l.useDefinitionProperty)({property:n,defaultValue:!0}),[N]=(0,l.useDefinitionProperty)({property:i,defaultValue:!1}),[T]=(0,l.useDefinitionProperty)({property:r,defaultValue:!0}),k=(0,te.useWatchedValueReadonly)({watchedValue:y,defaultValue:void 0}),I=(0,te.useWatchedValueReadonly)({watchedValue:g,defaultValue:void 0}),M=(0,te.useWatchedValueReadonly)({ -watchedValue:E,defaultValue:void 0}),_=(0,te.useWatchedValueReadonly)({watchedValue:w,defaultValue:void 0}),B=e.disabled||!P;return T?o.createElement(o.Fragment,null,o.createElement(a.CommonSection,{id:t,offset:x,checked:n,title:v,solutionId:S,disabled:e.disabled||N},o.createElement(Q,{className:ne.line,breakPoint:"Small"},o.createElement(o.Fragment,null,function(){const{definition:{properties:{color:n,width:i},widthValues:r}}=e;if(n)return o.createElement("span",{className:ne.control},o.createElement(W,{color:n,thickness:i,disabled:B,thicknessItems:r}));return i&&o.createElement("span",{className:ne.control},o.createElement(h.LineWidthSelect,{id:(0,u.createDomId)(t,"line-width-select"),items:r,property:i,disabled:B}))}(),function(){const{definition:{properties:{style:n}}}=e;return n&&o.createElement("span",{className:ne.control},o.createElement(m,{id:(0,u.createDomId)(t,"line-style-select"),property:n,disabled:B}))}()),(s||d||p)&&o.createElement(o.Fragment,null,o.createElement(o.Fragment,null,s&&o.createElement(X,{id:(0,u.createDomId)(t,"left-end-select"),"data-name":"left-end-select",className:ne.control,property:s,disabled:B}),d&&o.createElement(X,{id:(0,u.createDomId)(t,"right-end-select"),"data-name":"right-end-select",className:ne.control,property:d,disabled:B,isRight:!0})),function(){const{definition:{valueType:t}}=e;return p&&o.createElement("span",{className:c(ne.valueInput,ne.control)},o.createElement(V,{className:ne.input,property:p,min:k,max:I,step:M,disabled:B,mode:void 0!==t?ee[t]:void 0,name:"line-value-input"}),o.createElement("span",{className:ne.valueUnit},_))}()))),f&&o.createElement(a.CommonSection,{id:`${t}ExtendLeft`,offset:x,checked:f,title:C,disabled:e.disabled||N}),b&&o.createElement(a.CommonSection,{id:`${t}ExtendRight`,offset:x,checked:b,title:D,disabled:e.disabled||N})):null}var ie=n(46088),re=n(90405),le=n(36947);function ae(e){const{property:t,options:n,...i}=e,[r,a]=(0,l.useDefinitionProperty)({property:t}),s=(0,le.useForceUpdate)();return(0,o.useEffect)((()=>{const e=()=>s();return Array.isArray(n)||n.subscribe(e),()=>{Array.isArray(n)||n.unsubscribe(e)}}),[]),o.createElement(re.Select,{...i,onChange:a,value:r,items:(Array.isArray(n)?n:n.value()).map((e=>e.readonly?{content:e.title,readonly:e.readonly}:{content:e.title,value:e.value,disabled:e.disabled,id:e.id}))})}var se=n(34306);const ce=[{title:G.t(null,void 0,n(88686)),value:ie.ColorType.Solid},{title:G.t(null,void 0,n(68043)),value:ie.ColorType.Gradient}];function de(e){const{id:t,disabled:n,noAlpha:i,properties:r}=e,{color:a,gradientColor1:s,gradientColor2:c,type:d}=r,[p]=(0,l.useDefinitionProperty)({property:d,defaultValue:ie.ColorType.Solid});return o.createElement(Q,null,o.createElement(ae,{id:(0,u.createDomId)(t,"background-type-options-dropdown"),"data-name":"background-type-options-dropdown",className:se.dropdown,menuClassName:se.dropdownMenu,disabled:n,property:d,options:ce}),p===ie.ColorType.Solid?o.createElement(W,{color:a,disabled:n,noAlpha:i}):o.createElement(o.Fragment,null,o.createElement(W,{ -className:se.firstColorPicker,color:s,disabled:n,noAlpha:i}),o.createElement(W,{color:c,disabled:n,noAlpha:i})))}function ue(e){const{definition:{id:t,properties:n,title:i,noAlpha:r,solutionId:s},offset:c}=e,{color:d,checked:u,disabled:p,visible:m}=n,[h]=(0,l.useDefinitionProperty)({property:u,defaultValue:!0}),[f]=(0,l.useDefinitionProperty)({property:p,defaultValue:!1}),[b]=(0,l.useDefinitionProperty)({property:m,defaultValue:!0}),v=e.disabled||!h;return b?o.createElement(a.CommonSection,{id:t,offset:c,checked:u,title:i,solutionId:s,disabled:e.disabled||f},o.createElement($.CellWrap,null,n.hasOwnProperty("type")?o.createElement(de,{id:t,properties:n,disabled:v,noAlpha:r}):o.createElement(W,{color:d,disabled:v,noAlpha:r}))):null}var pe=n(88601);function me(e){const{property:t,...n}=e,[i,r]=(0,l.useDefinitionProperty)({property:t});return o.createElement(pe.Transparency,{...n,value:i,onChange:r})}function he(e){const{definition:{id:t,properties:{transparency:n,checked:i,disabled:r,visible:s},title:c,solutionId:d},offset:u}=e,[p]=(0,l.useDefinitionProperty)({property:i,defaultValue:!0}),[m]=(0,l.useDefinitionProperty)({property:r,defaultValue:!1}),[h]=(0,l.useDefinitionProperty)({property:s,defaultValue:!0}),f=e.disabled||!p;return h?o.createElement(a.CommonSection,{id:t,offset:u,checked:i,title:c,solutionId:d,disabled:e.disabled||m},o.createElement($.CellWrap,null,o.createElement(me,{property:n,disabled:f}))):null}var fe=n(56198);function be(e){const{definition:{id:t,properties:{color1:n,color2:i,checked:r,disabled:s,visible:c},title:d,noAlpha1:u,noAlpha2:p,solutionId:m},offset:h}=e,[f]=(0,l.useDefinitionProperty)({property:r,defaultValue:!0}),[b]=(0,l.useDefinitionProperty)({property:s,defaultValue:!1}),[v]=(0,l.useDefinitionProperty)({property:c,defaultValue:!0}),y=e.disabled||!f||b;return v?o.createElement(a.CommonSection,{id:t,offset:h,checked:r,solutionId:m,title:d,disabled:e.disabled||b},o.createElement($.CellWrap,{className:fe.twoColors},g(n,u),g(i,p))):null;function g(e,t){return o.createElement("span",{className:fe.colorPicker},o.createElement(W,{color:e,disabled:y,noAlpha:t}))}}var ve=n(66849),ye=n(3218);function ge(e){const{definition:{id:t,properties:{checked:n,value:i,unitOptionsValue:r,disabled:s,visible:d},min:p,max:m,step:h,title:f,unit:v,unitOptions:y,type:g,solutionId:E},offset:w}=e,[C]=(0,l.useDefinitionProperty)({property:n,defaultValue:!0}),[D]=(0,l.useDefinitionProperty)({property:s,defaultValue:!1}),[S]=(0,l.useDefinitionProperty)({property:d,defaultValue:!0}),x=(0,te.useWatchedValueReadonly)({watchedValue:p,defaultValue:void 0}),P=(0,te.useWatchedValueReadonly)({watchedValue:m,defaultValue:void 0}),N=(0,te.useWatchedValueReadonly)({watchedValue:h,defaultValue:void 0}),T=(0,te.useWatchedValueReadonly)({watchedValue:v,defaultValue:void 0}),k=(0,o.useContext)(ve.ControlCustomWidthContext),I=D||e.disabled||!C;return S?o.createElement(a.CommonSection,{id:t,offset:w,checked:n,title:f,solutionId:E,disabled:e.disabled||D},o.createElement($.CellWrap,null,o.createElement(Q,null,o.createElement(V,{ -className:c(ye.input,k[t]&&ye[k[t]]),property:i,min:x,max:P,step:N,disabled:I,mode:ee[g],name:"number-input","data-name":t}),r&&o.createElement(ae,{id:(0,u.createDomId)(t,"unit-options-dropdown"),"data-name":"unit-options-dropdown",className:ye.dropdown,menuClassName:ye.dropdownMenu,disabled:I,property:r,options:(0,b.ensureDefined)(y)})),T&&o.createElement("span",{className:ye.unit},T))):null}function Ee(e){const{definition:{id:t,properties:{checked:n,disabled:i,visible:r},childrenDefinitions:s,title:c},offset:d}=e,[u]=(0,l.useDefinitionProperty)({property:n,defaultValue:!0}),[p]=(0,l.useDefinitionProperty)({property:i,defaultValue:!1}),[m]=(0,l.useDefinitionProperty)({property:r,defaultValue:!0}),h=e.disabled||!u;return m?o.createElement(o.Fragment,null,o.createElement(a.CommonSection,{id:t,offset:d,checked:n,title:c,disabled:e.disabled||p}),s.map((e=>o.createElement(tn,{key:e.id,disabled:h,definition:e,offset:!0})))):null}var we=n(66045);function Ce(e){const{property:t}=e,[n,i]=(0,l.useDefinitionProperty)({property:t});return o.createElement(we.FontSizeSelect,{...e,fontSize:n,fontSizeChange:i,"data-name":"font-size-select"})}var De=n(9745),Se=n(9309);function Ve(e){const{className:t,checked:n,icon:i,disabled:r,onClick:l}=e;return o.createElement("div",{className:d()(t,Se.container,n&&!r&&Se.active,r&&Se.disabled),onClick:r?void 0:l,"data-role":"button",...(0,H.filterDataProps)(e)},o.createElement(De.Icon,{className:Se.icon,icon:i}))}function xe(e){const{icon:t,className:n,property:i,disabled:r}=e,[a,s]=(0,l.useDefinitionProperty)({property:i});return o.createElement(Ve,{className:n,icon:t,checked:a,onClick:function(){s(!a)},disabled:r,...(0,H.filterDataProps)(e)})}var Pe=n(67029),Ne=n(71891),Te=n(2568);function ke(e){const{property:t,...n}=e,[i,r]=(0,l.useDefinitionProperty)({property:t}),a=(0,o.useCallback)((e=>r(e.target.value)),[r]);return o.createElement(Te.Textarea,{...n,value:i,onChange:a})}var Ie=n(8295),Me=n(29285),_e=n(23018);const Be=e=>({content:e.title,title:e.title,value:e.value,id:e.id}),Re=e=>({content:e.title,title:e.title,value:e.value,id:e.id});function Le(e){const{definition:{id:t,properties:{color:n,size:i,checked:r,disabled:s,bold:c,italic:d,text:p,alignmentHorizontal:m,alignmentVertical:h,orientation:f,backgroundVisible:b,backgroundColor:v,borderVisible:y,borderColor:g,borderWidth:E,wrap:w},title:C,solutionId:D,sizeItems:S,alignmentTitle:V,alignmentHorizontalItems:x,alignmentVerticalItems:P,orientationTitle:N,orientationItems:T,backgroundTitle:k,borderTitle:I,borderWidthItems:M,wrapTitle:_},offset:B}=e,R=(0,o.useContext)(ve.ControlCustomHeightContext),[L]=(0,l.useDefinitionProperty)({property:r,defaultValue:!0}),[F]=(0,l.useDefinitionProperty)({property:s,defaultValue:!1}),[A,G]=(0,l.useDefinitionProperty)({property:h,defaultValue:void 0}),[z,O]=(0,l.useDefinitionProperty)({property:f,defaultValue:"horizontal"}),[H,J]=(0,l.useDefinitionProperty)({property:m,defaultValue:void 0}),[Z]=(0,l.useDefinitionProperty)({property:b,defaultValue:!1}),[j]=(0,l.useDefinitionProperty)({property:y, -defaultValue:!1}),K=e.disabled||!L;return o.createElement(o.Fragment,null,function(){if(C)return o.createElement(a.CommonSection,{id:t,offset:B,checked:r,title:C,solutionId:D,disabled:e.disabled||F},o.createElement(Q,{breakPoint:"Small"},Y(),q()));return o.createElement(Ne.PropertyTable.Row,null,o.createElement(Ne.PropertyTable.Cell,{placement:"first",colSpan:2,offset:B,"data-section-name":t},Y(),q(),D&&!1))}(),p&&o.createElement(Ne.PropertyTable.Row,null,o.createElement(Ne.PropertyTable.Cell,{placement:"first",colSpan:2,offset:B,"data-section-name":t},o.createElement(ke,{className:Pe.InputClasses.FontSizeMedium,rows:(U=R[t],"big"===U?9:5),stretch:!0,property:p,disabled:K,onFocus:function(e){e.target.select()},name:"text-input"}))),(m||h)&&o.createElement(Ne.PropertyTable.Row,null,o.createElement(Ne.PropertyTable.Cell,{placement:"first",verticalAlign:"adaptive",offset:B,"data-section-name":t},o.createElement($.CellWrap,null,o.createElement("span",{className:_e.title},V))),o.createElement(Ne.PropertyTable.Cell,{placement:"last",verticalAlign:"adaptive","data-section-name":t},o.createElement(Q,{breakPoint:"Small"},void 0!==A&&void 0!==P&&o.createElement(re.Select,{id:(0,u.createDomId)(t,"alignment-vertical-select"),"data-name":"alignment-vertical-select",className:_e.dropdown,menuClassName:_e.dropdownMenu,disabled:K,value:A,items:P.map(Be),onChange:G}),void 0!==H&&void 0!==x&&o.createElement(re.Select,{id:(0,u.createDomId)(t,"alignment-horizontal-select"),"data-name":"alignment-horizontal-select",className:_e.dropdown,menuClassName:_e.dropdownMenu,disabled:K,value:H,items:x.map(Be),onChange:J})))),void 0!==f&&void 0!==T&&o.createElement(Ne.PropertyTable.Row,null,o.createElement(Ne.PropertyTable.Cell,{placement:"first",verticalAlign:"adaptive",offset:B,"data-section-name":t},o.createElement($.CellWrap,null,o.createElement("span",{className:_e.title},N))),o.createElement(Ne.PropertyTable.Cell,{placement:"last",verticalAlign:"adaptive","data-section-name":t},o.createElement(Q,{breakPoint:"Small"},o.createElement(re.Select,{id:(0,u.createDomId)(t,"orientation-select"),"data-name":"orientation-select",className:_e.dropdown,menuClassName:_e.dropdownMenu,disabled:K,value:z,items:T.map(Re),onChange:O})))),ee(k,b,v,!!b&&!Z),ee(I,y,g,!!y&&!j,E,M),w&&o.createElement(a.CommonSection,{id:`${t}Wrap`,offset:B,checked:w,title:_,disabled:e.disabled||F}));var U;function X(e,t,n){return e?o.createElement(xe,{className:_e.fontStyleButton,icon:t,property:e,disabled:K,"data-name":n}):null}function Y(){return o.createElement(o.Fragment,null,n&&o.createElement("div",{className:_e.colorPicker},o.createElement(W,{color:n,disabled:K})),i&&S&&o.createElement(Ce,{id:(0,u.createDomId)(t,"font-size-select"),property:i,fontSizes:S,disabled:K}))}function q(){return o.createElement(o.Fragment,null,X(c,Ie,"toggle-bold"),X(d,Me,"toggle-italic"))}function ee(e,n,i,r,l,s){return i||n?o.createElement(a.CommonSection,{id:`${t}ColorSelect`,offset:B,checked:n,title:e,disabled:K},i&&o.createElement(W,{color:i,thickness:l,thicknessItems:s,disabled:K||r})):null}} -var Fe=n(86623),Ae=n(37265);function We(e){const{property:t,mathOperations:n="+/*",mode:i="float",disabled:r,...a}=e,[s,c]=(0,o.useState)(performance.now()),[d,u]=(0,l.useDefinitionProperty)({property:t,handler:()=>c(performance.now())}),[p,m,h,f]=y(d,u,s),b=(0,o.useMemo)((()=>{const e=new RegExp(`^[${n.split("").join("\\")}-]?(${"float"===i?"(\\d+\\.\\d*)|":""}(\\d*))$`);return t=>(0,Ae.isString)(t)&&e.test(t)}),[n,i]);return o.createElement(Fe.FormInput,{...a,type:"text",value:p,onChange:function(e){const{value:t}=e.currentTarget;m(b(t)?t:p)},onKeyDown:function(e){if(e.defaultPrevented)return;switch((0,E.hashFromEvent)(e.nativeEvent)){case 27:f();break;case 13:v()}},onBlur:function(){v()},disabled:r,stretch:!1,autoSelectOnFocus:!0});function v(){p.length&&h()}}var Ge=n(72972);function ze(e){const{definition:{properties:{x:t,y:n,disabled:i},id:r,title:l,solutionId:a},definition:s,offset:c}=e,d=i&&i.value()||e.disabled;return o.createElement(Ne.PropertyTable.Row,null,o.createElement(Ne.PropertyTable.Cell,{verticalAlign:"top",placement:"first",offset:c,"data-section-name":r},o.createElement("span",{className:Ge.coordinates},l)),(t||n)&&o.createElement(Ne.PropertyTable.Cell,{placement:"last",offset:c,"data-section-name":r},o.createElement(Q,{breakPoint:"Medium"},"coordinates"===s.propType?o.createElement(Oe,{definition:s,disabled:d}):o.createElement(He,{definition:s,disabled:d})),a&&!1))}function Oe(e){const{definition:{properties:{x:t,y:n},minX:i,maxX:r,stepX:l,minY:a,maxY:s,stepY:c,typeX:d,typeY:u},disabled:p}=e,m=(0,te.useWatchedValueReadonly)({watchedValue:i,defaultValue:void 0}),h=(0,te.useWatchedValueReadonly)({watchedValue:r,defaultValue:void 0}),f=(0,te.useWatchedValueReadonly)({watchedValue:l,defaultValue:void 0}),b=(0,te.useWatchedValueReadonly)({watchedValue:a,defaultValue:void 0}),v=(0,te.useWatchedValueReadonly)({watchedValue:s,defaultValue:void 0}),y=(0,te.useWatchedValueReadonly)({watchedValue:c,defaultValue:void 0});return o.createElement(o.Fragment,null,n&&o.createElement(V,{className:Ge.input,property:n,min:b,max:v,step:y,disabled:p,name:"y-input",mode:void 0!==u?ee[u]:"integer"}),t&&o.createElement(V,{className:Ge.input,property:t,min:m,max:h,step:f,disabled:p,name:"x-input",mode:void 0!==d?ee[d]:"integer"}))}function He(e){const{definition:{properties:{x:t,y:i},mathOperationsX:r,mathOperationsY:l,modeX:a,modeY:s},disabled:c}=e;return o.createElement("div",{className:Ge.selectionCoordinates},o.createElement("div",{className:Ge.selectionCoordinates__inputs},i&&o.createElement(We,{property:i,mathOperations:l,mode:s,disabled:c,className:Ge.input,placeholder:G.t(null,void 0,n(49957))}),t&&o.createElement(We,{property:t,mathOperations:r,mode:a,disabled:c,className:Ge.input,placeholder:G.t(null,void 0,n(406))})),o.createElement("div",{className:Ge.selectionCoordinates__description},G.t(null,void 0,n(13748))))}var Je=n(73943);function Ze(e){const{definition:{id:t,properties:{checked:n,option:i,disabled:r,visible:s,color:c},title:p,solutionId:m,options:h,infoTooltip:f},offset:b}=e,[v]=(0, -l.useDefinitionProperty)({property:n,defaultValue:!0}),[y]=(0,l.useDefinitionProperty)({property:r,defaultValue:!1}),[g]=(0,l.useDefinitionProperty)({property:s,defaultValue:!0}),E=(0,o.useContext)(ve.ControlCustomWidthContext),w=e.disabled||!v;return g?o.createElement(a.CommonSection,{id:t,offset:b,checked:n,title:p,solutionId:m,disabled:e.disabled||y,infoTooltip:f},o.createElement($.CellWrap,null,o.createElement(Q,null,o.createElement(ae,{id:(0,u.createDomId)(t,"options-dropdown"),"data-name":"options-dropdown",className:d()(Je.dropdown,E[t]&&Je[E[t]]),menuClassName:d()(Je.dropdownMenu,E[t]&&Je[E[t]]),disabled:w||y,property:i,options:h}),c&&o.createElement(W,{color:c,disabled:w})))):null}var je=n(71953);var Ke,Ue=n(63273),Xe=n(9161);!function(e){e[e.None=0]="None",e[e.From=1]="From",e[e.To=2]="To"}(Ke||(Ke={}));class Ye extends o.PureComponent{constructor(e){super(e),this._container=null,this._pointer=null,this._rafPosition=null,this._rafDragStop=null,this._refContainer=e=>{this._container=e},this._refPointer=e=>{this._pointer=e},this._handlePosition=e=>{null!==this._rafPosition||this.props.disabled||(this._rafPosition=requestAnimationFrame((()=>{const{from:t,to:n,min:o,max:i}=this.props,r=this._getNewPosition(e),l=1===this._detectPointerMode(e),a=l?(0,C.clamp)(r,o,n):t,s=l?n:(0,C.clamp)(r,t,i);a<=s&&this._handleChange(a,s),this._rafPosition=null})))},this._handleDragStop=()=>{null!==this._rafDragStop||this.props.disabled||(this._rafDragStop=requestAnimationFrame((()=>{this.setState({pointerDragMode:0}),this._rafDragStop=null,this.props.onCommit()})))},this._onSliderClick=e=>{S.CheckMobile.any()||(this._handlePosition(e.nativeEvent),this._dragSubscribe())},this._mouseUp=e=>{this._dragUnsubscribe(),this._handlePosition(e),this._handleDragStop()},this._mouseMove=e=>{this._handlePosition(e)},this._onTouchStart=e=>{this._handlePosition(e.nativeEvent.touches[0])},this._handleTouch=e=>{this._handlePosition(e.nativeEvent.touches[0])},this._handleTouchEnd=()=>{this._handleDragStop()},this.state={pointerDragMode:0}}componentWillUnmount(){null!==this._rafPosition&&(cancelAnimationFrame(this._rafPosition),this._rafPosition=null),null!==this._rafDragStop&&(cancelAnimationFrame(this._rafDragStop),this._rafDragStop=null),this._dragUnsubscribe()}render(){const{className:e,disabled:t,from:n,to:i,min:r,max:l}=this.props,{pointerDragMode:a}=this.state,s=0!==a,d=l-r,u=0===d?r:(n-r)/d,p=0===d?l:(i-r)/d,m=(0,Ue.isRtl)()?"right":"left";return o.createElement("div",{className:c(e,Xe.range,t&&Xe.disabled)},o.createElement("div",{className:Xe.rangeSlider,ref:this._refContainer,onMouseDown:this._onSliderClick,onTouchStart:this._onTouchStart,onTouchMove:this._handleTouch,onTouchEnd:this._handleTouchEnd},o.createElement("div",{className:Xe.rangeSliderMiddleWrap},o.createElement("div",{className:c(Xe.rangeSliderMiddle,s&&Xe.dragged),style:{[m]:100*u+"%",width:100*(p-u)+"%"}})),o.createElement("div",{className:Xe.rangePointerWrap},o.createElement("div",{className:c(Xe.pointer,s&&Xe.dragged),style:{[m]:100*u+"%"},ref:this._refPointer -})),o.createElement("div",{className:Xe.rangePointerWrap},o.createElement("div",{className:c(Xe.pointer,s&&Xe.dragged),style:{[m]:100*p+"%"}}))))}_dragSubscribe(){const e=(0,b.ensureNotNull)(this._container).ownerDocument;e&&(e.addEventListener("mouseup",this._mouseUp),e.addEventListener("mousemove",this._mouseMove))}_dragUnsubscribe(){const e=(0,b.ensureNotNull)(this._container).ownerDocument;e&&(e.removeEventListener("mousemove",this._mouseMove),e.removeEventListener("mouseup",this._mouseUp))}_getNewPosition(e){const{min:t,max:n}=this.props,o=n-t,i=(0,b.ensureNotNull)(this._container),r=(0,b.ensureNotNull)(this._pointer),l=i.getBoundingClientRect(),a=r.offsetWidth;let s=e.clientX-a/2-l.left;return(0,Ue.isRtl)()&&(s=l.width-s-a),(0,C.clamp)(s/(l.width-a),0,1)*o+t}_detectPointerMode(e){const{from:t,to:n}=this.props,{pointerDragMode:o}=this.state;if(0!==o)return o;const i=this._getNewPosition(e),r=Math.abs(t-i),l=Math.abs(n-i),a=r===l?io.createElement(Q,{breakPoint:"Medium"},o.createElement(o.Fragment,null,o.createElement("span",{className:qe.valueInput},o.createElement(x,{className:qe.input,sharedBuffer:N,min:E,max:v(_)?w:_,step:1,disabled:F,name:"from-input",mode:"integer",defaultValue:E}),e?o.createElement("span",{className:qe.rangeSlider},"—"):o.createElement(Ye,{className:d()(qe.rangeSlider,L&&qe.rangeSlider_mixed),from:L?E:T,to:L?w:_,min:E,max:w,onChange:W,onCommit:G,disabled:F}))),o.createElement(o.Fragment,null,o.createElement("span",{className:qe.valueInput},o.createElement(x,{className:qe.input,sharedBuffer:M,min:v(T)?E:T,max:w,step:1,disabled:F,name:"to-input",mode:"integer",defaultValue:w}),u&&!1)))))}()));function W(e,t){k(Math.round(e)),B(Math.round(t))}function G(){A.flushed||(I(),R(),A.flushed=!0)}}var et=n(86067),tt=n(53424),nt=n(93234);function ot(e){const{definitions:t,name:n,offset:i}=e,r=d()(nt.cell,nt.fragmentCell,t.some((e=>void 0!==e.solutionId))&&nt.largeWidth) -;return o.createElement(Ne.PropertyTable.Row,null,o.createElement(Ne.PropertyTable.Cell,{className:r,offset:i,placement:"first",verticalAlign:"adaptive",colSpan:2,"data-section-name":n,checkableTitle:!0},t.map((e=>o.createElement("div",{className:nt.item,key:e.id,"data-section-name":e.id},o.createElement(rt,{definition:e}))))))}function it(e){const{definition:t,offset:n}=e;return o.createElement(Ne.PropertyTable.Row,null,o.createElement(Ne.PropertyTable.Cell,{className:nt.cell,offset:n,placement:"first",verticalAlign:"adaptive",colSpan:2,checkableTitle:!0},o.createElement(rt,{definition:t})))}function rt(e){const{definition:{id:t,properties:{disabled:n,checked:i,color:r,level:a,width:s,style:c},solutionId:p,title:h,widthValues:f,styleValues:b}}=e,[v]=(0,l.useDefinitionProperty)({property:i,defaultValue:!0}),[y]=(0,l.useDefinitionProperty)({property:n,defaultValue:!1}),g=y||!v;return o.createElement(o.Fragment,null,o.createElement(tt.CheckableTitle,{name:`is-enabled-${t}`,className:d()(h&&nt.withTitle),title:h&&o.createElement("span",{className:nt.title},h),property:i,disabled:y}),a&&o.createElement(V,{className:d()(nt.input,nt.control),property:a,disabled:g}),r&&o.createElement(W,{className:nt.control,disabled:g,color:r,thickness:s,thicknessItems:f}),c&&o.createElement(m,{id:(0,u.createDomId)(t,"leveled-line-style-select"),className:nt.control,property:c,disabled:g,allowedLineStyles:b}),p&&!1)}var lt=n(16731);function at(e){const{definition:{id:t,properties:{option1:n,option2:i,checked:r,disabled:s},title:c,solutionId:d,optionsItems1:p,optionsItems2:m},offset:h}=e,[f]=(0,l.useDefinitionProperty)({property:r,defaultValue:!0}),[b]=(0,l.useDefinitionProperty)({property:s,defaultValue:!1}),v=e.disabled||!f;return o.createElement(a.CommonSection,{id:t,offset:h,checked:r,title:c,solutionId:d,disabled:e.disabled||b},o.createElement(Q,{className:lt.twoOptions},o.createElement(ae,{id:(0,u.createDomId)(t,"two-options-dropdown-1"),"data-name":"two-options-dropdown-1",className:lt.dropdown,menuClassName:lt.menu,property:n,disabled:v,options:p}),o.createElement(ae,{id:(0,u.createDomId)(t,"two-options-dropdown-2"),"data-name":"two-options-dropdown-2",className:lt.dropdown,menuClassName:lt.menu,property:i,disabled:v,options:m})))}var st=n(80640);function ct(e){const{definition:{id:t,properties:{color1:n,color2:i,option:r},options:l,color1Visible:s,color2Visible:c,title:p,noAlpha1:m,noAlpha2:h,solutionId:f},offset:b}=e,v=(0,te.useWatchedValueReadonly)({watchedValue:s,defaultValue:!1}),y=(0,te.useWatchedValueReadonly)({watchedValue:c,defaultValue:!1}),g=(0,o.useContext)(ve.ControlCustomWidthContext);return o.createElement(a.CommonSection,{id:t,offset:b,solutionId:f,title:p},o.createElement($.CellWrap,{className:st.optionalTwoColors},o.createElement(Q,null,o.createElement(ae,{id:(0,u.createDomId)(t,"options-dropdown"),"data-name":"options-dropdown",className:d()(st.dropdown,g[t]&&st[g[t]]),menuClassName:d()(st.dropdownMenu,g[t]&&st[g[t]]),property:r,options:l}),o.createElement(o.Fragment,null,v&&E(n,m),y&&E(i,h)))));function E(e,t){ -return o.createElement("span",{className:st.colorPicker},o.createElement(W,{color:e,noAlpha:t}))}}var dt=n(5236),ut=n(97616);function pt(e){const{source:t,inputs:n,model:i,inputsTabProperty:r,studyMetaInfo:l}=e.definition;return o.createElement(dt.InputsTabContent,{className:ut.withoutPadding,property:r,model:i,study:t,studyMetaInfo:l,inputs:n})}var mt=n(19625),ht=n(56840),ft=n(38297),bt=n(83682),vt=n(173);var yt=n(20520),gt=n(37558),Et=n(41590),wt=n(27317),Ct=n(40173);function Dt(e){!function(e,t){(0,o.useEffect)((()=>{const n=t||document;return n.addEventListener("scroll",e),()=>n.removeEventListener("scroll",e)}),[e])}(e,document)}var St=n(78135),Vt=n(24437),xt=n(80671);function Pt(e){const{children:t,highlight:n,disabled:i,reference:r,...l}=e,a=n?"primary":"default";return o.createElement("div",{...l,ref:r,className:d()(xt.wrapper,xt[`intent-${a}`],xt["border-thin"],xt["size-medium"],n&&xt.highlight,n&&xt.focused,i&&xt.disabled),"data-role":"button"},o.createElement("div",{className:d()(xt.childrenContainer,i&&xt.disabled)},t),n&&o.createElement("span",{className:xt.shadow}))}var Nt=n(21775);const Tt=()=>null,kt=(0,Ct.mergeThemes)(wt.DEFAULT_MENU_THEME,{menuBox:Nt.menuBox});function It(e){const{value:t,disabled:n,onSelect:i}=e,r=(0,o.useRef)(null),{current:l}=(0,o.useRef)(ht.getJSON("RecentlyUsedEmojis",[t])),[a,s]=(0,o.useState)(l),[c,d]=(0,o.useState)(!1),u=(0,o.useCallback)((()=>d(!1)),[]);Dt(u);const p=(0,o.useCallback)((e=>{const t=Array.from(new Set([e,...a])).slice(0,18);ht.setJSON("RecentlyUsedEmojis",t),s(t),i(e),u()}),[a,i]),m=(h=a,(0,o.useMemo)((()=>(vt.emojiGroups[0].emojis=h,[...vt.emojiGroups])),[h]));var h;return o.createElement(o.Fragment,null,o.createElement(Pt,{reference:r,highlight:c,disabled:n,"data-name":"emoji-picker"},o.createElement(bt.EmojiWrap,{emoji:t,onClick:function(){n||d(!0)}})),o.createElement($e.MatchMedia,{rule:Vt.DialogBreakpoints.TabletSmall},(e=>c&&o.createElement(gt.DrawerManager,null,e?o.createElement(Et.Drawer,{className:Nt.drawer,position:"Bottom",onClose:u},o.createElement(ft.EmojiList,{emojis:m,onSelect:p,height:378})):o.createElement(yt.PopupMenu,{theme:kt,isOpened:!0,position:(0,St.getPopupPositioner)(r.current,{horizontalDropDirection:St.HorizontalDropDirection.FromLeftToRight,horizontalAttachEdge:St.HorizontalAttachEdge.Left}),onClickOutside:u,onClose:Tt},o.createElement(ft.EmojiList,{className:Nt.desktopSize,emojis:m,onSelect:p,height:378}))))))}var Mt=n(5200);function _t(e){const{definition:{id:t,title:n,properties:i,solutionId:r},offset:s}=e,{checked:c,emoji:d,backgroundColor:u}=i,[p]=(0,l.useDefinitionProperty)({property:c,defaultValue:!1}),[m,h]=(0,l.useDefinitionProperty)({property:d,defaultValue:"🙂"}),[f,b]=(0,l.useDefinitionProperty)({property:u,defaultValue:mt.colorsPalette["color-tv-blue-a600"]}),[v]=(0,l.useDefinitionProperty)({property:i.disabled,defaultValue:!1}),y=e.disabled||!p;return o.createElement(a.CommonSection,{id:t,offset:s,checked:c,title:n,solutionId:r,disabled:e.disabled||v},o.createElement(It,{value:m,disabled:y,onSelect:h -}),o.createElement(F.ColorSelect,{className:Mt.colorSelect,disabled:y,color:function(){if("mixed"===f)return f;return(0,L.rgbToHexString)((0,L.parseRgb)(f))}(),opacity:f&&"mixed"!==f?(0,L.parseRgba)(f)[3]:void 0,onColorChange:function(e){const t=f&&"mixed"!==f?(0,A.alphaToTransparency)((0,L.parseRgba)(f)[3]):0;b((0,A.generateColor)(String(e),t,!0))},onOpacityChange:function(e){b((0,A.generateColor)(f,(0,A.alphaToTransparency)(e),!0))}}))}function Bt(e){const{definition:{id:t,properties:{disabled:n,visible:i},childrenDefinitions:r,title:s},offset:c}=e,[d]=(0,l.useDefinitionProperty)({property:n,defaultValue:!1}),[u]=(0,l.useDefinitionProperty)({property:i,defaultValue:!0}),p=e.disabled;return u?o.createElement(o.Fragment,null,s&&o.createElement(a.CommonSection,{id:t,offset:c,title:s,disabled:e.disabled||d}),r.map((e=>{var t;return o.createElement(tn,{key:e.id,disabled:p,definition:e,offset:null!==(t=e.offset)&&void 0!==t?t:Boolean(s)})}))):null}var Rt=n(38528),Lt=n(36104),Ft=n(3343),At=n(26597),Wt=n(59054),Gt=n(50238),zt=n(16396),Ot=n(15294),Ht=n(58128);function Jt(e){const{isDisabled:t,hint:n,label:i,isChecked:r,checkboxClassName:l,labelClassName:a,indeterminate:s,isActive:d,checkboxTabIndex:u,checkboxReference:p,checkboxDataRole:m,...h}=e;return o.createElement(zt.PopupMenuItem,{...h,isDisabled:t,shortcut:n,dontClosePopup:!0,labelRowClassName:a,label:o.createElement(Ot.Checkbox,{reference:p,disabled:t,label:i,checked:r,indeterminate:s,className:c(Ht.checkbox,l),tabIndex:u,"data-role":m})})}var Zt=n(65983);function jt(e){const[t,n]=(0,Gt.useRovingTabindexElement)(null);return o.createElement(Jt,{...e,className:Zt.item,checkboxClassName:Zt.checkbox,checkboxReference:t,checkboxTabIndex:n,checkboxDataRole:"menuitem",onKeyDown:function(e){const n=(0,Ft.hashFromEvent)(e);13!==n&&32!==n||(e.preventDefault(),t.current instanceof HTMLElement&&t.current.click())},"aria-disabled":e.isDisabled||void 0})}var Kt=n(20243),Ut=n(83821);function Xt(e){return!e.readonly&&!e.disabled}function Yt(e){const{selectedItems:t,placeholder:n}=e;if(!t.length)return o.createElement("span",null,n);const i=t.map((e=>{var t,n,o;return null!==(n=null!==(t=e.selectedContent)&&void 0!==t?t:e.content)&&void 0!==n?n:null===(o=e.value)||void 0===o?void 0:o.toString()})).reduce(((e,t,n)=>t?(e.push(o.createElement("span",{key:n,className:Ut.contentPart},t)),e.push(o.createElement("span",{key:`separator_${n}`},","," ")),e):e),[]);return i.length&&i.splice(-1),o.createElement("span",{className:Ut.btnContent},i)}function $t(e,t){const{id:n,items:i,menuClassName:r,menuItemClassName:l,tabIndex:a,disabled:s,highlight:c,intent:d,hideArrowButton:p,placeholder:m,value:h,"aria-labelledby":f,onFocus:b,onBlur:v,onClick:y,onChange:g,onKeyDown:E,openMenuOnEnter:w=!0,"aria-describedby":C,"aria-invalid":D,...S}=e,{listboxId:V,isOpened:x,isFocused:P,buttonTabIndex:N,highlight:T,intent:k,open:I,onOpen:M,close:_,toggle:B,buttonFocusBindings:R,onButtonClick:L,buttonRef:F,listboxRef:A,listboxTabIndex:W,buttonAria:G}=(0,Lt.useControlDisclosure)({id:n,disabled:s, -buttonTabIndex:a,intent:d,highlight:c,onFocus:b,onBlur:v,onClick:y}),z=i.filter(Xt).filter((e=>h.some((t=>e.value===t)))),O=(0,u.joinDomIds)(f,n),H=O.length>0?O:void 0,J=(0,o.useMemo)((()=>({role:"listbox","aria-labelledby":f})),[f]),Z=(0,At.useKeyboardToggle)(B,x||w),j=(0,At.useKeyboardOpen)(x,I),K=(0,At.useKeyboardEventHandler)([Z,j]),U=(0,Rt.useMergedRefs)([F,t]);return o.createElement(Wt.ControlDisclosureView,{...S,...G,...R,id:n,role:"button",tabIndex:N,"aria-owns":G["aria-controls"],"aria-haspopup":"listbox","aria-labelledby":H,disabled:s,hideArrowButton:p,isFocused:P,isOpened:x,highlight:T,intent:k,ref:U,onClick:L,onClose:_,onKeyDown:K,onOpen:M,listboxTabIndex:W,listboxId:V,listboxClassName:r,listboxAria:J,"aria-describedby":C,"aria-invalid":D,listboxReference:A,onListboxKeyDown:function(e){switch((0,Ft.hashFromEvent)(e)){case 27:case 9:return void(x&&(e.preventDefault(),_()))}(0,Kt.handleAccessibleMenuKeyDown)(e)},onListboxFocus:e=>(0,Kt.handleAccessibleMenuFocus)(e,F),buttonChildren:o.createElement(Yt,{selectedItems:null!=z?z:null,placeholder:m})},i.map(((e,t)=>{var i,r,a;if(e.readonly)return o.createElement(o.Fragment,{key:`readonly_item_${t}`},e.content);const s=function(e,t){var n;return null!==(n=null==t?void 0:t.id)&&void 0!==n?n:(0,u.createDomId)(e,"item",null==t?void 0:t.value)}(n,e);return o.createElement(jt,{key:s,id:s,className:l,"aria-selected":h===e.value,isChecked:h.includes(e.value),label:null!==(a=null!==(i=e.content)&&void 0!==i?i:null===(r=e.value)||void 0===r?void 0:r.toString())&&void 0!==a?a:"",onClick:()=>function(e){const t=new Set(h);t.has(e)?t.delete(e):t.add(e);g(Array.from(t))}(e.value),isDisabled:e.disabled})})))}$t.displayName="Multiselect";const qt=o.forwardRef($t);var Qt=n(47908);function en(e){const{definition:t}=e,{checkableListOptions:r,definitions:l}=t,[a,s]=(0,o.useState)(h());(0,o.useEffect)((()=>{const e={},t=()=>{const e=h();s(e)};return t(),r.forEach((n=>{var o;n.properties.checked&&(null===(o=n.properties.checked)||void 0===o||o.subscribe(e,t))})),()=>{r.forEach((n=>{var o;n.properties.checked&&(null===(o=n.properties.checked)||void 0===o||o.unsubscribe(e,t))}))}}),[t]);const c=[],d=[],u=[],p=[];l.value().forEach((e=>{(0,i.isPropertyDefinition)(e)&&((0,i.isColorDefinition)(e)?c.push(e):(0,i.isTwoColorDefinition)(e)?d.push(e):(0,i.isLineDefinition)(e)?u.push(e):(0,i.isOptionsDefinition)(e)&&p.push(e))}));const m=0===a.length;return o.createElement(o.Fragment,null,o.createElement(Ne.PropertyTable.Row,null,o.createElement(Ne.PropertyTable.Cell,{verticalAlign:"topCenter",placement:"first"},t.title),o.createElement(Ne.PropertyTable.Cell,{placement:"last"},o.createElement("div",{className:Qt.wrap},o.createElement(qt,{className:Qt.select,placeholder:G.t(null,void 0,n(8854)),onChange:function(e){const t=new Set(e);r.forEach((e=>{var n,o;!t.has(e.id)||(null===(n=e.properties.checked)||void 0===n?void 0:n.value())?!t.has(e.id)&&(null===(o=e.properties.checked)||void 0===o?void 0:o.value())&&e.properties.checked.setValue(!1):(0,b.ensureDefined)(e.properties.checked).setValue(!0) -}))},value:a,matchButtonAndListboxWidths:!0,items:r.map((e=>({id:e.id,content:(0,b.ensureDefined)(e.title),value:e.id})))}),c.length||u.length?o.createElement("div",{className:Qt.colorsWrap},u.map((e=>o.createElement(W,{key:e.id,color:(0,b.ensureDefined)(e.properties.color),thickness:e.properties.width,thicknessItems:e.widthValues,disabled:m}))),c.map((e=>o.createElement(W,{key:e.id,color:e.properties.color,disabled:m})))):null,d.length?d.map((e=>o.createElement("div",{key:e.id,className:Qt.colorsWrap},o.createElement(W,{color:e.properties.color1,disabled:m,noAlpha:e.noAlpha1}),o.createElement(W,{color:e.properties.color2,disabled:m,noAlpha:e.noAlpha2})))):null))),p.map((e=>o.createElement(Ne.PropertyTable.Row,{key:e.id},o.createElement(Ne.PropertyTable.Cell,{placement:"first"}),o.createElement(Ne.PropertyTable.Cell,{placement:"last"},o.createElement(ae,{className:Qt.select,property:e.properties.option,options:e.options,disabled:m}))))));function h(){return r.filter((e=>{var t;return(0,b.ensureDefined)(null===(t=e.properties)||void 0===t?void 0:t.checked).value()})).map((e=>e.id))}}function tn(e){const{definition:t,offset:n,disabled:l}=e;if(function(e){(0,o.useEffect)((()=>{if(void 0===e)return;const t={...e.properties};return Object.entries(t).forEach((([n,o])=>{void 0!==o&&o.subscribe(t,(()=>je.logger.logNormal(`Property "${n}" in definition "${e.id}" was updated to value "${o.value()}"`)))})),()=>{Object.entries(t).forEach((([,e])=>{null==e||e.unsubscribeAll(t)}))}}),[e])}((0,i.isPropertyDefinitionsGroup)(t)?void 0:t),(0,i.isPropertyDefinitionsGroup)(t))return o.createElement(nn,{definition:t,offset:n,disabled:l});switch(t.propType){case"line":return o.createElement(oe,{...e,definition:t});case"checkable":return o.createElement(s,{...e,definition:t});case"color":return o.createElement(ue,{...e,definition:t});case"transparency":return o.createElement(he,{...e,definition:t});case"twoColors":return o.createElement(be,{...e,definition:t});case"optionalTwoColors":return o.createElement(ct,{...e,definition:t});case"fourColors":case"session":case"soundSelect":case"image":default:return null;case"number":return o.createElement(ge,{...e,definition:t});case"symbol":return o.createElement(r.SymbolInputsButton,{...e,definition:t});case"text":return o.createElement(Le,{...e,definition:t});case"checkableSet":return o.createElement(Ee,{...e,definition:t});case"set":return o.createElement(Bt,{...e,definition:t});case"options":return o.createElement(Ze,{...e,definition:t});case"range":return o.createElement(Qe,{...e,definition:t});case"coordinates":case"selectionCoordinates":return o.createElement(ze,{...e,definition:t});case"twoOptions":return o.createElement(at,{...e,definition:t});case"leveledLine":return o.createElement(it,{...e,definition:t});case"emoji":return o.createElement(_t,{...e,definition:t});case"studyInputs":return o.createElement(pt,{...e,definition:t})}}function nn(e){const{definition:t}=e,n=(0,te.useWatchedValueReadonly)({watchedValue:t.definitions});return(0,te.useWatchedValueReadonly)({watchedValue:t.visible, -defaultValue:!0})?(0,i.isCheckableListOptionsDefinition)(t)?o.createElement(en,{definition:t}):o.createElement(o.Fragment,null,t.title&&o.createElement(et.GroupTitleSection,{title:t.title,name:t.id}),n&&function(e){const t=[];return e.reduce(((e,t)=>{if((0,i.isPropertyDefinitionsGroup)(t)||"leveledLine"!==t.propType)e.push(t);else{const n=e[e.length-1];Array.isArray(n)?n.push(t):e.push([t])}return e}),t)}(n).map((n=>Array.isArray(n)?o.createElement(ot,{key:n[0].id,name:t.id,definitions:n}):o.createElement(tn,{key:n.id,...e,definition:n}))),"general"===t.groupType&&o.createElement(Ne.PropertyTable.GroupSeparator,{size:1})):null}},95276:(e,t,n)=>{"use strict";n.d(t,{ControlDisclosure:()=>d});var o=n(50959),i=n(38528),r=n(26597),l=n(59054),a=n(36104),s=n(68335),c=n(44620);const d=o.forwardRef(((e,t)=>{const{id:n,tabIndex:d,disabled:u,highlight:p,intent:m,children:h,onClick:f,onFocus:b,onBlur:v,listboxAria:y,onListboxKeyDown:g,...E}=e,w=(0,o.useRef)({"aria-labelledby":n}),{listboxId:C,isOpened:D,isFocused:S,buttonTabIndex:V,listboxTabIndex:x,highlight:P,intent:N,onOpen:T,close:k,toggle:I,buttonFocusBindings:M,onButtonClick:_,buttonRef:B,listboxRef:R,buttonAria:L}=(0,a.useControlDisclosure)({id:n,disabled:u,buttonTabIndex:d,intent:m,highlight:p,onFocus:b,onBlur:v,onClick:f}),F=(0,r.useKeyboardToggle)(I),A=(0,r.useKeyboardClose)(D,k),W=(0,r.useKeyboardEventHandler)([F,A]);return o.createElement(l.ControlDisclosureView,{...E,...M,...L,id:n,role:"button",tabIndex:V,disabled:u,isOpened:D,isFocused:S,ref:(0,i.useMergedRefs)([B,t]),highlight:P,intent:N,onClose:k,onOpen:T,onClick:_,onKeyDown:W,listboxId:C,listboxTabIndex:x,listboxReference:R,listboxAria:null!=y?y:w.current,onListboxKeyDown:function(e){if(27===(0,s.hashFromEvent)(e))return e.preventDefault(),void k();null==g||g(e)}},h,o.createElement("span",{className:c.invisibleFocusHandler,tabIndex:0,"aria-hidden":!0,onFocus:()=>k()}))}));d.displayName="ControlDisclosure"},96040:(e,t,n)=>{"use strict";n.d(t,{RemoveButton:()=>c});var o=n(11542),i=n(50959),r=n(97754),l=n(9745),a=n(33765),s=n(11772);function c(e){const{className:t,isActive:c,onClick:d,onMouseDown:u,title:p,hidden:m,"data-name":h="remove-button",icon:f,...b}=e;return i.createElement(l.Icon,{...b,"data-name":h,className:r(s.button,"apply-common-tooltip",c&&s.active,m&&s.hidden,t),icon:f||a,onClick:d,onMouseDown:u,title:p||o.t(null,void 0,n(67410))})}},65983:e=>{e.exports={checkbox:"checkbox-hcyAOCXc",item:"item-hcyAOCXc"}},78135:(e,t,n)=>{"use strict";n.d(t,{HorizontalAttachEdge:()=>i,HorizontalDropDirection:()=>l,VerticalAttachEdge:()=>o,VerticalDropDirection:()=>r,getPopupPositioner:()=>c});var o,i,r,l,a=n(50151);!function(e){e[e.Top=0]="Top",e[e.Bottom=1]="Bottom",e[e.AutoStrict=2]="AutoStrict"}(o||(o={})),function(e){e[e.Left=0]="Left",e[e.Right=1]="Right"}(i||(i={})),function(e){e[e.FromTopToBottom=0]="FromTopToBottom",e[e.FromBottomToTop=1]="FromBottomToTop"}(r||(r={})),function(e){e[e.FromLeftToRight=0]="FromLeftToRight",e[e.FromRightToLeft=1]="FromRightToLeft"}(l||(l={}));const s={ -verticalAttachEdge:o.Bottom,horizontalAttachEdge:i.Left,verticalDropDirection:r.FromTopToBottom,horizontalDropDirection:l.FromLeftToRight,verticalMargin:0,horizontalMargin:0,matchButtonAndListboxWidths:!1};function c(e,t){return n=>{var c,d;const{contentWidth:u,contentHeight:p,availableHeight:m}=n,h=(0,a.ensureNotNull)(e).getBoundingClientRect(),{horizontalAttachEdge:f=s.horizontalAttachEdge,horizontalDropDirection:b=s.horizontalDropDirection,horizontalMargin:v=s.horizontalMargin,verticalMargin:y=s.verticalMargin,matchButtonAndListboxWidths:g=s.matchButtonAndListboxWidths}=t;let E=null!==(c=t.verticalAttachEdge)&&void 0!==c?c:s.verticalAttachEdge,w=null!==(d=t.verticalDropDirection)&&void 0!==d?d:s.verticalDropDirection;E===o.AutoStrict&&(m{"use strict";n.d(t,{convertToDefinitionProperty:()=>r,makeProxyDefinitionProperty:()=>i});var o=n(51768);function i(e,t,n){const o=new Map,i=void 0!==t?t[0]:e=>e,r=void 0!==t?void 0!==t[1]?t[1]:t[0]:e=>e,l={value:()=>i(e.value()),setValue:t=>{e.setValue(r(t))},subscribe:(t,n)=>{const i=e=>{n(l)};o.set(n,i),e.subscribe(t,i)},unsubscribe:(t,n)=>{const i=o.get(n);i&&(e.unsubscribe(t,i),o.delete(n))},unsubscribeAll:t=>{e.unsubscribeAll(t),o.clear()},destroy:()=>{e.release(),null==n||n()}};return l}function r(e,t,n,r,l,a,s){const c=i(t.weakReference(),r,a),d=void 0!==r?void 0!==r[1]?r[1]:r[0]:e=>e,u=null!=l?l:o=>e.setProperty(t,d(o),n);return c.setValue=e=>{var t;s&&(0,o.trackEvent)(s.category,s.event,null===(t=s.label)||void 0===t?void 0:t.call(s,e)),u(e)},c}},59411:(e,t,n)=>{"use strict";n.d(t,{createLinePropertyDefinition:()=>s});var o=n(49857),i=n(51056);const r=[i.LINESTYLE_SOLID,i.LINESTYLE_DOTTED,i.LINESTYLE_DASHED],l=[1,2,3,4],a=[o.LineEnd.Normal,o.LineEnd.Arrow];function s(e,t){const n={propType:"line",properties:e,...t};return void 0!==n.properties.style&&(n.styleValues=r),void 0!==n.properties.width&&(n.widthValues=l),void 0===n.properties.leftEnd&&void 0===n.properties.rightEnd||void 0!==n.endsValues||(n.endsValues=a),void 0!==n.properties.value&&void 0===n.valueType&&(n.valueType=1),n}},14139:(e,t,n)=>{"use strict";function o(e,t){return{propType:"options",properties:e,...t}}n.d(t,{createOptionsPropertyDefinition:()=>o})},72491:(e,t,n)=>{"use strict";function o(e,t){return{propType:"checkable",properties:e,...t}}function i(e,t,n){return{propType:"checkableSet",properties:e,childrenDefinitions:n,...t}}function r(e,t){return{propType:"color",properties:e,noAlpha:!1,...t}}n.d(t,{convertFromReadonlyWVToDefinitionProperty:()=>Z,convertFromWVToDefinitionProperty:()=>J,convertToDefinitionProperty:()=>O.convertToDefinitionProperty,createCheckablePropertyDefinition:()=>o,createCheckableSetPropertyDefinition:()=>i,createColorPropertyDefinition:()=>r,createCoordinatesPropertyDefinition:()=>T, -createEmojiPropertyDefinition:()=>L,createImagePropertyDefinition:()=>R,createLeveledLinePropertyDefinition:()=>d,createLinePropertyDefinition:()=>l.createLinePropertyDefinition,createNumberPropertyDefinition:()=>p,createOptionalTwoColorsPropertyDefinition:()=>N,createOptionsPropertyDefinition:()=>m.createOptionsPropertyDefinition,createPropertyDefinitionsCheckableListOptionsGroup:()=>G,createPropertyDefinitionsGeneralGroup:()=>W,createPropertyDefinitionsLeveledLinesGroup:()=>z,createRangePropertyDefinition:()=>I,createSelectionCoordinatesPropertyDefinition:()=>k,createSessionPropertyDefinition:()=>B,createStudyInputsPropertyDefinition:()=>F,createSymbolPropertyDefinition:()=>_,createTextPropertyDefinition:()=>x,createTransparencyPropertyDefinition:()=>M,createTwoColorsPropertyDefinition:()=>P,createTwoOptionsPropertyDefinition:()=>h,destroyDefinitions:()=>se,getColorDefinitionProperty:()=>Q,getLockPriceScaleDefinitionProperty:()=>K,getPriceScaleSelectionStrategyDefinitionProperty:()=>j,getScaleRatioDefinitionProperty:()=>U,getSymbolDefinitionProperty:()=>ee,isCheckableListOptionsDefinition:()=>ae,isColorDefinition:()=>ie,isLineDefinition:()=>oe,isOptionsDefinition:()=>le,isPropertyDefinition:()=>te,isPropertyDefinitionsGroup:()=>ne,isTwoColorDefinition:()=>re,makeProxyDefinitionProperty:()=>O.makeProxyDefinitionProperty});var l=n(59411),a=n(51056);const s=[a.LINESTYLE_SOLID,a.LINESTYLE_DOTTED,a.LINESTYLE_DASHED],c=[1,2,3,4];function d(e,t){const n={propType:"leveledLine",properties:e,...t};return void 0!==n.properties.style&&(n.styleValues=s),void 0!==n.properties.width&&(n.widthValues=c),n}var u;function p(e,t){return{propType:"number",properties:e,type:1,...t}}!function(e){e[e.Integer=0]="Integer",e[e.Float=1]="Float"}(u||(u={}));var m=n(14139);function h(e,t){return{propType:"twoOptions",properties:e,...t}}var f,b,v,y=n(11542);!function(e){e.Top="bottom",e.Middle="middle",e.Bottom="top"}(f||(f={})),function(e){e.Left="left",e.Center="center",e.Right="right"}(b||(b={})),function(e){e.Horizontal="horizontal",e.Vertical="vertical"}(v||(v={}));const g=[{id:"bottom",value:"bottom",title:y.t(null,void 0,n(97118))},{id:"middle",value:"middle",title:y.t(null,void 0,n(68833))},{id:"top",value:"top",title:y.t(null,void 0,n(27567))}],E=[{id:"left",value:"left",title:y.t(null,void 0,n(11626))},{id:"center",value:"center",title:y.t(null,void 0,n(24197))},{id:"right",value:"right",title:y.t(null,void 0,n(50421))}],w=[{id:"horizontal",value:"horizontal",title:y.t(null,void 0,n(95406))},{id:"vertical",value:"vertical",title:y.t(null,void 0,n(69526))}],C=[10,11,12,14,16,20,24,28,32,40].map((e=>({title:String(e),value:e}))),D=[1,2,3,4],S=y.t(null,void 0,n(25485)),V=y.t(null,void 0,n(67781));function x(e,t){const n={propType:"text",properties:e,...t,isEditable:t.isEditable||!1};return void 0!==n.properties.size&&void 0===n.sizeItems&&(n.sizeItems=C),void 0!==n.properties.alignmentVertical&&void 0===n.alignmentVerticalItems&&(n.alignmentVerticalItems=g), -void 0!==n.properties.alignmentHorizontal&&void 0===n.alignmentHorizontalItems&&(n.alignmentHorizontalItems=E),(n.alignmentVerticalItems||n.alignmentHorizontalItems)&&void 0===n.alignmentTitle&&(n.alignmentTitle=S),void 0!==n.properties.orientation&&(void 0===n.orientationItems&&(n.orientationItems=w),void 0===n.orientationTitle&&(n.orientationTitle=V)),void 0!==n.properties.borderWidth&&void 0===n.borderWidthItems&&(n.borderWidthItems=D),n}function P(e,t){return{propType:"twoColors",properties:e,noAlpha1:!1,noAlpha2:!1,...t}}function N(e,t){return{propType:"optionalTwoColors",properties:e,noAlpha1:!1,noAlpha2:!1,...t}}function T(e,t){return{propType:"coordinates",properties:e,...t}}function k(e,t){return{propType:"selectionCoordinates",properties:e,...t}}function I(e,t){return{propType:"range",properties:e,...t}}function M(e,t){return{propType:"transparency",properties:e,...t}}function _(e,t){return{propType:"symbol",properties:e,...t}}function B(e,t){return{propType:"session",properties:e,...t}}function R(e,t){return{propType:"image",properties:e,...t}}function L(e,t){return{propType:"emoji",properties:e,...t}}function F(e,t){return{propType:"studyInputs",properties:e,...t}}var A=n(64147);function W(e,t,n,o){return{id:t,title:n,visible:o,groupType:"general",definitions:new A.WatchedValue(e)}}function G(e,t,n,o,i){return{id:n,title:o,visible:i,groupType:"checkableListOptions",definitions:new A.WatchedValue(t),checkableListOptions:e}}function z(e,t,n){return{id:t,title:n,groupType:"leveledLines",definitions:new A.WatchedValue(e)}}var O=n(23351);function H(e,t,n){const o=new Map,i=void 0!==t?t[0]:e=>e,r=void 0!==t?void 0!==t[1]?t[1]:t[0]:e=>e,l={value:()=>i(e.value()),setValue:t=>{var n;null===(n=e.setValue)||void 0===n||n.call(e,r(t))},subscribe:(t,n)=>{const i=()=>{n(l)};let r=o.get(t);void 0===r?(r=new Map,r.set(n,i),o.set(t,r)):r.set(n,i),e.subscribe(i)},unsubscribe:(t,n)=>{const i=o.get(t);if(void 0!==i){const t=i.get(n);void 0!==t&&(e.unsubscribe(t),i.delete(n))}},unsubscribeAll:t=>{const n=o.get(t);void 0!==n&&(n.forEach(((t,n)=>{e.unsubscribe(t)})),n.clear())}};return n&&(l.destroy=()=>n()),l}function J(e,t,n,o){const i=H(t,o),r=void 0!==o?void 0!==o[1]?o[1]:o[0]:e=>e;return i.setValue=o=>e.setWatchedValue(t,r(o),n),i}function Z(e,t){return function(e,t,n,o){const i=new Map,r={subscribe:(n,o)=>{const r=e=>n(t(e));i.set(n,r),e.subscribe(r,o)},unsubscribe:t=>{if(t){const n=i.get(t);n&&(e.unsubscribe(n),i.delete(t))}else i.clear(),e.unsubscribe()},value:()=>t(e.value())};return H(r,n,o)}(e,(e=>e),t,(()=>e.release()))}function j(e,t){const n=(0,O.makeProxyDefinitionProperty)(t.weakReference());return n.setValue=t=>e.setPriceScaleSelectionStrategy(t),n}function K(e,t,n,o){const i=(0,O.makeProxyDefinitionProperty)(t.weakReference());return i.setValue=t=>{const i={lockScale:t};e.setPriceScaleMode(i,n,o)},i}function U(e,t,n,o){const i=(0,O.makeProxyDefinitionProperty)(t.weakReference(),o);return i.setValue=o=>{e.setScaleRatioProperty(t,o,n)},i}var X=n(24377),Y=n(19063),$=n(99531);function q(e,t){if((0, -Y.isHexColor)(e)){const n=(0,X.parseRgb)(e);return(0,X.rgbaToString)((0,X.rgba)(n,(100-t)/100))}return e}function Q(e,t,n,o,i){let r;if(null!==n){const e=(0,$.combineProperty)(q,t.weakReference(),n.weakReference());r=(0,O.makeProxyDefinitionProperty)(e.ownership())}else r=(0,O.makeProxyDefinitionProperty)(t.weakReference(),[()=>q(t.value(),0),e=>e]);return r.setValue=n=>{i&&e.beginUndoMacro(o),e.setProperty(t,n,o),i&&e.endUndoMacro()},r}function ee(e,t,n,o,i,r){const l=[(a=n,s=t,e=>{const t=a(s);if(e===s.value()&&null!==t){const e=t.ticker||t.full_name;if(e)return e}return e}),e=>e];var a,s;const c=(0,O.convertToDefinitionProperty)(e,t,i,l);r&&(c.setValue=r);const d=new Map;c.subscribe=(e,n)=>{const o=e=>{n(c)};d.set(n,o),t.subscribe(e,o)},c.unsubscribe=(e,n)=>{const o=d.get(n);o&&(t.unsubscribe(e,o),d.delete(n))};const u={};return o.subscribe(u,(()=>{d.forEach(((e,t)=>{t(c)}))})),c.destroy=()=>{o.unsubscribeAll(u),d.clear()},c}function te(e){return e.hasOwnProperty("propType")}function ne(e){return e.hasOwnProperty("groupType")}function oe(e){return"line"===e.propType}function ie(e){return"color"===e.propType}function re(e){return"twoColors"===e.propType}function le(e){return"options"===e.propType}function ae(e){return"checkableListOptions"===e.groupType}function se(e){e.forEach((e=>{var t;if(te(e)){Object.keys(e.properties).forEach((t=>{const n=e.properties[t];void 0!==n&&void 0!==n.destroy&&n.destroy()}))}else se(e.definitions.value()),null===(t=e.visible)||void 0===t||t.destroy()}))}},60925:e=>{e.exports=''},44996:e=>{e.exports=''},33765:e=>{e.exports=''},23851:e=>{e.exports=''},57740:e=>{e.exports=''},80427:e=>{ -e.exports=''},501:e=>{e.exports=''},98853:e=>{e.exports=''},43382:e=>{e.exports=''},8295:e=>{e.exports=''},29285:e=>{e.exports=''}}]); \ No newline at end of file diff --git a/charting_library/bundles/1072.67a2846c0506e2e592be.css b/charting_library/bundles/1072.67a2846c0506e2e592be.css new file mode 100644 index 00000000..0421f72c --- /dev/null +++ b/charting_library/bundles/1072.67a2846c0506e2e592be.css @@ -0,0 +1 @@ +.container-qm7Rg5MB{align-items:center;border-bottom:1px solid;border-top:1px solid;border-color:var(--themed-color-search-border,#ebebeb);cursor:default;display:flex;flex-shrink:0;position:relative}html.theme-dark .container-qm7Rg5MB{border-color:var(--themed-color-search-border,#4a4a4a)}.container-qm7Rg5MB.mobile-qm7Rg5MB{background-color:var(--themed-color-container-fill-primary-neutral-extra-light,#f2f2f2);border:none;border-radius:40px;margin:4px 20px 8px}html.theme-dark .container-qm7Rg5MB.mobile-qm7Rg5MB{background-color:var(--themed-color-container-fill-primary-neutral-extra-light,#303030)}.inputContainer-qm7Rg5MB{height:24px;padding:8px 16px 8px 47px;width:100%}.inputContainer-qm7Rg5MB.mobile-qm7Rg5MB{padding-left:40px}.inputContainer-qm7Rg5MB.withCancel-qm7Rg5MB{padding-right:70px}.input-qm7Rg5MB{background-color:initial;border:none;color:var(--themed-color-load-chart-dialog-text,#1a1a1a);font-size:16px;height:100%;margin:0;padding:0;width:100%}html.theme-dark .input-qm7Rg5MB{color:var(--themed-color-load-chart-dialog-text,#a8a8a8)}.input-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral-bold,#1a1a1a)}html.theme-dark .input-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral-bold,#dbdbdb)}.input-qm7Rg5MB.mobile-qm7Rg5MB::placeholder{color:var(--themed-color-content-primary-neutral,#707070);font-weight:400}html.theme-dark .input-qm7Rg5MB.mobile-qm7Rg5MB::placeholder{color:var(--themed-color-content-primary-neutral,#8c8c8c)}.input-qm7Rg5MB::placeholder{color:var(--themed-color-input-placeholder-text,#a8a8a8);font-weight:400}html.theme-dark .input-qm7Rg5MB::placeholder{color:var(--themed-color-input-placeholder-text,#4a4a4a)}.icon-qm7Rg5MB{color:#a8a8a8;height:28px;left:15px;pointer-events:none;position:absolute;top:calc(50% - 14px)}.icon-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral,#707070);left:8px}html.theme-dark .icon-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral,#8c8c8c)}.cancel-qm7Rg5MB{color:var(--themed-color-default-gray,#707070);position:absolute;right:20px}html.theme-dark .cancel-qm7Rg5MB{color:var(--themed-color-default-gray,#8c8c8c)}.cancel-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral,#707070)}html.theme-dark .cancel-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral,#8c8c8c)}.highlighted-cwp8YRo6,html.theme-dark .highlighted-cwp8YRo6{color:var(--themed-color-brand,#2962ff)} \ No newline at end of file diff --git a/charting_library/bundles/1072.67a2846c0506e2e592be.rtl.css b/charting_library/bundles/1072.67a2846c0506e2e592be.rtl.css new file mode 100644 index 00000000..34f4620b --- /dev/null +++ b/charting_library/bundles/1072.67a2846c0506e2e592be.rtl.css @@ -0,0 +1 @@ +.container-qm7Rg5MB{align-items:center;border-bottom:1px solid;border-top:1px solid;border-color:var(--themed-color-search-border,#ebebeb);cursor:default;display:flex;flex-shrink:0;position:relative}html.theme-dark .container-qm7Rg5MB{border-color:var(--themed-color-search-border,#4a4a4a)}.container-qm7Rg5MB.mobile-qm7Rg5MB{background-color:var(--themed-color-container-fill-primary-neutral-extra-light,#f2f2f2);border:none;border-radius:40px;margin:4px 20px 8px}html.theme-dark .container-qm7Rg5MB.mobile-qm7Rg5MB{background-color:var(--themed-color-container-fill-primary-neutral-extra-light,#303030)}.inputContainer-qm7Rg5MB{height:24px;padding:8px 47px 8px 16px;width:100%}.inputContainer-qm7Rg5MB.mobile-qm7Rg5MB{padding-right:40px}.inputContainer-qm7Rg5MB.withCancel-qm7Rg5MB{padding-left:70px}.input-qm7Rg5MB{background-color:initial;border:none;color:var(--themed-color-load-chart-dialog-text,#1a1a1a);font-size:16px;height:100%;margin:0;padding:0;width:100%}html.theme-dark .input-qm7Rg5MB{color:var(--themed-color-load-chart-dialog-text,#a8a8a8)}.input-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral-bold,#1a1a1a)}html.theme-dark .input-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral-bold,#dbdbdb)}.input-qm7Rg5MB.mobile-qm7Rg5MB::placeholder{color:var(--themed-color-content-primary-neutral,#707070);font-weight:400}html.theme-dark .input-qm7Rg5MB.mobile-qm7Rg5MB::placeholder{color:var(--themed-color-content-primary-neutral,#8c8c8c)}.input-qm7Rg5MB::placeholder{color:var(--themed-color-input-placeholder-text,#a8a8a8);font-weight:400}html.theme-dark .input-qm7Rg5MB::placeholder{color:var(--themed-color-input-placeholder-text,#4a4a4a)}.icon-qm7Rg5MB{color:#a8a8a8;height:28px;pointer-events:none;position:absolute;right:15px;top:calc(50% - 14px)}.icon-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral,#707070);right:8px}html.theme-dark .icon-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral,#8c8c8c)}.cancel-qm7Rg5MB{color:var(--themed-color-default-gray,#707070);left:20px;position:absolute}html.theme-dark .cancel-qm7Rg5MB{color:var(--themed-color-default-gray,#8c8c8c)}.cancel-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral,#707070)}html.theme-dark .cancel-qm7Rg5MB.mobile-qm7Rg5MB{color:var(--themed-color-content-primary-neutral,#8c8c8c)}.highlighted-cwp8YRo6,html.theme-dark .highlighted-cwp8YRo6{color:var(--themed-color-brand,#2962ff)} \ No newline at end of file diff --git a/charting_library/bundles/116.668ae3395c34e5ab58d7.css b/charting_library/bundles/116.668ae3395c34e5ab58d7.css new file mode 100644 index 00000000..7aaaf065 --- /dev/null +++ b/charting_library/bundles/116.668ae3395c34e5ab58d7.css @@ -0,0 +1 @@ +.hidden-DgcIT6Uz{opacity:0}.fadeInWrapper-DgcIT6Uz{transition:opacity var(--ui-lib-fadeInWrapper-transition-duration,.35s);width:100%}.roundTabButton-JbssaNvk{align-items:center;border-style:solid;border-width:1px;box-sizing:border-box;cursor:default;display:inline-flex;flex:0 0 auto;justify-content:center;max-width:100%;-webkit-tap-highlight-color:transparent;outline:none;overflow:visible;position:relative;-webkit-user-select:none;user-select:none}.roundTabButton-JbssaNvk:focus{outline:none}.roundTabButton-JbssaNvk:focus-visible{outline:none}.roundTabButton-JbssaNvk:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 10px);left:-5px;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 10px);z-index:1}.roundTabButton-JbssaNvk:focus:after{display:block}.roundTabButton-JbssaNvk:focus-visible:after{display:block}.roundTabButton-JbssaNvk:focus:not(:focus-visible):after{display:none}.roundTabButton-JbssaNvk:after,html.theme-dark .roundTabButton-JbssaNvk:after{border-color:var(--themed-color-focus-outline-color-blue,#2962ff)}.roundTabButton-JbssaNvk.disableFocusOutline-JbssaNvk:after{display:none}.roundTabButton-JbssaNvk.enableCursorPointer-JbssaNvk{cursor:pointer}.roundTabButton-JbssaNvk:not(:first-child){margin-inline-start:var(--ui-lib-round-tab-margin)}.roundTabButton-JbssaNvk.large-JbssaNvk{border-radius:24px;height:48px;padding:0 23px}.roundTabButton-JbssaNvk.large-JbssaNvk:after{border-radius:28px}.roundTabButton-JbssaNvk.large-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.large-JbssaNvk.withStartIcon-JbssaNvk{padding-inline-start:15px}.roundTabButton-JbssaNvk.large-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.large-JbssaNvk.withEndIcon-JbssaNvk{padding-inline-end:15px}.roundTabButton-JbssaNvk.large-JbssaNvk:not(.iconOnly-JbssaNvk) .startIconWrap-JbssaNvk{margin-inline-end:4px}.roundTabButton-JbssaNvk.large-JbssaNvk .endIconWrap-JbssaNvk{margin-inline-start:4px}.roundTabButton-JbssaNvk.small-JbssaNvk{border-radius:17px;height:34px;padding:0 15px}.roundTabButton-JbssaNvk.small-JbssaNvk:after{border-radius:21px}.roundTabButton-JbssaNvk.small-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.small-JbssaNvk.withStartIcon-JbssaNvk{padding-inline-start:11px}.roundTabButton-JbssaNvk.small-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.small-JbssaNvk.withEndIcon-JbssaNvk{padding-inline-end:11px}.roundTabButton-JbssaNvk.small-JbssaNvk:not(.iconOnly-JbssaNvk) .startIconWrap-JbssaNvk{margin-inline-end:4px}.roundTabButton-JbssaNvk.small-JbssaNvk .endIconWrap-JbssaNvk{margin-inline-start:4px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk{border-radius:14px;height:28px;padding:0 11px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk:after{border-radius:18px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.xsmall-JbssaNvk.withStartIcon-JbssaNvk{padding-inline-start:7px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.xsmall-JbssaNvk.withEndIcon-JbssaNvk{padding-inline-end:7px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk:not(.iconOnly-JbssaNvk) .startIconWrap-JbssaNvk{margin-inline-end:4px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk .endIconWrap-JbssaNvk{margin-inline-start:2px}.roundTabButton-JbssaNvk.large-JbssaNvk{font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:500}.roundTabButton-JbssaNvk.large-JbssaNvk,.roundTabButton-JbssaNvk.small-JbssaNvk{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.roundTabButton-JbssaNvk.small-JbssaNvk{font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400}.roundTabButton-JbssaNvk.xsmall-JbssaNvk{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}.roundTabButton-JbssaNvk.primary-JbssaNvk{background-color:var(--themed-color-round-tab-primary-default-bg,#f2f2f2);border-color:var(--themed-color-round-tab-primary-default-border,#f2f2f2);color:var(--themed-color-round-tab-primary-default-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk{background-color:var(--themed-color-round-tab-primary-default-bg,#303030);border-color:var(--themed-color-round-tab-primary-default-border,#303030);color:var(--themed-color-round-tab-primary-default-content,#dbdbdb)}@media (any-hover:hover){.roundTabButton-JbssaNvk.primary-JbssaNvk:hover:not(:disabled):not(.roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk){background-color:var(--themed-color-round-tab-primary-hover-bg,#ebebeb);border-color:var(--themed-color-round-tab-primary-hover-border,#ebebeb);color:var(--themed-color-round-tab-primary-hover-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:hover:not(:disabled):not(.roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk){background-color:var(--themed-color-round-tab-primary-hover-bg,#3d3d3d);border-color:var(--themed-color-round-tab-primary-hover-border,#3d3d3d);color:var(--themed-color-round-tab-primary-hover-content,#dbdbdb)}}.roundTabButton-JbssaNvk.primary-JbssaNvk:active:not(.disableActiveStateStyles-JbssaNvk):not(:disabled){background-color:var(--themed-color-round-tab-primary-active-bg,#dbdbdb);border-color:var(--themed-color-round-tab-primary-active-border,#dbdbdb);color:var(--themed-color-round-tab-primary-active-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:active:not(.disableActiveStateStyles-JbssaNvk):not(:disabled){background-color:var(--themed-color-round-tab-primary-active-bg,#4a4a4a);border-color:var(--themed-color-round-tab-primary-active-border,#4a4a4a);color:var(--themed-color-round-tab-primary-active-content,#fff)}.roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk,.roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk:not(.disableActiveStateStyles-JbssaNvk){background-color:var(--themed-color-round-tab-primary-selected-bg,#1a1a1a);border-color:var(--themed-color-round-tab-primary-selected-border,#1a1a1a);color:var(--themed-color-round-tab-primary-selected-content,#fff)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk:not(.disableActiveStateStyles-JbssaNvk){background-color:var(--themed-color-round-tab-primary-selected-bg,#fff);border-color:var(--themed-color-round-tab-primary-selected-border,#fff);color:var(--themed-color-round-tab-primary-selected-content,#1a1a1a)}.roundTabButton-JbssaNvk.ghost-JbssaNvk{background-color:var(--themed-color-round-tab-ghost-default-bg,#0000);border-color:var(--themed-color-round-tab-ghost-default-border,#0000);color:var(--themed-color-round-tab-ghost-default-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk{background-color:var(--themed-color-round-tab-ghost-default-bg,#0000);border-color:var(--themed-color-round-tab-ghost-default-border,#0000);color:var(--themed-color-round-tab-ghost-default-content,#dbdbdb)}@media (any-hover:hover){.roundTabButton-JbssaNvk.ghost-JbssaNvk:hover:not(:disabled):not(.roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk){background-color:var(--themed-color-round-tab-ghost-hover-bg,#0000);border-color:var(--themed-color-round-tab-ghost-hover-border,#ebebeb);color:var(--themed-color-round-tab-ghost-hover-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:hover:not(:disabled):not(.roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk){background-color:var(--themed-color-round-tab-ghost-hover-bg,#0000);border-color:var(--themed-color-round-tab-ghost-hover-border,#4a4a4a);color:var(--themed-color-round-tab-ghost-hover-content,#dbdbdb)}}.roundTabButton-JbssaNvk.ghost-JbssaNvk:active:not(.disableActiveStateStyles-JbssaNvk):not(:disabled){background-color:var(--themed-color-round-tab-ghost-active-bg,#0000);border-color:var(--themed-color-round-tab-ghost-active-border,#1a1a1a);color:var(--themed-color-round-tab-ghost-active-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:active:not(.disableActiveStateStyles-JbssaNvk):not(:disabled){background-color:var(--themed-color-round-tab-ghost-active-bg,#0000);border-color:var(--themed-color-round-tab-ghost-active-border,#fff);color:var(--themed-color-round-tab-ghost-active-content,#fff)}.roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk,.roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk:not(.disableActiveStateStyles-JbssaNvk){background-color:var(--themed-color-round-tab-ghost-selected-bg,#0000);border-color:var(--themed-color-round-tab-ghost-selected-border,#1a1a1a);color:var(--themed-color-round-tab-ghost-selected-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk:not(.disableActiveStateStyles-JbssaNvk){background-color:var(--themed-color-round-tab-ghost-selected-bg,#0000);border-color:var(--themed-color-round-tab-ghost-selected-border,#fff);color:var(--themed-color-round-tab-ghost-selected-content,#fff)}.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled,.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]{cursor:default}.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:after,.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:after{display:none}.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled,.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:link,.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:visited,.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true],.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:link,.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:visited{background-color:var(--themed-color-round-tab-primary-disabled-bg,#ebebeb);border-color:var(--themed-color-round-tab-primary-disabled-bg,#ebebeb);color:var(--themed-color-round-tab-disabled-content,#b8b8b8)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:disabled,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:link,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:visited,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true],html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:link,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:visited{background-color:var(--themed-color-round-tab-primary-disabled-bg,#3d3d3d);border-color:var(--themed-color-round-tab-primary-disabled-bg,#3d3d3d);color:var(--themed-color-round-tab-disabled-content,#636363)}.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled,.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]{cursor:default}.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:after,.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:after{display:none}.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled,.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:link,.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:visited,.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true],.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:link,.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:visited{background-color:var(--themed-color-round-tab-ghost-disabled-bg,#0000);border-color:var(--themed-color-round-tab-ghost-disabled-bg,#0000);color:var(--themed-color-round-tab-disabled-content,#b8b8b8)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:link,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:visited,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true],html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:link,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:visited{background-color:var(--themed-color-round-tab-ghost-disabled-bg,#0000);border-color:var(--themed-color-round-tab-ghost-disabled-bg,#0000);color:var(--themed-color-round-tab-disabled-content,#636363)}.roundTabButton-JbssaNvk.fake-JbssaNvk{left:-999999px;pointer-events:none;position:absolute;z-index:-1}.endIconWrap-JbssaNvk,.startIconWrap-JbssaNvk{align-items:center;display:inline-flex;justify-content:center;max-height:28px;max-width:28px;min-height:18px;min-width:18px}.caret-JbssaNvk{transition:transform .35s ease}.selected-JbssaNvk .caret-JbssaNvk{transform:rotate(180deg)}.visuallyHidden-JbssaNvk{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.linkItem-zMVwkifW{cursor:pointer}.scrollWrap-vgCB17hK{contain:content;margin:-4px calc(max(var(--ui-lib-round-tabs-hor-padding, 0px), 4px)*-1);min-height:100%;padding:4px max(var(--ui-lib-round-tabs-hor-padding,0px),4px);position:relative;-webkit-user-select:none;user-select:none;width:100%}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}@supports (-moz-appearance:none){.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK{scrollbar-width:none}}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK.sb-scrollbar-wrap{display:none}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK::-webkit-scrollbar{display:none;height:0;width:0}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK::-webkit-scrollbar-thumb,.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK::-webkit-scrollbar-track{display:none}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK::-webkit-scrollbar-corner{display:none}.roundTabs-vgCB17hK{display:flex;flex-flow:row nowrap;--ui-lib-round-tab-margin:var(--ui-lib-round-tabs-gap)}.overflowScroll-vgCB17hK .roundTabs-vgCB17hK{min-width:max-content}.overflowScroll-vgCB17hK .roundTabs-vgCB17hK.center-vgCB17hK{margin-inline-end:calc(max(var(--ui-lib-round-tabs-hor-padding, 0px), 4px)*-1);padding-inline-end:max(var(--ui-lib-round-tabs-hor-padding,0px),4px)}.overflowWrap-vgCB17hK .roundTabs-vgCB17hK{gap:var(--ui-lib-round-tabs-gap);--ui-lib-round-tab-margin:0;flex-wrap:wrap}.roundTabs-vgCB17hK.start-vgCB17hK{justify-content:flex-start}.roundTabs-vgCB17hK.center-vgCB17hK{justify-content:center} \ No newline at end of file diff --git a/charting_library/bundles/116.668ae3395c34e5ab58d7.rtl.css b/charting_library/bundles/116.668ae3395c34e5ab58d7.rtl.css new file mode 100644 index 00000000..7aef3c5c --- /dev/null +++ b/charting_library/bundles/116.668ae3395c34e5ab58d7.rtl.css @@ -0,0 +1 @@ +.hidden-DgcIT6Uz{opacity:0}.fadeInWrapper-DgcIT6Uz{transition:opacity var(--ui-lib-fadeInWrapper-transition-duration,.35s);width:100%}.roundTabButton-JbssaNvk{align-items:center;border-style:solid;border-width:1px;box-sizing:border-box;cursor:default;display:inline-flex;flex:0 0 auto;justify-content:center;max-width:100%;-webkit-tap-highlight-color:transparent;outline:none;overflow:visible;position:relative;-webkit-user-select:none;user-select:none}.roundTabButton-JbssaNvk:focus{outline:none}.roundTabButton-JbssaNvk:focus-visible{outline:none}.roundTabButton-JbssaNvk:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 10px);pointer-events:none;position:absolute;right:-5px;top:-5px;width:calc(100% + 10px);z-index:1}.roundTabButton-JbssaNvk:focus:after{display:block}.roundTabButton-JbssaNvk:focus-visible:after{display:block}.roundTabButton-JbssaNvk:focus:not(:focus-visible):after{display:none}.roundTabButton-JbssaNvk:after,html.theme-dark .roundTabButton-JbssaNvk:after{border-color:var(--themed-color-focus-outline-color-blue,#2962ff)}.roundTabButton-JbssaNvk.disableFocusOutline-JbssaNvk:after{display:none}.roundTabButton-JbssaNvk.enableCursorPointer-JbssaNvk{cursor:pointer}.roundTabButton-JbssaNvk:not(:first-child){margin-inline-start:var(--ui-lib-round-tab-margin)}.roundTabButton-JbssaNvk.large-JbssaNvk{border-radius:24px;height:48px;padding:0 23px}.roundTabButton-JbssaNvk.large-JbssaNvk:after{border-radius:28px}.roundTabButton-JbssaNvk.large-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.large-JbssaNvk.withStartIcon-JbssaNvk{padding-inline-start:15px}.roundTabButton-JbssaNvk.large-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.large-JbssaNvk.withEndIcon-JbssaNvk{padding-inline-end:15px}.roundTabButton-JbssaNvk.large-JbssaNvk:not(.iconOnly-JbssaNvk) .startIconWrap-JbssaNvk{margin-inline-end:4px}.roundTabButton-JbssaNvk.large-JbssaNvk .endIconWrap-JbssaNvk{margin-inline-start:4px}.roundTabButton-JbssaNvk.small-JbssaNvk{border-radius:17px;height:34px;padding:0 15px}.roundTabButton-JbssaNvk.small-JbssaNvk:after{border-radius:21px}.roundTabButton-JbssaNvk.small-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.small-JbssaNvk.withStartIcon-JbssaNvk{padding-inline-start:11px}.roundTabButton-JbssaNvk.small-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.small-JbssaNvk.withEndIcon-JbssaNvk{padding-inline-end:11px}.roundTabButton-JbssaNvk.small-JbssaNvk:not(.iconOnly-JbssaNvk) .startIconWrap-JbssaNvk{margin-inline-end:4px}.roundTabButton-JbssaNvk.small-JbssaNvk .endIconWrap-JbssaNvk{margin-inline-start:4px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk{border-radius:14px;height:28px;padding:0 11px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk:after{border-radius:18px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.xsmall-JbssaNvk.withStartIcon-JbssaNvk{padding-inline-start:7px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk.iconOnly-JbssaNvk,.roundTabButton-JbssaNvk.xsmall-JbssaNvk.withEndIcon-JbssaNvk{padding-inline-end:7px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk:not(.iconOnly-JbssaNvk) .startIconWrap-JbssaNvk{margin-inline-end:4px}.roundTabButton-JbssaNvk.xsmall-JbssaNvk .endIconWrap-JbssaNvk{margin-inline-start:2px}.roundTabButton-JbssaNvk.large-JbssaNvk{font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:500}.roundTabButton-JbssaNvk.large-JbssaNvk,.roundTabButton-JbssaNvk.small-JbssaNvk{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.roundTabButton-JbssaNvk.small-JbssaNvk{font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400}.roundTabButton-JbssaNvk.xsmall-JbssaNvk{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}.roundTabButton-JbssaNvk.primary-JbssaNvk{background-color:var(--themed-color-round-tab-primary-default-bg,#f2f2f2);border-color:var(--themed-color-round-tab-primary-default-border,#f2f2f2);color:var(--themed-color-round-tab-primary-default-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk{background-color:var(--themed-color-round-tab-primary-default-bg,#303030);border-color:var(--themed-color-round-tab-primary-default-border,#303030);color:var(--themed-color-round-tab-primary-default-content,#dbdbdb)}@media (any-hover:hover){.roundTabButton-JbssaNvk.primary-JbssaNvk:hover:not(:disabled):not(.roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk){background-color:var(--themed-color-round-tab-primary-hover-bg,#ebebeb);border-color:var(--themed-color-round-tab-primary-hover-border,#ebebeb);color:var(--themed-color-round-tab-primary-hover-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:hover:not(:disabled):not(.roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk){background-color:var(--themed-color-round-tab-primary-hover-bg,#3d3d3d);border-color:var(--themed-color-round-tab-primary-hover-border,#3d3d3d);color:var(--themed-color-round-tab-primary-hover-content,#dbdbdb)}}.roundTabButton-JbssaNvk.primary-JbssaNvk:active:not(.disableActiveStateStyles-JbssaNvk):not(:disabled){background-color:var(--themed-color-round-tab-primary-active-bg,#dbdbdb);border-color:var(--themed-color-round-tab-primary-active-border,#dbdbdb);color:var(--themed-color-round-tab-primary-active-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:active:not(.disableActiveStateStyles-JbssaNvk):not(:disabled){background-color:var(--themed-color-round-tab-primary-active-bg,#4a4a4a);border-color:var(--themed-color-round-tab-primary-active-border,#4a4a4a);color:var(--themed-color-round-tab-primary-active-content,#fff)}.roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk,.roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk:not(.disableActiveStateStyles-JbssaNvk){background-color:var(--themed-color-round-tab-primary-selected-bg,#1a1a1a);border-color:var(--themed-color-round-tab-primary-selected-border,#1a1a1a);color:var(--themed-color-round-tab-primary-selected-content,#fff)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk.selected-JbssaNvk:not(.disableActiveStateStyles-JbssaNvk){background-color:var(--themed-color-round-tab-primary-selected-bg,#fff);border-color:var(--themed-color-round-tab-primary-selected-border,#fff);color:var(--themed-color-round-tab-primary-selected-content,#1a1a1a)}.roundTabButton-JbssaNvk.ghost-JbssaNvk{background-color:var(--themed-color-round-tab-ghost-default-bg,#0000);border-color:var(--themed-color-round-tab-ghost-default-border,#0000);color:var(--themed-color-round-tab-ghost-default-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk{background-color:var(--themed-color-round-tab-ghost-default-bg,#0000);border-color:var(--themed-color-round-tab-ghost-default-border,#0000);color:var(--themed-color-round-tab-ghost-default-content,#dbdbdb)}@media (any-hover:hover){.roundTabButton-JbssaNvk.ghost-JbssaNvk:hover:not(:disabled):not(.roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk){background-color:var(--themed-color-round-tab-ghost-hover-bg,#0000);border-color:var(--themed-color-round-tab-ghost-hover-border,#ebebeb);color:var(--themed-color-round-tab-ghost-hover-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:hover:not(:disabled):not(.roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk){background-color:var(--themed-color-round-tab-ghost-hover-bg,#0000);border-color:var(--themed-color-round-tab-ghost-hover-border,#4a4a4a);color:var(--themed-color-round-tab-ghost-hover-content,#dbdbdb)}}.roundTabButton-JbssaNvk.ghost-JbssaNvk:active:not(.disableActiveStateStyles-JbssaNvk):not(:disabled){background-color:var(--themed-color-round-tab-ghost-active-bg,#0000);border-color:var(--themed-color-round-tab-ghost-active-border,#1a1a1a);color:var(--themed-color-round-tab-ghost-active-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:active:not(.disableActiveStateStyles-JbssaNvk):not(:disabled){background-color:var(--themed-color-round-tab-ghost-active-bg,#0000);border-color:var(--themed-color-round-tab-ghost-active-border,#fff);color:var(--themed-color-round-tab-ghost-active-content,#fff)}.roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk,.roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk:not(.disableActiveStateStyles-JbssaNvk){background-color:var(--themed-color-round-tab-ghost-selected-bg,#0000);border-color:var(--themed-color-round-tab-ghost-selected-border,#1a1a1a);color:var(--themed-color-round-tab-ghost-selected-content,#1a1a1a)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk.selected-JbssaNvk:not(.disableActiveStateStyles-JbssaNvk){background-color:var(--themed-color-round-tab-ghost-selected-bg,#0000);border-color:var(--themed-color-round-tab-ghost-selected-border,#fff);color:var(--themed-color-round-tab-ghost-selected-content,#fff)}.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled,.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]{cursor:default}.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:after,.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:after{display:none}.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled,.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:link,.roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:visited,.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true],.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:link,.roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:visited{background-color:var(--themed-color-round-tab-primary-disabled-bg,#ebebeb);border-color:var(--themed-color-round-tab-primary-disabled-bg,#ebebeb);color:var(--themed-color-round-tab-disabled-content,#b8b8b8)}html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:disabled,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:link,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk:disabled:visited,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true],html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:link,html.theme-dark .roundTabButton-JbssaNvk.primary-JbssaNvk[aria-disabled=true]:visited{background-color:var(--themed-color-round-tab-primary-disabled-bg,#3d3d3d);border-color:var(--themed-color-round-tab-primary-disabled-bg,#3d3d3d);color:var(--themed-color-round-tab-disabled-content,#636363)}.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled,.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]{cursor:default}.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:after,.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:after{display:none}.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled,.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:link,.roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:visited,.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true],.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:link,.roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:visited{background-color:var(--themed-color-round-tab-ghost-disabled-bg,#0000);border-color:var(--themed-color-round-tab-ghost-disabled-bg,#0000);color:var(--themed-color-round-tab-disabled-content,#b8b8b8)}html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:link,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk:disabled:visited,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true],html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:link,html.theme-dark .roundTabButton-JbssaNvk.ghost-JbssaNvk[aria-disabled=true]:visited{background-color:var(--themed-color-round-tab-ghost-disabled-bg,#0000);border-color:var(--themed-color-round-tab-ghost-disabled-bg,#0000);color:var(--themed-color-round-tab-disabled-content,#636363)}.roundTabButton-JbssaNvk.fake-JbssaNvk{pointer-events:none;position:absolute;right:-999999px;z-index:-1}.endIconWrap-JbssaNvk,.startIconWrap-JbssaNvk{align-items:center;display:inline-flex;justify-content:center;max-height:28px;max-width:28px;min-height:18px;min-width:18px}.caret-JbssaNvk{transition:transform .35s ease}.selected-JbssaNvk .caret-JbssaNvk{transform:rotate(-180deg)}.visuallyHidden-JbssaNvk{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.linkItem-zMVwkifW{cursor:pointer}.scrollWrap-vgCB17hK{contain:content;margin:-4px calc(max(var(--ui-lib-round-tabs-hor-padding, 0px), 4px)*-1);min-height:100%;padding:4px max(var(--ui-lib-round-tabs-hor-padding,0px),4px);position:relative;-webkit-user-select:none;user-select:none;width:100%}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}@supports (-moz-appearance:none){.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK{scrollbar-width:none}}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK.sb-scrollbar-wrap{display:none}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK::-webkit-scrollbar{display:none;height:0;width:0}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK::-webkit-scrollbar-thumb,.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK::-webkit-scrollbar-track{display:none}.scrollWrap-vgCB17hK.overflowScroll-vgCB17hK::-webkit-scrollbar-corner{display:none}.roundTabs-vgCB17hK{display:flex;flex-flow:row nowrap;--ui-lib-round-tab-margin:var(--ui-lib-round-tabs-gap)}.overflowScroll-vgCB17hK .roundTabs-vgCB17hK{min-width:max-content}.overflowScroll-vgCB17hK .roundTabs-vgCB17hK.center-vgCB17hK{margin-inline-end:calc(max(var(--ui-lib-round-tabs-hor-padding, 0px), 4px)*-1);padding-inline-end:max(var(--ui-lib-round-tabs-hor-padding,0px),4px)}.overflowWrap-vgCB17hK .roundTabs-vgCB17hK{gap:var(--ui-lib-round-tabs-gap);--ui-lib-round-tab-margin:0;flex-wrap:wrap}.roundTabs-vgCB17hK.start-vgCB17hK{justify-content:flex-start}.roundTabs-vgCB17hK.center-vgCB17hK{justify-content:center} \ No newline at end of file diff --git a/charting_library/bundles/1227.68542dac293294290d44.css b/charting_library/bundles/1227.68542dac293294290d44.css deleted file mode 100644 index d9562d8b..00000000 --- a/charting_library/bundles/1227.68542dac293294290d44.css +++ /dev/null @@ -1 +0,0 @@ -.button-xNqEcuN2{padding:0 5px}.button-merBkM5y{all:unset;align-items:center;cursor:default;display:flex;flex:1 0 auto;height:100%;--tv-toolbar-explicit-hover-border-radius:4px;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));position:relative;transition:background-color .35s ease,color 60ms ease;z-index:0}html.theme-dark .button-merBkM5y{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.button-merBkM5y.hover-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}@media (any-hover:hover){.button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}}html.theme-dark .button-merBkM5y.hover-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}}.button-merBkM5y.clicked-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722)))}html.theme-dark .button-merBkM5y.clicked-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc)))}.button-merBkM5y:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.button-merBkM5y.hover-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .button-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.button-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .button-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.button-merBkM5y.accessible-merBkM5y:focus-visible:before{content:"";outline-style:solid}.button-merBkM5y svg{display:block}.button-merBkM5y .arrow-merBkM5y{align-items:center;contain:content;display:flex;height:100%}.button-merBkM5y .arrowWrap-merBkM5y{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover){.button-merBkM5y:hover .arrowWrap-merBkM5y{transform:translateY(2px)}}.button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before,.button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover .arrowWrap-merBkM5y{transform:none}} \ No newline at end of file diff --git a/charting_library/bundles/1227.68542dac293294290d44.rtl.css b/charting_library/bundles/1227.68542dac293294290d44.rtl.css deleted file mode 100644 index d9562d8b..00000000 --- a/charting_library/bundles/1227.68542dac293294290d44.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.button-xNqEcuN2{padding:0 5px}.button-merBkM5y{all:unset;align-items:center;cursor:default;display:flex;flex:1 0 auto;height:100%;--tv-toolbar-explicit-hover-border-radius:4px;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));position:relative;transition:background-color .35s ease,color 60ms ease;z-index:0}html.theme-dark .button-merBkM5y{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.button-merBkM5y.hover-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}@media (any-hover:hover){.button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722))}}html.theme-dark .button-merBkM5y.hover-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover{color:var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc))}}.button-merBkM5y.clicked-merBkM5y,.button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#131722)))}html.theme-dark .button-merBkM5y.clicked-merBkM5y,html.theme-dark .button-merBkM5y:active{color:var(--tv-color-toolbar-button-text-clicked,var(--tv-color-toolbar-button-text-hover,var(--themed-color-toolbar-button-text-hover,#d1d4dc)))}.button-merBkM5y:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.button-merBkM5y.hover-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .button-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.button-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .button-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.button-merBkM5y.accessible-merBkM5y:focus-visible:before{content:"";outline-style:solid}.button-merBkM5y svg{display:block}.button-merBkM5y .arrow-merBkM5y{align-items:center;contain:content;display:flex;height:100%}.button-merBkM5y .arrowWrap-merBkM5y{margin:0 6px;transition:transform .35s ease}@media (any-hover:hover){.button-merBkM5y:hover .arrowWrap-merBkM5y{transform:translateY(2px)}}.button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before,.button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.hover-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .button-merBkM5y.isOpened-merBkM5y:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,.button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .button-merBkM5y.isOpened-merBkM5y.clicked-merBkM5y:before,html.theme-dark .button-merBkM5y.isOpened-merBkM5y:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}@media (any-hover:hover){.button-merBkM5y.isOpened-merBkM5y:hover .arrowWrap-merBkM5y{transform:none}} \ No newline at end of file diff --git a/charting_library/bundles/1252.788a58021829bdae27fc.css b/charting_library/bundles/1252.788a58021829bdae27fc.css new file mode 100644 index 00000000..c621d1bd --- /dev/null +++ b/charting_library/bundles/1252.788a58021829bdae27fc.css @@ -0,0 +1 @@ +.button-Hfju7pW_{padding:0 6px}.tabs-NGf0gcnH{display:flex;position:relative;width:100%}.tab-NGf0gcnH{border-bottom:1px solid;border-color:var(--themed-color-popup-menu-separator,#ebebeb);color:var(--tv-tabs-slider-text-color,var(--themed-color-text-primary,#1a1a1a));flex:1 1;padding:13px 0;text-align:center;transition:color .35s ease;-webkit-user-select:none;user-select:none}html.theme-dark .tab-NGf0gcnH{border-color:var(--themed-color-popup-menu-separator,#4a4a4a);color:var(--tv-tabs-slider-text-color,var(--themed-color-text-primary,#dbdbdb))}.tab-NGf0gcnH.noBorder-NGf0gcnH{border-bottom:0}.tab-NGf0gcnH.disabled-NGf0gcnH{color:#f2f2f2}.tab-NGf0gcnH.active-NGf0gcnH,html.theme-dark .tab-NGf0gcnH.active-NGf0gcnH{color:var(--themed-color-brand,#2962ff)}.defaultCursor-NGf0gcnH{cursor:default}.slider-NGf0gcnH{bottom:0;height:3px;left:0;position:absolute;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.slider-NGf0gcnH,html.theme-dark .slider-NGf0gcnH{background-color:var(--themed-color-brand,#2962ff)}.content-NGf0gcnH{width:100%}.item-SqYYy1zF{align-items:center;display:flex;font-size:14px;height:100%;padding:0 6px;--tv-color-toolbar-button-text-active-hover:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}html.theme-sa .item-SqYYy1zF{--tv-color-toolbar-button-text-active-hover:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .item-SqYYy1zF{--tv-color-toolbar-button-text-active-hover:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.slider-3kCW6DWs{bottom:15%;height:2px;transition-duration:175ms;transition-property:transform,opacity}.slider-3kCW6DWs,html.theme-dark .slider-3kCW6DWs{background-color:var(--themed-color-force-transparent,#0000)}.slider-3kCW6DWs .inner-3kCW6DWs{background-color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff));height:100%;margin:0 8px}html.theme-sa .slider-3kCW6DWs .inner-3kCW6DWs{background-color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .slider-3kCW6DWs .inner-3kCW6DWs{background-color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.sliderRow-k2h4OAz8{height:100%}.button-uToIfRbZ{align-items:center;display:flex;height:100%;padding:0 5px}.button-x1dCOTP3{white-space:nowrap}.button-x1dCOTP3.disabled-x1dCOTP3{opacity:1;position:relative;z-index:0}.button-x1dCOTP3.disabled-x1dCOTP3:before{background-color:initial;border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.button-x1dCOTP3.disabled-x1dCOTP3.hover-x1dCOTP3:before,.button-x1dCOTP3.disabled-x1dCOTP3:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f2f2f2));content:""}@media (any-hover:hover){.button-x1dCOTP3.disabled-x1dCOTP3:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f2f2f2));content:""}}html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3.hover-x1dCOTP3:before,html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#303030))}@media (any-hover:hover){html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#303030))}}.button-x1dCOTP3.disabled-x1dCOTP3.clicked-x1dCOTP3:before,.button-x1dCOTP3.disabled-x1dCOTP3:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f2f2f2)));content:""}html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3.clicked-x1dCOTP3:before,html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#303030)))}.button-x1dCOTP3.disabled-x1dCOTP3.accessible-x1dCOTP3:focus-visible:before{content:"";outline-style:solid}.separator-yDfG9Ccu{background-color:var(--tv-color-toolbar-divider-background,var(--themed-color-toolbar-divider-background,#ebebeb));display:inline-block;height:calc(100% - 16px);margin:8px 4px;width:1px}html.theme-dark .separator-yDfG9Ccu{background-color:var(--tv-color-toolbar-divider-background,var(--themed-color-toolbar-divider-background,#4a4a4a))}.headerMenuText-AcJrLng7{margin:4px 0}.toolbar-BXXUwft2{cursor:default;font-size:14px;height:100%;position:relative;white-space:nowrap}.dateRangeWrapper-BXXUwft2{display:block;height:100%;left:0;position:absolute}.dateRangeWrapper-BXXUwft2.noranges-BXXUwft2 .dateRangeExpanded-BXXUwft2 .separator-BXXUwft2{display:none}.seriesControlWrapper-BXXUwft2{display:block;height:100%;padding-right:4px;position:absolute;right:0}.dateRangeCollapsed-BXXUwft2,.dateRangeExpanded-BXXUwft2{display:inline-flex;flex:0 1 0%;height:100%}.item-BXXUwft2{flex:0 0 auto;height:100%;padding:0 6px;--ui-lib-typography-line-height:21px;line-height:var(--ui-lib-typography-line-height);--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400}.inline-BXXUwft2{display:inline-block;height:100%;vertical-align:top}.dateRange-BXXUwft2{margin-left:8px}.hidden-BXXUwft2{visibility:hidden}.collapsed-BXXUwft2{height:100%;left:0;position:absolute;top:0;visibility:hidden} \ No newline at end of file diff --git a/charting_library/bundles/1252.788a58021829bdae27fc.rtl.css b/charting_library/bundles/1252.788a58021829bdae27fc.rtl.css new file mode 100644 index 00000000..150ac8f7 --- /dev/null +++ b/charting_library/bundles/1252.788a58021829bdae27fc.rtl.css @@ -0,0 +1 @@ +.button-Hfju7pW_{padding:0 6px}.tabs-NGf0gcnH{display:flex;position:relative;width:100%}.tab-NGf0gcnH{border-bottom:1px solid;border-color:var(--themed-color-popup-menu-separator,#ebebeb);color:var(--tv-tabs-slider-text-color,var(--themed-color-text-primary,#1a1a1a));flex:1 1;padding:13px 0;text-align:center;transition:color .35s ease;-webkit-user-select:none;user-select:none}html.theme-dark .tab-NGf0gcnH{border-color:var(--themed-color-popup-menu-separator,#4a4a4a);color:var(--tv-tabs-slider-text-color,var(--themed-color-text-primary,#dbdbdb))}.tab-NGf0gcnH.noBorder-NGf0gcnH{border-bottom:0}.tab-NGf0gcnH.disabled-NGf0gcnH{color:#f2f2f2}.tab-NGf0gcnH.active-NGf0gcnH,html.theme-dark .tab-NGf0gcnH.active-NGf0gcnH{color:var(--themed-color-brand,#2962ff)}.defaultCursor-NGf0gcnH{cursor:default}.slider-NGf0gcnH{bottom:0;height:3px;left:0;position:absolute;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.slider-NGf0gcnH,html.theme-dark .slider-NGf0gcnH{background-color:var(--themed-color-brand,#2962ff)}.content-NGf0gcnH{width:100%}.item-SqYYy1zF{align-items:center;display:flex;font-size:14px;height:100%;padding:0 6px;--tv-color-toolbar-button-text-active-hover:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}html.theme-sa .item-SqYYy1zF{--tv-color-toolbar-button-text-active-hover:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .item-SqYYy1zF{--tv-color-toolbar-button-text-active-hover:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.slider-3kCW6DWs{bottom:15%;height:2px;transition-duration:175ms;transition-property:transform,opacity}.slider-3kCW6DWs,html.theme-dark .slider-3kCW6DWs{background-color:var(--themed-color-force-transparent,#0000)}.slider-3kCW6DWs .inner-3kCW6DWs{background-color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff));height:100%;margin:0 8px}html.theme-sa .slider-3kCW6DWs .inner-3kCW6DWs{background-color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .slider-3kCW6DWs .inner-3kCW6DWs{background-color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.sliderRow-k2h4OAz8{height:100%}.button-uToIfRbZ{align-items:center;display:flex;height:100%;padding:0 5px}.button-x1dCOTP3{white-space:nowrap}.button-x1dCOTP3.disabled-x1dCOTP3{opacity:1;position:relative;z-index:0}.button-x1dCOTP3.disabled-x1dCOTP3:before{background-color:initial;border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.button-x1dCOTP3.disabled-x1dCOTP3.hover-x1dCOTP3:before,.button-x1dCOTP3.disabled-x1dCOTP3:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f2f2f2));content:""}@media (any-hover:hover){.button-x1dCOTP3.disabled-x1dCOTP3:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f2f2f2));content:""}}html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3.hover-x1dCOTP3:before,html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#303030))}@media (any-hover:hover){html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#303030))}}.button-x1dCOTP3.disabled-x1dCOTP3.clicked-x1dCOTP3:before,.button-x1dCOTP3.disabled-x1dCOTP3:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f2f2f2)));content:""}html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3.clicked-x1dCOTP3:before,html.theme-dark .button-x1dCOTP3.disabled-x1dCOTP3:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#303030)))}.button-x1dCOTP3.disabled-x1dCOTP3.accessible-x1dCOTP3:focus-visible:before{content:"";outline-style:solid}.separator-yDfG9Ccu{background-color:var(--tv-color-toolbar-divider-background,var(--themed-color-toolbar-divider-background,#ebebeb));display:inline-block;height:calc(100% - 16px);margin:8px 4px;width:1px}html.theme-dark .separator-yDfG9Ccu{background-color:var(--tv-color-toolbar-divider-background,var(--themed-color-toolbar-divider-background,#4a4a4a))}.headerMenuText-AcJrLng7{margin:4px 0}.toolbar-BXXUwft2{cursor:default;font-size:14px;height:100%;position:relative;white-space:nowrap}.dateRangeWrapper-BXXUwft2{display:block;height:100%;position:absolute;right:0}.dateRangeWrapper-BXXUwft2.noranges-BXXUwft2 .dateRangeExpanded-BXXUwft2 .separator-BXXUwft2{display:none}.seriesControlWrapper-BXXUwft2{display:block;height:100%;left:0;padding-left:4px;position:absolute}.dateRangeCollapsed-BXXUwft2,.dateRangeExpanded-BXXUwft2{display:inline-flex;flex:0 1 0%;height:100%}.item-BXXUwft2{flex:0 0 auto;height:100%;padding:0 6px;--ui-lib-typography-line-height:21px;line-height:var(--ui-lib-typography-line-height);--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400}.inline-BXXUwft2{display:inline-block;height:100%;vertical-align:top}.dateRange-BXXUwft2{margin-right:8px}.hidden-BXXUwft2{visibility:hidden}.collapsed-BXXUwft2{height:100%;position:absolute;right:0;top:0;visibility:hidden} \ No newline at end of file diff --git a/charting_library/bundles/1259.b80c727a6df944a103fe.css b/charting_library/bundles/1259.b80c727a6df944a103fe.css deleted file mode 100644 index 84c591e6..00000000 --- a/charting_library/bundles/1259.b80c727a6df944a103fe.css +++ /dev/null @@ -1 +0,0 @@ -.calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#fff);box-sizing:border-box;color:var(--themed-color-text-primary,#131722);cursor:default;direction:ltr;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;min-height:332px;padding:12px;-webkit-user-select:none;user-select:none;width:286px}html.theme-dark .calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#1e222d);color:var(--themed-color-text-primary,#d1d4dc)}.popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003)}html.theme-dark .popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006)}.header-N6r5jhbE{align-items:center;display:flex;justify-content:space-between;padding-left:3px;padding-right:3px}.flip-horizontal-N6r5jhbE>*{transform:scale(-1)}.sub-header-N6r5jhbE{align-items:center;background-color:var(--themed-color-calendar-weekdays-bg-color,#f8f9fd);border-radius:6px;color:var(--themed-color-default-gray,#6a6d78);display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;justify-content:space-around;margin:12px 0;padding-bottom:2px;padding-top:2px;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .sub-header-N6r5jhbE{background-color:var(--themed-color-calendar-weekdays-bg-color,#2a2e39);color:var(--themed-color-default-gray,#868993)}.view-decades-N6r5jhbE,.view-month-N6r5jhbE,.view-year-N6r5jhbE{height:226px}.view-month-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE{display:flex;flex-direction:column}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE{display:flex;justify-content:space-between}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child .day-N6r5jhbE+.day-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child .day-N6r5jhbE+.day-N6r5jhbE{margin-left:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child{justify-content:flex-end}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child{justify-content:flex-start}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE+.week-N6r5jhbE{margin-top:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE{padding:0}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#131722);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa);--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#fff)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#868993)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#6a6d78)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#fff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#f0f3fa)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#b2b5be)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#50535e)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE{position:relative}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE:before{background:currentColor;border-radius:1px;content:"";height:2px;left:6px;margin-top:-6px;position:absolute;right:6px;top:100%}.view-year-N6r5jhbE{gap:30px 3px;grid-template-columns:repeat(3,auto)}.view-decades-N6r5jhbE,.view-year-N6r5jhbE{display:grid;grid-template-rows:repeat(5,auto)}.view-decades-N6r5jhbE{gap:14px 3px;grid-template-columns:repeat(4,auto)}.slot-wrapper-N6r5jhbE:not(:empty){margin-top:12px}.hide-focus-ring-N6r5jhbE:focus-visible:after{display:none}.decade-button-N6r5jhbE{padding:0 4px}.visually-hidden-N6r5jhbE{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.pickerInput-P2cJzZdH{position:relative}.pickerInput-P2cJzZdH .icon-P2cJzZdH{align-items:center;cursor:pointer;display:inline-flex;opacity:.5;padding:0 6px}.pickerInput-P2cJzZdH .icon-P2cJzZdH svg{height:16px;width:16px;fill:var(--themed-color-icons,#6a6d78)}html.theme-dark .pickerInput-P2cJzZdH .icon-P2cJzZdH svg{fill:var(--themed-color-icons,#868993)}.pickerInput-P2cJzZdH .icon-P2cJzZdH.disabled-P2cJzZdH{opacity:.1}.picker-P2cJzZdH{transition:opacity .2625s ease;z-index:99}.fixed-P2cJzZdH{position:fixed}.absolute-P2cJzZdH{position:absolute}.nativePicker-P2cJzZdH{bottom:0;left:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;top:0}.icon-Rubz29lH{display:flex}.tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#2a2e39);border-radius:2px;color:#f0f3fa;padding:4px 8px;white-space:nowrap}html.theme-dark .tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#434651)}.wrap-NsE0FV0Z{position:relative}.input-NsE0FV0Z{bottom:0;left:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;top:0}.container-PNiXwSz6{display:inline-block;position:relative}.icon-PNiXwSz6{color:var(--ui-lib-control-default-slot-color,currentColor);font-size:0}.tooltip-PNiXwSz6{bottom:calc(100% + 4px);left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}.date-PNiXwSz6{max-width:150px}.time-PNiXwSz6{max-width:100px} \ No newline at end of file diff --git a/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css b/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css deleted file mode 100644 index 4f09f401..00000000 --- a/charting_library/bundles/1259.b80c727a6df944a103fe.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#fff);box-sizing:border-box;color:var(--themed-color-text-primary,#131722);cursor:default;direction:ltr;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;min-height:332px;padding:12px;-webkit-user-select:none;user-select:none;width:286px}html.theme-dark .calendar-N6r5jhbE{background-color:var(--themed-color-bg-primary,#1e222d);color:var(--themed-color-text-primary,#d1d4dc)}.popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003)}html.theme-dark .popupStyle-N6r5jhbE{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006)}.header-N6r5jhbE{align-items:center;display:flex;justify-content:space-between;padding-left:3px;padding-right:3px}.flip-horizontal-N6r5jhbE>*{transform:scale(-1)}.sub-header-N6r5jhbE{align-items:center;background-color:var(--themed-color-calendar-weekdays-bg-color,#f8f9fd);border-radius:6px;color:var(--themed-color-default-gray,#6a6d78);display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;justify-content:space-around;margin:12px 0;padding-bottom:2px;padding-top:2px;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .sub-header-N6r5jhbE{background-color:var(--themed-color-calendar-weekdays-bg-color,#2a2e39);color:var(--themed-color-default-gray,#868993)}.view-decades-N6r5jhbE,.view-month-N6r5jhbE,.view-year-N6r5jhbE{height:226px}.view-month-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE{display:flex;flex-direction:column}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE{display:flex;justify-content:space-between}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child .day-N6r5jhbE+.day-N6r5jhbE,.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child .day-N6r5jhbE+.day-N6r5jhbE{margin-right:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:first-child{justify-content:flex-end}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE:last-child{justify-content:flex-start}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE+.week-N6r5jhbE{margin-top:4px}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE{padding:0}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#131722);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa);--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#f0f3fa)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-border:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-bg:var(--themed-color-button-fill-border-ghost-neutral-hover,#2a2e39);--ui-lib-light-button-color-content:var(--themed-color-button-content-ghost-neutral-hover,#fff)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#868993)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.hover-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE).another-month-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-content-primary-neutral-normal,#6a6d78)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#fff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.accent-color-N6r5jhbE{--ui-lib-light-button-color-border:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-bg:var(--themed-color-brand,#2962ff);--ui-lib-light-button-color-content:var(--themed-color-calendar-accent-color,#f0f3fa)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#b2b5be)}html.theme-dark .view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.another-month-N6r5jhbE:not(:active):not(:disabled):not(.accent-color-N6r5jhbE){--ui-lib-light-button-color-content:var(--themed-color-button-content-disabled,#50535e)}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE{position:relative}.view-month-N6r5jhbE .weeks-N6r5jhbE .week-N6r5jhbE .day-N6r5jhbE.current-day-N6r5jhbE:before{background:currentColor;border-radius:1px;content:"";height:2px;left:6px;margin-top:-6px;position:absolute;right:6px;top:100%}.view-year-N6r5jhbE{gap:30px 3px;grid-template-columns:repeat(3,auto)}.view-decades-N6r5jhbE,.view-year-N6r5jhbE{display:grid;grid-template-rows:repeat(5,auto)}.view-decades-N6r5jhbE{gap:14px 3px;grid-template-columns:repeat(4,auto)}.slot-wrapper-N6r5jhbE:not(:empty){margin-top:12px}.hide-focus-ring-N6r5jhbE:focus-visible:after{display:none}.decade-button-N6r5jhbE{padding:0 4px}.visually-hidden-N6r5jhbE{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.pickerInput-P2cJzZdH{position:relative}.pickerInput-P2cJzZdH .icon-P2cJzZdH{align-items:center;cursor:pointer;display:inline-flex;opacity:.5;padding:0 6px}.pickerInput-P2cJzZdH .icon-P2cJzZdH svg{height:16px;width:16px;fill:var(--themed-color-icons,#6a6d78)}html.theme-dark .pickerInput-P2cJzZdH .icon-P2cJzZdH svg{fill:var(--themed-color-icons,#868993)}.pickerInput-P2cJzZdH .icon-P2cJzZdH.disabled-P2cJzZdH{opacity:.1}.picker-P2cJzZdH{transition:opacity .2625s ease;z-index:99}.fixed-P2cJzZdH{position:fixed}.absolute-P2cJzZdH{position:absolute}.nativePicker-P2cJzZdH{bottom:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;right:0;top:0}.icon-Rubz29lH{display:flex}.tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#2a2e39);border-radius:2px;color:#f0f3fa;padding:4px 8px;white-space:nowrap}html.theme-dark .tooltip-RU08GcsY{background-color:var(--themed-color-datepicker-tooltip-background-color,#434651)}.wrap-NsE0FV0Z{position:relative}.input-NsE0FV0Z{bottom:0;margin:0;max-width:100%;min-width:100%;opacity:0;position:absolute;right:0;top:0}.container-PNiXwSz6{display:inline-block;position:relative}.icon-PNiXwSz6{color:var(--ui-lib-control-default-slot-color,currentColor);font-size:0}.tooltip-PNiXwSz6{bottom:calc(100% + 4px);pointer-events:none;position:absolute;right:50%;transform:translateX(50%)}.date-PNiXwSz6{max-width:150px}.time-PNiXwSz6{max-width:100px} \ No newline at end of file diff --git a/charting_library/bundles/1298.d597f50113da0645dcf5.css b/charting_library/bundles/1298.d597f50113da0645dcf5.css deleted file mode 100644 index 5a4e27c0..00000000 --- a/charting_library/bundles/1298.d597f50113da0645dcf5.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-n5bmFxyX{align-items:center;display:flex;flex:1 0 auto;flex-direction:row;height:100%}.button-neROVfUe.first-neROVfUe{margin-left:2px}.button-neROVfUe.last-neROVfUe{margin-right:2px}.button-b3Cgff6l{padding:0 1px}.group-b3Cgff6l{display:contents}.menu-b3Cgff6l:only-child{padding:0 5px}.betaBadge-b3Cgff6l,.newBadge-b3Cgff6l{--ui-lib-badge-color-content:#fff;margin-left:4px}.betaBadge-b3Cgff6l:first-child,.newBadge-b3Cgff6l:first-child{margin-left:6px}.betaBadge-b3Cgff6l{--ui-lib-badge-background:#6a6d78}.newBadge-b3Cgff6l{--ui-lib-badge-background:#ff9800}.label-b3Cgff6l{align-items:center;display:flex;flex:0 0 auto}.button-ptpAHg8E.withText-ptpAHg8E{padding:0 10px 0 5px}.button-ptpAHg8E.withoutText-ptpAHg8E{padding:0 5px}.spinnerWrap-cZT0OZe0{height:68px;position:relative}.dropdown-l0nf43ai{min-width:200px}.label-l0nf43ai{max-width:314px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smallWidthTitle-l0nf43ai{margin-bottom:8px;margin-top:2px;padding-left:20px;padding-right:20px}.smallWidthMenuItem-l0nf43ai{padding:6px 16px}.smallWidthWrapper-l0nf43ai{padding-top:8px}.value-gwXludjS{font-size:14px;text-align:left}.value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}html.theme-sa .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#ff7200)}html.theme-dark .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}.smallWidthMenuItem-RmqZNwwp{padding:6px 16px}.menuItem-RmqZNwwp:focus-within .remove-RmqZNwwp{visibility:visible}.menuItem-RmqZNwwp.signal-RmqZNwwp{animation-duration:.8s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:highlight-animation-RmqZNwwp;--mixin-inner-base-color:#0000;--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#e3effd)}html.theme-dark .menuItem-RmqZNwwp.signal-RmqZNwwp{--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#132042)}@keyframes highlight-animation-RmqZNwwp{0%{background-color:var(--mixin-inner-base-color)}30%{background-color:var(--mixin-inner-highlight-color)}60%{background-color:var(--mixin-inner-base-color)}to{background-color:var(--mixin-inner-highlight-color)}}.accessible-raQdxQp0{outline:none;overflow:visible;position:relative}.accessible-raQdxQp0:focus{outline:none}.accessible-raQdxQp0:focus-visible{outline:none}.accessible-raQdxQp0:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-raQdxQp0:focus:after{display:block}.accessible-raQdxQp0:focus-visible:after{display:block}.accessible-raQdxQp0:focus:not(:focus-visible):after{display:none}.accessible-raQdxQp0:after{border-color:#2962ff;border-radius:6px}.button-S_1OCXUK{padding:0 6px}.button-S_1OCXUK.first-S_1OCXUK{margin-left:2px}.button-S_1OCXUK.last-S_1OCXUK{margin-right:2px}.menu-S_1OCXUK:only-child{padding:0 10px}.dropdown-S_1OCXUK{min-width:140px}.menuContent-S_1OCXUK{justify-content:center}.section-S_1OCXUK{margin:-2px 0}.section-S_1OCXUK:first-child{margin-top:4px}.section-S_1OCXUK[data-open=true]{margin-bottom:4px}.smallTabletSectionTitle-S_1OCXUK{font-size:11px;letter-spacing:.4px;line-height:16px;overflow:hidden;padding:10px 20px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.smallTabletSectionTitle-S_1OCXUK,html.theme-dark .smallTabletSectionTitle-S_1OCXUK{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.addCustomInterval-S_1OCXUK{padding-bottom:6px;padding-top:6px}.addCustomInterval-S_1OCXUK.desktop-S_1OCXUK{padding-bottom:3px;padding-top:3px}.group-S_1OCXUK{display:contents}.button-gn9HMufu{justify-content:center;width:37px}.wrapper-psOC5oyI{padding:10px 20px}.labelRow-psOC5oyI{line-height:20px;padding:0}.label-psOC5oyI{font-size:16px}.labelHint-psOC5oyI{line-height:17px}.labelOn-psOC5oyI+.labelHint-psOC5oyI{margin-top:0}.saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff));font-size:10px;line-height:10px}html.theme-sa .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.saveString-XVd1Kfjg.hidden-XVd1Kfjg{height:0;overflow:hidden}.loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#6a6d78))}html.theme-dark .loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#868993))}.menuBtnWrap-yyMUOAN9{height:100%;position:relative;width:auto}.menu-yyMUOAN9{max-width:340px}.hintPlaceholder-yyMUOAN9{height:100%;left:0;position:absolute;top:0;width:100%}.hintWrapper-yyMUOAN9{width:288px}.hintText-yyMUOAN9{font-size:16px;line-height:24px}.hintButton-yyMUOAN9{margin-top:0}.hintButtons-yyMUOAN9{margin-top:6px}.hintAdditionalButton-yyMUOAN9{margin:0 auto}.opened-yyMUOAN9.hover-yyMUOAN9:before,.opened-yyMUOAN9:active:before,.opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .opened-yyMUOAN9.hover-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before,html.theme-dark .opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.opened-yyMUOAN9.clicked-yyMUOAN9:before,.opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .opened-yyMUOAN9.clicked-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}.autoSaveWrapper-yyMUOAN9,.sharingWrapper-yyMUOAN9{min-width:calc(100% - 22px);width:192px}.button-yyMUOAN9.buttonSmallPadding-yyMUOAN9{padding-right:6px}.button-yyMUOAN9{display:flex;justify-content:center;min-width:65px}.hintPlaceHolder-yyMUOAN9{height:128px}.smallHintPlaceHolder-yyMUOAN9{height:100%;width:100%}.popupItemRowTabletSmall-yyMUOAN9:first-child{margin-bottom:6px;margin-top:6px;padding-left:12px}.shortcut-yyMUOAN9{flex-shrink:0;margin-right:0;text-align:right}.toolTitle-yyMUOAN9{padding:4px 12px}.toolTitleMobile-yyMUOAN9{padding:8px 20px}.layoutItem-yyMUOAN9{display:flex;flex-direction:column;padding:4px 0}.layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#6a6d78);font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-top:2px;--ui-lib-typography-font-size:12px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:16px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#868993)}.toolbox-yyMUOAN9{align-self:flex-start;padding-top:3px}.toolboxSmall-yyMUOAN9{align-self:flex-start;padding-top:9px}.layoutTitle-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}.layoutItemWrap-yyMUOAN9{padding:2px 10px 2px 8px}.layoutItemWrapSmall-yyMUOAN9{padding-right:20px}.layoutTitleSmall-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.active-yyMUOAN9,.active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){.active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}html.theme-dark .active-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}@media (any-hover:hover){.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}}html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}}.textWrap-yyMUOAN9{align-items:center;display:flex;flex-direction:column}.text-yyMUOAN9{max-width:100px;overflow:hidden;text-overflow:ellipsis}.withIcon-yyMUOAN9{padding-bottom:2px;padding-top:2px}.sharingLabelWrap-yyMUOAN9{display:flex}.titleSharingLabel-yyMUOAN9{overflow:hidden}.switcherLabel-yyMUOAN9{overflow:visible}.iconWrap-yyMUOAN9{margin-left:7px}.infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#d1d4dc);display:flex}html.theme-dark .infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#50535e)}@media (any-hover:hover){.infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#6a6d78)}html.theme-dark .infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#868993)}}.copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff);cursor:pointer;display:inline-block;font-size:12px;line-height:18px;margin:0 12px 6px}.copyLink-yyMUOAN9,html.theme-dark .copyLink-yyMUOAN9{fill:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9:visited{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:visited{color:var(--themed-color-brand,#2962ff)}@media (any-hover:hover){.copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}.copyLink-yyMUOAN9:hover,html.theme-dark .copyLink-yyMUOAN9:hover{fill:var(--themed-color-brand-hover,#1e53e5)}html.theme-dark .copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}}.copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:active,html.theme-dark .copyLink-yyMUOAN9:active{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:focus{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus-visible{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus:not(:focus-visible){outline:none}.copyLink-yyMUOAN9.copyLinkMobile-yyMUOAN9{margin:0 20px}.accessibleLabel-yyMUOAN9{outline:none;overflow:visible;position:relative}.accessibleLabel-yyMUOAN9:focus{outline:none}.accessibleLabel-yyMUOAN9:focus-visible{outline:none}.accessibleLabel-yyMUOAN9:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);left:-4px;pointer-events:none;position:absolute;top:-4px;width:calc(100% + 8px);z-index:1}.accessibleLabel-yyMUOAN9:focus:after{display:block}.accessibleLabel-yyMUOAN9:focus-visible:after{display:block}.accessibleLabel-yyMUOAN9:focus:not(:focus-visible):after{display:none}.accessibleLabel-yyMUOAN9:after{border-color:#2962ff;border-radius:6px}.button-ZuDkGGhF.isDisabled-ZuDkGGhF{opacity:1!important}.hidden-5MVS18J8{opacity:0}.item-o5a0MQMm{position:relative}.item-o5a0MQMm.withIcon-o5a0MQMm{padding-bottom:2px;padding-top:2px}@media screen and (max-width:430px){.item-o5a0MQMm.withIcon-o5a0MQMm{font-size:16px;padding-bottom:6px;padding-top:6px}}.shortcut-o5a0MQMm{margin-right:0;min-width:auto}@media screen and (max-width:479px){.shortcut-o5a0MQMm{display:none}}.loading-o5a0MQMm .icon-o5a0MQMm,.loading-o5a0MQMm .shortcut-o5a0MQMm{opacity:0}.button-cq__ntSC{padding:5px 10px;width:100px}.button-cq__ntSC.smallLeftPadding-cq__ntSC{padding-left:8px}.text-cq__ntSC{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height);overflow:hidden}.uppercase-cq__ntSC{text-transform:uppercase}.description-jgoQcEnP{font-size:12px;line-height:18px;max-width:280px;min-width:170px;padding-bottom:4px;white-space:normal;word-wrap:break-word}.description-jgoQcEnP,html.theme-dark .description-jgoQcEnP{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.labelRow-JeQoCpvi{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 60px)}.toolbox-JeQoCpvi{margin-left:auto}.description-JeQoCpvi{padding:0}.descriptionTabletSmall-JeQoCpvi{max-width:100%;padding-right:56px}.item-JeQoCpvi{margin-top:-3px;padding-bottom:8px;padding-top:0}.item-JeQoCpvi:before{content:none}.item-JeQoCpvi,.item-JeQoCpvi:active,.titleItem-JeQoCpvi,.titleItem-JeQoCpvi:active,html.theme-dark .item-JeQoCpvi,html.theme-dark .item-JeQoCpvi:active,html.theme-dark .titleItem-JeQoCpvi,html.theme-dark .titleItem-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItem-JeQoCpvi{position:static}.titleItem-JeQoCpvi:focus-within .remove-JeQoCpvi{visibility:visible}.itemTabletSmall-JeQoCpvi:before,.titleItemTabletSmall-JeQoCpvi:before{content:none}.itemTabletSmall-JeQoCpvi,.itemTabletSmall-JeQoCpvi:active,.titleItemTabletSmall-JeQoCpvi,.titleItemTabletSmall-JeQoCpvi:active,html.theme-dark .itemTabletSmall-JeQoCpvi,html.theme-dark .itemTabletSmall-JeQoCpvi:active,html.theme-dark .titleItemTabletSmall-JeQoCpvi,html.theme-dark .titleItemTabletSmall-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItemTabletSmall-JeQoCpvi{line-height:24px;padding:4px 20px 0 16px}.itemTabletSmall-JeQoCpvi{line-height:17px;padding:1px 20px 8px 16px}.itemLabelTabletSmall-JeQoCpvi{font-size:16px}.wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));position:relative}html.theme-dark .wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}}.wrap-HXSqojvq{padding-left:4px}.titleWrap-HXSqojvq{display:flex;flex-direction:column}.indicators-HXSqojvq{margin-left:33px;margin-right:12px}.title-HXSqojvq{align-items:center;color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));display:flex;flex-direction:row;white-space:nowrap}html.theme-dark .title-HXSqojvq{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.title-HXSqojvq .icon-HXSqojvq{display:flex;flex:none}.title-HXSqojvq .text-HXSqojvq{font-size:14px;margin:0 20px 0 5px}.titleTabletSmall-HXSqojvq{padding-bottom:4px;padding-top:4px}.titleTabletSmall-HXSqojvq .text-HXSqojvq{font-size:16px}.labelRow-HXSqojvq{flex:1 0 100%;min-width:100%}.label-HXSqojvq{flex:0 0 100%;min-width:100%}.menu-hcofKPms{max-width:340px}.menuSmallTablet-hcofKPms{max-width:100%}.menuItemHeaderTabletSmall-hcofKPms{padding:10px 20px 2px}.menuItemHeader-hcofKPms{cursor:default;margin:0;padding-bottom:3px;padding-top:4px}.item-KMkDzD5K{all:unset;align-items:center;color:var(--themed-color-favorite-text,#131722);cursor:default;display:flex;flex:0 0 auto;height:100%;padding:0 3px;position:relative;z-index:0}html.theme-dark .item-KMkDzD5K{color:var(--themed-color-favorite-text,#d1d4dc)}.item-KMkDzD5K:before{border-radius:50%;bottom:0;content:"";display:block;height:28px;left:0;margin:auto;outline:2px none #2962ff;position:absolute;right:0;top:0;width:28px;z-index:-1}.item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}@media (any-hover:hover){.item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}}html.theme-dark .item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}}.item-KMkDzD5K.accessible-KMkDzD5K:focus-visible:before{content:"";outline-style:solid}.round-KMkDzD5K{align-items:center;border:1px solid;border-color:var(--themed-color-favorite-border,#e0e3eb);border-radius:50%;cursor:default;display:flex;flex:0 0 auto;font-size:10px;height:20px;justify-content:center;text-align:center;width:20px}html.theme-dark .round-KMkDzD5K{border-color:var(--themed-color-favorite-border,#434651)}.active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#000);color:var(--themed-color-favorite-round-text,#fff)}html.theme-dark .active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#fff);color:var(--themed-color-favorite-round-text,#000)}.wrap-jiC5bgmi.full-jiC5bgmi .first-jiC5bgmi{margin-left:0}.wrap-jiC5bgmi.full-jiC5bgmi .last-jiC5bgmi{margin-right:7px}.wrap-jiC5bgmi.medium-jiC5bgmi .first-jiC5bgmi{margin-left:0}.wrap-jiC5bgmi.medium-jiC5bgmi .last-jiC5bgmi{margin-right:7px}.buttonWithFavorites-jiC5bgmi{padding-right:7px}.icon-uMfL97K2{padding:5px}.customTradingViewStyleButton-zigjK1n2.withoutIcon-zigjK1n2{padding:0 5px} \ No newline at end of file diff --git a/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css b/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css deleted file mode 100644 index e728bd8b..00000000 --- a/charting_library/bundles/1298.d597f50113da0645dcf5.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-n5bmFxyX{align-items:center;display:flex;flex:1 0 auto;flex-direction:row;height:100%}.button-neROVfUe.first-neROVfUe{margin-right:2px}.button-neROVfUe.last-neROVfUe{margin-left:2px}.button-b3Cgff6l{padding:0 1px}.group-b3Cgff6l{display:contents}.menu-b3Cgff6l:only-child{padding:0 5px}.betaBadge-b3Cgff6l,.newBadge-b3Cgff6l{--ui-lib-badge-color-content:#fff;margin-right:4px}.betaBadge-b3Cgff6l:first-child,.newBadge-b3Cgff6l:first-child{margin-right:6px}.betaBadge-b3Cgff6l{--ui-lib-badge-background:#6a6d78}.newBadge-b3Cgff6l{--ui-lib-badge-background:#ff9800}.label-b3Cgff6l{align-items:center;display:flex;flex:0 0 auto}.button-ptpAHg8E.withText-ptpAHg8E{padding:0 5px 0 10px}.button-ptpAHg8E.withoutText-ptpAHg8E{padding:0 5px}.spinnerWrap-cZT0OZe0{height:68px;position:relative}.dropdown-l0nf43ai{min-width:200px}.label-l0nf43ai{max-width:314px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smallWidthTitle-l0nf43ai{margin-bottom:8px;margin-top:2px;padding-left:20px;padding-right:20px}.smallWidthMenuItem-l0nf43ai{padding:6px 16px}.smallWidthWrapper-l0nf43ai{padding-top:8px}.value-gwXludjS{font-size:14px;text-align:right}.value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}html.theme-sa .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#ff7200)}html.theme-dark .value-gwXludjS.selected-gwXludjS{color:var(--themed-color-toolbar-button-text-active,#2962ff)}.smallWidthMenuItem-RmqZNwwp{padding:6px 16px}.menuItem-RmqZNwwp:focus-within .remove-RmqZNwwp{visibility:visible}.menuItem-RmqZNwwp.signal-RmqZNwwp{animation-duration:.8s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:highlight-animation-RmqZNwwp;--mixin-inner-base-color:#0000;--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#e3effd)}html.theme-dark .menuItem-RmqZNwwp.signal-RmqZNwwp{--mixin-inner-highlight-color:var(--themed-color-background-special-secondary,#132042)}@keyframes highlight-animation-RmqZNwwp{0%{background-color:var(--mixin-inner-base-color)}30%{background-color:var(--mixin-inner-highlight-color)}60%{background-color:var(--mixin-inner-base-color)}to{background-color:var(--mixin-inner-highlight-color)}}.accessible-raQdxQp0{outline:none;overflow:visible;position:relative}.accessible-raQdxQp0:focus{outline:none}.accessible-raQdxQp0:focus-visible{outline:none}.accessible-raQdxQp0:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-raQdxQp0:focus:after{display:block}.accessible-raQdxQp0:focus-visible:after{display:block}.accessible-raQdxQp0:focus:not(:focus-visible):after{display:none}.accessible-raQdxQp0:after{border-color:#2962ff;border-radius:6px}.button-S_1OCXUK{padding:0 6px}.button-S_1OCXUK.first-S_1OCXUK{margin-right:2px}.button-S_1OCXUK.last-S_1OCXUK{margin-left:2px}.menu-S_1OCXUK:only-child{padding:0 10px}.dropdown-S_1OCXUK{min-width:140px}.menuContent-S_1OCXUK{justify-content:center}.section-S_1OCXUK{margin:-2px 0}.section-S_1OCXUK:first-child{margin-top:4px}.section-S_1OCXUK[data-open=true]{margin-bottom:4px}.smallTabletSectionTitle-S_1OCXUK{font-size:11px;letter-spacing:.4px;line-height:16px;overflow:hidden;padding:10px 20px 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.smallTabletSectionTitle-S_1OCXUK,html.theme-dark .smallTabletSectionTitle-S_1OCXUK{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.addCustomInterval-S_1OCXUK{padding-bottom:6px;padding-top:6px}.addCustomInterval-S_1OCXUK.desktop-S_1OCXUK{padding-bottom:3px;padding-top:3px}.group-S_1OCXUK{display:contents}.button-gn9HMufu{justify-content:center;width:37px}.wrapper-psOC5oyI{padding:10px 20px}.labelRow-psOC5oyI{line-height:20px;padding:0}.label-psOC5oyI{font-size:16px}.labelHint-psOC5oyI{line-height:17px}.labelOn-psOC5oyI+.labelHint-psOC5oyI{margin-top:0}.saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff));font-size:10px;line-height:10px}html.theme-sa .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .saveString-XVd1Kfjg{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}.saveString-XVd1Kfjg.hidden-XVd1Kfjg{height:0;overflow:hidden}.loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#6a6d78))}html.theme-dark .loader-XVd1Kfjg{--ui-lib-loader-color:var(--tv-color-toolbar-save-layout-loader,var(--themed-color-default-gray,#868993))}.menuBtnWrap-yyMUOAN9{height:100%;position:relative;width:auto}.menu-yyMUOAN9{max-width:340px}.hintPlaceholder-yyMUOAN9{height:100%;position:absolute;right:0;top:0;width:100%}.hintWrapper-yyMUOAN9{width:288px}.hintText-yyMUOAN9{font-size:16px;line-height:24px}.hintButton-yyMUOAN9{margin-top:0}.hintButtons-yyMUOAN9{margin-top:6px}.hintAdditionalButton-yyMUOAN9{margin:0 auto}.opened-yyMUOAN9.hover-yyMUOAN9:before,.opened-yyMUOAN9:active:before,.opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}@media (any-hover:hover){.opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa));border-radius:var(--tv-toolbar-opened-element-hover-border-radius,0);bottom:var(--tv-toolbar-opened-element-hover-margin,0);content:"";display:block;left:var(--tv-toolbar-opened-element-hover-margin,0);position:absolute;right:var(--tv-toolbar-opened-element-hover-margin,0);top:var(--tv-toolbar-opened-element-hover-margin,0);z-index:-1}}html.theme-dark .opened-yyMUOAN9.hover-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before,html.theme-dark .opened-yyMUOAN9:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}@media (any-hover:hover){html.theme-dark .opened-yyMUOAN9:hover:before{background-color:var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39))}}.opened-yyMUOAN9.clicked-yyMUOAN9:before,.opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#f0f3fa)));content:"";display:block}html.theme-dark .opened-yyMUOAN9.clicked-yyMUOAN9:before,html.theme-dark .opened-yyMUOAN9:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-expanded,var(--themed-color-toolbar-opened-element-bg,#2a2e39)))}.autoSaveWrapper-yyMUOAN9,.sharingWrapper-yyMUOAN9{min-width:calc(100% - 22px);width:192px}.button-yyMUOAN9.buttonSmallPadding-yyMUOAN9{padding-left:6px}.button-yyMUOAN9{display:flex;justify-content:center;min-width:65px}.hintPlaceHolder-yyMUOAN9{height:128px}.smallHintPlaceHolder-yyMUOAN9{height:100%;width:100%}.popupItemRowTabletSmall-yyMUOAN9:first-child{margin-bottom:6px;margin-top:6px;padding-right:12px}.shortcut-yyMUOAN9{flex-shrink:0;margin-left:0;text-align:left}.toolTitle-yyMUOAN9{padding:4px 12px}.toolTitleMobile-yyMUOAN9{padding:8px 20px}.layoutItem-yyMUOAN9{display:flex;flex-direction:column;padding:4px 0}.layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#6a6d78);font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-top:2px;--ui-lib-typography-font-size:12px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:16px;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9{color:var(--themed-color-default-gray,#868993)}.toolbox-yyMUOAN9{align-self:flex-start;padding-top:3px}.toolboxSmall-yyMUOAN9{align-self:flex-start;padding-top:9px}.layoutTitle-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height)}.layoutItemWrap-yyMUOAN9{padding:2px 8px 2px 10px}.layoutItemWrapSmall-yyMUOAN9{padding-left:20px}.layoutTitleSmall-yyMUOAN9{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.active-yyMUOAN9,.active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){.active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}html.theme-dark .active-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active{background-color:var(--themed-color-item-active-bg,#2962ff)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover{background-color:var(--themed-color-item-active-bg,#2962ff)}}.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}@media (any-hover:hover){.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,.active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#fff)}}html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9 .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:active .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}@media (any-hover:hover){html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutMeta-yyMUOAN9,html.theme-dark .active-yyMUOAN9:hover .layoutItem-yyMUOAN9 .layoutTitle-yyMUOAN9{color:var(--themed-color-active-layout-text,#d1d4dc)}}.textWrap-yyMUOAN9{align-items:center;display:flex;flex-direction:column}.text-yyMUOAN9{max-width:100px;overflow:hidden;text-overflow:ellipsis}.withIcon-yyMUOAN9{padding-bottom:2px;padding-top:2px}.sharingLabelWrap-yyMUOAN9{display:flex}.titleSharingLabel-yyMUOAN9{overflow:hidden}.switcherLabel-yyMUOAN9{overflow:visible}.iconWrap-yyMUOAN9{margin-right:7px}.infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#d1d4dc);display:flex}html.theme-dark .infoIcon-yyMUOAN9{color:var(--themed-color-info-icon,#50535e)}@media (any-hover:hover){.infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#6a6d78)}html.theme-dark .infoIcon-yyMUOAN9:hover{color:var(--themed-color-default-gray,#868993)}}.copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff);cursor:pointer;display:inline-block;font-size:12px;line-height:18px;margin:0 12px 6px}.copyLink-yyMUOAN9,html.theme-dark .copyLink-yyMUOAN9{fill:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:visited,html.theme-dark .copyLink-yyMUOAN9:visited{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:visited{color:var(--themed-color-brand,#2962ff)}@media (any-hover:hover){.copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}.copyLink-yyMUOAN9:hover,html.theme-dark .copyLink-yyMUOAN9:hover{fill:var(--themed-color-brand-hover,#1e53e5)}html.theme-dark .copyLink-yyMUOAN9:hover{color:var(--themed-color-brand-hover,#1e53e5)}}.copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:active,html.theme-dark .copyLink-yyMUOAN9:active{fill:var(--themed-color-brand,#2962ff)}html.theme-dark .copyLink-yyMUOAN9:active{color:var(--themed-color-brand,#2962ff)}.copyLink-yyMUOAN9:focus{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus-visible{outline:auto;outline-offset:2px}.copyLink-yyMUOAN9:focus:not(:focus-visible){outline:none}.copyLink-yyMUOAN9.copyLinkMobile-yyMUOAN9{margin:0 20px}.accessibleLabel-yyMUOAN9{outline:none;overflow:visible;position:relative}.accessibleLabel-yyMUOAN9:focus{outline:none}.accessibleLabel-yyMUOAN9:focus-visible{outline:none}.accessibleLabel-yyMUOAN9:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);pointer-events:none;position:absolute;right:-4px;top:-4px;width:calc(100% + 8px);z-index:1}.accessibleLabel-yyMUOAN9:focus:after{display:block}.accessibleLabel-yyMUOAN9:focus-visible:after{display:block}.accessibleLabel-yyMUOAN9:focus:not(:focus-visible):after{display:none}.accessibleLabel-yyMUOAN9:after{border-color:#2962ff;border-radius:6px}.button-ZuDkGGhF.isDisabled-ZuDkGGhF{opacity:1!important}.hidden-5MVS18J8{opacity:0}.item-o5a0MQMm{position:relative}.item-o5a0MQMm.withIcon-o5a0MQMm{padding-bottom:2px;padding-top:2px}@media screen and (max-width:430px){.item-o5a0MQMm.withIcon-o5a0MQMm{font-size:16px;padding-bottom:6px;padding-top:6px}}.shortcut-o5a0MQMm{margin-left:0;min-width:auto}@media screen and (max-width:479px){.shortcut-o5a0MQMm{display:none}}.loading-o5a0MQMm .icon-o5a0MQMm,.loading-o5a0MQMm .shortcut-o5a0MQMm{opacity:0}.button-cq__ntSC{padding:5px 10px;width:100px}.button-cq__ntSC.smallLeftPadding-cq__ntSC{padding-right:8px}.text-cq__ntSC{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;line-height:var(--ui-lib-typography-line-height);overflow:hidden}.uppercase-cq__ntSC{text-transform:uppercase}.description-jgoQcEnP{font-size:12px;line-height:18px;max-width:280px;min-width:170px;padding-bottom:4px;white-space:normal;word-wrap:break-word}.description-jgoQcEnP,html.theme-dark .description-jgoQcEnP{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,#787b86))}.labelRow-JeQoCpvi{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 60px)}.toolbox-JeQoCpvi{margin-right:auto}.description-JeQoCpvi{padding:0}.descriptionTabletSmall-JeQoCpvi{max-width:100%;padding-left:56px}.item-JeQoCpvi{margin-top:-3px;padding-bottom:8px;padding-top:0}.item-JeQoCpvi:before{content:none}.item-JeQoCpvi,.item-JeQoCpvi:active,.titleItem-JeQoCpvi,.titleItem-JeQoCpvi:active,html.theme-dark .item-JeQoCpvi,html.theme-dark .item-JeQoCpvi:active,html.theme-dark .titleItem-JeQoCpvi,html.theme-dark .titleItem-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItem-JeQoCpvi{position:static}.titleItem-JeQoCpvi:focus-within .remove-JeQoCpvi{visibility:visible}.itemTabletSmall-JeQoCpvi:before,.titleItemTabletSmall-JeQoCpvi:before{content:none}.itemTabletSmall-JeQoCpvi,.itemTabletSmall-JeQoCpvi:active,.titleItemTabletSmall-JeQoCpvi,.titleItemTabletSmall-JeQoCpvi:active,html.theme-dark .itemTabletSmall-JeQoCpvi,html.theme-dark .itemTabletSmall-JeQoCpvi:active,html.theme-dark .titleItemTabletSmall-JeQoCpvi,html.theme-dark .titleItemTabletSmall-JeQoCpvi:active{background-color:var(--themed-color-force-transparent,#0000)}.titleItemTabletSmall-JeQoCpvi{line-height:24px;padding:4px 16px 0 20px}.itemTabletSmall-JeQoCpvi{line-height:17px;padding:1px 16px 8px 20px}.itemLabelTabletSmall-JeQoCpvi{font-size:16px}.wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));position:relative}html.theme-dark .wrap-JeQoCpvi{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#131722))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{color:var(--tv-color-popup-element-text-hover,var(--themed-color-popup-element-text-hover,#c1c4cd))}}.wrap-JeQoCpvi.hovered-JeQoCpvi,.wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}@media (any-hover:hover){.wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#f0f3fa))}}html.theme-dark .wrap-JeQoCpvi.hovered-JeQoCpvi,html.theme-dark .wrap-JeQoCpvi:active{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .wrap-JeQoCpvi:hover{background-color:var(--tv-color-popup-element-background-hover,var(--themed-color-popup-element-background-hover,#2a2e39))}}.wrap-HXSqojvq{padding-right:4px}.titleWrap-HXSqojvq{display:flex;flex-direction:column}.indicators-HXSqojvq{margin-left:12px;margin-right:33px}.title-HXSqojvq{align-items:center;color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#131722));display:flex;flex-direction:row;white-space:nowrap}html.theme-dark .title-HXSqojvq{color:var(--tv-color-popup-element-text,var(--themed-color-popup-element-text,#d1d4dc))}.title-HXSqojvq .icon-HXSqojvq{display:flex;flex:none}.title-HXSqojvq .text-HXSqojvq{font-size:14px;margin:0 5px 0 20px}.titleTabletSmall-HXSqojvq{padding-bottom:4px;padding-top:4px}.titleTabletSmall-HXSqojvq .text-HXSqojvq{font-size:16px}.labelRow-HXSqojvq{flex:1 0 100%;min-width:100%}.label-HXSqojvq{flex:0 0 100%;min-width:100%}.menu-hcofKPms{max-width:340px}.menuSmallTablet-hcofKPms{max-width:100%}.menuItemHeaderTabletSmall-hcofKPms{padding:10px 20px 2px}.menuItemHeader-hcofKPms{cursor:default;margin:0;padding-bottom:3px;padding-top:4px}.item-KMkDzD5K{all:unset;align-items:center;color:var(--themed-color-favorite-text,#131722);cursor:default;display:flex;flex:0 0 auto;height:100%;padding:0 3px;position:relative;z-index:0}html.theme-dark .item-KMkDzD5K{color:var(--themed-color-favorite-text,#d1d4dc)}.item-KMkDzD5K:before{border-radius:50%;bottom:0;content:"";display:block;height:28px;left:0;margin:auto;outline:2px none #2962ff;position:absolute;right:0;top:0;width:28px;z-index:-1}.item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}@media (any-hover:hover){.item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#f0f3fa);content:""}}html.theme-dark .item-KMkDzD5K:active:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}@media (any-hover:hover){html.theme-dark .item-KMkDzD5K:hover:before{background-color:var(--themed-color-favorite-bg-hover,#2a2e39)}}.item-KMkDzD5K.accessible-KMkDzD5K:focus-visible:before{content:"";outline-style:solid}.round-KMkDzD5K{align-items:center;border:1px solid;border-color:var(--themed-color-favorite-border,#e0e3eb);border-radius:50%;cursor:default;display:flex;flex:0 0 auto;font-size:10px;height:20px;justify-content:center;text-align:center;width:20px}html.theme-dark .round-KMkDzD5K{border-color:var(--themed-color-favorite-border,#434651)}.active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#000);color:var(--themed-color-favorite-round-text,#fff)}html.theme-dark .active-KMkDzD5K{background-color:var(--themed-color-favorite-round-bg,#fff);color:var(--themed-color-favorite-round-text,#000)}.wrap-jiC5bgmi.full-jiC5bgmi .first-jiC5bgmi{margin-right:0}.wrap-jiC5bgmi.full-jiC5bgmi .last-jiC5bgmi{margin-left:7px}.wrap-jiC5bgmi.medium-jiC5bgmi .first-jiC5bgmi{margin-right:0}.wrap-jiC5bgmi.medium-jiC5bgmi .last-jiC5bgmi{margin-left:7px}.buttonWithFavorites-jiC5bgmi{padding-left:7px}.icon-uMfL97K2{padding:5px}.customTradingViewStyleButton-zigjK1n2.withoutIcon-zigjK1n2{padding:0 5px} \ No newline at end of file diff --git a/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css b/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css deleted file mode 100644 index 2e047e9f..00000000 --- a/charting_library/bundles/1335.5f0edd452b4452a9eaf4.css +++ /dev/null @@ -1 +0,0 @@ -.row-DFIg7eOh{vertical-align:top}.line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#9598a1);font-size:12px;margin-left:6px;margin-top:12px;text-align:left}html.theme-dark .hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#50535e)}.separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.loaderWrap-jGEARQlM{height:32px;margin-left:-2px;position:relative}.loaderWrap-jGEARQlM.big-jGEARQlM{min-width:100px}.loaderWrap-jGEARQlM.big-jGEARQlM .loader-jGEARQlM{position:absolute}.loader-jGEARQlM{position:static}.menu-Tx5xMZww{border-collapse:collapse;cursor:default;overflow:visible;-webkit-user-select:none;user-select:none;z-index:500}.accessible-rm8yeqY4{outline:none;overflow:visible;position:relative}.accessible-rm8yeqY4:focus{outline:none}.accessible-rm8yeqY4:focus-visible{outline:none}.accessible-rm8yeqY4:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-rm8yeqY4:focus:after{display:block}.accessible-rm8yeqY4:focus-visible:after{display:block}.accessible-rm8yeqY4:focus:not(:focus-visible):after{display:none}.accessible-rm8yeqY4:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css b/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css deleted file mode 100644 index 09c412b7..00000000 --- a/charting_library/bundles/1335.5f0edd452b4452a9eaf4.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.row-DFIg7eOh{vertical-align:top}.line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .line-DFIg7eOh{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#9598a1);font-size:12px;margin-right:6px;margin-top:12px;text-align:right}html.theme-dark .hint-DFIg7eOh{color:var(--themed-color-context-menu-separator-hint,#50535e)}.separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#e0e3eb));height:1px;margin:6px 0}html.theme-dark .separator-Ymxd0dt_{background-color:var(--tv-color-popup-element-divider-background,var(--themed-color-popup-menu-separator,#434651))}.loaderWrap-jGEARQlM{height:32px;margin-right:-2px;position:relative}.loaderWrap-jGEARQlM.big-jGEARQlM{min-width:100px}.loaderWrap-jGEARQlM.big-jGEARQlM .loader-jGEARQlM{position:absolute}.loader-jGEARQlM{position:static}.menu-Tx5xMZww{border-collapse:collapse;cursor:default;overflow:visible;-webkit-user-select:none;user-select:none;z-index:500}.accessible-rm8yeqY4{outline:none;overflow:visible;position:relative}.accessible-rm8yeqY4:focus{outline:none}.accessible-rm8yeqY4:focus-visible{outline:none}.accessible-rm8yeqY4:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-rm8yeqY4:focus:after{display:block}.accessible-rm8yeqY4:focus-visible:after{display:block}.accessible-rm8yeqY4:focus:not(:focus-visible):after{display:none}.accessible-rm8yeqY4:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/charting_library/bundles/1390.626f0a194297d6d23002.css b/charting_library/bundles/1390.626f0a194297d6d23002.css new file mode 100644 index 00000000..ba160741 --- /dev/null +++ b/charting_library/bundles/1390.626f0a194297d6d23002.css @@ -0,0 +1 @@ +.dialog-UGdC69sw{min-width:254px;padding:40px;width:auto}.dialogInner-UGdC69sw{align-items:center;display:flex;flex-direction:column}.titleWrapper-UGdC69sw{align-items:center;display:flex;justify-content:center;margin-bottom:16px;max-width:100%}.title-UGdC69sw{color:var(--themed-color-primary-text,#1a1a1a);cursor:default;font-size:20px;font-weight:700;line-height:28px;overflow:hidden;white-space:nowrap}html.theme-dark .title-UGdC69sw{color:var(--themed-color-primary-text,#dbdbdb)}.infoHint-UGdC69sw{color:var(--themed-color-default-gray,#707070);height:18px;margin-left:8px;width:18px}html.theme-dark .infoHint-UGdC69sw{color:var(--themed-color-default-gray,#8c8c8c)}.form-UGdC69sw{display:flex;max-width:200px;width:100%}.inputWrapper-UGdC69sw{flex-grow:1}.input-UGdC69sw{font-size:24px;text-align:center}.hint-UGdC69sw{color:var(--themed-color-default-gray,#707070);cursor:default;font-size:12px;line-height:18px;margin-top:3px;max-width:100%;overflow:hidden;white-space:nowrap}html.theme-dark .hint-UGdC69sw{color:var(--themed-color-default-gray,#8c8c8c)}.error-UGdC69sw{color:#f23645} \ No newline at end of file diff --git a/charting_library/bundles/1390.626f0a194297d6d23002.rtl.css b/charting_library/bundles/1390.626f0a194297d6d23002.rtl.css new file mode 100644 index 00000000..0492d45d --- /dev/null +++ b/charting_library/bundles/1390.626f0a194297d6d23002.rtl.css @@ -0,0 +1 @@ +.dialog-UGdC69sw{min-width:254px;padding:40px;width:auto}.dialogInner-UGdC69sw{align-items:center;display:flex;flex-direction:column}.titleWrapper-UGdC69sw{align-items:center;display:flex;justify-content:center;margin-bottom:16px;max-width:100%}.title-UGdC69sw{color:var(--themed-color-primary-text,#1a1a1a);cursor:default;font-size:20px;font-weight:700;line-height:28px;overflow:hidden;white-space:nowrap}html.theme-dark .title-UGdC69sw{color:var(--themed-color-primary-text,#dbdbdb)}.infoHint-UGdC69sw{color:var(--themed-color-default-gray,#707070);height:18px;margin-right:8px;width:18px}html.theme-dark .infoHint-UGdC69sw{color:var(--themed-color-default-gray,#8c8c8c)}.form-UGdC69sw{display:flex;max-width:200px;width:100%}.inputWrapper-UGdC69sw{flex-grow:1}.input-UGdC69sw{font-size:24px;text-align:center}.hint-UGdC69sw{color:var(--themed-color-default-gray,#707070);cursor:default;font-size:12px;line-height:18px;margin-top:3px;max-width:100%;overflow:hidden;white-space:nowrap}html.theme-dark .hint-UGdC69sw{color:var(--themed-color-default-gray,#8c8c8c)}.error-UGdC69sw{color:#f23645} \ No newline at end of file diff --git a/charting_library/bundles/1398.d778724528a9b5665050.css b/charting_library/bundles/1398.d778724528a9b5665050.css deleted file mode 100644 index f7ae625d..00000000 --- a/charting_library/bundles/1398.d778724528a9b5665050.css +++ /dev/null @@ -1 +0,0 @@ -.wrapper-nGEmjtaX{display:flex;flex:1 1 auto;height:100%;overflow:hidden}.container-nGEmjtaX{display:flex;flex:1 1 auto;flex-direction:column;min-height:145px;overflow-x:hidden;overflow-y:auto;padding-bottom:6px;padding-top:6px;-webkit-overflow-scrolling:touch;border-right:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);flex:none;width:200px}html.theme-dark .container-nGEmjtaX{border-right:1px solid var(--themed-color-properties-dialog-borders,#434651)}@media screen and (max-height:290px){.container-nGEmjtaX{min-height:auto}}@supports (-moz-appearance:none){.container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.container-nGEmjtaX::-webkit-scrollbar{height:5px;width:5px}.container-nGEmjtaX::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .container-nGEmjtaX::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.container-nGEmjtaX::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.container-nGEmjtaX::-webkit-scrollbar-corner{display:none}.tab-nGEmjtaX{align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 0 6px 20px}html.theme-dark .tab-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.icon-nGEmjtaX{height:28px;width:28px}.title-nGEmjtaX{display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-left:8px;min-width:0;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;cursor:default;line-height:var(--ui-lib-typography-line-height);white-space:nowrap}.title-nGEmjtaX.withoutIcon-nGEmjtaX{margin-left:0}.titleText-nGEmjtaX{flex:0 100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.nested-nGEmjtaX{align-items:center;color:var(--themed-color-default-gray,#6a6d78);display:flex;flex:1 1 auto;height:0;justify-content:flex-end;padding-right:8px}html.theme-dark .nested-nGEmjtaX{color:var(--themed-color-default-gray,#868993)}.isTablet-nGEmjtaX.container-nGEmjtaX{width:48px}.isTablet-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:center;padding-left:0}.isMobile-nGEmjtaX.container-nGEmjtaX{width:100%}.isMobile-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:flex-start;padding:0 0 0 20px}.isMobile-nGEmjtaX.tab-nGEmjtaX:last-child .title-nGEmjtaX:not(.showLastDivider-nGEmjtaX){border-bottom-width:0}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX{align-items:center;display:flex;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;padding-bottom:17px;padding-top:17px;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;border-bottom:1px solid;border-bottom-color:var(--themed-color-properties-dialog-borders,#e0e3eb);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .isMobile-nGEmjtaX .title-nGEmjtaX{border-bottom-color:var(--themed-color-properties-dialog-borders,#434651)}.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:28px}.isMobile-nGEmjtaX.withoutArrow-nGEmjtaX .title-nGEmjtaX{border-bottom-width:0}.accessible-nGEmjtaX{all:unset;align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 0 6px 20px}html.theme-dark .accessible-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.accessible-nGEmjtaX{outline:none;overflow:visible;position:relative}.accessible-nGEmjtaX:focus{outline:none}.accessible-nGEmjtaX:focus-visible{outline:none}.accessible-nGEmjtaX:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-nGEmjtaX:focus:after{display:block}.accessible-nGEmjtaX:focus-visible:after{display:block}.accessible-nGEmjtaX:focus:not(:focus-visible):after{display:none}.accessible-nGEmjtaX:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/charting_library/bundles/1398.d778724528a9b5665050.rtl.css b/charting_library/bundles/1398.d778724528a9b5665050.rtl.css deleted file mode 100644 index de968c98..00000000 --- a/charting_library/bundles/1398.d778724528a9b5665050.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.wrapper-nGEmjtaX{display:flex;flex:1 1 auto;height:100%;overflow:hidden}.container-nGEmjtaX{display:flex;flex:1 1 auto;flex-direction:column;min-height:145px;overflow-x:hidden;overflow-y:auto;padding-bottom:6px;padding-top:6px;-webkit-overflow-scrolling:touch;border-left:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);flex:none;width:200px}html.theme-dark .container-nGEmjtaX{border-left:1px solid var(--themed-color-properties-dialog-borders,#434651)}@media screen and (max-height:290px){.container-nGEmjtaX{min-height:auto}}@supports (-moz-appearance:none){.container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .container-nGEmjtaX{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.container-nGEmjtaX::-webkit-scrollbar{height:5px;width:5px}.container-nGEmjtaX::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .container-nGEmjtaX::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.container-nGEmjtaX::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.container-nGEmjtaX::-webkit-scrollbar-corner{display:none}.tab-nGEmjtaX{align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 20px 6px 0}html.theme-dark .tab-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.icon-nGEmjtaX{height:28px;width:28px}.title-nGEmjtaX{display:flex;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;margin-right:8px;min-width:0;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;cursor:default;line-height:var(--ui-lib-typography-line-height);white-space:nowrap}.title-nGEmjtaX.withoutIcon-nGEmjtaX{margin-right:0}.titleText-nGEmjtaX{flex:0 100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.nested-nGEmjtaX{align-items:center;color:var(--themed-color-default-gray,#6a6d78);display:flex;flex:1 1 auto;height:0;justify-content:flex-end;padding-left:8px}html.theme-dark .nested-nGEmjtaX{color:var(--themed-color-default-gray,#868993)}.nested-nGEmjtaX svg{transform:rotate(180deg)}.isTablet-nGEmjtaX.container-nGEmjtaX{width:48px}.isTablet-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:center;padding-right:0}.isMobile-nGEmjtaX.container-nGEmjtaX{width:100%}.isMobile-nGEmjtaX.tab-nGEmjtaX{height:auto;justify-content:flex-start;padding:0 20px 0 0}.isMobile-nGEmjtaX.tab-nGEmjtaX:last-child .title-nGEmjtaX:not(.showLastDivider-nGEmjtaX){border-bottom-width:0}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX.tab-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX{align-items:center;display:flex;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;padding-bottom:17px;padding-top:17px;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;border-bottom:1px solid;border-bottom-color:var(--themed-color-properties-dialog-borders,#e0e3eb);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .isMobile-nGEmjtaX .title-nGEmjtaX{border-bottom-color:var(--themed-color-properties-dialog-borders,#434651)}.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{--ui-lib-typography-font-size:16px;--ui-lib-typography-line-height:24px}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX,.isMobile-nGEmjtaX .title-nGEmjtaX.medium-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:400;line-height:var(--ui-lib-typography-line-height)}.isMobile-nGEmjtaX .title-nGEmjtaX.large-nGEmjtaX{--ui-lib-typography-font-size:18px;--ui-lib-typography-line-height:28px}.isMobile-nGEmjtaX.withoutArrow-nGEmjtaX .title-nGEmjtaX{border-bottom-width:0}.accessible-nGEmjtaX{all:unset;align-items:center;box-sizing:border-box;color:var(--themed-color-properties-dialog-defaults-text,#131722);display:flex;flex-shrink:0;height:40px;padding:6px 20px 6px 0}html.theme-dark .accessible-nGEmjtaX{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}@media (any-hover:hover){.accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX:hover{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}}.accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#f0f3fa)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX{background-color:var(--themed-color-properties-dialog-tab-bg,#2a2e39)}.accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,.accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:18px;color:var(--themed-color-active-tab-text-color,#131722);line-height:var(--ui-lib-typography-line-height)}html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .icon-nGEmjtaX,html.theme-dark .accessible-nGEmjtaX.active-nGEmjtaX .title-nGEmjtaX{color:var(--themed-color-active-tab-text-color,#fff)}.accessible-nGEmjtaX{outline:none;overflow:visible;position:relative}.accessible-nGEmjtaX:focus{outline:none}.accessible-nGEmjtaX:focus-visible{outline:none}.accessible-nGEmjtaX:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-nGEmjtaX:focus:after{display:block}.accessible-nGEmjtaX:focus-visible:after{display:block}.accessible-nGEmjtaX:focus:not(:focus-visible):after{display:none}.accessible-nGEmjtaX:after{border-color:#2962ff;border-radius:6px} \ No newline at end of file diff --git a/charting_library/bundles/1531.9f5911fcffe385103254.css b/charting_library/bundles/1531.9f5911fcffe385103254.css new file mode 100644 index 00000000..63723882 --- /dev/null +++ b/charting_library/bundles/1531.9f5911fcffe385103254.css @@ -0,0 +1 @@ +.content-tBgV1m0B{box-sizing:border-box;color:var(--themed-color-text,#1a1a1a);display:inline-grid;grid-template-columns:auto 1fr;max-width:550px;padding:16px 20px;width:100%}html.theme-dark .content-tBgV1m0B{color:var(--themed-color-text,#dbdbdb)}.cell-tBgV1m0B .inner-tBgV1m0B{align-items:center;display:flex;padding:8px 0}.cell-tBgV1m0B.first-tBgV1m0B{align-items:center;display:flex;min-width:0}.cell-tBgV1m0B.first-tBgV1m0B .inner-tBgV1m0B{display:block;min-width:0;padding-right:20px;word-wrap:break-word;cursor:default}.cell-tBgV1m0B.first-tBgV1m0B .inner-tBgV1m0B:first-letter{text-transform:capitalize}.cell-tBgV1m0B.first-tBgV1m0B.inlineCell-tBgV1m0B .inner-tBgV1m0B{padding-right:0}.cell-tBgV1m0B.fill-tBgV1m0B{grid-column:1/3}.cell-tBgV1m0B.top-tBgV1m0B{align-items:flex-start}.cell-tBgV1m0B.topCenter-tBgV1m0B{align-items:flex-start;padding-top:8px}.cell-tBgV1m0B:only-child{max-width:340px}.cell-tBgV1m0B.offset-tBgV1m0B{padding-left:26px}.inlineRow-tBgV1m0B{display:flex}.inlineCell-tBgV1m0B{margin-right:8px}.grouped-tBgV1m0B .inner-tBgV1m0B,.inlineCell-tBgV1m0B .inner-tBgV1m0B{padding:4px 0}.separator-tBgV1m0B{background-color:var(--themed-color-separator,#ebebeb);height:1px;margin:8px -20px}html.theme-dark .separator-tBgV1m0B{background-color:var(--themed-color-separator,#4a4a4a)}.groupSeparator-tBgV1m0B{height:8px}.groupSeparator-tBgV1m0B.big-tBgV1m0B{height:14px}@media (max-width:379px){.content-tBgV1m0B{grid-template-columns:1fr min-content}.cell-tBgV1m0B.first-tBgV1m0B .inner-tBgV1m0B{padding:8px 20px 8px 0}.cell-tBgV1m0B.adaptive-tBgV1m0B{align-items:flex-start}.cell-tBgV1m0B.adaptive-tBgV1m0B:not(.checkableTitle-tBgV1m0B):not(.inlineCell-tBgV1m0B){padding-top:8px}}.wrap-ne5qGlZh{align-items:center;background-color:var(--themed-color-body-secondary-bg,#f2f2f2);border-radius:6px;box-sizing:border-box;display:flex;height:34px;justify-content:space-between;max-width:180px;min-width:100px;padding:7px 8px 6px}html.theme-dark .wrap-ne5qGlZh{background-color:var(--themed-color-body-secondary-bg,#1a1a1a)}@media (any-hover:hover){.wrap-ne5qGlZh:hover{background-color:var(--themed-color-edit-button-background-hover,#ebebeb)}html.theme-dark .wrap-ne5qGlZh:hover{background-color:var(--themed-color-edit-button-background-hover,#4a4a4a)}.wrap-ne5qGlZh:hover .icon-ne5qGlZh{color:var(--themed-color-edit-button-icon-hover,#1a1a1a)}html.theme-dark .wrap-ne5qGlZh:hover .icon-ne5qGlZh{color:var(--themed-color-edit-button-icon-hover,#dbdbdb)}}.text-ne5qGlZh{color:var(--themed-color-edit-button-text,#1a1a1a);cursor:default;line-height:21px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.theme-dark .text-ne5qGlZh{color:var(--themed-color-edit-button-text,#dbdbdb)}.icon-ne5qGlZh{align-self:flex-start;color:var(--themed-color-default-gray,#707070);height:18px;margin-left:8px}html.theme-dark .icon-ne5qGlZh{color:var(--themed-color-default-gray,#8c8c8c)}.disabled-ne5qGlZh{pointer-events:none}.disabled-ne5qGlZh .icon-ne5qGlZh,.disabled-ne5qGlZh .text-ne5qGlZh{color:var(--themed-color-edit-button-text-disabled,#b8b8b8)}html.theme-dark .disabled-ne5qGlZh .icon-ne5qGlZh,html.theme-dark .disabled-ne5qGlZh .text-ne5qGlZh{color:var(--themed-color-edit-button-text-disabled,#575757)}.wrap-Q2NZ0gvI{align-items:center;display:flex;max-width:100%;overflow-wrap:break-word}.wrap-Q2NZ0gvI:before{content:"";flex:none;height:34px;width:0}.checkbox-FG0u1J5p{min-width:0}.title-FG0u1J5p{cursor:default;min-width:0}.hintButton-qEI9XsjF,.infoTooltip-qEI9XsjF{margin-left:8px}.hasTooltip-DcvaoxPU{margin-right:9px}.uppercase-DcvaoxPU{text-transform:uppercase}.innerLabel-DjbvBF5Y{color:var(--themed-color-input-with-error-label,#dbdbdb);display:flex;flex:0 0 auto;font-size:16px;padding-left:5px}html.theme-dark .innerLabel-DjbvBF5Y{color:var(--themed-color-input-with-error-label,#575757)}.controlWrapper-DBTazUk2{box-sizing:border-box;height:100%;overflow:hidden;width:22px}.controlWrapper-DBTazUk2.hidden-DBTazUk2{opacity:0}.control-DBTazUk2{align-items:center;background-color:initial;border:none;border-radius:4px;box-sizing:border-box;color:var(--themed-color-default-gray,#707070);cursor:default;display:flex;flex:0 0 auto;height:50%;justify-content:center;padding:0 6px;transition:color .35s ease,background-color .35s ease}html.theme-dark .control-DBTazUk2{color:var(--themed-color-default-gray,#8c8c8c)}.control-DBTazUk2 svg{fill:currentColor}@media (any-hover:hover){.control-DBTazUk2:hover{background-color:var(--themed-color-number-input-arrow-bg-hover,#f2f2f2);color:var(--themed-color-number-input-arrow-hover,#1a1a1a)}html.theme-dark .control-DBTazUk2:hover{background-color:var(--themed-color-number-input-arrow-bg-hover,#3d3d3d);color:var(--themed-color-number-input-arrow-hover,#dbdbdb)}}.controlIncrease-DBTazUk2{transform:rotate(180deg)}.controlIcon-DBTazUk2{display:flex;flex:0 0 auto;justify-content:center}.controlIcon-DBTazUk2 svg{width:100%}.title-DBTazUk2{color:var(--themed-color-title,#b8b8b8);display:flex;flex-direction:column;font-size:12px;justify-content:center;margin-right:9px}html.theme-dark .title-DBTazUk2{color:var(--themed-color-title,#575757)}.accessible-HBcDEU4c,.button-HBcDEU4c{all:unset}.accessible-HBcDEU4c{outline:none;overflow:visible;position:relative}.accessible-HBcDEU4c:focus{outline:none}.accessible-HBcDEU4c:focus-visible{outline:none}.accessible-HBcDEU4c:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.accessible-HBcDEU4c:focus:after{display:block}.accessible-HBcDEU4c:focus-visible:after{display:block}.accessible-HBcDEU4c:focus:not(:focus-visible):after{display:none}.accessible-HBcDEU4c:after{border-color:#2962ff;border-radius:6px}.wrap-g_7HJ1Y8{display:flex}.item-g_7HJ1Y8{align-items:center;background-color:var(--themed-color-switch-bg,#0000);border-color:var(--themed-color-switch-border,#dbdbdb);border-style:solid;border-width:1px;box-sizing:border-box;display:inline-flex;flex:1;height:32px;justify-content:center;padding:0 22px;position:relative}html.theme-dark .item-g_7HJ1Y8{background-color:var(--themed-color-switch-bg,#0000);border-color:var(--themed-color-switch-border,#575757)}@media (any-hover:hover){.item-g_7HJ1Y8:hover{background-color:var(--themed-color-switch-hover-bg,#f2f2f2)}html.theme-dark .item-g_7HJ1Y8:hover{background-color:var(--themed-color-switch-hover-bg,#303030)}}.item-g_7HJ1Y8.checked-g_7HJ1Y8{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);border-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);z-index:1}html.theme-dark .item-g_7HJ1Y8.checked-g_7HJ1Y8{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2);border-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}@media (any-hover:hover){.item-g_7HJ1Y8.checked-g_7HJ1Y8:hover{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);border-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030)}html.theme-dark .item-g_7HJ1Y8.checked-g_7HJ1Y8:hover{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2);border-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}}.item-g_7HJ1Y8+.item-g_7HJ1Y8{margin-left:-1px}.item-g_7HJ1Y8:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px;margin-left:0}.item-g_7HJ1Y8:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}.item-g_7HJ1Y8.accessible-g_7HJ1Y8{outline:none;overflow:visible;position:relative}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:focus{outline:none}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:focus-visible{outline:none}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);left:-4px;pointer-events:none;position:absolute;top:-4px;width:calc(100% + 8px);z-index:1}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:after,html.theme-dark .item-g_7HJ1Y8.accessible-g_7HJ1Y8:after{border-color:var(--themed-color-focus-outline-color-blue,#2962ff)}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:after{border-radius:4px}.item-g_7HJ1Y8.accessible-g_7HJ1Y8.focusVisible-g_7HJ1Y8:after{display:block}.radio-g_7HJ1Y8{height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%}.paddingCompact-g_7HJ1Y8{padding:0 12px}.radioButtonView-zzLJI6BH{border-radius:50%;box-sizing:border-box;display:block;height:18px;position:relative;transition:background-color .35s ease,border-color .35s ease;width:18px;--default-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);--radio-color:var(--ui-lib-radioButtonView-color,var(--default-color));background-color:initial;border:1px solid var(--radio-color)}html.theme-dark .radioButtonView-zzLJI6BH{--default-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}.radioButtonView-zzLJI6BH:before{background:var(--themed-color-container-fill-quinary-inverse,#fff);border-radius:50%;box-sizing:border-box;content:"";display:none;height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:6px}html.theme-dark .radioButtonView-zzLJI6BH:before{background:var(--themed-color-container-fill-quinary-inverse,#303030)}.checked-zzLJI6BH{--default-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);background-color:var(--radio-color)}html.theme-dark .checked-zzLJI6BH{--default-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}.checked-zzLJI6BH:before{display:block}.disabled-zzLJI6BH{opacity:.3}.thicknessContainer-C05zSid7{padding:0 12px}.thicknessTitle-C05zSid7{color:var(--themed-color-default-gray,#707070);font-size:12px;line-height:14px;margin:6px 0 4px}html.theme-dark .thicknessTitle-C05zSid7{color:var(--themed-color-default-gray,#8c8c8c)}.bar-C05zSid7{border:0 solid var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);height:0;width:100%}html.theme-dark .bar-C05zSid7{border:0 solid var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}.bar-C05zSid7.checked-C05zSid7{border-top-color:var(--themed-color-content-primary-inverse,#fff)}html.theme-dark .bar-C05zSid7.checked-C05zSid7{border-top-color:var(--themed-color-content-primary-inverse,#000)}.radio-ALqkCUvs{align-items:center;display:inline-flex;position:relative;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;cursor:default;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;gap:8px;letter-spacing:normal;line-height:normal}.reverse-ALqkCUvs{flex-direction:row-reverse}.label-ALqkCUvs{color:var(--themed-color-text-primary,#1a1a1a);min-width:0}html.theme-dark .label-ALqkCUvs{color:var(--themed-color-text-primary,#dbdbdb)}.wrapper-ALqkCUvs{display:inline-block;flex-shrink:0;height:18px;position:relative;width:18px}.input-ALqkCUvs{cursor:inherit;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%}.box-ALqkCUvs{outline:none;overflow:visible;pointer-events:none;position:relative}.box-ALqkCUvs:focus{outline:none}.box-ALqkCUvs:focus-visible{outline:none}.box-ALqkCUvs:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 10px);left:-5px;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 10px);z-index:1}.box-ALqkCUvs:after,html.theme-dark .box-ALqkCUvs:after{border-color:var(--themed-color-focus-outline-color-blue,#2962ff)}.box-ALqkCUvs:after{border-radius:13px}.input-ALqkCUvs:focus-visible+.box-ALqkCUvs:after{display:block}@media (any-hover:hover){.wrapper-ALqkCUvs:not(.disabled-ALqkCUvs) .input-ALqkCUvs:hover+.box-ALqkCUvs{--ui-lib-radioButtonView-color:var(--themed-color-container-fill-primary-neutral-bold,#4a4a4a)}html.theme-dark .wrapper-ALqkCUvs:not(.disabled-ALqkCUvs) .input-ALqkCUvs:hover+.box-ALqkCUvs{--ui-lib-radioButtonView-color:var(--themed-color-container-fill-primary-neutral-bold,#dbdbdb)}}.wrapper-ALqkCUvs:not(.disabled-ALqkCUvs) .input-ALqkCUvs:active+.box-ALqkCUvs{--ui-lib-radioButtonView-color:var(--themed-color-container-fill-primary-neutral-medium,#707070)}html.theme-dark .wrapper-ALqkCUvs:not(.disabled-ALqkCUvs) .input-ALqkCUvs:active+.box-ALqkCUvs{--ui-lib-radioButtonView-color:var(--themed-color-container-fill-primary-neutral-medium,#8c8c8c)}.container-zTsGmQlA{padding:0 12px}.title-zTsGmQlA{color:var(--themed-color-default-gray,#707070);font-size:12px;line-height:14px;margin-bottom:4px}html.theme-dark .title-zTsGmQlA{color:var(--themed-color-default-gray,#8c8c8c)}.lineContainer-zTsGmQlA{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;overflow:hidden;width:30px}.lineSegment-zTsGmQlA{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);flex-shrink:0}html.theme-dark .lineSegment-zTsGmQlA{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}.lineSegment-zTsGmQlA.checked-zTsGmQlA{background-color:var(--themed-color-content-primary-inverse,#fff)}html.theme-dark .lineSegment-zTsGmQlA.checked-zTsGmQlA{background-color:var(--themed-color-content-primary-inverse,#000)}.default-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-neutral-light,#b8b8b8);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-neutral,#707070);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-neutral-semi-bold,#4a4a4a)}html.theme-dark .default-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-neutral-semi-bold,#b8b8b8);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-neutral,#8c8c8c);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-neutral-light,#575757)}.danger-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-danger,#f23645);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-danger-semi-bold,#cc2f3c);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-danger-bold,#b22833)}html.theme-dark .danger-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-danger-bold,#f77c80);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-danger-semi-bold,#f7525f);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-danger,#f23645)}.warning-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-warning,#ff9800);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-warning-semi-bold,#fb8c00);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-warning-bold,#f57c00)}html.theme-dark .warning-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-warning-bold,#ffb74d);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-warning-semi-bold,#ffa726);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-warning,#ff9800)}.success-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-success,#089981);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-success-semi-bold,#06806b);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-success-bold,#056656)}html.theme-dark .success-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-success-bold,#42bda8);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-success-semi-bold,#22ab94);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-success,#089981)}.neutral-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-secondary-neutral,#575757);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-secondary-neutral-medium,#3d3d3d);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-secondary-neutral-semi-bold,#262626)}html.theme-dark .neutral-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-secondary-neutral-semi-bold,#ebebeb);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-secondary-neutral-medium,#b8b8b8);--ui-lib-icon-qi-default-color:var(--themed-color-content-secondary-neutral,#8c8c8c)}.neutral-light-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-neutral-extra-light,#dbdbdb);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-neutral,#707070);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-neutral-semi-bold,#4a4a4a)}html.theme-dark .neutral-light-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-neutral-semi-bold,#b8b8b8);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-neutral,#8c8c8c);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-neutral-extra-light,#575757)}.small-EZuD3gZZ{height:18px;line-height:18px;min-width:18px;width:18px}.medium-EZuD3gZZ{height:28px;line-height:28px;min-width:28px;width:28px}.large-EZuD3gZZ{height:44px;line-height:44px;min-width:44px;width:44px}.iconWrapper-EZuD3gZZ{background:#0000;border:0;box-shadow:none;color:var(--ui-lib-icon-qi-color,var(--ui-lib-icon-qi-default-color));display:inline-block;outline:none;overflow:visible;padding:0;position:relative;vertical-align:middle}.iconWrapper-EZuD3gZZ:focus{outline:none}.iconWrapper-EZuD3gZZ:focus-visible{outline:none}.iconWrapper-EZuD3gZZ:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);left:-4px;pointer-events:none;position:absolute;top:-4px;width:calc(100% + 8px);z-index:1}.iconWrapper-EZuD3gZZ:focus:after{display:block}.iconWrapper-EZuD3gZZ:focus-visible:after{display:block}.iconWrapper-EZuD3gZZ:focus:not(:focus-visible):after{display:none}.iconWrapper-EZuD3gZZ:after,html.theme-dark .iconWrapper-EZuD3gZZ:after{border-color:var(--themed-color-focus-outline-color-blue,#2962ff)}.iconWrapper-EZuD3gZZ:after{border-radius:calc(50% + 4px)}.iconWrapper-EZuD3gZZ:visited{color:var(--ui-lib-icon-qi-color,var(--ui-lib-icon-qi-default-color))}@media (any-hover:hover){.iconWrapper-EZuD3gZZ:hover{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}}.iconWrapper-EZuD3gZZ:active{color:var(--ui-lib-icon-qi-color-active,var(--ui-lib-icon-qi-default-color-active))}.icon-EZuD3gZZ{pointer-events:none}.icon-EZuD3gZZ svg{height:100%;width:100%}.colorPickerWrap-Sw_a4qpB{align-items:center;border-color:var(--themed-color-control-intent-default,#dbdbdb);border-radius:6px;border-style:solid;box-sizing:border-box;display:inline-flex;margin:0;position:relative}html.theme-dark .colorPickerWrap-Sw_a4qpB{border-color:var(--themed-color-control-intent-default,#575757)}@media (any-hover:hover){.colorPickerWrap-Sw_a4qpB:hover{border-color:var(--themed-color-input-border-hover,#a8a8a8)}html.theme-dark .colorPickerWrap-Sw_a4qpB:hover{border-color:var(--themed-color-input-border-hover,#707070)}}.colorPickerWrap-Sw_a4qpB.focused-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.focused-Sw_a4qpB{border-color:var(--themed-color-control-intent-primary,#2962ff)}.colorPickerWrap-Sw_a4qpB.readonly-Sw_a4qpB{background-color:var(--themed-color-input-readonly-bg,#f2f2f2);border-color:var(--themed-color-input-readonly-border,#dbdbdb)}html.theme-dark .colorPickerWrap-Sw_a4qpB.readonly-Sw_a4qpB{background-color:var(--themed-color-input-readonly-bg,#303030);border-color:var(--themed-color-input-readonly-border,#575757)}.colorPickerWrap-Sw_a4qpB.disabled-Sw_a4qpB{background-color:var(--themed-color-input-disabled-bg,#f2f2f2);border-color:var(--themed-color-input-disabled-border,#dbdbdb);color:var(--themed-color-input-disabled-text,#b8b8b8)}html.theme-dark .colorPickerWrap-Sw_a4qpB.disabled-Sw_a4qpB{background-color:var(--themed-color-input-disabled-bg,#303030);border-color:var(--themed-color-input-disabled-border,#575757);color:var(--themed-color-input-disabled-text,#575757)}.colorPickerWrap-Sw_a4qpB.size-small-Sw_a4qpB{height:24px}.colorPickerWrap-Sw_a4qpB.size-medium-Sw_a4qpB{height:34px}.colorPickerWrap-Sw_a4qpB.size-large-Sw_a4qpB{height:48px}.colorPickerWrap-Sw_a4qpB.font-size-medium-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.font-size-small-Sw_a4qpB{font-size:14px;line-height:20px}.colorPickerWrap-Sw_a4qpB.font-size-large-Sw_a4qpB{font-size:16px;line-height:24px}.colorPickerWrap-Sw_a4qpB.border-none-Sw_a4qpB{border-width:0}.colorPickerWrap-Sw_a4qpB.border-none-Sw_a4qpB .shadow-Sw_a4qpB{margin:0}.colorPickerWrap-Sw_a4qpB.border-thin-Sw_a4qpB{border-width:1px}.colorPickerWrap-Sw_a4qpB.border-thin-Sw_a4qpB .shadow-Sw_a4qpB{margin:-1px}.colorPickerWrap-Sw_a4qpB.border-thick-Sw_a4qpB{border-width:2px}.colorPickerWrap-Sw_a4qpB.border-thick-Sw_a4qpB .shadow-Sw_a4qpB{margin:-2px}.colorPickerWrap-Sw_a4qpB.intent-default-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-default,#dbdbdb)}html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-default-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-default,#575757)}.colorPickerWrap-Sw_a4qpB.intent-success-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.intent-success-Sw_a4qpB .shadow-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-success-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-success-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-success,#089981)}.colorPickerWrap-Sw_a4qpB.intent-warning-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.intent-warning-Sw_a4qpB .shadow-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-warning-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-warning-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-warning,#ff9800)}.colorPickerWrap-Sw_a4qpB.intent-danger-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.intent-danger-Sw_a4qpB .shadow-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-danger-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-danger-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-danger,#f23645)}.colorPickerWrap-Sw_a4qpB.intent-primary-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.intent-primary-Sw_a4qpB .shadow-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-primary-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-primary-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-primary,#2962ff)}.colorPickerWrap-Sw_a4qpB.corner-top-left-Sw_a4qpB{border-top-left-radius:0}.colorPickerWrap-Sw_a4qpB.corner-top-right-Sw_a4qpB{border-top-right-radius:0}.colorPickerWrap-Sw_a4qpB.corner-bottom-right-Sw_a4qpB{border-bottom-right-radius:0}.colorPickerWrap-Sw_a4qpB.corner-bottom-left-Sw_a4qpB{border-bottom-left-radius:0}.shadow-Sw_a4qpB{border:2px solid;border-radius:6px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:3}.shadow-Sw_a4qpB.corner-top-left-Sw_a4qpB{border-top-left-radius:0}.shadow-Sw_a4qpB.corner-top-right-Sw_a4qpB{border-top-right-radius:0}.shadow-Sw_a4qpB.corner-bottom-right-Sw_a4qpB{border-bottom-right-radius:0}.shadow-Sw_a4qpB.corner-bottom-left-Sw_a4qpB{border-bottom-left-radius:0}.colorPicker-Sw_a4qpB{align-items:center;display:flex;justify-content:center;padding:4px}.colorPicker-Sw_a4qpB.disabled-Sw_a4qpB{opacity:.5}.swatch-Sw_a4qpB{border-radius:3px;box-sizing:border-box;display:block;height:100%;width:100%}.placeholderContainer-Sw_a4qpB{border-radius:3px;height:24px;overflow:hidden;position:relative;width:24px}.placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB{height:24px;width:24px}.placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB,html.theme-dark .placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB{background-color:var(--themed-color-placeholder-down,#f7525f)}.placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB:after{border-left:24px solid #0000;content:" ";position:absolute;width:0}.placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB:after,html.theme-dark .placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB:after{border-top:24px solid var(--themed-color-placeholder-up,#22ab94)}.placeholderContainer-Sw_a4qpB .mixedColor-Sw_a4qpB{background:linear-gradient(270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff);height:100%}.white-Sw_a4qpB{border:1px solid var(--themed-color-white-border,#dbdbdb)}html.theme-dark .white-Sw_a4qpB{border:1px solid var(--themed-color-white-border,#0000)}.opacitySwatch-Sw_a4qpB{background-color:var(--themed-color-opacity-bg,#fff);background-image:url(opacity-pattern.4d8fbb552dde3db26f4a.svg);background-size:50%;border-radius:3px;flex:0 0 24px;height:24px;position:relative;width:24px}html.theme-dark .opacitySwatch-Sw_a4qpB{background-color:var(--themed-color-opacity-bg,#000)}.colorLine-Sw_a4qpB{background-color:var(--themed-color-active-hover-text,#1a1a1a);margin-left:8px;margin-right:4px;max-height:16px!important;width:30px}html.theme-dark .colorLine-Sw_a4qpB{background-color:var(--themed-color-active-hover-text,#dbdbdb)}.multiWidth-Sw_a4qpB{margin:0 3px 0 8px;width:30px}.lineStyleSelect-Sw_a4qpB{margin-top:12px}.overflowContainer-Sw_a4qpB{overflow:hidden}.linePropertyContainer-Sw_a4qpB{align-items:center;display:flex;height:24px;margin:0 3px 0 8px;width:30px}.linePropertyContainer-Sw_a4qpB.whiteContainer-Sw_a4qpB{margin-left:7px;margin-right:4px}.multiProperty-Sw_a4qpB{flex-direction:column;justify-content:center}.lineItem-Sw_a4qpB{display:flex;width:100%}.lineSegment-Sw_a4qpB{background-color:var(--themed-color-active-hover-text,#1a1a1a);flex-shrink:0}html.theme-dark .lineSegment-Sw_a4qpB{background-color:var(--themed-color-active-hover-text,#dbdbdb)}.icon-wrapper-dikdewwx:active,.icon-wrapper-dikdewwx:focus{color:var(--ui-lib-icon-qi-color,var(--ui-lib-icon-qi-default-color))}@media (any-hover:hover){.icon-wrapper-dikdewwx:hover{color:var(--ui-lib-icon-qi-color,var(--ui-lib-icon-qi-default-color))}}@media (hover:hover) and (pointer:fine){@media (any-hover:hover){.icon-wrapper-dikdewwx:hover{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}}.icon-wrapper-dikdewwx:active{color:var(--ui-lib-icon-qi-color-active,var(--ui-lib-icon-qi-default-color-active))}}.with-link-dikdewwx{cursor:pointer}@media (hover:none) and (pointer:coarse){.with-tooltip-dikdewwx:focus-visible{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}body:has(#tooltip-root-element *) .with-tooltip-dikdewwx:focus{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}@media (any-hover:hover){body:has(#tooltip-root-element *) .with-tooltip-dikdewwx:hover{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}}body:has(#tooltip-root-element *) .with-tooltip-dikdewwx:active{color:var(--ui-lib-icon-qi-color-active,var(--ui-lib-icon-qi-default-color-active))}}.no-active-state-dikdewwx{--ui-lib-icon-qi-color-active:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}.wrapper-JXHzsa7P{display:grid;grid-auto-flow:column;grid-column-gap:4px}.textarea-container-x5KHDULU{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height);resize:none}.textarea-container-x5KHDULU.change-highlight-x5KHDULU.focused-x5KHDULU{border-color:var(--ui-lib-intent-color,var(--themed-color-control-intent-default,#dbdbdb))}@media (any-hover:hover){.textarea-container-x5KHDULU.change-highlight-x5KHDULU.focused-x5KHDULU:hover{border-color:var(--ui-lib-intent-color,var(--themed-color-control-intent-default,#dbdbdb))}}html.theme-dark .textarea-container-x5KHDULU.change-highlight-x5KHDULU.focused-x5KHDULU{border-color:var(--ui-lib-intent-color,var(--themed-color-control-intent-default,#575757))}@media (any-hover:hover){html.theme-dark .textarea-container-x5KHDULU.change-highlight-x5KHDULU.focused-x5KHDULU:hover{border-color:var(--ui-lib-intent-color,var(--themed-color-control-intent-default,#575757))}}.textarea-container-x5KHDULU.resize-vertical-x5KHDULU{overflow:hidden;resize:vertical}.textarea-container-x5KHDULU.resize-horizontal-x5KHDULU{overflow:hidden;resize:horizontal}.textarea-container-x5KHDULU.resize-both-x5KHDULU{overflow:hidden;resize:both}.textarea-container-x5KHDULU ::-webkit-scrollbar{cursor:pointer;width:4px}.textarea-container-x5KHDULU ::-webkit-scrollbar-thumb{background:var(--themed-color-scrollbar-default,#dbdbdb);border-radius:8px;cursor:pointer;padding-left:15px}html.theme-dark .textarea-container-x5KHDULU ::-webkit-scrollbar-thumb{background:var(--themed-color-scrollbar-default,#575757)}@media (any-hover:hover){.textarea-container-x5KHDULU ::-webkit-scrollbar-thumb:hover{background:var(--themed-color-scrollbar-hover,#b8b8b8)}html.theme-dark .textarea-container-x5KHDULU ::-webkit-scrollbar-thumb:hover{background:var(--themed-color-scrollbar-hover,#8c8c8c)}}.textarea-container-x5KHDULU ::-webkit-scrollbar-thumb:active{background:var(--themed-color-scrollbar-active,#9c9c9c)}html.theme-dark .textarea-container-x5KHDULU ::-webkit-scrollbar-thumb:active{background:var(--themed-color-scrollbar-active,#a8a8a8)}.textarea-x5KHDULU{-webkit-appearance:auto;appearance:textfield;background-color:initial;border:0;display:block;height:100%;margin:0;min-width:0;outline:0;width:100%;-webkit-text-fill-color:var(--ui-lib-control-text-fill-color,currentColor);box-sizing:border-box;cursor:auto;font-family:inherit;font-size:inherit;line-height:inherit;order:0;padding:2px 5px;resize:none}.textarea-x5KHDULU::placeholder{color:var(--themed-color-text-field-placeholder-default,#707070);-webkit-text-fill-color:currentColor;opacity:1}html.theme-dark .textarea-x5KHDULU::placeholder{color:var(--themed-color-text-field-placeholder-default,#8c8c8c)}.textarea-x5KHDULU::-webkit-calendar-picker-indicator,.textarea-x5KHDULU::-webkit-clear-button,.textarea-x5KHDULU::-webkit-inner-spin-button,.textarea-x5KHDULU::-webkit-outer-spin-button,.textarea-x5KHDULU::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.textarea-x5KHDULU:-webkit-autofill,.textarea-x5KHDULU:-webkit-autofill:active,.textarea-x5KHDULU:-webkit-autofill:focus{border-radius:6px}@media (any-hover:hover){.textarea-x5KHDULU:-webkit-autofill:hover{border-radius:6px}}html.theme-dark .textarea-x5KHDULU::-webkit-calendar-picker-indicator{filter:invert(1)}.with-icon-x5KHDULU{height:22px;position:absolute;right:0;top:6px}.endslot-x5KHDULU{padding-right:25px}.input-ZOx_CVY3{height:34px;margin-right:12px;width:100px}.input-ZOx_CVY3.symbol-ZOx_CVY3{width:150px}.input-ZOx_CVY3:last-child{margin-right:0}.checkbox-ZOx_CVY3{max-width:100%}.checkbox-ZOx_CVY3 .label-ZOx_CVY3{display:inline-block;max-width:100%;min-width:0;overflow-wrap:break-word;vertical-align:top}.checkbox-ZOx_CVY3 .label-ZOx_CVY3:first-letter{text-transform:capitalize}.dropdownMenu-ZOx_CVY3{min-width:100px}.sessionEnd-ZOx_CVY3,.sessionStart-ZOx_CVY3{align-items:center;display:inline-flex}.sessionInputContainer-ZOx_CVY3{margin-right:0}.sessionDash-ZOx_CVY3{flex:1 0 auto}.inputGroup-ZOx_CVY3{align-items:center;display:flex}.textarea-ZOx_CVY3{height:200px;padding-top:0;width:100%}@media (max-width:379px){.input-ZOx_CVY3{margin-bottom:8px}.input-ZOx_CVY3:last-child{margin-bottom:0}.inputGroup-ZOx_CVY3{display:block}.inputGroup-ZOx_CVY3.inlineGroup-ZOx_CVY3{display:flex}.inputGroup-ZOx_CVY3.inlineGroup-ZOx_CVY3 .sessionStart-ZOx_CVY3,.sessionInputContainer-ZOx_CVY3{margin-bottom:0}.sessionStart-ZOx_CVY3{margin-bottom:8px}.sessionEnd-ZOx_CVY3{display:block}}.hasTooltip-ZOx_CVY3{margin-right:9px}.container-QyF09i7Y{display:flex;flex-wrap:wrap;margin-top:-8px}.container-QyF09i7Y.hasTooltip-QyF09i7Y{margin-right:9px}.datePickerWrapper-QyF09i7Y{margin-right:10px;margin-top:8px;width:150px}.timePickerWrapper-QyF09i7Y{margin-top:8px;width:100px}.titleWrap-SexRbl__{color:var(--themed-color-default-gray,#707070);height:16px;text-transform:uppercase}html.theme-dark .titleWrap-SexRbl__{color:var(--themed-color-default-gray,#8c8c8c)}.title-SexRbl__{font-size:11px}.wrap-QutFvTLS{flex-direction:column}.labelWrap-QutFvTLS{align-items:center;display:flex;margin-bottom:6px}.label-QutFvTLS{word-break:break-word}.label-QutFvTLS.hasTooltip-QutFvTLS{margin-right:8px}.inlineRow-D8g11qqA{align-items:center;display:flex;flex-wrap:wrap;grid-column:1/3;margin-right:-8px;padding:4px 0}.titleWrap-Izz3hpJc{align-items:center;display:flex;height:34px;padding:24px 0 8px}.titleWrap-Izz3hpJc:first-child{padding-top:8px}.groupFooter-Izz3hpJc{height:16px}.groupFooter-Izz3hpJc:last-child{height:0}.groupFooter-Izz3hpJc,.titleWrap-Izz3hpJc{grid-column:1/3}.groupFooter-Izz3hpJc+.titleWrap-Izz3hpJc{padding-top:8px} \ No newline at end of file diff --git a/charting_library/bundles/1531.9f5911fcffe385103254.rtl.css b/charting_library/bundles/1531.9f5911fcffe385103254.rtl.css new file mode 100644 index 00000000..9dbf0dd0 --- /dev/null +++ b/charting_library/bundles/1531.9f5911fcffe385103254.rtl.css @@ -0,0 +1 @@ +.content-tBgV1m0B{box-sizing:border-box;color:var(--themed-color-text,#1a1a1a);display:inline-grid;grid-template-columns:auto 1fr;max-width:550px;padding:16px 20px;width:100%}html.theme-dark .content-tBgV1m0B{color:var(--themed-color-text,#dbdbdb)}.cell-tBgV1m0B .inner-tBgV1m0B{align-items:center;display:flex;padding:8px 0}.cell-tBgV1m0B.first-tBgV1m0B{align-items:center;display:flex;min-width:0}.cell-tBgV1m0B.first-tBgV1m0B .inner-tBgV1m0B{display:block;min-width:0;padding-left:20px;word-wrap:break-word;cursor:default}.cell-tBgV1m0B.first-tBgV1m0B .inner-tBgV1m0B:first-letter{text-transform:capitalize}.cell-tBgV1m0B.first-tBgV1m0B.inlineCell-tBgV1m0B .inner-tBgV1m0B{padding-left:0}.cell-tBgV1m0B.fill-tBgV1m0B{grid-column:1/3}.cell-tBgV1m0B.top-tBgV1m0B{align-items:flex-start}.cell-tBgV1m0B.topCenter-tBgV1m0B{align-items:flex-start;padding-top:8px}.cell-tBgV1m0B:only-child{max-width:340px}.cell-tBgV1m0B.offset-tBgV1m0B{padding-right:26px}.inlineRow-tBgV1m0B{display:flex}.inlineCell-tBgV1m0B{margin-left:8px}.grouped-tBgV1m0B .inner-tBgV1m0B,.inlineCell-tBgV1m0B .inner-tBgV1m0B{padding:4px 0}.separator-tBgV1m0B{background-color:var(--themed-color-separator,#ebebeb);height:1px;margin:8px -20px}html.theme-dark .separator-tBgV1m0B{background-color:var(--themed-color-separator,#4a4a4a)}.groupSeparator-tBgV1m0B{height:8px}.groupSeparator-tBgV1m0B.big-tBgV1m0B{height:14px}@media (max-width:379px){.content-tBgV1m0B{grid-template-columns:1fr min-content}.cell-tBgV1m0B.first-tBgV1m0B .inner-tBgV1m0B{padding:8px 0 8px 20px}.cell-tBgV1m0B.adaptive-tBgV1m0B{align-items:flex-start}.cell-tBgV1m0B.adaptive-tBgV1m0B:not(.checkableTitle-tBgV1m0B):not(.inlineCell-tBgV1m0B){padding-top:8px}}.wrap-ne5qGlZh{align-items:center;background-color:var(--themed-color-body-secondary-bg,#f2f2f2);border-radius:6px;box-sizing:border-box;display:flex;height:34px;justify-content:space-between;max-width:180px;min-width:100px;padding:7px 8px 6px}html.theme-dark .wrap-ne5qGlZh{background-color:var(--themed-color-body-secondary-bg,#1a1a1a)}@media (any-hover:hover){.wrap-ne5qGlZh:hover{background-color:var(--themed-color-edit-button-background-hover,#ebebeb)}html.theme-dark .wrap-ne5qGlZh:hover{background-color:var(--themed-color-edit-button-background-hover,#4a4a4a)}.wrap-ne5qGlZh:hover .icon-ne5qGlZh{color:var(--themed-color-edit-button-icon-hover,#1a1a1a)}html.theme-dark .wrap-ne5qGlZh:hover .icon-ne5qGlZh{color:var(--themed-color-edit-button-icon-hover,#dbdbdb)}}.text-ne5qGlZh{color:var(--themed-color-edit-button-text,#1a1a1a);cursor:default;line-height:21px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.theme-dark .text-ne5qGlZh{color:var(--themed-color-edit-button-text,#dbdbdb)}.icon-ne5qGlZh{align-self:flex-start;color:var(--themed-color-default-gray,#707070);height:18px;margin-right:8px}html.theme-dark .icon-ne5qGlZh{color:var(--themed-color-default-gray,#8c8c8c)}.disabled-ne5qGlZh{pointer-events:none}.disabled-ne5qGlZh .icon-ne5qGlZh,.disabled-ne5qGlZh .text-ne5qGlZh{color:var(--themed-color-edit-button-text-disabled,#b8b8b8)}html.theme-dark .disabled-ne5qGlZh .icon-ne5qGlZh,html.theme-dark .disabled-ne5qGlZh .text-ne5qGlZh{color:var(--themed-color-edit-button-text-disabled,#575757)}.wrap-Q2NZ0gvI{align-items:center;display:flex;max-width:100%;overflow-wrap:break-word}.wrap-Q2NZ0gvI:before{content:"";flex:none;height:34px;width:0}.checkbox-FG0u1J5p{min-width:0}.title-FG0u1J5p{cursor:default;min-width:0}.hintButton-qEI9XsjF,.infoTooltip-qEI9XsjF{margin-right:8px}.hasTooltip-DcvaoxPU{margin-left:9px}.uppercase-DcvaoxPU{text-transform:uppercase}.innerLabel-DjbvBF5Y{color:var(--themed-color-input-with-error-label,#dbdbdb);display:flex;flex:0 0 auto;font-size:16px;padding-right:5px}html.theme-dark .innerLabel-DjbvBF5Y{color:var(--themed-color-input-with-error-label,#575757)}.controlWrapper-DBTazUk2{box-sizing:border-box;height:100%;overflow:hidden;width:22px}margin-left:2px;margin-right:0;.controlWrapper-DBTazUk2.hidden-DBTazUk2{opacity:0}.control-DBTazUk2{align-items:center;background-color:initial;border:none;border-radius:4px;box-sizing:border-box;color:var(--themed-color-default-gray,#707070);cursor:default;display:flex;flex:0 0 auto;height:50%;justify-content:center;padding:0 6px;transition:color .35s ease,background-color .35s ease}html.theme-dark .control-DBTazUk2{color:var(--themed-color-default-gray,#8c8c8c)}.control-DBTazUk2 svg{fill:currentColor}@media (any-hover:hover){.control-DBTazUk2:hover{background-color:var(--themed-color-number-input-arrow-bg-hover,#f2f2f2);color:var(--themed-color-number-input-arrow-hover,#1a1a1a)}html.theme-dark .control-DBTazUk2:hover{background-color:var(--themed-color-number-input-arrow-bg-hover,#3d3d3d);color:var(--themed-color-number-input-arrow-hover,#dbdbdb)}}.controlIncrease-DBTazUk2{transform:rotate(-180deg)}.controlIcon-DBTazUk2{display:flex;flex:0 0 auto;justify-content:center}.controlIcon-DBTazUk2 svg{width:100%}.title-DBTazUk2{color:var(--themed-color-title,#b8b8b8);display:flex;flex-direction:column;font-size:12px;justify-content:center;margin-left:9px}html.theme-dark .title-DBTazUk2{color:var(--themed-color-title,#575757)}.accessible-HBcDEU4c,.button-HBcDEU4c{all:unset}.accessible-HBcDEU4c{outline:none;overflow:visible;position:relative}.accessible-HBcDEU4c:focus{outline:none}.accessible-HBcDEU4c:focus-visible{outline:none}.accessible-HBcDEU4c:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}.accessible-HBcDEU4c:focus:after{display:block}.accessible-HBcDEU4c:focus-visible:after{display:block}.accessible-HBcDEU4c:focus:not(:focus-visible):after{display:none}.accessible-HBcDEU4c:after{border-color:#2962ff;border-radius:6px}.wrap-g_7HJ1Y8{display:flex}.item-g_7HJ1Y8{align-items:center;background-color:var(--themed-color-switch-bg,#0000);border-color:var(--themed-color-switch-border,#dbdbdb);border-style:solid;border-width:1px;box-sizing:border-box;display:inline-flex;flex:1;height:32px;justify-content:center;padding:0 22px;position:relative}html.theme-dark .item-g_7HJ1Y8{background-color:var(--themed-color-switch-bg,#0000);border-color:var(--themed-color-switch-border,#575757)}@media (any-hover:hover){.item-g_7HJ1Y8:hover{background-color:var(--themed-color-switch-hover-bg,#f2f2f2)}html.theme-dark .item-g_7HJ1Y8:hover{background-color:var(--themed-color-switch-hover-bg,#303030)}}.item-g_7HJ1Y8.checked-g_7HJ1Y8{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);border-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);z-index:1}html.theme-dark .item-g_7HJ1Y8.checked-g_7HJ1Y8{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2);border-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}@media (any-hover:hover){.item-g_7HJ1Y8.checked-g_7HJ1Y8:hover{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);border-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030)}html.theme-dark .item-g_7HJ1Y8.checked-g_7HJ1Y8:hover{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2);border-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}}.item-g_7HJ1Y8+.item-g_7HJ1Y8{margin-right:-1px}.item-g_7HJ1Y8:first-child{border-bottom-right-radius:3px;border-top-right-radius:3px;margin-right:0}.item-g_7HJ1Y8:last-child{border-bottom-left-radius:3px;border-top-left-radius:3px}.item-g_7HJ1Y8.accessible-g_7HJ1Y8{outline:none;overflow:visible;position:relative}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:focus{outline:none}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:focus-visible{outline:none}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);pointer-events:none;position:absolute;right:-4px;top:-4px;width:calc(100% + 8px);z-index:1}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:after,html.theme-dark .item-g_7HJ1Y8.accessible-g_7HJ1Y8:after{border-color:var(--themed-color-focus-outline-color-blue,#2962ff)}.item-g_7HJ1Y8.accessible-g_7HJ1Y8:after{border-radius:4px}.item-g_7HJ1Y8.accessible-g_7HJ1Y8.focusVisible-g_7HJ1Y8:after{display:block}.radio-g_7HJ1Y8{height:100%;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0;width:100%}.paddingCompact-g_7HJ1Y8{padding:0 12px}.radioButtonView-zzLJI6BH{border-radius:50%;box-sizing:border-box;display:block;height:18px;position:relative;transition:background-color .35s ease,border-color .35s ease;width:18px;--default-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);--radio-color:var(--ui-lib-radioButtonView-color,var(--default-color));background-color:initial;border:1px solid var(--radio-color)}html.theme-dark .radioButtonView-zzLJI6BH{--default-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}.radioButtonView-zzLJI6BH:before{background:var(--themed-color-container-fill-quinary-inverse,#fff);border-radius:50%;box-sizing:border-box;content:"";display:none;height:6px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:6px}html.theme-dark .radioButtonView-zzLJI6BH:before{background:var(--themed-color-container-fill-quinary-inverse,#303030)}.checked-zzLJI6BH{--default-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);background-color:var(--radio-color)}html.theme-dark .checked-zzLJI6BH{--default-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}.checked-zzLJI6BH:before{display:block}.disabled-zzLJI6BH{opacity:.3}.thicknessContainer-C05zSid7{padding:0 12px}.thicknessTitle-C05zSid7{color:var(--themed-color-default-gray,#707070);font-size:12px;line-height:14px;margin:6px 0 4px}html.theme-dark .thicknessTitle-C05zSid7{color:var(--themed-color-default-gray,#8c8c8c)}.bar-C05zSid7{border:0 solid var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);height:0;width:100%}html.theme-dark .bar-C05zSid7{border:0 solid var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}.bar-C05zSid7.checked-C05zSid7{border-top-color:var(--themed-color-content-primary-inverse,#fff)}html.theme-dark .bar-C05zSid7.checked-C05zSid7{border-top-color:var(--themed-color-content-primary-inverse,#000)}.radio-ALqkCUvs{align-items:center;display:inline-flex;position:relative;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;cursor:default;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;gap:8px;letter-spacing:normal;line-height:normal}.reverse-ALqkCUvs{flex-direction:row-reverse}.label-ALqkCUvs{color:var(--themed-color-text-primary,#1a1a1a);min-width:0}html.theme-dark .label-ALqkCUvs{color:var(--themed-color-text-primary,#dbdbdb)}.wrapper-ALqkCUvs{display:inline-block;flex-shrink:0;height:18px;position:relative;width:18px}.input-ALqkCUvs{cursor:inherit;height:100%;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0;width:100%}.box-ALqkCUvs{outline:none;overflow:visible;pointer-events:none;position:relative}.box-ALqkCUvs:focus{outline:none}.box-ALqkCUvs:focus-visible{outline:none}.box-ALqkCUvs:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 10px);pointer-events:none;position:absolute;right:-5px;top:-5px;width:calc(100% + 10px);z-index:1}.box-ALqkCUvs:after,html.theme-dark .box-ALqkCUvs:after{border-color:var(--themed-color-focus-outline-color-blue,#2962ff)}.box-ALqkCUvs:after{border-radius:13px}.input-ALqkCUvs:focus-visible+.box-ALqkCUvs:after{display:block}@media (any-hover:hover){.wrapper-ALqkCUvs:not(.disabled-ALqkCUvs) .input-ALqkCUvs:hover+.box-ALqkCUvs{--ui-lib-radioButtonView-color:var(--themed-color-container-fill-primary-neutral-bold,#4a4a4a)}html.theme-dark .wrapper-ALqkCUvs:not(.disabled-ALqkCUvs) .input-ALqkCUvs:hover+.box-ALqkCUvs{--ui-lib-radioButtonView-color:var(--themed-color-container-fill-primary-neutral-bold,#dbdbdb)}}.wrapper-ALqkCUvs:not(.disabled-ALqkCUvs) .input-ALqkCUvs:active+.box-ALqkCUvs{--ui-lib-radioButtonView-color:var(--themed-color-container-fill-primary-neutral-medium,#707070)}html.theme-dark .wrapper-ALqkCUvs:not(.disabled-ALqkCUvs) .input-ALqkCUvs:active+.box-ALqkCUvs{--ui-lib-radioButtonView-color:var(--themed-color-container-fill-primary-neutral-medium,#8c8c8c)}.container-zTsGmQlA{padding:0 12px}.title-zTsGmQlA{color:var(--themed-color-default-gray,#707070);font-size:12px;line-height:14px;margin-bottom:4px}html.theme-dark .title-zTsGmQlA{color:var(--themed-color-default-gray,#8c8c8c)}.lineContainer-zTsGmQlA{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;overflow:hidden;width:30px}.lineSegment-zTsGmQlA{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#303030);flex-shrink:0}html.theme-dark .lineSegment-zTsGmQlA{background-color:var(--themed-color-container-fill-primary-neutral-extra-bold,#f2f2f2)}.lineSegment-zTsGmQlA.checked-zTsGmQlA{background-color:var(--themed-color-content-primary-inverse,#fff)}html.theme-dark .lineSegment-zTsGmQlA.checked-zTsGmQlA{background-color:var(--themed-color-content-primary-inverse,#000)}.default-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-neutral-light,#b8b8b8);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-neutral,#707070);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-neutral-semi-bold,#4a4a4a)}html.theme-dark .default-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-neutral-semi-bold,#b8b8b8);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-neutral,#8c8c8c);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-neutral-light,#575757)}.danger-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-danger,#f23645);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-danger-semi-bold,#cc2f3c);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-danger-bold,#b22833)}html.theme-dark .danger-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-danger-bold,#f77c80);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-danger-semi-bold,#f7525f);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-danger,#f23645)}.warning-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-warning,#ff9800);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-warning-semi-bold,#fb8c00);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-warning-bold,#f57c00)}html.theme-dark .warning-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-warning-bold,#ffb74d);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-warning-semi-bold,#ffa726);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-warning,#ff9800)}.success-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-success,#089981);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-success-semi-bold,#06806b);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-success-bold,#056656)}html.theme-dark .success-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-success-bold,#42bda8);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-success-semi-bold,#22ab94);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-success,#089981)}.neutral-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-secondary-neutral,#575757);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-secondary-neutral-medium,#3d3d3d);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-secondary-neutral-semi-bold,#262626)}html.theme-dark .neutral-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-secondary-neutral-semi-bold,#ebebeb);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-secondary-neutral-medium,#b8b8b8);--ui-lib-icon-qi-default-color:var(--themed-color-content-secondary-neutral,#8c8c8c)}.neutral-light-EZuD3gZZ{--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-neutral-extra-light,#dbdbdb);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-neutral,#707070);--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-neutral-semi-bold,#4a4a4a)}html.theme-dark .neutral-light-EZuD3gZZ{--ui-lib-icon-qi-default-color-active:var(--themed-color-content-primary-neutral-semi-bold,#b8b8b8);--ui-lib-icon-qi-default-color-hover:var(--themed-color-content-primary-neutral,#8c8c8c);--ui-lib-icon-qi-default-color:var(--themed-color-content-primary-neutral-extra-light,#575757)}.small-EZuD3gZZ{height:18px;line-height:18px;min-width:18px;width:18px}.medium-EZuD3gZZ{height:28px;line-height:28px;min-width:28px;width:28px}.large-EZuD3gZZ{height:44px;line-height:44px;min-width:44px;width:44px}.iconWrapper-EZuD3gZZ{background:#0000;border:0;box-shadow:none;color:var(--ui-lib-icon-qi-color,var(--ui-lib-icon-qi-default-color));display:inline-block;outline:none;overflow:visible;padding:0;position:relative;vertical-align:middle}.iconWrapper-EZuD3gZZ:focus{outline:none}.iconWrapper-EZuD3gZZ:focus-visible{outline:none}.iconWrapper-EZuD3gZZ:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 8px);pointer-events:none;position:absolute;right:-4px;top:-4px;width:calc(100% + 8px);z-index:1}.iconWrapper-EZuD3gZZ:focus:after{display:block}.iconWrapper-EZuD3gZZ:focus-visible:after{display:block}.iconWrapper-EZuD3gZZ:focus:not(:focus-visible):after{display:none}.iconWrapper-EZuD3gZZ:after,html.theme-dark .iconWrapper-EZuD3gZZ:after{border-color:var(--themed-color-focus-outline-color-blue,#2962ff)}.iconWrapper-EZuD3gZZ:after{border-radius:calc(50% + 4px)}.iconWrapper-EZuD3gZZ:visited{color:var(--ui-lib-icon-qi-color,var(--ui-lib-icon-qi-default-color))}@media (any-hover:hover){.iconWrapper-EZuD3gZZ:hover{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}}.iconWrapper-EZuD3gZZ:active{color:var(--ui-lib-icon-qi-color-active,var(--ui-lib-icon-qi-default-color-active))}.icon-EZuD3gZZ{pointer-events:none}.icon-EZuD3gZZ svg{height:100%;width:100%}.colorPickerWrap-Sw_a4qpB{align-items:center;border-color:var(--themed-color-control-intent-default,#dbdbdb);border-radius:6px;border-style:solid;box-sizing:border-box;display:inline-flex;margin:0;position:relative}html.theme-dark .colorPickerWrap-Sw_a4qpB{border-color:var(--themed-color-control-intent-default,#575757)}@media (any-hover:hover){.colorPickerWrap-Sw_a4qpB:hover{border-color:var(--themed-color-input-border-hover,#a8a8a8)}html.theme-dark .colorPickerWrap-Sw_a4qpB:hover{border-color:var(--themed-color-input-border-hover,#707070)}}.colorPickerWrap-Sw_a4qpB.focused-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.focused-Sw_a4qpB{border-color:var(--themed-color-control-intent-primary,#2962ff)}.colorPickerWrap-Sw_a4qpB.readonly-Sw_a4qpB{background-color:var(--themed-color-input-readonly-bg,#f2f2f2);border-color:var(--themed-color-input-readonly-border,#dbdbdb)}html.theme-dark .colorPickerWrap-Sw_a4qpB.readonly-Sw_a4qpB{background-color:var(--themed-color-input-readonly-bg,#303030);border-color:var(--themed-color-input-readonly-border,#575757)}.colorPickerWrap-Sw_a4qpB.disabled-Sw_a4qpB{background-color:var(--themed-color-input-disabled-bg,#f2f2f2);border-color:var(--themed-color-input-disabled-border,#dbdbdb);color:var(--themed-color-input-disabled-text,#b8b8b8)}html.theme-dark .colorPickerWrap-Sw_a4qpB.disabled-Sw_a4qpB{background-color:var(--themed-color-input-disabled-bg,#303030);border-color:var(--themed-color-input-disabled-border,#575757);color:var(--themed-color-input-disabled-text,#575757)}.colorPickerWrap-Sw_a4qpB.size-small-Sw_a4qpB{height:24px}.colorPickerWrap-Sw_a4qpB.size-medium-Sw_a4qpB{height:34px}.colorPickerWrap-Sw_a4qpB.size-large-Sw_a4qpB{height:48px}.colorPickerWrap-Sw_a4qpB.font-size-medium-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.font-size-small-Sw_a4qpB{font-size:14px;line-height:20px}.colorPickerWrap-Sw_a4qpB.font-size-large-Sw_a4qpB{font-size:16px;line-height:24px}.colorPickerWrap-Sw_a4qpB.border-none-Sw_a4qpB{border-width:0}.colorPickerWrap-Sw_a4qpB.border-none-Sw_a4qpB .shadow-Sw_a4qpB{margin:0}.colorPickerWrap-Sw_a4qpB.border-thin-Sw_a4qpB{border-width:1px}.colorPickerWrap-Sw_a4qpB.border-thin-Sw_a4qpB .shadow-Sw_a4qpB{margin:-1px}.colorPickerWrap-Sw_a4qpB.border-thick-Sw_a4qpB{border-width:2px}.colorPickerWrap-Sw_a4qpB.border-thick-Sw_a4qpB .shadow-Sw_a4qpB{margin:-2px}.colorPickerWrap-Sw_a4qpB.intent-default-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-default,#dbdbdb)}html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-default-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-default,#575757)}.colorPickerWrap-Sw_a4qpB.intent-success-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.intent-success-Sw_a4qpB .shadow-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-success-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-success-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-success,#089981)}.colorPickerWrap-Sw_a4qpB.intent-warning-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.intent-warning-Sw_a4qpB .shadow-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-warning-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-warning-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-warning,#ff9800)}.colorPickerWrap-Sw_a4qpB.intent-danger-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.intent-danger-Sw_a4qpB .shadow-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-danger-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-danger-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-danger,#f23645)}.colorPickerWrap-Sw_a4qpB.intent-primary-Sw_a4qpB,.colorPickerWrap-Sw_a4qpB.intent-primary-Sw_a4qpB .shadow-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-primary-Sw_a4qpB,html.theme-dark .colorPickerWrap-Sw_a4qpB.intent-primary-Sw_a4qpB .shadow-Sw_a4qpB{border-color:var(--themed-color-control-intent-primary,#2962ff)}.colorPickerWrap-Sw_a4qpB.corner-top-left-Sw_a4qpB{border-top-right-radius:0}.colorPickerWrap-Sw_a4qpB.corner-top-right-Sw_a4qpB{border-top-left-radius:0}.colorPickerWrap-Sw_a4qpB.corner-bottom-right-Sw_a4qpB{border-bottom-left-radius:0}.colorPickerWrap-Sw_a4qpB.corner-bottom-left-Sw_a4qpB{border-bottom-right-radius:0}.shadow-Sw_a4qpB{border:2px solid;border-radius:6px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:3}.shadow-Sw_a4qpB.corner-top-left-Sw_a4qpB{border-top-right-radius:0}.shadow-Sw_a4qpB.corner-top-right-Sw_a4qpB{border-top-left-radius:0}.shadow-Sw_a4qpB.corner-bottom-right-Sw_a4qpB{border-bottom-left-radius:0}.shadow-Sw_a4qpB.corner-bottom-left-Sw_a4qpB{border-bottom-right-radius:0}.colorPicker-Sw_a4qpB{align-items:center;display:flex;justify-content:center;padding:4px}.colorPicker-Sw_a4qpB.disabled-Sw_a4qpB{opacity:.5}.swatch-Sw_a4qpB{border-radius:3px;box-sizing:border-box;display:block;height:100%;width:100%}.placeholderContainer-Sw_a4qpB{border-radius:3px;height:24px;overflow:hidden;position:relative;width:24px}.placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB{height:24px;width:24px}.placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB,html.theme-dark .placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB{background-color:var(--themed-color-placeholder-down,#f7525f)}.placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB:after{border-right:24px solid #0000;content:" ";position:absolute;width:0}.placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB:after,html.theme-dark .placeholderContainer-Sw_a4qpB .placeholder-Sw_a4qpB:after{border-top:24px solid var(--themed-color-placeholder-up,#22ab94)}.placeholderContainer-Sw_a4qpB .mixedColor-Sw_a4qpB{background:linear-gradient(-270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff);height:100%}.white-Sw_a4qpB{border:1px solid var(--themed-color-white-border,#dbdbdb)}html.theme-dark .white-Sw_a4qpB{border:1px solid var(--themed-color-white-border,#0000)}.opacitySwatch-Sw_a4qpB{background-color:var(--themed-color-opacity-bg,#fff);background-image:url(opacity-pattern.4d8fbb552dde3db26f4a.svg);background-size:50%;border-radius:3px;flex:0 0 24px;height:24px;position:relative;width:24px}html.theme-dark .opacitySwatch-Sw_a4qpB{background-color:var(--themed-color-opacity-bg,#000)}.colorLine-Sw_a4qpB{background-color:var(--themed-color-active-hover-text,#1a1a1a);margin-left:4px;margin-right:8px;max-height:16px!important;width:30px}html.theme-dark .colorLine-Sw_a4qpB{background-color:var(--themed-color-active-hover-text,#dbdbdb)}.multiWidth-Sw_a4qpB{margin:0 8px 0 3px;width:30px}.lineStyleSelect-Sw_a4qpB{margin-top:12px}.overflowContainer-Sw_a4qpB{overflow:hidden}.linePropertyContainer-Sw_a4qpB{align-items:center;display:flex;height:24px;margin:0 8px 0 3px;width:30px}.linePropertyContainer-Sw_a4qpB.whiteContainer-Sw_a4qpB{margin-left:4px;margin-right:7px}.multiProperty-Sw_a4qpB{flex-direction:column;justify-content:center}.lineItem-Sw_a4qpB{display:flex;width:100%}.lineSegment-Sw_a4qpB{background-color:var(--themed-color-active-hover-text,#1a1a1a);flex-shrink:0}html.theme-dark .lineSegment-Sw_a4qpB{background-color:var(--themed-color-active-hover-text,#dbdbdb)}.icon-wrapper-dikdewwx:active,.icon-wrapper-dikdewwx:focus{color:var(--ui-lib-icon-qi-color,var(--ui-lib-icon-qi-default-color))}@media (any-hover:hover){.icon-wrapper-dikdewwx:hover{color:var(--ui-lib-icon-qi-color,var(--ui-lib-icon-qi-default-color))}}@media (hover:hover) and (pointer:fine){@media (any-hover:hover){.icon-wrapper-dikdewwx:hover{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}}.icon-wrapper-dikdewwx:active{color:var(--ui-lib-icon-qi-color-active,var(--ui-lib-icon-qi-default-color-active))}}.with-link-dikdewwx{cursor:pointer}@media (hover:none) and (pointer:coarse){.with-tooltip-dikdewwx:focus-visible{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}body:has(#tooltip-root-element *) .with-tooltip-dikdewwx:focus{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}@media (any-hover:hover){body:has(#tooltip-root-element *) .with-tooltip-dikdewwx:hover{color:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}}body:has(#tooltip-root-element *) .with-tooltip-dikdewwx:active{color:var(--ui-lib-icon-qi-color-active,var(--ui-lib-icon-qi-default-color-active))}}.no-active-state-dikdewwx{--ui-lib-icon-qi-color-active:var(--ui-lib-icon-qi-color-hover,var(--ui-lib-icon-qi-default-color-hover))}.wrapper-JXHzsa7P{display:grid;grid-auto-flow:column;grid-column-gap:4px}.textarea-container-x5KHDULU{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:16px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height);resize:none}.textarea-container-x5KHDULU.change-highlight-x5KHDULU.focused-x5KHDULU{border-color:var(--ui-lib-intent-color,var(--themed-color-control-intent-default,#dbdbdb))}@media (any-hover:hover){.textarea-container-x5KHDULU.change-highlight-x5KHDULU.focused-x5KHDULU:hover{border-color:var(--ui-lib-intent-color,var(--themed-color-control-intent-default,#dbdbdb))}}html.theme-dark .textarea-container-x5KHDULU.change-highlight-x5KHDULU.focused-x5KHDULU{border-color:var(--ui-lib-intent-color,var(--themed-color-control-intent-default,#575757))}@media (any-hover:hover){html.theme-dark .textarea-container-x5KHDULU.change-highlight-x5KHDULU.focused-x5KHDULU:hover{border-color:var(--ui-lib-intent-color,var(--themed-color-control-intent-default,#575757))}}.textarea-container-x5KHDULU.resize-vertical-x5KHDULU{overflow:hidden;resize:vertical}.textarea-container-x5KHDULU.resize-horizontal-x5KHDULU{overflow:hidden;resize:horizontal}.textarea-container-x5KHDULU.resize-both-x5KHDULU{overflow:hidden;resize:both}.textarea-container-x5KHDULU ::-webkit-scrollbar{cursor:pointer;width:4px}.textarea-container-x5KHDULU ::-webkit-scrollbar-thumb{background:var(--themed-color-scrollbar-default,#dbdbdb);border-radius:8px;cursor:pointer;padding-right:15px}html.theme-dark .textarea-container-x5KHDULU ::-webkit-scrollbar-thumb{background:var(--themed-color-scrollbar-default,#575757)}@media (any-hover:hover){.textarea-container-x5KHDULU ::-webkit-scrollbar-thumb:hover{background:var(--themed-color-scrollbar-hover,#b8b8b8)}html.theme-dark .textarea-container-x5KHDULU ::-webkit-scrollbar-thumb:hover{background:var(--themed-color-scrollbar-hover,#8c8c8c)}}.textarea-container-x5KHDULU ::-webkit-scrollbar-thumb:active{background:var(--themed-color-scrollbar-active,#9c9c9c)}html.theme-dark .textarea-container-x5KHDULU ::-webkit-scrollbar-thumb:active{background:var(--themed-color-scrollbar-active,#a8a8a8)}.textarea-x5KHDULU{-webkit-appearance:auto;appearance:textfield;background-color:initial;border:0;display:block;height:100%;margin:0;min-width:0;outline:0;width:100%;-webkit-text-fill-color:var(--ui-lib-control-text-fill-color,currentColor);box-sizing:border-box;cursor:auto;font-family:inherit;font-size:inherit;line-height:inherit;order:0;padding:2px 5px;resize:none}.textarea-x5KHDULU::placeholder{color:var(--themed-color-text-field-placeholder-default,#707070);-webkit-text-fill-color:currentColor;opacity:1}html.theme-dark .textarea-x5KHDULU::placeholder{color:var(--themed-color-text-field-placeholder-default,#8c8c8c)}.textarea-x5KHDULU::-webkit-calendar-picker-indicator,.textarea-x5KHDULU::-webkit-clear-button,.textarea-x5KHDULU::-webkit-inner-spin-button,.textarea-x5KHDULU::-webkit-outer-spin-button,.textarea-x5KHDULU::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.textarea-x5KHDULU:-webkit-autofill,.textarea-x5KHDULU:-webkit-autofill:active,.textarea-x5KHDULU:-webkit-autofill:focus{border-radius:6px}@media (any-hover:hover){.textarea-x5KHDULU:-webkit-autofill:hover{border-radius:6px}}html.theme-dark .textarea-x5KHDULU::-webkit-calendar-picker-indicator{filter:invert(1)}.with-icon-x5KHDULU{height:22px;left:0;position:absolute;top:6px}.endslot-x5KHDULU{padding-left:25px}.input-ZOx_CVY3{height:34px;margin-left:12px;width:100px}.input-ZOx_CVY3.symbol-ZOx_CVY3{width:150px}.input-ZOx_CVY3:last-child{margin-left:0}.checkbox-ZOx_CVY3{max-width:100%}.checkbox-ZOx_CVY3 .label-ZOx_CVY3{display:inline-block;max-width:100%;min-width:0;overflow-wrap:break-word;vertical-align:top}.checkbox-ZOx_CVY3 .label-ZOx_CVY3:first-letter{text-transform:capitalize}.dropdownMenu-ZOx_CVY3{min-width:100px}.sessionEnd-ZOx_CVY3,.sessionStart-ZOx_CVY3{align-items:center;display:inline-flex}.sessionInputContainer-ZOx_CVY3{margin-left:0}.sessionDash-ZOx_CVY3{flex:1 0 auto}.inputGroup-ZOx_CVY3{align-items:center;display:flex}.textarea-ZOx_CVY3{height:200px;padding-top:0;width:100%}@media (max-width:379px){.input-ZOx_CVY3{margin-bottom:8px}.input-ZOx_CVY3:last-child{margin-bottom:0}.inputGroup-ZOx_CVY3{display:block}.inputGroup-ZOx_CVY3.inlineGroup-ZOx_CVY3{display:flex}.inputGroup-ZOx_CVY3.inlineGroup-ZOx_CVY3 .sessionStart-ZOx_CVY3,.sessionInputContainer-ZOx_CVY3{margin-bottom:0}.sessionStart-ZOx_CVY3{margin-bottom:8px}.sessionEnd-ZOx_CVY3{display:block}}.hasTooltip-ZOx_CVY3{margin-left:9px}.container-QyF09i7Y{display:flex;flex-wrap:wrap;margin-top:-8px}.container-QyF09i7Y.hasTooltip-QyF09i7Y{margin-left:9px}.datePickerWrapper-QyF09i7Y{margin-left:10px;margin-top:8px;width:150px}.timePickerWrapper-QyF09i7Y{margin-top:8px;width:100px}.titleWrap-SexRbl__{color:var(--themed-color-default-gray,#707070);height:16px;text-transform:uppercase}html.theme-dark .titleWrap-SexRbl__{color:var(--themed-color-default-gray,#8c8c8c)}.title-SexRbl__{font-size:11px}.wrap-QutFvTLS{flex-direction:column}.labelWrap-QutFvTLS{align-items:center;display:flex;margin-bottom:6px}.label-QutFvTLS{word-break:break-word}.label-QutFvTLS.hasTooltip-QutFvTLS{margin-left:8px}.inlineRow-D8g11qqA{align-items:center;display:flex;flex-wrap:wrap;grid-column:1/3;margin-left:-8px;padding:4px 0}.titleWrap-Izz3hpJc{align-items:center;display:flex;height:34px;padding:24px 0 8px}.titleWrap-Izz3hpJc:first-child{padding-top:8px}.groupFooter-Izz3hpJc{height:16px}.groupFooter-Izz3hpJc:last-child{height:0}.groupFooter-Izz3hpJc,.titleWrap-Izz3hpJc{grid-column:1/3}.groupFooter-Izz3hpJc+.titleWrap-Izz3hpJc{padding-top:8px} \ No newline at end of file diff --git a/charting_library/bundles/1538.b6bc85c0060285eaeced.css b/charting_library/bundles/1538.b6bc85c0060285eaeced.css deleted file mode 100644 index 8412e7a6..00000000 --- a/charting_library/bundles/1538.b6bc85c0060285eaeced.css +++ /dev/null @@ -1 +0,0 @@ -.ui-draggable{touch-action:none}.floating-toolbar-react-widgets{display:inline-flex}.floating-toolbar-react-widgets__button{align-items:center;display:flex;height:38px;justify-content:center;min-width:38px}.tv-floating-toolbar{align-items:stretch;background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#6a6d7899);display:flex;flex-direction:column;opacity:1;position:absolute;transition:transform .2625s cubic-bezier(.215,.61,.355,1),opacity .2625s cubic-bezier(.215,.61,.355,1)}html.theme-dark .tv-floating-toolbar{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#0009)}.tv-floating-toolbar.i-closed{opacity:0;pointer-events:none;transform:scale(.925)}.tv-floating-toolbar.i-vertical{height:auto;min-width:37px}.tv-floating-toolbar__widget-wrapper{display:flex}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget-wrapper{flex-direction:column}.tv-floating-toolbar__drag{align-items:center;color:var(--themed-color-drag-icon,#b2b5be);cursor:grab;display:flex;flex-shrink:0;justify-content:center;width:24px}html.theme-dark .tv-floating-toolbar__drag{color:var(--themed-color-drag-icon,#50535e)}.tv-floating-toolbar.ui-draggable-dragging .tv-floating-toolbar__drag{cursor:grabbing}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag{height:24px;width:100%}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag svg{transform:rotate(90deg)}.tv-floating-toolbar__content{border-bottom-right-radius:6px;border-top-right-radius:6px;display:flex;flex-shrink:0;overflow:hidden}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__content{border-bottom-left-radius:6px;border-top-right-radius:0;flex-direction:column}.tv-floating-toolbar__widget{align-items:stretch;display:flex}.tv-floating-toolbar__widget.ui-sortable-placeholder{visibility:visible!important}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget{border-left:none}.button-BuUjli6L{height:38px;width:38px}.wrap-Nn3SCuEL{flex-direction:column;height:38px;width:38px}.icon-Nn3SCuEL,.wrap-Nn3SCuEL{align-items:center;display:flex;justify-content:center}.icon-Nn3SCuEL{height:16px;width:16px}.colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#fff);background-image:url(opacity-pattern.4d8fbb552dde3db26f4a.svg);background-size:4px;border-radius:2px;height:4px;margin-top:4px;width:22px}html.theme-dark .colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#000)}.color-Nn3SCuEL{border-radius:2px;height:4px;width:22px}.color-Nn3SCuEL.multicolor-Nn3SCuEL{background:linear-gradient(270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff)}.color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#d1d4dc);height:2px;width:20px}html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#0000)}.item-KdWj36gM{padding-left:13px;padding-right:12px}.item-KdWj36gM.withIcon-KdWj36gM{padding-bottom:2px;padding-top:2px}.icon-KdWj36gM{margin-right:11px}.labelRow-KdWj36gM:last-child{padding-right:2px}.multiWidth-KdWj36gM{padding:5px}.buttonWrap-KdWj36gM{align-items:center;display:flex;padding:11px 11px 11px 10px}.buttonLabel-KdWj36gM{margin-left:7px}.dots-meVFo3Y9{--tv-toolbar-explicit-hover-border-radius:2px}.tv-favorited-drawings-toolbar__widget{align-items:center;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));display:flex;flex-grow:1;justify-content:center;min-height:38px;min-width:38px;position:relative;z-index:0}html.theme-dark .tv-favorited-drawings-toolbar__widget{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.tv-favorited-drawings-toolbar__widget:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.tv-favorited-drawings-toolbar__widget.hover:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .tv-favorited-drawings-toolbar__widget.hover:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.tv-favorited-drawings-toolbar__widget.clicked:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .tv-favorited-drawings-toolbar__widget.clicked:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.tv-favorited-drawings-toolbar__widget.accessible:focus-visible:before{content:"";outline-style:solid}.tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}html.theme-sa .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget.i-active:hover,html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active:hover{color:var(--tv-color-toolbar-button-text-active-hover,var(--themed-color-toolbar-button-text-active-hover,#1e53e5))}} \ No newline at end of file diff --git a/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css b/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css deleted file mode 100644 index dd050ffb..00000000 --- a/charting_library/bundles/1538.b6bc85c0060285eaeced.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.ui-draggable{touch-action:none}.floating-toolbar-react-widgets{display:inline-flex}.floating-toolbar-react-widgets__button{align-items:center;display:flex;height:38px;justify-content:center;min-width:38px}.tv-floating-toolbar{align-items:stretch;background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#fff));border-radius:6px;box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#6a6d7899);display:flex;flex-direction:column;opacity:1;position:absolute;transition:transform .2625s cubic-bezier(.215,.61,.355,1),opacity .2625s cubic-bezier(.215,.61,.355,1)}html.theme-dark .tv-floating-toolbar{background-color:var(--tv-color-popup-background,var(--themed-color-popup-background,#1e222d));box-shadow:0 2px 6px var(--themed-color-floating-toolbar-shadow,#0009)}.tv-floating-toolbar.i-closed{opacity:0;pointer-events:none;transform:scale(.925)}.tv-floating-toolbar.i-vertical{height:auto;min-width:37px}.tv-floating-toolbar__widget-wrapper{display:flex}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget-wrapper{flex-direction:column}.tv-floating-toolbar__drag{align-items:center;color:var(--themed-color-drag-icon,#b2b5be);cursor:grab;display:flex;flex-shrink:0;justify-content:center;width:24px}html.theme-dark .tv-floating-toolbar__drag{color:var(--themed-color-drag-icon,#50535e)}.tv-floating-toolbar.ui-draggable-dragging .tv-floating-toolbar__drag{cursor:grabbing}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag{height:24px;width:100%}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__drag svg{transform:rotate(-90deg)}.tv-floating-toolbar__content{border-bottom-left-radius:6px;border-top-left-radius:6px;display:flex;flex-shrink:0;overflow:hidden}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__content{border-bottom-right-radius:6px;border-top-left-radius:0;flex-direction:column}.tv-floating-toolbar__widget{align-items:stretch;display:flex}.tv-floating-toolbar__widget.ui-sortable-placeholder{visibility:visible!important}.tv-floating-toolbar.i-vertical .tv-floating-toolbar__widget{border-right:none}.button-BuUjli6L{height:38px;width:38px}.wrap-Nn3SCuEL{flex-direction:column;height:38px;width:38px}.icon-Nn3SCuEL,.wrap-Nn3SCuEL{align-items:center;display:flex;justify-content:center}.icon-Nn3SCuEL{height:16px;width:16px}.colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#fff);background-image:url(opacity-pattern.4d8fbb552dde3db26f4a.svg);background-size:4px;border-radius:2px;height:4px;margin-top:4px;width:22px}html.theme-dark .colorBg-Nn3SCuEL{background-color:var(--themed-color-opacity-bg,#000)}.color-Nn3SCuEL{border-radius:2px;height:4px;width:22px}.color-Nn3SCuEL.multicolor-Nn3SCuEL{background:linear-gradient(-270deg,#ff2e00,#ffe600 27.27%,#61ff00 50%,#00c2ff 72.44%,#8f00ff)}.color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#d1d4dc);height:2px;width:20px}html.theme-dark .color-Nn3SCuEL.white-Nn3SCuEL{border:1px solid var(--themed-color-white-border,#0000)}.item-KdWj36gM{padding-left:12px;padding-right:13px}.item-KdWj36gM.withIcon-KdWj36gM{padding-bottom:2px;padding-top:2px}.icon-KdWj36gM{margin-left:11px}.labelRow-KdWj36gM:last-child{padding-left:2px}.multiWidth-KdWj36gM{padding:5px}.buttonWrap-KdWj36gM{align-items:center;display:flex;padding:11px 10px 11px 11px}.buttonLabel-KdWj36gM{margin-right:7px}.dots-meVFo3Y9{--tv-toolbar-explicit-hover-border-radius:2px}.tv-favorited-drawings-toolbar__widget{align-items:center;color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#131722));display:flex;flex-grow:1;justify-content:center;min-height:38px;min-width:38px;position:relative;z-index:0}html.theme-dark .tv-favorited-drawings-toolbar__widget{color:var(--tv-color-toolbar-button-text,var(--themed-color-toolbar-button-text,#d1d4dc))}.tv-favorited-drawings-toolbar__widget:before{border-radius:var(--tv-toolbar-explicit-hover-border-radius,2px);bottom:var(--tv-toolbar-explicit-hover-margin,2px);display:block;left:var(--tv-toolbar-explicit-hover-margin,2px);outline:2px none #2962ff;position:absolute;right:var(--tv-toolbar-explicit-hover-margin,2px);top:var(--tv-toolbar-explicit-hover-margin,2px);z-index:-1}.tv-favorited-drawings-toolbar__widget.hover:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa));content:""}}html.theme-dark .tv-favorited-drawings-toolbar__widget.hover:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}@media (any-hover:hover){html.theme-dark .tv-favorited-drawings-toolbar__widget:hover:before{background-color:var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39))}}.tv-favorited-drawings-toolbar__widget.clicked:before,.tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#f0f3fa)));content:""}html.theme-dark .tv-favorited-drawings-toolbar__widget.clicked:before,html.theme-dark .tv-favorited-drawings-toolbar__widget:active:before{background-color:var(--tv-color-toolbar-button-background-clicked,var(--tv-color-toolbar-button-background-hover,var(--themed-color-toolbar-button-background-hover,#2a2e39)))}.tv-favorited-drawings-toolbar__widget.accessible:focus-visible:before{content:"";outline-style:solid}.tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}html.theme-sa .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#ff7200))}html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active{color:var(--tv-color-toolbar-button-text-active,var(--themed-color-toolbar-button-text-active,#2962ff))}@media (any-hover:hover){.tv-favorited-drawings-toolbar__widget.i-active:hover,html.theme-dark .tv-favorited-drawings-toolbar__widget.i-active:hover{color:var(--tv-color-toolbar-button-text-active-hover,var(--themed-color-toolbar-button-text-active-hover,#1e53e5))}} \ No newline at end of file diff --git a/charting_library/bundles/1553.c076714f5e24887f0b94.js b/charting_library/bundles/1553.c076714f5e24887f0b94.js deleted file mode 100644 index a99b566d..00000000 --- a/charting_library/bundles/1553.c076714f5e24887f0b94.js +++ /dev/null @@ -1,7 +0,0 @@ -(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1553],{11553:(t,e,i)=>{var n;!function(r,s,o,a){"use strict";var h,u=["","webkit","Moz","MS","ms","o"],c=s.createElement("div"),l=Math.round,p=Math.abs,f=Date.now;function v(t,e,i){return setTimeout(I(t,i),e)}function d(t,e,i){return!!Array.isArray(t)&&(m(t,i[e],i),!0)}function m(t,e,i){var n;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==a)for(n=0;n\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",s=r.console&&(r.console.warn||r.console.log);return s&&s.call(r.console,n,i),t.apply(this,arguments)}}h="function"!=typeof Object.assign?function(t){if(t===a||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i-1}function D(t){return t.trim().split(/\s+/g)}function w(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var n=0;ni[e]})):n.sort()),n}function R(t,e){for(var i,n,r=e[0].toUpperCase()+e.slice(1),s=0;s1&&!i.firstMultiple?i.firstMultiple=V(e):1===r&&(i.firstMultiple=!1);var s=i.firstInput,o=i.firstMultiple,h=o?o.center:s.center,u=e.center=j(n);e.timeStamp=f(),e.deltaTime=e.timeStamp-s.timeStamp,e.angle=$(h,u),e.distance=B(h,u),function(t,e){var i=e.center,n=t.offsetDelta||{},r=t.prevDelta||{},s=t.prevInput||{};1!==e.eventType&&4!==s.eventType||(r=t.prevDelta={x:s.deltaX||0,y:s.deltaY||0},n=t.offsetDelta={x:i.x,y:i.y});e.deltaX=r.x+(i.x-n.x),e.deltaY=r.y+(i.y-n.y)}(i,e),e.offsetDirection=Z(e.deltaX,e.deltaY);var c=G(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=c.x,e.overallVelocityY=c.y,e.overallVelocity=p(c.x)>p(c.y)?c.x:c.y,e.scale=o?(l=o.pointers,v=n,B(v[0],v[1],L)/B(l[0],l[1],L)):1,e.rotation=o?function(t,e){return $(e[1],e[0],L)+$(t[1],t[0],L)}(o.pointers,n):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,function(t,e){var i,n,r,s,o=t.lastInterval||e,h=e.timeStamp-o.timeStamp;if(8!=e.eventType&&(h>25||o.velocity===a)){var u=e.deltaX-o.deltaX,c=e.deltaY-o.deltaY,l=G(h,u,c);n=l.x,r=l.y,i=p(l.x)>p(l.y)?l.x:l.y,s=Z(u,c),t.lastInterval=e}else i=o.velocity,n=o.velocityX,r=o.velocityY,s=o.direction;e.velocity=i,e.velocityX=n,e.velocityY=r,e.direction=s}(i,e);var l,v;var d=t.element;S(e.srcEvent.target,d)&&(d=e.srcEvent.target);e.target=d}(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function V(t){for(var e=[],i=0;i=p(e)?t<0?2:4:e<0?8:16}function B(t,e,i){i||(i=q);var n=e[i[0]]-t[i[0]],r=e[i[1]]-t[i[1]];return Math.sqrt(n*n+r*r)}function $(t,e,i){i||(i=q);var n=e[i[0]]-t[i[0]],r=e[i[1]]-t[i[1]];return 180*Math.atan2(r,n)/Math.PI}H.prototype={handler:function(){},init:function(){this.evEl&&b(this.element,this.evEl,this.domHandler),this.evTarget&&b(this.target,this.evTarget,this.domHandler),this.evWin&&b(z(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&_(this.element,this.evEl,this.domHandler),this.evTarget&&_(this.target,this.evTarget,this.domHandler),this.evWin&&_(z(this.element),this.evWin,this.domHandler)}};var J={mousedown:1,mousemove:2,mouseup:4},K="mousedown",Q="mousemove mouseup";function tt(){this.evEl=K,this.evWin=Q,this.pressed=!1,H.apply(this,arguments)}E(tt,H,{handler:function(t){var e=J[t.type];1&e&&0===t.button&&(this.pressed=!0),2&e&&1!==t.which&&(e=4),this.pressed&&(4&e&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:k,srcEvent:t}))}});var et={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},it={2:F,3:"pen",4:k, -5:"kinect"},nt="pointerdown",rt="pointermove pointerup pointercancel";function st(){this.evEl=nt,this.evWin=rt,H.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}r.MSPointerEvent&&!r.PointerEvent&&(nt="MSPointerDown",rt="MSPointerMove MSPointerUp MSPointerCancel"),E(st,H,{handler:function(t){var e=this.store,i=!1,n=t.type.toLowerCase().replace("ms",""),r=et[n],s=it[t.pointerType]||t.pointerType,o=s==F,a=w(e,t.pointerId,"pointerId");1&r&&(0===t.button||o)?a<0&&(e.push(t),a=e.length-1):12&r&&(i=!0),a<0||(e[a]=t,this.callback(this.manager,r,{pointers:e,changedPointers:[t],pointerType:s,srcEvent:t}),i&&e.splice(a,1))}});var ot={touchstart:1,touchmove:2,touchend:4,touchcancel:8},at="touchstart",ht="touchstart touchmove touchend touchcancel";function ut(){this.evTarget=at,this.evWin=ht,this.started=!1,H.apply(this,arguments)}function ct(t,e){var i=x(t.touches),n=x(t.changedTouches);return 12&e&&(i=O(i.concat(n),"identifier",!0)),[i,n]}E(ut,H,{handler:function(t){var e=ot[t.type];if(1===e&&(this.started=!0),this.started){var i=ct.call(this,t,e);12&e&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:F,srcEvent:t})}}});var lt={touchstart:1,touchmove:2,touchend:4,touchcancel:8},pt="touchstart touchmove touchend touchcancel";function ft(){this.evTarget=pt,this.targetIds={},H.apply(this,arguments)}function vt(t,e){var i=x(t.touches),n=this.targetIds;if(3&e&&1===i.length)return n[i[0].identifier]=!0,[i,i];var r,s,o=x(t.changedTouches),a=[],h=this.target;if(s=i.filter((function(t){return S(t.target,h)})),1===e)for(r=0;r-1&&n.splice(t,1)}),2500)}}function Tt(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,n=0;n-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]}, -emit:function(t){var e=this,i=this.state;function n(i){e.manager.emit(i,t)}i<8&&n(e.options.event+Ot(i)),n(e.options.event),t.additionalEvent&&n(t.additionalEvent),i>=8&&n(e.options.event+Ot(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=wt},canEmit:function(){for(var t=0;te.threshold&&r&e.direction},attrTest:function(t){return zt.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=Rt(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),E(Xt,zt,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[bt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),E(Yt,xt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[At]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distancee.time;if(this._input=t,!n||!i||12&t.eventType&&!r)this.reset();else if(1&t.eventType)this.reset(),this._timer=v((function(){this.state=8,this.tryEmit()}),e.time,this);else if(4&t.eventType)return 8;return wt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&4&t.eventType?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=f(),this.manager.emit(this.options.event,this._input)))}}),E(Ft,zt,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[bt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),E(kt,zt,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Nt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction -;return 30&i?e=t.overallVelocity:6&i?e=t.overallVelocityX:i&W&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&p(e)>this.options.velocity&&4&t.eventType},emit:function(t){var e=Rt(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),E(Wt,xt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Ct]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance{var n;!function(r,s,o,a){"use strict";var h,u=["","webkit","Moz","MS","ms","o"],c=s.createElement("div"),l=Math.round,p=Math.abs,f=Date.now;function v(t,e,i){return setTimeout(I(t,i),e)}function d(t,e,i){return!!Array.isArray(t)&&(m(t,i[e],i),!0)}function m(t,e,i){var n;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==a)for(n=0;n\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",s=r.console&&(r.console.warn||r.console.log);return s&&s.call(r.console,n,i),t.apply(this,arguments)}}h="function"!=typeof Object.assign?function(t){if(t===a||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i-1}function D(t){return t.trim().split(/\s+/g)}function w(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var n=0;ni[e]})):n.sort()),n}function R(t,e){for(var i,n,r=e[0].toUpperCase()+e.slice(1),s=0;s1&&!i.firstMultiple?i.firstMultiple=V(e):1===r&&(i.firstMultiple=!1);var s=i.firstInput,o=i.firstMultiple,h=o?o.center:s.center,u=e.center=j(n);e.timeStamp=f(),e.deltaTime=e.timeStamp-s.timeStamp,e.angle=$(h,u),e.distance=B(h,u),function(t,e){var i=e.center,n=t.offsetDelta||{},r=t.prevDelta||{},s=t.prevInput||{};1!==e.eventType&&4!==s.eventType||(r=t.prevDelta={x:s.deltaX||0,y:s.deltaY||0},n=t.offsetDelta={x:i.x,y:i.y});e.deltaX=r.x+(i.x-n.x),e.deltaY=r.y+(i.y-n.y)}(i,e),e.offsetDirection=Z(e.deltaX,e.deltaY);var c=G(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=c.x,e.overallVelocityY=c.y,e.overallVelocity=p(c.x)>p(c.y)?c.x:c.y,e.scale=o?(l=o.pointers,v=n,B(v[0],v[1],L)/B(l[0],l[1],L)):1,e.rotation=o?function(t,e){return $(e[1],e[0],L)+$(t[1],t[0],L)}(o.pointers,n):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,function(t,e){var i,n,r,s,o=t.lastInterval||e,h=e.timeStamp-o.timeStamp;if(8!=e.eventType&&(h>25||o.velocity===a)){var u=e.deltaX-o.deltaX,c=e.deltaY-o.deltaY,l=G(h,u,c);n=l.x,r=l.y,i=p(l.x)>p(l.y)?l.x:l.y,s=Z(u,c),t.lastInterval=e}else i=o.velocity,n=o.velocityX,r=o.velocityY,s=o.direction;e.velocity=i,e.velocityX=n,e.velocityY=r,e.direction=s}(i,e);var l,v;var d=t.element;S(e.srcEvent.target,d)&&(d=e.srcEvent.target);e.target=d}(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function V(t){for(var e=[],i=0;i=p(e)?t<0?2:4:e<0?8:16}function B(t,e,i){i||(i=q);var n=e[i[0]]-t[i[0]],r=e[i[1]]-t[i[1]];return Math.sqrt(n*n+r*r)}function $(t,e,i){i||(i=q);var n=e[i[0]]-t[i[0]],r=e[i[1]]-t[i[1]];return 180*Math.atan2(r,n)/Math.PI}H.prototype={handler:function(){},init:function(){this.evEl&&b(this.element,this.evEl,this.domHandler),this.evTarget&&b(this.target,this.evTarget,this.domHandler),this.evWin&&b(z(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&_(this.element,this.evEl,this.domHandler),this.evTarget&&_(this.target,this.evTarget,this.domHandler),this.evWin&&_(z(this.element),this.evWin,this.domHandler)}};var J={mousedown:1,mousemove:2,mouseup:4},K="mousedown",Q="mousemove mouseup";function tt(){this.evEl=K,this.evWin=Q,this.pressed=!1,H.apply(this,arguments)}E(tt,H,{handler:function(t){var e=J[t.type];1&e&&0===t.button&&(this.pressed=!0),2&e&&1!==t.which&&(e=4),this.pressed&&(4&e&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:k,srcEvent:t}))}});var et={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},it={2:F,3:"pen",4:k, +5:"kinect"},nt="pointerdown",rt="pointermove pointerup pointercancel";function st(){this.evEl=nt,this.evWin=rt,H.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}r.MSPointerEvent&&!r.PointerEvent&&(nt="MSPointerDown",rt="MSPointerMove MSPointerUp MSPointerCancel"),E(st,H,{handler:function(t){var e=this.store,i=!1,n=t.type.toLowerCase().replace("ms",""),r=et[n],s=it[t.pointerType]||t.pointerType,o=s==F,a=w(e,t.pointerId,"pointerId");1&r&&(0===t.button||o)?a<0&&(e.push(t),a=e.length-1):12&r&&(i=!0),a<0||(e[a]=t,this.callback(this.manager,r,{pointers:e,changedPointers:[t],pointerType:s,srcEvent:t}),i&&e.splice(a,1))}});var ot={touchstart:1,touchmove:2,touchend:4,touchcancel:8};function at(){this.evTarget="touchstart",this.evWin="touchstart touchmove touchend touchcancel",this.started=!1,H.apply(this,arguments)}function ht(t,e){var i=x(t.touches),n=x(t.changedTouches);return 12&e&&(i=O(i.concat(n),"identifier",!0)),[i,n]}E(at,H,{handler:function(t){var e=ot[t.type];if(1===e&&(this.started=!0),this.started){var i=ht.call(this,t,e);12&e&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:F,srcEvent:t})}}});var ut={touchstart:1,touchmove:2,touchend:4,touchcancel:8},ct="touchstart touchmove touchend touchcancel";function lt(){this.evTarget=ct,this.targetIds={},H.apply(this,arguments)}function pt(t,e){var i=x(t.touches),n=this.targetIds;if(3&e&&1===i.length)return n[i[0].identifier]=!0,[i,i];var r,s,o=x(t.changedTouches),a=[],h=this.target;if(s=i.filter((function(t){return S(t.target,h)})),1===e)for(r=0;r-1&&n.splice(t,1)}),2500)}}function mt(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,n=0;n-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){ +var e=this,i=this.state;function n(i){e.manager.emit(i,t)}i<8&&n(e.options.event+wt(i)),n(e.options.event),t.additionalEvent&&n(t.additionalEvent),i>=8&&n(e.options.event+wt(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=Pt},canEmit:function(){for(var t=0;te.threshold&&r&e.direction},attrTest:function(t){return Rt.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=xt(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),E(zt,Rt,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[At]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),E(Nt,Dt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Et]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distancee.time;if(this._input=t,!n||!i||12&t.eventType&&!r)this.reset();else if(1&t.eventType)this.reset(),this._timer=v((function(){this.state=8,this.tryEmit()}),e.time,this);else if(4&t.eventType)return 8;return Pt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&4&t.eventType?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=f(),this.manager.emit(this.options.event,this._input)))}}),E(Xt,Rt,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[At]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),E(Yt,Rt,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Mt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction +;return 30&i?e=t.overallVelocity:6&i?e=t.overallVelocityX:i&W&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&p(e)>this.options.velocity&&4&t.eventType},emit:function(t){var e=xt(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),E(Ft,Dt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[It]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance{i.d(t,{LineToolRiskRewardBase:()=>N,registerReversibleTool:()=>E,roundValue:()=>M});var s=i(50279),r=i(50151),n=i(11542),o=i(8025),c=i(93280),a=i(74079),l=i(29875),u=i(76386),h=i(76050),d=i(98558),p=i(19063);class _ extends d.PriceAxisView{constructor(e,t){super(),this._source=e,this._data=t}_updateRendererData(e,t,i){if(e.visible=!1,!this._showAxisLabel())return;const s=this._source.priceScale();if(0===this._source.points().length||null===s||s.isEmpty())return;const r=this._source.ownerSource(),n=null!==r?r.firstValue():null;if(null===n)return;const o=this._data.priceProperty.value(),c=(0,p.resetTransparency)(this._data.colorProperty.value());i.background=c,i.textColor=this.generateTextColor(c),i.coordinate=s.priceToCoordinate(o,n),e.text=s.formatPrice(o,n),e.visible=!0}_showAxisLabel(){return this._source.properties().childs().showPriceLabels.value()||this._source.model().selection().isSelected(this._source)}}var y=i(12988);class P extends y.Property{constructor(e,t){super(),this._lineSource=e,this._pointIndex=t}value(){const e=this._lineSource.points(),t=e[this._pointIndex]?e[this._pointIndex].price:this._lineSource.normalizedPoints()[this._pointIndex].price;return this._formatAndParsePrice(t)}state(){return this.value()}merge(e,t){return this.setValue(e),t?[]:null}_formatAndParsePrice(e){const t=(0,r.ensureNotNull)(this._lineSource.ownerSource()),i=t.defaultFormatter?.()||t.formatter();if(i.parse){const t=i.format(e),s=i.parse(t);return s.res?s.value:e}return e}}class S extends P{constructor(e){super(e,0)}setValue(e){if(this._lineSource.isSourceHidden()){const t=this._lineSource.normalizedPoints();return t[this._pointIndex].price=parseFloat(e.toString()),void this._lineSource.restorePoints(t,[])}const t=this._lineSource.points()[this._pointIndex];this._lineSource.startChanging(this._pointIndex,t),t.price=parseFloat(e.toString()),this._lineSource.setPoint(this._pointIndex,t),this._lineSource.recalculate(),this._lineSource.model().updateSource(this._lineSource),this._listeners.fire(this,""),this._lineSource.endChanging(!1,!1),this._lineSource.syncPriceLevels()}}class v extends P{constructor(e){super(e,1)}value(){const e=this._lineSource.stopPrice();return this._formatAndParsePrice(e)}setValue(e){const t=Math.round(Math.abs(e-this._lineSource.entryPrice())*this._lineSource.ownerSourceBase());this._lineSource.properties().childs().stopLevel.setValue(t),this._lineSource.syncPriceLevels()}}class m extends P{constructor(e){super(e,2)}value(){const e=this._lineSource.profitPrice();return this._formatAndParsePrice(e)}setValue(e){const t=Math.round(Math.abs(e-this._lineSource.entryPrice())*this._lineSource.ownerSourceBase());this._lineSource.properties().childs().profitLevel.setValue(t),this._lineSource.syncPriceLevels()}}var f,g=i(37265),b=i(928),x=i(44672),w=i(77148),C=i(29023),k=i(45126),R=i(64147),L=i(92184),V=i(29137),A=i(19466);function M(e){return parseFloat(e.toFixed(2))}!function(e){ +e[e.InitialVersion=1]="InitialVersion",e[e.CurrentVersion=2]="CurrentVersion"}(f||(f={}));const I=new Map;function E(e,t){I.set(e,t)}const z=new k.TranslatedString("reverse {tool}",n.t(null,void 0,i(66643)));class N extends l.LineDataSource{constructor(e,t,s,n){super(e,t,s,n),this._hasEditableCoordinates=new R.WatchedValue(!1),this._studySource=null,this._metaInfo=null,this._riskInChange=!1,this._syncStateExclusions.push("points","entryPrice","stopPrice","targetPrice","stopLevel","profitLevel","riskSize","qty","amountTarget","amountStop");const o=this._metaInfo?.inputs.find((e=>"account_currency"===e.id)),a=t.childs().currency.value();o&&!o.options.includes(a)&&t.childs().currency.setValue(o.defval),o&&t.childs().currency.subscribe(this,this._updateStudySource),this.version=2,t.hasChild("stopLevel")||t.hasChild("profitLevel")||(t.addProperty("stopLevel",0),t.addProperty("profitLevel",0),this.ownerSourceChanged().subscribe(this,(()=>{const i=(0,r.ensureNotNull)(e.timeScale().visibleBarsStrictRange()),s=i.firstBar(),n=i.lastBar(),o=(0,r.ensureNotNull)(this.ownerSource()),a=o.priceScale();if(a){let e=(0,r.ensureNotNull)(o.priceRange(s,n,{targetPriceScale:a,scaleSeriesOnly:a?.isScaleSeriesOnly()}));if(a.isLog()){const t=a.logicalToPrice(e.minValue()),i=a.logicalToPrice(e.maxValue());e=new c.PriceRange(t,i)}if(e&&!e.isEmpty()){const i=Math.round(.2*e.length()*this.ownerSourceBase());t.merge({stopLevel:i,profitLevel:i})}}}),!0)),t.hasChild("entryPointCurrencyRate")||t.addProperty("entryPointCurrencyRate",1),t.hasChild("closePointCurrencyRate")||t.addProperty("closePointCurrencyRate",1);const l=t.childs();l.stopLevel.subscribe(this,this.recalculate),l.stopLevel.subscribe(null,(()=>{this.properties().childs().stopPrice.fireChanged()})),l.profitLevel.subscribe(this,this.recalculate),l.profitLevel.subscribe(null,(()=>{this.properties().childs().targetPrice.fireChanged()})),t.addChild("entryPrice",new S(this)),t.addChild("stopPrice",new v(this)),t.addChild("targetPrice",new m(this)),t.hasChild("riskSize")||t.addProperty("riskSize",0),t.hasChild("qty")||t.addProperty("qty",0),t.hasChild("amountTarget")||t.addProperty("amountTarget",l.accountSize.value()),t.hasChild("amountStop")||t.addProperty("amountStop",l.accountSize.value()),["riskSize","qty","amountTarget","amountStop","currency","entryPointCurrencyRate","closePointCurrencyRate"].forEach((e=>{t.addExcludedKey(e,1)})),["qty","amountTarget","amountStop","currency","entryPointCurrencyRate","closePointCurrencyRate"].forEach((e=>{t.addExcludedKey(e,4)})),l.risk.subscribe(this,this._recalculateRiskSize),l.accountSize.subscribe(this,this._recalculateRiskSize),l.riskDisplayMode.subscribe(this,this._recalculateRisk),l.riskDisplayMode.subscribe(this,this._recalculateRiskSize),l.entryPrice.subscribe(this,this._recalculateRiskSize),l.stopPrice.subscribe(this,this._recalculateRiskSize),l.profitLevel.subscribe(this,this._recalculateRiskSize),l.profitLevel.subscribe(this,this.syncPriceLevels.bind(this)),l.stopLevel.subscribe(this,this._recalculateRiskSize), +l.stopLevel.subscribe(this,this.syncPriceLevels.bind(this)),l.qty.subscribe(this,this._recalculateRiskSize),this.ownerSourceChanged().subscribe(null,((e,t)=>{e&&e.barsProvider().dataUpdated().unsubscribeAll(this),t&&t.barsProvider().dataUpdated().subscribe(this,this._onSeriesUpdated)})),this.pointAdded().subscribe(this,(e=>{switch(e){case h.RiskRewardPointIndex.Entry:case h.RiskRewardPointIndex.Close:this._recalculateRiskSize(),this._recalculateQty()}this._updateStudySource()})),this.pointChanged().subscribe(this,(e=>{switch(e){case h.RiskRewardPointIndex.Entry:case h.RiskRewardPointIndex.Close:this._recalculateRiskSize(),this._recalculateQty()}this._updateStudySource()})),l.riskDisplayMode.value()===u.RiskDisplayMode.Percentage&&l.risk.value()>100&&l.riskDisplayMode.setValueSilently(u.RiskDisplayMode.Money),l.entryPrice.subscribe(this,this._recalculateQty),l.stopPrice.subscribe(this,this._recalculateQty),l.riskSize.subscribe(this,this._recalculateQty),l.entryPrice.subscribe(this,this._recalculateAmount),l.profitLevel.subscribe(this,this._recalculateAmount),l.stopLevel.subscribe(this,this._recalculateAmount),l.accountSize.subscribe(this,this._recalculateAmount),l.riskSize.subscribe(this,this._recalculateAmount),l.qty.subscribe(this,this._recalculateAmount),this._entryPriceAxisView=new _(this,{colorProperty:l.linecolor,priceProperty:l.entryPrice}),this._stopPriceAxisView=new _(this,{colorProperty:l.stopBackground,priceProperty:l.stopPrice}),this._profitPriceAxisView=new _(this,{colorProperty:l.profitBackground,priceProperty:l.targetPrice}),[l.entryPointCurrencyRate,l.closePointCurrencyRate].forEach((e=>{e.subscribe(this,(()=>{this._recalculateAmount(),this._recalculateRiskSize(),this._recalculateQty()}))})),Promise.all([i.e(2870),i.e(2211),i.e(1583)]).then(i.bind(i,1971)).then((({RiskRewardPaneView:t})=>{const i=[new t(this,e)];this._setPaneViews(i)}))}destroy(){this.ownerSource()?.barsProvider().dataUpdated().unsubscribeAll(this),this.ownerSourceChanged().unsubscribeAll(this),this._studySource?.destroy(),super.destroy()}availableCurrencies(){const e=(0,r.ensureDefined)(this._metaInfo?.inputs.find((e=>"account_currency"===e.id)));return(0,r.ensureDefined)(e.options)}setOwnerSource(e){super.setOwnerSource(e);const t=this.ownerSource();t&&t.symbolSource().symbolInfo()&&(this._recalculateAmount(),this._recalculateRiskSize(),this._recalculateQty())}pointsCount(){return 2}priceAxisPoints(){if(!this._points.length)return[];const e=this._points[0],t=this._properties.childs();return[{...e,price:t.stopPrice.value()},{...e,price:t.entryPrice.value()},{...e,price:t.targetPrice.value()}]}priceAxisViews(e,t){return this.isSourceHidden()||t!==this.priceScale()||this._model.paneForSource(this)!==e?null:[this._entryPriceAxisView,this._stopPriceAxisView,this._profitPriceAxisView]}updateAllViews(e){this.isActualSymbol()&&this.properties().childs().visible.value()&&((0,b.hideAllDrawings)().value()&&this.userEditEnabled()||(super.updateAllViews(e),this._entryPriceAxisView.update(e),this._stopPriceAxisView.update(e), +this._profitPriceAxisView.update(e)))}migrateVersion(e,t,i){if(1===e&&this._points.length>=1){const e=[];e.push(this._points[0]);let t=this._points[0];if(t={price:t.price,index:this._getClosePointIndex(t.index),interval:this._properties.childs().interval.value()},e.push(t),this._points[1]&&e.push(this._points[1]),this._points[2]&&e.push(this._points[2]),this._points=e,this._timePoint.length>=1){const t=[],i=this._timePoint[0];t.push(i);const s={price:i.price,time_t:i.time_t,offset:this._getClosePointIndex(i.offset)};t.push(s),this._timePoint[1]&&e.push(this._points[1]),this._timePoint[2]&&e.push(this._points[2]),this._timePoint=t}}}restoreExternalState(e){if(!(0,g.isNumber)(e.entryPrice))return void super.restoreExternalState(e);let t;if(this.isActualSymbol())t=e;else{const{entryPrice:i,...s}=e,[r]=this._timePoint;r.price=i,t=s}this.properties().merge(t)}addPoint(e,t,i){e.price=this._roundPrice(e.price),super.addPoint(e,void 0,!0);const s={price:e.price,index:this._getClosePointIndex(e.index)};super._addPointIntenal(s,void 0,!0);const r=this._calculateActualEntry(e,s);if(r){super._addPointIntenal(r,void 0,!0);const e=this._findClosePoint(r,s);e&&super._addPointIntenal(e,void 0,!0)}return this._lastPoint=null,this._normalizePoints(),this.createServerPoints(),!0}setPoint(e,t,i,s){if(this.isSourceHidden())return;const r=this.properties().childs();switch(this._muteSyncLineStyle(),e){case 0:this._changeEntryPoint({...t,interval:this._model.mainSeries().interval()});break;case 2:r.stopPrice.setValue(this.prepareStopPrice(t.price));break;case 3:r.targetPrice.setValue(this.prepareProfitPrice(t.price));break;case 1:t.price=this._points[0].price,super.setPoint(1,t),this.recalculate()}this._unmuteSyncLineStyleWithoutApplyingChanges(),s||this.syncPriceLevels()}getPoint(e){if(this.isSourceHidden())return null;switch(e){case 0:return this._points[0];case 1:return{index:this._points[1].index,price:this._points[0].price};case 2:return{index:this._points[0].index,price:this.stopPrice()};case 3:return{index:this._points[0].index,price:this.profitPrice()}}return null}setPoints(e){this.isSourceHidden()||(this._muteSyncLineStyle(),super.setPoints(e),this.recalculate(),this._unmuteSyncLineStyleWithoutApplyingChanges(),this.syncPriceLevels())}start(){super.start(),this.recalculate()}startMoving(e,t,i,s){const n=(0,r.ensureDefined)(e.logical);n.price=this._roundPrice(n.price),super.startMoving(e,t,i)}move(e,t,i,s){const n=(0,r.ensureDefined)(e.logical);n.price=this._roundPrice(n.price),super.move(e,t,i),this.recalculate(),this._entryPriceAxisView.update((0,x.sourceChangeEvent)(this.id()))}axisPoints(){if(!this._points[h.RiskRewardPointIndex.ActualEntry])return[];const e=this._points[h.RiskRewardPointIndex.ActualEntry];let t=null;if(4===this._points.length)t=this._points[h.RiskRewardPointIndex.ActualClose];else{const e=this.lastBarData();if(!e)return[];t={index:e.index,price:e.closePrice}}return[e,t]}recalculateStateByData(){this.recalculate()}recalculate(){if(0===this.points().length)return +;const e=this.properties().childs(),t=e.targetPrice.value(),i=e.stopPrice.value(),s=[this._points[0],this._points[1]],r=this._calculateActualEntry(this.points()[0],this.points()[1]),n=this._model.mainSeries().interval();if(r){s.push({...r,interval:n});const e=this._findClosePoint(r,this.points()[1]);e&&s.push({...e,interval:n})}this._points=s,t!==e.targetPrice.value()&&e.targetPrice.fireChanged(),i!==e.stopPrice.value()&&e.stopPrice.fireChanged()}syncPriceLevels(){const e=this.linkKey().value();if(e){const t=this.properties().childs();this._syncLineStyleChanges(e,{entryPrice:t.entryPrice.value(),stopLevel:t.stopLevel.value(),profitLevel:t.profitLevel.value()})}}entryPrice(){const e=this.points();return 0===e.length?this._timePoint[0].price:e[0].price}lastBarData(){const e=this.ownerSource()?.barsProvider();if(!e)return null;const t=e.bars().firstIndex(),i=e.bars().lastIndex();if(null===t||null===i||isNaN(t)||isNaN(i))return null;const s=this.points();if(4===s.length){const e=s[h.RiskRewardPointIndex.ActualClose];return e.index{const t=z.format({tool:(0,V.getTranslatedStringForSource)(A.TitleDisplayTarget.StatusLine,this)});e.beginUndoMacro(t);const i=function(e,t){const i=e.points(),s=e.zorder(),n=(0,r.ensureNotNull)(t.model().paneForSource(e)),o=(0,r.ensureNotNull)(e.ownerSource()),c=(0,r.ensureDefined)(I.get(e.toolname)),a=c.propertiesFactory(t.model().backgroundTheme().spawnOwnership(),e.properties().state()),l=e.linkKey().value(),u=l?w.CreateLineToolSyncMode.ForceOn:w.CreateLineToolSyncMode.ForceOff,h=t.createLineTool({pane:n,point:i[0],linkKey:l?(0,L.randomHash)():void 0,linetool:c.targetToolName,properties:a,ownerSource:o,synchronizationMode:u,sharingMode:e.sharingMode().value()});return h&&(t.startChangingLinetool(h,h.points()[1],1),t.changeLinePoint(i[1]),t.endChangingLinetool(!1),t.insertBefore([h],e),h.setZorder(s)),t.removeSource(e,!1),h}(this,e);e.endUndoMacro(),i&&e.model().selectionMacro((e=>{e.addSourceToSelection(i,null)}))}}})],placement:"CustomAction"}}_entryPointCurrencyRate(){return this.properties().childs().entryPointCurrencyRate.value()}_closePointCurrencyRate(){return this.properties().childs().closePointCurrencyRate.value()}_ignoreSourceEvent(e){return super._ignoreSourceEvent(e)&&e.sourceId!==this._model.mainSeries().id()}_applyTemplateImpl(e){ +const{targetPrice:t,stopPrice:i,entryPrice:s,...r}=e;super._applyTemplateImpl(r);const n=this.properties().childs();void 0!==e.stopLevel&&n.stopLevel.setValue(e.stopLevel),void 0!==e.profitLevel&&n.profitLevel.setValue(e.profitLevel)}_propertiesStateExclusions(){return[...super._propertiesStateExclusions(),"entryPrice","stopPrice","targetPrice"]}_correctPoints(e,t){if(!this.isActualSymbol())return!1;const i=super._correctPoints(e.slice(0,this.pointsCount()),t);for(let t=0;ts?(e.risk.setValue(s),e.riskSize.setValue(s)):e.riskSize.setValue(t)}_roundPrice(e){const t=this.ownerSourceBase();return Math.round(e*t)/t}_ownerSourcePointValue(){return this.ownerSource()?.symbolSource().symbolInfo()?.pointvalue??1}_onSourceHiddenMayChange(){super._onSourceHiddenMayChange(),this._updateStudySource()}static _configureProperties(e){l.LineDataSource._configureProperties(e),e.addExcludedKey("stopLevel",1),e.addExcludedKey("profitLevel",1),e.addExcludedKey("stopPrice",1),e.addExcludedKey("targetPrice",1),e.addExcludedKey("entryPrice",1)}_onSeriesUpdated(e,t,i){this.isSourceHidden()||this._points.length<2||null!==i&&i.index>Math.max(this._points[0].index,this._points[1].index)||this.recalculateStateByData()}_recalculateRisk(){const e=this.properties().childs(),t=e.riskDisplayMode.value(),i=e.riskSize.value(),s=e.accountSize.value();let r=e.risk.value();r=t===u.RiskDisplayMode.Percentage?M(i/s*100):M(s/100*r),this._riskInChange=!0,e.risk.setValue(parseFloat(this._riskFormatter(t).format(r,{ignoreLocaleNumberFormat:!0}))),this._riskInChange=!1}_recalculateAmount(){if(0===this.points().length)return;const e=this.properties().childs(),t=e.accountSize.value(),i=e.entryPrice.value(),s=e.qty.value(),r=e.stopPrice.value(),n=e.targetPrice.value(),o=this._ownerSourcePointValue();e.amountTarget.setValue(this._amountTarget(t,n,i,s,o)),e.amountStop.setValue(this._amountStop(t,r,i,s,o))}_recalculateQty(){if(0===this.points().length)return;const e=this.properties().childs(),t=e.entryPrice.value(),i=e.stopPrice.value(),s=e.riskSize.value(),r=this._entryPointCurrencyRate(),n=null===r?NaN:s/(Math.abs(t-i)*this._ownerSourcePointValue()*r);e.qty.setValue(n)}_calculateActualEntry(e,t){const i=this.ownerSource();if(!i)return null;const s=i.barsProvider().bars();if(s.isEmpty())return null;const n=(0,r.ensureNotNull)(s.firstIndex()),o=Math.max(e.index,n),c=e.price,a=(0,r.ensureNotNull)(s.lastIndex()),l=Math.min(a,t.index-1);for(const e of s.rangeIterator(o,l+1)){const t=e.value;if(null!==t&&(0,r.ensure)(t[2])>=c&&(0,r.ensure)(t[3])<=c)return{index:e.index,price:c}}return null} +_riskFormatter(e){return e===u.RiskDisplayMode.Percentage?(0,a.getNumericFormatter)(2):(0,a.getNumericFormatter)()}_getClosePointIndex(e){const t=this._model.timeScale(),i=Math.round(t.width()/t.barSpacing());return e+Math.max(3,Math.round(.15*i))}_findClosePoint(e,t){const i=this.ownerSource();if(!i)return null;const s=i.barsProvider().bars(),n=(0,r.ensureNotNull)(s.firstIndex()),o=Math.max(e.index,n),c=(0,r.ensureNotNull)(s.lastIndex()),a=Math.min(c,t.index-1);for(const e of s.rangeIterator(o,a+1)){const t=e.value;if(null===t)continue;const i=this._checkStopPrice(t);if(null!=i)return{index:e.index,price:i}}return null}_changeEntryPoint(e){const t=this.properties().childs(),i=t.stopPrice.value(),s=t.targetPrice.value(),r=1/this.ownerSourceBase(),n=Math.min(i,s)+r,o=Math.max(i,s)-r;e.price=Math.max(n,Math.min(o,this._roundPrice(e.price))),this.setPoints([e,{...this._points[1],price:e.price}]),t.stopPrice.setValue(i),t.targetPrice.setValue(s)}_updateStudySource(){if(!this._metaInfo)return;const e=this._properties.childs().currency.value(),t=this._model.mainSeries(),i="NONE"!==e&&e!==t.currency()&&!this.isSourceHidden();if(!i&&this._studySource?(this._studySource.destroy(),this._studySource=null,this._properties.childs().entryPointCurrencyRate.setValue(1),this._properties.childs().closePointCurrencyRate.setValue(1)):i&&!this._studySource&&(this._studySource=new RiskRewardStudyDataSource(this._model.chartApi(),t.seriesSource()),this._studySource.nonSeriesData().subscribe((e=>{e&&(this._properties.childs().entryPointCurrencyRate.setValue(e.currency_ratio[0]),this._properties.childs().closePointCurrencyRate.setValue(e.currency_ratio[1]??e.currency_ratio[0]))}))),this._studySource&&this._points.length>=2){const i=this._model.timeScale(),r=t.data().bars().firstIndex(),n=t.data().bars().lastIndex();if(null===r||null===n)return;const o=Math.min(n,Math.max(r,this._points[0].index)),c=Math.min(n,Math.max(r,this._points[1].index)),a=i.indexToTimePoint(o),l=i.indexToTimePoint(c);if(null!==a&&null!==l){const t={...this._studySource.inputs(),start_time:1e3*a,end_time:1e3*l,entry_price:this.entryPrice(),target_price:this.profitPrice(),stop_price:this.stopPrice(),account_currency:e};(0,s.default)(t,this._studySource.inputs())||this._studySource.setInputs(t),this._studySource.isStarted()||this._studySource.start()}}}}},76386:(e,t,i)=>{var s;i.d(t,{RiskDisplayMode:()=>s}),function(e){e.Percentage="percents",e.Money="money"}(s||(s={}))},76050:(e,t,i)=>{var s;i.d(t,{RiskRewardPointIndex:()=>s}),function(e){e[e.Entry=0]="Entry",e[e.Close=1]="Close",e[e.ActualEntry=2]="ActualEntry",e[e.ActualClose=3]="ActualClose"}(s||(s={}))}}]); \ No newline at end of file diff --git a/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.css b/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.css deleted file mode 100644 index ae13ed8c..00000000 --- a/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.css +++ /dev/null @@ -1 +0,0 @@ -.tv-circle-logo-pair-ocURKVwI{display:inline-block;position:relative}.tv-circle-logo-pair--xxxxsmall-ocURKVwI{height:20px;width:20px}.tv-circle-logo-pair--xxxsmall-ocURKVwI{height:18px;width:18px}.tv-circle-logo-pair--xxsmall-ocURKVwI{height:20px;width:20px}.tv-circle-logo-pair--xsmall-ocURKVwI{height:24px;width:24px}.tv-circle-logo-pair--small-ocURKVwI{height:28px;width:28px}.tv-circle-logo-pair--medium-ocURKVwI{height:36px;width:36px}.tv-circle-logo-pair--large-ocURKVwI{height:48px;width:48px}.tv-circle-logo-pair--xlarge-ocURKVwI{height:56px;width:56px}.tv-circle-logo-pair--xxlarge-ocURKVwI{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge-ocURKVwI{height:168px;width:168px}.tv-circle-logo-pair--xxxxsmall-ocURKVwI{height:12px}.tv-circle-logo-pair__logo-ocURKVwI{border-radius:50%}.tv-circle-logo-pair__logo-ocURKVwI:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo-ocURKVwI:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo-ocURKVwI:first-child,.tv-circle-logo-pair__logo-ocURKVwI:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:first-child{clip-path:path("M3.74882 11.5634C5.14239 10.1236 6 8.16198 6 6C6 3.83802 5.14239 1.87635 3.74882 0.436617C4.44396 0.155056 5.20387 -5.94136e-07 6 -5.24537e-07C9.31371 -2.34843e-07 12 2.68629 12 6C12 9.31371 9.31371 12 6 12C5.20387 12 4.44396 11.8449 3.74882 11.5634Z")}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall-ocURKVwI{height:16px;width:16px}.tv-circle-logo-pair__logo--xsmall-ocURKVwI:first-child{clip-path:path("M16 8A8 8 0 0 0 .3 6a10 10 0 0 1 9.7 9.7A8 8 0 0 0 16 8Z")}.tv-circle-logo-pair__logo--xsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--small-ocURKVwI{height:18px;width:18px}.tv-circle-logo-pair__logo--small-ocURKVwI:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small-ocURKVwI:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium-ocURKVwI{height:24px;width:24px}.tv-circle-logo-pair__logo--medium-ocURKVwI:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium-ocURKVwI:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large-ocURKVwI{height:32px;width:32px}.tv-circle-logo-pair__logo--large-ocURKVwI:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large-ocURKVwI:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge-ocURKVwI{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge-ocURKVwI:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge-ocURKVwI:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:last-child{transform:translate(-8px)}.tv-circle-logo-pair__logo-empty-ocURKVwI{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty-ocURKVwI{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)} \ No newline at end of file diff --git a/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.rtl.css b/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.rtl.css deleted file mode 100644 index a368af7e..00000000 --- a/charting_library/bundles/1729.0f1e7f0f19efe1232ab6.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.tv-circle-logo-pair-ocURKVwI{display:inline-block;position:relative}.tv-circle-logo-pair--xxxxsmall-ocURKVwI{height:20px;width:20px}.tv-circle-logo-pair--xxxsmall-ocURKVwI{height:18px;width:18px}.tv-circle-logo-pair--xxsmall-ocURKVwI{height:20px;width:20px}.tv-circle-logo-pair--xsmall-ocURKVwI{height:24px;width:24px}.tv-circle-logo-pair--small-ocURKVwI{height:28px;width:28px}.tv-circle-logo-pair--medium-ocURKVwI{height:36px;width:36px}.tv-circle-logo-pair--large-ocURKVwI{height:48px;width:48px}.tv-circle-logo-pair--xlarge-ocURKVwI{height:56px;width:56px}.tv-circle-logo-pair--xxlarge-ocURKVwI{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge-ocURKVwI{height:168px;width:168px}.tv-circle-logo-pair--xxxxsmall-ocURKVwI{height:12px}.tv-circle-logo-pair__logo-ocURKVwI{border-radius:50%}.tv-circle-logo-pair__logo-ocURKVwI:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo-ocURKVwI:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo-ocURKVwI:first-child,.tv-circle-logo-pair__logo-ocURKVwI:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:first-child{clip-path:path("M3.74882 11.5634C5.14239 10.1236 6 8.16198 6 6C6 3.83802 5.14239 1.87635 3.74882 0.436617C4.44396 0.155056 5.20387 -5.94136e-07 6 -5.24537e-07C9.31371 -2.34843e-07 12 2.68629 12 6C12 9.31371 9.31371 12 6 12C5.20387 12 4.44396 11.8449 3.74882 11.5634Z")}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall-ocURKVwI:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall-ocURKVwI{height:16px;width:16px}.tv-circle-logo-pair__logo--xsmall-ocURKVwI:first-child{clip-path:path("M16 8A8 8 0 0 0 .3 6a10 10 0 0 1 9.7 9.7A8 8 0 0 0 16 8Z")}.tv-circle-logo-pair__logo--xsmall-ocURKVwI:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--small-ocURKVwI{height:18px;width:18px}.tv-circle-logo-pair__logo--small-ocURKVwI:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small-ocURKVwI:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium-ocURKVwI{height:24px;width:24px}.tv-circle-logo-pair__logo--medium-ocURKVwI:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium-ocURKVwI:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large-ocURKVwI{height:32px;width:32px}.tv-circle-logo-pair__logo--large-ocURKVwI:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large-ocURKVwI:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge-ocURKVwI{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge-ocURKVwI:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge-ocURKVwI:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge-ocURKVwI:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge-ocURKVwI:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo--xxxxsmall-ocURKVwI:last-child{transform:translate(8px)}.tv-circle-logo-pair__logo-empty-ocURKVwI{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty-ocURKVwI{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)} \ No newline at end of file diff --git a/charting_library/bundles/7727.51511f925000b99093e3.css b/charting_library/bundles/1737.51511f925000b99093e3.css similarity index 100% rename from charting_library/bundles/7727.51511f925000b99093e3.css rename to charting_library/bundles/1737.51511f925000b99093e3.css diff --git a/charting_library/bundles/7727.51511f925000b99093e3.rtl.css b/charting_library/bundles/1737.51511f925000b99093e3.rtl.css similarity index 100% rename from charting_library/bundles/7727.51511f925000b99093e3.rtl.css rename to charting_library/bundles/1737.51511f925000b99093e3.rtl.css diff --git a/charting_library/bundles/1782.637b414d2efcd03840f5.css b/charting_library/bundles/1782.637b414d2efcd03840f5.css deleted file mode 100644 index 704dd9b0..00000000 --- a/charting_library/bundles/1782.637b414d2efcd03840f5.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-HAxAr6QG{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;justify-content:center;padding-bottom:54px;padding-top:24px}@media screen and (max-height:430px) and (orientation:landscape){.wrap-HAxAr6QG{justify-content:flex-start}.image-HAxAr6QG{display:none}}.text-HAxAr6QG{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:18px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:28px;color:var(--themed-color-empty-state-text,#131722);cursor:default;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .text-HAxAr6QG{color:var(--themed-color-empty-state-text,#d1d4dc)}.item-nuuDM7vP{align-items:center;cursor:default;display:flex;padding-left:8px}.item-nuuDM7vP.big-nuuDM7vP,.item-nuuDM7vP.normal-nuuDM7vP{height:40px}.item-nuuDM7vP.selected-nuuDM7vP{background-color:var(--themed-color-item-selected,#bbd9fb)}@media (any-hover:hover){.item-nuuDM7vP.selected-nuuDM7vP:hover{background-color:var(--themed-color-item-selected,#bbd9fb)}}html.theme-dark .item-nuuDM7vP.selected-nuuDM7vP{background-color:var(--themed-color-item-selected,#142e61)}@media (any-hover:hover){html.theme-dark .item-nuuDM7vP.selected-nuuDM7vP:hover{background-color:var(--themed-color-item-selected,#142e61)}}.contentCell-nuuDM7vP{width:100%}.content-nuuDM7vP{display:flex;max-width:480px;padding-left:8px}.favourite-nuuDM7vP{margin-left:8px}.iconCell-nuuDM7vP{min-width:36px}.icon-nuuDM7vP{margin-left:8px;padding-left:0}.checkboxInput-nuuDM7vP{height:18px;margin-left:8px;padding:5px;width:18px}.label-nuuDM7vP{white-space:normal;word-break:break-word}.section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#e0e3eb);margin-top:6px;width:100%}html.theme-dark .section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#434651)}.section-Og4Rg_SK:last-child{margin-bottom:5px}.section-Og4Rg_SK:last-child,html.theme-dark .section-Og4Rg_SK:last-child{border-bottom:1px solid var(--themed-color-static-transparent,#0000)}.heading-Og4Rg_SK{box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;font-size:11px;height:34px;line-height:16px;padding:8px 20px;text-transform:uppercase}html.theme-dark .heading-Og4Rg_SK{color:var(--themed-color-default-gray,#868993)}.dialog-UAy2ZKyS{height:680px;width:480px}@media screen and (max-width:480px){.dialog-UAy2ZKyS{width:100%}}.wrap-UAy2ZKyS{display:flex;flex-flow:column;height:100%;overflow-y:auto}@media (pointer:fine){@supports (-moz-appearance:none){.wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.wrap-UAy2ZKyS::-webkit-scrollbar{height:5px;width:5px}.wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.wrap-UAy2ZKyS::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.wrap-UAy2ZKyS::-webkit-scrollbar-corner{display:none}}.empty-UAy2ZKyS{align-items:center;box-sizing:border-box;color:var(--themed-color-empty-state-text,#131722);display:flex;flex-flow:column;font-size:16px;height:100%;justify-content:center;line-height:24px;padding:24px}html.theme-dark .empty-UAy2ZKyS{color:var(--themed-color-empty-state-text,#d1d4dc)}.image-UAy2ZKyS{padding-bottom:8px}.emptyState-UAy2ZKyS{padding:0 20px} \ No newline at end of file diff --git a/charting_library/bundles/1782.637b414d2efcd03840f5.rtl.css b/charting_library/bundles/1782.637b414d2efcd03840f5.rtl.css deleted file mode 100644 index e2e05632..00000000 --- a/charting_library/bundles/1782.637b414d2efcd03840f5.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.wrap-HAxAr6QG{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;justify-content:center;padding-bottom:54px;padding-top:24px}@media screen and (max-height:430px) and (orientation:landscape){.wrap-HAxAr6QG{justify-content:flex-start}.image-HAxAr6QG{display:none}}.text-HAxAr6QG{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:18px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:28px;color:var(--themed-color-empty-state-text,#131722);cursor:default;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .text-HAxAr6QG{color:var(--themed-color-empty-state-text,#d1d4dc)}.item-nuuDM7vP{align-items:center;cursor:default;display:flex;padding-right:8px}.item-nuuDM7vP.big-nuuDM7vP,.item-nuuDM7vP.normal-nuuDM7vP{height:40px}.item-nuuDM7vP.selected-nuuDM7vP{background-color:var(--themed-color-item-selected,#bbd9fb)}@media (any-hover:hover){.item-nuuDM7vP.selected-nuuDM7vP:hover{background-color:var(--themed-color-item-selected,#bbd9fb)}}html.theme-dark .item-nuuDM7vP.selected-nuuDM7vP{background-color:var(--themed-color-item-selected,#142e61)}@media (any-hover:hover){html.theme-dark .item-nuuDM7vP.selected-nuuDM7vP:hover{background-color:var(--themed-color-item-selected,#142e61)}}.contentCell-nuuDM7vP{width:100%}.content-nuuDM7vP{display:flex;max-width:480px;padding-right:8px}.favourite-nuuDM7vP{margin-right:8px}.iconCell-nuuDM7vP{min-width:36px}.icon-nuuDM7vP{margin-right:8px;padding-right:0}.checkboxInput-nuuDM7vP{height:18px;margin-right:8px;padding:5px;width:18px}.label-nuuDM7vP{white-space:normal;word-break:break-word}.section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#e0e3eb);margin-top:6px;width:100%}html.theme-dark .section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#434651)}.section-Og4Rg_SK:last-child{margin-bottom:5px}.section-Og4Rg_SK:last-child,html.theme-dark .section-Og4Rg_SK:last-child{border-bottom:1px solid var(--themed-color-static-transparent,#0000)}.heading-Og4Rg_SK{box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;font-size:11px;height:34px;line-height:16px;padding:8px 20px;text-transform:uppercase}html.theme-dark .heading-Og4Rg_SK{color:var(--themed-color-default-gray,#868993)}.dialog-UAy2ZKyS{height:680px;width:480px}@media screen and (max-width:480px){.dialog-UAy2ZKyS{width:100%}}.wrap-UAy2ZKyS{display:flex;flex-flow:column;height:100%;overflow-y:auto}@media (pointer:fine){@supports (-moz-appearance:none){.wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.wrap-UAy2ZKyS::-webkit-scrollbar{height:5px;width:5px}.wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.wrap-UAy2ZKyS::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.wrap-UAy2ZKyS::-webkit-scrollbar-corner{display:none}}.empty-UAy2ZKyS{align-items:center;box-sizing:border-box;color:var(--themed-color-empty-state-text,#131722);display:flex;flex-flow:column;font-size:16px;height:100%;justify-content:center;line-height:24px;padding:24px}html.theme-dark .empty-UAy2ZKyS{color:var(--themed-color-empty-state-text,#d1d4dc)}.image-UAy2ZKyS{padding-bottom:8px}.emptyState-UAy2ZKyS{padding:0 20px} \ No newline at end of file diff --git a/charting_library/bundles/1833.1e1cad103085069c69fc.css b/charting_library/bundles/1833.1e1cad103085069c69fc.css new file mode 100644 index 00000000..9623bd42 --- /dev/null +++ b/charting_library/bundles/1833.1e1cad103085069c69fc.css @@ -0,0 +1 @@ +.titleWrap-e3jFxbHm{align-items:center;display:flex}.ellipsis-e3jFxbHm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hideInput-e3jFxbHm,.hideText-e3jFxbHm{height:0;visibility:hidden}.empty-e3jFxbHm{height:34px;margin-right:-3px;width:34px}.hideEmpty-e3jFxbHm{margin:0;width:0}.editIcon-e3jFxbHm{align-items:center;border-radius:2px;color:var(--themed-color-toolbar-interactive-element-text-normal,#1a1a1a);cursor:default;display:flex;flex-shrink:0;height:34px;justify-content:center;margin-left:5px;width:34px}html.theme-dark .editIcon-e3jFxbHm{color:var(--themed-color-toolbar-interactive-element-text-normal,#dbdbdb)}@media (any-hover:hover){.editIcon-e3jFxbHm:hover{background-color:var(--themed-color-bg-primary-hover,#f2f2f2)}html.theme-dark .editIcon-e3jFxbHm:hover{background-color:var(--themed-color-bg-primary-hover,#303030)}}.scrollable-Ycj0dUGE{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-height:290px){.scrollable-Ycj0dUGE{min-height:auto}}@supports (-moz-appearance:none){.scrollable-Ycj0dUGE{scrollbar-color:var(--themed-color-scroll-bg,#9c9c9c) #0000;scrollbar-width:thin}html.theme-dark .scrollable-Ycj0dUGE{scrollbar-color:var(--themed-color-scroll-bg,#3d3d3d) #0000}}.scrollable-Ycj0dUGE::-webkit-scrollbar{height:5px;width:5px}.scrollable-Ycj0dUGE::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9c9c9c));border:1px solid #0000;border-radius:3px}html.theme-dark .scrollable-Ycj0dUGE::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#3d3d3d))}.scrollable-Ycj0dUGE::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-Ycj0dUGE::-webkit-scrollbar-corner{display:none}.tabs-Ycj0dUGE,.tabs-xNPrJ8dY{--ui-lib-underline-tabs-hor-padding:20px;padding:0 var(--ui-lib-underline-tabs-hor-padding)} \ No newline at end of file diff --git a/charting_library/bundles/1833.1e1cad103085069c69fc.rtl.css b/charting_library/bundles/1833.1e1cad103085069c69fc.rtl.css new file mode 100644 index 00000000..7592b7be --- /dev/null +++ b/charting_library/bundles/1833.1e1cad103085069c69fc.rtl.css @@ -0,0 +1 @@ +.titleWrap-e3jFxbHm{align-items:center;display:flex}.ellipsis-e3jFxbHm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hideInput-e3jFxbHm,.hideText-e3jFxbHm{height:0;visibility:hidden}.empty-e3jFxbHm{height:34px;margin-left:-3px;width:34px}.hideEmpty-e3jFxbHm{margin:0;width:0}.editIcon-e3jFxbHm{align-items:center;border-radius:2px;color:var(--themed-color-toolbar-interactive-element-text-normal,#1a1a1a);cursor:default;display:flex;flex-shrink:0;height:34px;justify-content:center;margin-right:5px;width:34px}html.theme-dark .editIcon-e3jFxbHm{color:var(--themed-color-toolbar-interactive-element-text-normal,#dbdbdb)}@media (any-hover:hover){.editIcon-e3jFxbHm:hover{background-color:var(--themed-color-bg-primary-hover,#f2f2f2)}html.theme-dark .editIcon-e3jFxbHm:hover{background-color:var(--themed-color-bg-primary-hover,#303030)}}.scrollable-Ycj0dUGE{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-height:290px){.scrollable-Ycj0dUGE{min-height:auto}}@supports (-moz-appearance:none){.scrollable-Ycj0dUGE{scrollbar-color:var(--themed-color-scroll-bg,#9c9c9c) #0000;scrollbar-width:thin}html.theme-dark .scrollable-Ycj0dUGE{scrollbar-color:var(--themed-color-scroll-bg,#3d3d3d) #0000}}.scrollable-Ycj0dUGE::-webkit-scrollbar{height:5px;width:5px}.scrollable-Ycj0dUGE::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9c9c9c));border:1px solid #0000;border-radius:3px}html.theme-dark .scrollable-Ycj0dUGE::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#3d3d3d))}.scrollable-Ycj0dUGE::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-Ycj0dUGE::-webkit-scrollbar-corner{display:none}.tabs-Ycj0dUGE,.tabs-xNPrJ8dY{--ui-lib-underline-tabs-hor-padding:20px;padding:0 var(--ui-lib-underline-tabs-hor-padding)} \ No newline at end of file diff --git a/charting_library/bundles/1906.40ce159ad2a7f4f15d5c.css b/charting_library/bundles/1906.40ce159ad2a7f4f15d5c.css new file mode 100644 index 00000000..a6827eff --- /dev/null +++ b/charting_library/bundles/1906.40ce159ad2a7f4f15d5c.css @@ -0,0 +1 @@ +.wrap-HAxAr6QG{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;justify-content:center;padding-bottom:54px;padding-top:24px}@media (max-height:440px) and (orientation:landscape){.wrap-HAxAr6QG{justify-content:flex-start}.image-HAxAr6QG{display:none}}.text-HAxAr6QG{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:18px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:28px;color:var(--themed-color-empty-state-text,#1a1a1a);cursor:default;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .text-HAxAr6QG{color:var(--themed-color-empty-state-text,#dbdbdb)}.item-nuuDM7vP{align-items:center;cursor:default;display:flex;padding-left:8px}.item-nuuDM7vP.big-nuuDM7vP,.item-nuuDM7vP.normal-nuuDM7vP{height:40px}.item-nuuDM7vP.selected-nuuDM7vP{outline:none;overflow:visible;position:relative}.item-nuuDM7vP.selected-nuuDM7vP:focus{outline:none}.item-nuuDM7vP.selected-nuuDM7vP:focus-visible{outline:none}.item-nuuDM7vP.selected-nuuDM7vP:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% - 4px);left:2px;pointer-events:none;position:absolute;top:2px;width:calc(100% - 4px);z-index:1}.item-nuuDM7vP.selected-nuuDM7vP:focus:after{display:block}.item-nuuDM7vP.selected-nuuDM7vP:focus-visible:after{display:block}.item-nuuDM7vP.selected-nuuDM7vP:focus:not(:focus-visible):after{display:none}.item-nuuDM7vP.selected-nuuDM7vP:after{display:block}.contentCell-nuuDM7vP{width:100%}.content-nuuDM7vP{display:flex;max-width:480px;padding-left:8px}.favourite-nuuDM7vP{background-clip:content-box;border:2px solid #0000;border-radius:6px;box-sizing:border-box;height:26px;margin-left:4px;margin-right:-4px;outline:none;overflow:visible;position:relative;width:26px}.favourite-nuuDM7vP:focus{outline:none}.favourite-nuuDM7vP:focus-visible{outline:none}.favourite-nuuDM7vP:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 4px);left:-2px;pointer-events:none;position:absolute;top:-2px;width:calc(100% + 4px);z-index:1}.favourite-nuuDM7vP:focus:after{display:block}.favourite-nuuDM7vP:focus-visible:after{display:block}.favourite-nuuDM7vP:focus:not(:focus-visible):after{display:none}.favoriteActionCell-nuuDM7vP{padding:2px}.iconCell-nuuDM7vP{min-width:36px}.icon-nuuDM7vP{margin-left:8px;padding-left:0}.checkboxInput-nuuDM7vP{height:18px;margin-left:8px;padding:5px;width:18px}.label-nuuDM7vP{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;white-space:normal;word-break:break-word;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;display:-webkit-box;line-height:var(--ui-lib-typography-line-height);overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:18px;max-height:36px}.section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#ebebeb);margin-top:6px;width:100%}html.theme-dark .section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#4a4a4a)}.section-Og4Rg_SK:last-child{margin-bottom:5px}.section-Og4Rg_SK:last-child,html.theme-dark .section-Og4Rg_SK:last-child{border-bottom:1px solid var(--themed-color-static-transparent,#0000)}.heading-Og4Rg_SK{box-sizing:border-box;color:var(--themed-color-default-gray,#707070);cursor:default;font-size:11px;height:34px;line-height:16px;padding:8px 20px;text-transform:uppercase}html.theme-dark .heading-Og4Rg_SK{color:var(--themed-color-default-gray,#8c8c8c)}.dialog-UAy2ZKyS{height:680px;width:480px}@media (max-width:480px){.dialog-UAy2ZKyS{width:100%}}.wrap-UAy2ZKyS{display:flex;flex-flow:column;height:100%;overflow-y:auto}@media (pointer:fine){@supports (-moz-appearance:none){.wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#9c9c9c) #0000;scrollbar-width:thin}html.theme-dark .wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#3d3d3d) #0000}}.wrap-UAy2ZKyS::-webkit-scrollbar{height:5px;width:5px}.wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9c9c9c));border:1px solid #0000;border-radius:3px}html.theme-dark .wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#3d3d3d))}.wrap-UAy2ZKyS::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.wrap-UAy2ZKyS::-webkit-scrollbar-corner{display:none}}.empty-UAy2ZKyS{align-items:center;box-sizing:border-box;color:var(--themed-color-empty-state-text,#1a1a1a);display:flex;flex-flow:column;font-size:16px;height:100%;justify-content:center;line-height:24px;padding:24px}html.theme-dark .empty-UAy2ZKyS{color:var(--themed-color-empty-state-text,#dbdbdb)}.image-UAy2ZKyS{padding-bottom:8px}.emptyState-UAy2ZKyS{padding:0 20px} \ No newline at end of file diff --git a/charting_library/bundles/1906.40ce159ad2a7f4f15d5c.rtl.css b/charting_library/bundles/1906.40ce159ad2a7f4f15d5c.rtl.css new file mode 100644 index 00000000..8df1d623 --- /dev/null +++ b/charting_library/bundles/1906.40ce159ad2a7f4f15d5c.rtl.css @@ -0,0 +1 @@ +.wrap-HAxAr6QG{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;justify-content:center;padding-bottom:54px;padding-top:24px}@media (max-height:440px) and (orientation:landscape){.wrap-HAxAr6QG{justify-content:flex-start}.image-HAxAr6QG{display:none}}.text-HAxAr6QG{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:18px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:28px;color:var(--themed-color-empty-state-text,#1a1a1a);cursor:default;line-height:var(--ui-lib-typography-line-height)}html.theme-dark .text-HAxAr6QG{color:var(--themed-color-empty-state-text,#dbdbdb)}.item-nuuDM7vP{align-items:center;cursor:default;display:flex;padding-right:8px}.item-nuuDM7vP.big-nuuDM7vP,.item-nuuDM7vP.normal-nuuDM7vP{height:40px}.item-nuuDM7vP.selected-nuuDM7vP{outline:none;overflow:visible;position:relative}.item-nuuDM7vP.selected-nuuDM7vP:focus{outline:none}.item-nuuDM7vP.selected-nuuDM7vP:focus-visible{outline:none}.item-nuuDM7vP.selected-nuuDM7vP:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% - 4px);pointer-events:none;position:absolute;right:2px;top:2px;width:calc(100% - 4px);z-index:1}.item-nuuDM7vP.selected-nuuDM7vP:focus:after{display:block}.item-nuuDM7vP.selected-nuuDM7vP:focus-visible:after{display:block}.item-nuuDM7vP.selected-nuuDM7vP:focus:not(:focus-visible):after{display:none}.item-nuuDM7vP.selected-nuuDM7vP:after{display:block}.contentCell-nuuDM7vP{width:100%}.content-nuuDM7vP{display:flex;max-width:480px;padding-right:8px}.favourite-nuuDM7vP{background-clip:content-box;border:2px solid #0000;border-radius:6px;box-sizing:border-box;height:26px;margin-left:-4px;margin-right:4px;outline:none;overflow:visible;position:relative;width:26px}.favourite-nuuDM7vP:focus{outline:none}.favourite-nuuDM7vP:focus-visible{outline:none}.favourite-nuuDM7vP:after{border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:none;height:calc(100% + 4px);pointer-events:none;position:absolute;right:-2px;top:-2px;width:calc(100% + 4px);z-index:1}.favourite-nuuDM7vP:focus:after{display:block}.favourite-nuuDM7vP:focus-visible:after{display:block}.favourite-nuuDM7vP:focus:not(:focus-visible):after{display:none}.favoriteActionCell-nuuDM7vP{padding:2px}.iconCell-nuuDM7vP{min-width:36px}.icon-nuuDM7vP{margin-right:8px;padding-right:0}.checkboxInput-nuuDM7vP{height:18px;margin-right:8px;padding:5px;width:18px}.label-nuuDM7vP{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;white-space:normal;word-break:break-word;--ui-lib-typography-font-size:14px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;display:-webkit-box;line-height:var(--ui-lib-typography-line-height);overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:18px;max-height:36px}.section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#ebebeb);margin-top:6px;width:100%}html.theme-dark .section-Og4Rg_SK{border-bottom:1px solid var(--themed-color-divider,#4a4a4a)}.section-Og4Rg_SK:last-child{margin-bottom:5px}.section-Og4Rg_SK:last-child,html.theme-dark .section-Og4Rg_SK:last-child{border-bottom:1px solid var(--themed-color-static-transparent,#0000)}.heading-Og4Rg_SK{box-sizing:border-box;color:var(--themed-color-default-gray,#707070);cursor:default;font-size:11px;height:34px;line-height:16px;padding:8px 20px;text-transform:uppercase}html.theme-dark .heading-Og4Rg_SK{color:var(--themed-color-default-gray,#8c8c8c)}.dialog-UAy2ZKyS{height:680px;width:480px}@media (max-width:480px){.dialog-UAy2ZKyS{width:100%}}.wrap-UAy2ZKyS{display:flex;flex-flow:column;height:100%;overflow-y:auto}@media (pointer:fine){@supports (-moz-appearance:none){.wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#9c9c9c) #0000;scrollbar-width:thin}html.theme-dark .wrap-UAy2ZKyS{scrollbar-color:var(--themed-color-scroll-bg,#3d3d3d) #0000}}.wrap-UAy2ZKyS::-webkit-scrollbar{height:5px;width:5px}.wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9c9c9c));border:1px solid #0000;border-radius:3px}html.theme-dark .wrap-UAy2ZKyS::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#3d3d3d))}.wrap-UAy2ZKyS::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.wrap-UAy2ZKyS::-webkit-scrollbar-corner{display:none}}.empty-UAy2ZKyS{align-items:center;box-sizing:border-box;color:var(--themed-color-empty-state-text,#1a1a1a);display:flex;flex-flow:column;font-size:16px;height:100%;justify-content:center;line-height:24px;padding:24px}html.theme-dark .empty-UAy2ZKyS{color:var(--themed-color-empty-state-text,#dbdbdb)}.image-UAy2ZKyS{padding-bottom:8px}.emptyState-UAy2ZKyS{padding:0 20px} \ No newline at end of file diff --git a/charting_library/bundles/1933.a40665ade21837a1b5e2.css b/charting_library/bundles/1933.a40665ade21837a1b5e2.css new file mode 100644 index 00000000..c40b269c --- /dev/null +++ b/charting_library/bundles/1933.a40665ade21837a1b5e2.css @@ -0,0 +1 @@ +.lollipopTooltipTitle-hkWvPxQc{align-items:center;column-gap:8px;display:flex;justify-content:flex-start;margin-bottom:12px;padding:4px 0}.lollipopTooltipTitle_minimal-hkWvPxQc .lollipopTooltipTitle__title-hkWvPxQc{font-size:16px;line-height:22px}.lollipopTooltipTitle_mobile-hkWvPxQc{padding:0}.lollipopTooltipTitle_mobile-hkWvPxQc .lollipopTooltipTitle__title-hkWvPxQc{font-size:20px;line-height:24px}.lollipopTooltipTitle__icon-hkWvPxQc{color:currentColor;display:flex}.lollipopTooltipTitle__title-hkWvPxQc{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:18px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.wrap-tm3FiOQl{background:var(--tv-color-popup-background,var(--themed-color-tooltip-background,#fff))}html.theme-dark .wrap-tm3FiOQl{background:var(--tv-color-popup-background,var(--themed-color-tooltip-background,#262626))}.content-tm3FiOQl a,.content-tm3FiOQl span{cursor:default}.content-tm3FiOQl .subtitle-tm3FiOQl{font-size:14px;line-height:21px}.content-tm3FiOQl .subtitle-tm3FiOQl .text-tm3FiOQl{flex:1 0 0;overflow:hidden;text-overflow:ellipsis}.content-tm3FiOQl .group-tm3FiOQl{padding-top:12px}.content-tm3FiOQl .groupIcon-tm3FiOQl{border-radius:9px;display:inline-block;height:18px;margin-left:7px;vertical-align:top;width:18px}.content-tm3FiOQl .groupIcon-tm3FiOQl.beforeMarketOpen-tm3FiOQl{background-color:var(--themed-color-overlay-warning-1-light,#ff980026);color:var(--themed-color-before-market-open,#fb8c00)}html.theme-dark .content-tm3FiOQl .groupIcon-tm3FiOQl.beforeMarketOpen-tm3FiOQl{background-color:var(--themed-color-overlay-warning-1-light,#ff980033);color:var(--themed-color-before-market-open,#fb8c00)}@media (any-hover:hover){.content-tm3FiOQl .groupIcon-tm3FiOQl.beforeMarketOpen-tm3FiOQl:hover,html.theme-dark .content-tm3FiOQl .groupIcon-tm3FiOQl.beforeMarketOpen-tm3FiOQl:hover{background-color:var(--themed-color-overlay-warning-1-normal,#ff98004d)}}.content-tm3FiOQl .groupIcon-tm3FiOQl.afterMarketClose-tm3FiOQl{background-color:var(--themed-color-overlay-accent-1-light,#2962ff26);color:var(--themed-color-after-market-close,#2962ff)}html.theme-dark .content-tm3FiOQl .groupIcon-tm3FiOQl.afterMarketClose-tm3FiOQl{background-color:var(--themed-color-overlay-accent-1-light,#448aff33);color:var(--themed-color-after-market-close,#2962ff)}@media (any-hover:hover){.content-tm3FiOQl .groupIcon-tm3FiOQl.afterMarketClose-tm3FiOQl:hover{background-color:var(--themed-color-overlay-accent-1-normal,#2962ff4d)}html.theme-dark .content-tm3FiOQl .groupIcon-tm3FiOQl.afterMarketClose-tm3FiOQl:hover{background-color:var(--themed-color-overlay-accent-1-normal,#448aff4d)}}.content-tm3FiOQl .groupTitle-tm3FiOQl{color:var(--themed-color-default-gray,#707070);font-size:11px;font-weight:400;letter-spacing:.4px;line-height:16px;text-transform:uppercase}html.theme-dark .content-tm3FiOQl .groupTitle-tm3FiOQl{color:var(--themed-color-default-gray,#8c8c8c)}.content-tm3FiOQl .groupRow-tm3FiOQl{display:flex;flex-direction:row}.content-tm3FiOQl .groupCell-tm3FiOQl{flex:1 0 0}.content-tm3FiOQl .group-tm3FiOQl .text-tm3FiOQl{font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis}.content-tm3FiOQl.mob-tm3FiOQl .group-tm3FiOQl .text-tm3FiOQl,.content-tm3FiOQl.mob-tm3FiOQl .subtitle-tm3FiOQl{font-size:16px;line-height:24px}.content-tm3FiOQl.mini-tm3FiOQl .subtitle-tm3FiOQl{font-size:13px;line-height:19px}.generalContent-tm3FiOQl>div{background:var(--themed-color-content-item-bg,#fff)}html.theme-dark .generalContent-tm3FiOQl>div{background:var(--themed-color-content-item-bg,#262626)}@media (any-hover:hover){.generalContent-tm3FiOQl>div:hover{background-color:var(--themed-color-bg-primary-hover,#f2f2f2);cursor:pointer}html.theme-dark .generalContent-tm3FiOQl>div:hover{background-color:var(--themed-color-bg-primary-hover,#303030)}}.keyFactContent-tm3FiOQl{background:linear-gradient(277deg,#fff0 70.02%,#d500f91a 100.21%),linear-gradient(263deg,#fff0 69.93%,#00bce51a),linear-gradient(79deg,#fff0 65.84%,#d500f91a),linear-gradient(101deg,#fff0 65.9%,#00bce51a 100.13%);font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:12px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:16px;border-radius:8px;line-height:var(--ui-lib-typography-line-height);margin-bottom:12px;padding:4px 6px}.keyFactContent__title-tm3FiOQl{padding-left:22px;position:relative}.keyFactContent__title-tm3FiOQl:before{background-color:#7c4dff;content:" ";height:14px;left:0;-webkit-mask-image:url(sparkle.52cc9730ec8e15c42aa9.svg);mask-image:url(sparkle.52cc9730ec8e15c42aa9.svg);position:absolute;top:-2px;width:18px}.keyFactContent__title-tm3FiOQl:after{color:var(--themed-color-content-primary-neutral,#707070);content:"・"}html.theme-dark .keyFactContent__title-tm3FiOQl:after{color:var(--themed-color-content-primary-neutral,#8c8c8c)}.newsContentItem-tm3FiOQl{margin-left:-12px;margin-right:-16px;padding-left:12px;padding-right:16px}.drawer-xBKhVqal{padding:0}.drawer-xBKhVqal>:not(:last-child){border-bottom:1px solid var(--themed-color-cold-gray-150,#ebebeb)}.drawerItem-xBKhVqal{color:var(--themed-color-tooltip-text,#1a1a1a);padding:16px}html.theme-dark .drawerItem-xBKhVqal{color:var(--themed-color-tooltip-text,#dbdbdb)}.menuWrap-xBKhVqal{background:var(--themed-color-menu-wrapper,#0000)}.menuWrap-xBKhVqal,html.theme-dark .menuWrap-xBKhVqal{box-shadow:0 0 var(--themed-color-menu-wrapper,#0000)}html.theme-dark .menuWrap-xBKhVqal{background:var(--themed-color-menu-wrapper,#0000)}.menuWrap-xBKhVqal .scrollWrap-xBKhVqal{overflow-y:hidden!important}.menuWrap-xBKhVqal .menuBox-xBKhVqal{margin:2px 4px 4px;padding:0}.card-xBKhVqal{border-left:4px solid;border-radius:4px;box-shadow:0 2px 4px 0 var(--themed-color-other-shadow-primary-neutral-extra-heavy,#0003);box-sizing:border-box;color:var(--themed-color-tooltip-text,#1a1a1a);padding:16px 16px 16px 12px;width:300px}html.theme-dark .card-xBKhVqal{box-shadow:0 2px 4px 0 var(--themed-color-other-shadow-primary-neutral-extra-heavy,#0006);color:var(--themed-color-tooltip-text,#dbdbdb)}.card-xBKhVqal:not(:first-child){margin-top:8px}.fadeTop-xBKhVqal{background:linear-gradient(180deg,#fff,#fff0);height:10px;position:absolute;top:0}html.theme-dark .fadeTop-xBKhVqal{background:linear-gradient(180deg,#1a1a1a,#1a1a1a00)}.fadeBottom-xBKhVqal{background:linear-gradient(0deg,#fff,#fff0);bottom:0;height:10px;position:absolute}html.theme-dark .fadeBottom-xBKhVqal{background:linear-gradient(0deg,#1a1a1a,#1a1a1a00)} \ No newline at end of file diff --git a/charting_library/bundles/1933.a40665ade21837a1b5e2.rtl.css b/charting_library/bundles/1933.a40665ade21837a1b5e2.rtl.css new file mode 100644 index 00000000..7158fca3 --- /dev/null +++ b/charting_library/bundles/1933.a40665ade21837a1b5e2.rtl.css @@ -0,0 +1 @@ +.lollipopTooltipTitle-hkWvPxQc{align-items:center;column-gap:8px;display:flex;justify-content:flex-start;margin-bottom:12px;padding:4px 0}.lollipopTooltipTitle_minimal-hkWvPxQc .lollipopTooltipTitle__title-hkWvPxQc{font-size:16px;line-height:22px}.lollipopTooltipTitle_mobile-hkWvPxQc{padding:0}.lollipopTooltipTitle_mobile-hkWvPxQc .lollipopTooltipTitle__title-hkWvPxQc{font-size:20px;line-height:24px}.lollipopTooltipTitle__icon-hkWvPxQc{color:currentColor;display:flex}.lollipopTooltipTitle__title-hkWvPxQc{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:18px;font-size:var(--ui-lib-typography-font-size);font-weight:600;--ui-lib-typography-line-height:24px;line-height:var(--ui-lib-typography-line-height)}.wrap-tm3FiOQl{background:var(--tv-color-popup-background,var(--themed-color-tooltip-background,#fff))}html.theme-dark .wrap-tm3FiOQl{background:var(--tv-color-popup-background,var(--themed-color-tooltip-background,#262626))}.content-tm3FiOQl a,.content-tm3FiOQl span{cursor:default}.content-tm3FiOQl .subtitle-tm3FiOQl{font-size:14px;line-height:21px}.content-tm3FiOQl .subtitle-tm3FiOQl .text-tm3FiOQl{flex:1 0 0;overflow:hidden;text-overflow:ellipsis}.content-tm3FiOQl .group-tm3FiOQl{padding-top:12px}.content-tm3FiOQl .groupIcon-tm3FiOQl{border-radius:9px;display:inline-block;height:18px;margin-right:7px;vertical-align:top;width:18px}.content-tm3FiOQl .groupIcon-tm3FiOQl.beforeMarketOpen-tm3FiOQl{background-color:var(--themed-color-overlay-warning-1-light,#ff980026);color:var(--themed-color-before-market-open,#fb8c00)}html.theme-dark .content-tm3FiOQl .groupIcon-tm3FiOQl.beforeMarketOpen-tm3FiOQl{background-color:var(--themed-color-overlay-warning-1-light,#ff980033);color:var(--themed-color-before-market-open,#fb8c00)}@media (any-hover:hover){.content-tm3FiOQl .groupIcon-tm3FiOQl.beforeMarketOpen-tm3FiOQl:hover,html.theme-dark .content-tm3FiOQl .groupIcon-tm3FiOQl.beforeMarketOpen-tm3FiOQl:hover{background-color:var(--themed-color-overlay-warning-1-normal,#ff98004d)}}.content-tm3FiOQl .groupIcon-tm3FiOQl.afterMarketClose-tm3FiOQl{background-color:var(--themed-color-overlay-accent-1-light,#2962ff26);color:var(--themed-color-after-market-close,#2962ff)}html.theme-dark .content-tm3FiOQl .groupIcon-tm3FiOQl.afterMarketClose-tm3FiOQl{background-color:var(--themed-color-overlay-accent-1-light,#448aff33);color:var(--themed-color-after-market-close,#2962ff)}@media (any-hover:hover){.content-tm3FiOQl .groupIcon-tm3FiOQl.afterMarketClose-tm3FiOQl:hover{background-color:var(--themed-color-overlay-accent-1-normal,#2962ff4d)}html.theme-dark .content-tm3FiOQl .groupIcon-tm3FiOQl.afterMarketClose-tm3FiOQl:hover{background-color:var(--themed-color-overlay-accent-1-normal,#448aff4d)}}.content-tm3FiOQl .groupTitle-tm3FiOQl{color:var(--themed-color-default-gray,#707070);font-size:11px;font-weight:400;letter-spacing:.4px;line-height:16px;text-transform:uppercase}html.theme-dark .content-tm3FiOQl .groupTitle-tm3FiOQl{color:var(--themed-color-default-gray,#8c8c8c)}.content-tm3FiOQl .groupRow-tm3FiOQl{display:flex;flex-direction:row}.content-tm3FiOQl .groupCell-tm3FiOQl{flex:1 0 0}.content-tm3FiOQl .group-tm3FiOQl .text-tm3FiOQl{font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis}.content-tm3FiOQl.mob-tm3FiOQl .group-tm3FiOQl .text-tm3FiOQl,.content-tm3FiOQl.mob-tm3FiOQl .subtitle-tm3FiOQl{font-size:16px;line-height:24px}.content-tm3FiOQl.mini-tm3FiOQl .subtitle-tm3FiOQl{font-size:13px;line-height:19px}.generalContent-tm3FiOQl>div{background:var(--themed-color-content-item-bg,#fff)}html.theme-dark .generalContent-tm3FiOQl>div{background:var(--themed-color-content-item-bg,#262626)}@media (any-hover:hover){.generalContent-tm3FiOQl>div:hover{background-color:var(--themed-color-bg-primary-hover,#f2f2f2);cursor:pointer}html.theme-dark .generalContent-tm3FiOQl>div:hover{background-color:var(--themed-color-bg-primary-hover,#303030)}}.keyFactContent-tm3FiOQl{background:linear-gradient(-277deg,#fff0 70.02%,#d500f91a 100.21%),linear-gradient(-263deg,#fff0 69.93%,#00bce51a),linear-gradient(-79deg,#fff0 65.84%,#d500f91a),linear-gradient(-101deg,#fff0 65.9%,#00bce51a 100.13%);font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:12px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:16px;border-radius:8px;line-height:var(--ui-lib-typography-line-height);margin-bottom:12px;padding:4px 6px}.keyFactContent__title-tm3FiOQl{padding-right:22px;position:relative}.keyFactContent__title-tm3FiOQl:before{background-color:#7c4dff;content:" ";height:14px;-webkit-mask-image:url(sparkle.52cc9730ec8e15c42aa9.svg);mask-image:url(sparkle.52cc9730ec8e15c42aa9.svg);position:absolute;right:0;top:-2px;width:18px}.keyFactContent__title-tm3FiOQl:after{color:var(--themed-color-content-primary-neutral,#707070);content:"・"}html.theme-dark .keyFactContent__title-tm3FiOQl:after{color:var(--themed-color-content-primary-neutral,#8c8c8c)}.newsContentItem-tm3FiOQl{margin-left:-16px;margin-right:-12px;padding-left:16px;padding-right:12px}.drawer-xBKhVqal{padding:0}.drawer-xBKhVqal>:not(:last-child){border-bottom:1px solid var(--themed-color-cold-gray-150,#ebebeb)}.drawerItem-xBKhVqal{color:var(--themed-color-tooltip-text,#1a1a1a);padding:16px}html.theme-dark .drawerItem-xBKhVqal{color:var(--themed-color-tooltip-text,#dbdbdb)}.menuWrap-xBKhVqal{background:var(--themed-color-menu-wrapper,#0000)}.menuWrap-xBKhVqal,html.theme-dark .menuWrap-xBKhVqal{box-shadow:0 0 var(--themed-color-menu-wrapper,#0000)}html.theme-dark .menuWrap-xBKhVqal{background:var(--themed-color-menu-wrapper,#0000)}.menuWrap-xBKhVqal .scrollWrap-xBKhVqal{overflow-y:hidden!important}.menuWrap-xBKhVqal .menuBox-xBKhVqal{margin:2px 4px 4px;padding:0}.card-xBKhVqal{border-radius:4px;border-right:4px solid;box-shadow:0 2px 4px 0 var(--themed-color-other-shadow-primary-neutral-extra-heavy,#0003);box-sizing:border-box;color:var(--themed-color-tooltip-text,#1a1a1a);padding:16px 12px 16px 16px;width:300px}html.theme-dark .card-xBKhVqal{box-shadow:0 2px 4px 0 var(--themed-color-other-shadow-primary-neutral-extra-heavy,#0006);color:var(--themed-color-tooltip-text,#dbdbdb)}.card-xBKhVqal:not(:first-child){margin-top:8px}.fadeTop-xBKhVqal{background:linear-gradient(-180deg,#fff,#fff0);height:10px;position:absolute;top:0}html.theme-dark .fadeTop-xBKhVqal{background:linear-gradient(-180deg,#1a1a1a,#1a1a1a00)}.fadeBottom-xBKhVqal{background:linear-gradient(0deg,#fff,#fff0);bottom:0;height:10px;position:absolute}html.theme-dark .fadeBottom-xBKhVqal{background:linear-gradient(0deg,#1a1a1a,#1a1a1a00)} \ No newline at end of file diff --git a/charting_library/bundles/1996.25e6f30e7a095ec239f4.css b/charting_library/bundles/1996.25e6f30e7a095ec239f4.css new file mode 100644 index 00000000..e8497e77 --- /dev/null +++ b/charting_library/bundles/1996.25e6f30e7a095ec239f4.css @@ -0,0 +1 @@ +html{-webkit-text-size-adjust:100%}body{color:var(--themed-color-text-primary,#1a1a1a);font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on}html.theme-dark body{color:var(--themed-color-text-primary,#dbdbdb)}html[lang=vi] body{font-family:Arial,sans-serif}body,html{box-sizing:border-box}body,dir,h1,h2,h3,h4,h5,h6,html,li,menu,ol,p,ul{margin:0;padding:0}a{text-decoration:none}a:active{outline:0}@media (any-hover:hover){a:hover{outline:0}}h1{font-size:2em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.25em}sub{bottom:-.25em}figure{margin:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button,select{text-transform:none}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:default}input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}:root{--v-rhythm-header-1-space-phone:56px;--v-rhythm-header-1-space-tablet:80px;--v-rhythm-header-1-space-laptop:100px;--v-rhythm-header-1-space-desktop:120px;--v-rhythm-header-2-space-phone:16px;--v-rhythm-header-2-space-tablet:24px;--v-rhythm-header-2-space-laptop:32px;--v-rhythm-header-2-space-desktop:40px;--v-rhythm-header-3-space-phone:16px;--v-rhythm-header-3-space-tablet:16px;--v-rhythm-header-3-space-laptop:24px;--v-rhythm-header-3-space-desktop:24px;--v-rhythm-footer-1-space-phone:56px;--v-rhythm-footer-1-space-tablet:80px;--v-rhythm-footer-1-space-laptop:100px;--v-rhythm-footer-1-space-desktop:120px;--v-rhythm-footer-2-space-phone:16px;--v-rhythm-footer-2-space-tablet:24px;--v-rhythm-footer-2-space-laptop:32px;--v-rhythm-footer-2-space-desktop:40px;--v-rhythm-footer-3-space-phone:16px;--v-rhythm-footer-3-space-tablet:16px;--v-rhythm-footer-3-space-laptop:24px;--v-rhythm-footer-3-space-desktop:24px;--v-rhythm-spacing-1-phone:80px;--v-rhythm-spacing-1-tablet:120px;--v-rhythm-spacing-1-laptop:160px;--v-rhythm-spacing-1-desktop:200px;--v-rhythm-spacing-2-phone:64px;--v-rhythm-spacing-2-tablet:88px;--v-rhythm-spacing-2-laptop:120px;--v-rhythm-spacing-2-desktop:160px;--v-rhythm-spacing-3-phone:48px;--v-rhythm-spacing-3-tablet:64px;--v-rhythm-spacing-3-laptop:88px;--v-rhythm-spacing-3-desktop:120px;--v-rhythm-spacing-4-phone:48px;--v-rhythm-spacing-4-tablet:48px;--v-rhythm-spacing-4-laptop:64px;--v-rhythm-spacing-4-desktop:80px;--v-rhythm-spacing-5-phone:32px;--v-rhythm-spacing-5-tablet:32px;--v-rhythm-spacing-5-laptop:40px;--v-rhythm-spacing-5-desktop:48px;--v-rhythm-header-1-space:var(--v-rhythm-header-1-space-phone);--v-rhythm-header-2-space:var(--v-rhythm-header-2-space-phone);--v-rhythm-header-3-space:var(--v-rhythm-header-3-space-phone);--v-rhythm-footer-1-space:var(--v-rhythm-footer-1-space-phone);--v-rhythm-footer-2-space:var(--v-rhythm-footer-2-space-phone);--v-rhythm-footer-3-space:var(--v-rhythm-footer-3-space-phone);--v-rhythm-spacing-1:var(--v-rhythm-spacing-1-phone);--v-rhythm-spacing-2:var(--v-rhythm-spacing-2-phone);--v-rhythm-spacing-3:var(--v-rhythm-spacing-3-phone);--v-rhythm-spacing-4:var(--v-rhythm-spacing-4-phone);--v-rhythm-spacing-5:var(--v-rhythm-spacing-5-phone)}@media (min-width:768px){:root{--v-rhythm-header-1-space:var(--v-rhythm-header-1-space-tablet);--v-rhythm-header-2-space:var(--v-rhythm-header-2-space-tablet);--v-rhythm-header-3-space:var(--v-rhythm-header-3-space-tablet);--v-rhythm-footer-1-space:var(--v-rhythm-footer-1-space-tablet);--v-rhythm-footer-2-space:var(--v-rhythm-footer-2-space-tablet);--v-rhythm-footer-3-space:var(--v-rhythm-footer-3-space-tablet);--v-rhythm-spacing-1:var(--v-rhythm-spacing-1-tablet);--v-rhythm-spacing-2:var(--v-rhythm-spacing-2-tablet);--v-rhythm-spacing-3:var(--v-rhythm-spacing-3-tablet);--v-rhythm-spacing-4:var(--v-rhythm-spacing-4-tablet);--v-rhythm-spacing-5:var(--v-rhythm-spacing-5-tablet)}}@media (min-width:1280px){:root{--v-rhythm-header-1-space:var(--v-rhythm-header-1-space-laptop);--v-rhythm-header-2-space:var(--v-rhythm-header-2-space-laptop);--v-rhythm-header-3-space:var(--v-rhythm-header-3-space-laptop);--v-rhythm-footer-1-space:var(--v-rhythm-footer-1-space-laptop);--v-rhythm-footer-2-space:var(--v-rhythm-footer-2-space-laptop);--v-rhythm-footer-3-space:var(--v-rhythm-footer-3-space-laptop);--v-rhythm-spacing-1:var(--v-rhythm-spacing-1-laptop);--v-rhythm-spacing-2:var(--v-rhythm-spacing-2-laptop);--v-rhythm-spacing-3:var(--v-rhythm-spacing-3-laptop);--v-rhythm-spacing-4:var(--v-rhythm-spacing-4-laptop);--v-rhythm-spacing-5:var(--v-rhythm-spacing-5-laptop)}}@media (min-width:1440px){:root{--v-rhythm-header-1-space:var(--v-rhythm-header-1-space-desktop);--v-rhythm-header-2-space:var(--v-rhythm-header-2-space-desktop);--v-rhythm-header-3-space:var(--v-rhythm-header-3-space-desktop);--v-rhythm-footer-1-space:var(--v-rhythm-footer-1-space-desktop);--v-rhythm-footer-2-space:var(--v-rhythm-footer-2-space-desktop);--v-rhythm-footer-3-space:var(--v-rhythm-footer-3-space-desktop);--v-rhythm-spacing-1:var(--v-rhythm-spacing-1-desktop);--v-rhythm-spacing-2:var(--v-rhythm-spacing-2-desktop);--v-rhythm-spacing-3:var(--v-rhythm-spacing-3-desktop);--v-rhythm-spacing-4:var(--v-rhythm-spacing-4-desktop);--v-rhythm-spacing-5:var(--v-rhythm-spacing-5-desktop)}}.tv-text ol,.tv-text p,.tv-text ul{color:var(--themed-color-text-primary,#1a1a1a);font-size:14px;line-height:1.6;margin-bottom:12px}html.theme-dark .tv-text ol,html.theme-dark .tv-text p,html.theme-dark .tv-text ul{color:var(--themed-color-text-primary,#dbdbdb)}.tv-text ol.tv-text__paragraph--additional-top-margin,.tv-text p.tv-text__paragraph--additional-top-margin,.tv-text ul.tv-text__paragraph--additional-top-margin{margin-top:24px}.tv-text ol.tv-text__paragraph--additional-top-margin_double,.tv-text p.tv-text__paragraph--additional-top-margin_double,.tv-text ul.tv-text__paragraph--additional-top-margin_double{margin-top:48px}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link,.tv-text p.tv-text__paragraph--additional-top-margin_double.link,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-top-margin_double.link,html.theme-dark .tv-text p.tv-text__paragraph--additional-top-margin_double.link,html.theme-dark .tv-text ul.tv-text__paragraph--additional-top-margin_double.link{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:visited,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:visited,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:visited{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-top-margin_double.link:visited,html.theme-dark .tv-text p.tv-text__paragraph--additional-top-margin_double.link:visited,html.theme-dark .tv-text ul.tv-text__paragraph--additional-top-margin_double.link:visited{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}@media (any-hover:hover){.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:hover,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:hover,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:hover{color:var(--themed-color-link-primary-hover,#1e53e5);fill:var(--themed-color-link-primary-hover,#1e53e5)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-top-margin_double.link:hover,html.theme-dark .tv-text p.tv-text__paragraph--additional-top-margin_double.link:hover,html.theme-dark .tv-text ul.tv-text__paragraph--additional-top-margin_double.link:hover{fill:var(--themed-color-link-primary-hover,#3179f5);color:var(--themed-color-link-primary-hover,#3179f5)}}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:active,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:active,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:active{color:var(--themed-color-link-primary-active,#1848cc);fill:var(--themed-color-link-primary-active,#1848cc)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-top-margin_double.link:active,html.theme-dark .tv-text p.tv-text__paragraph--additional-top-margin_double.link:active,html.theme-dark .tv-text ul.tv-text__paragraph--additional-top-margin_double.link:active{fill:var(--themed-color-link-primary-active,#2962ff);color:var(--themed-color-link-primary-active,#2962ff)}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:focus,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:focus,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:focus{outline:auto;outline-offset:2px}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:focus-visible,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:focus-visible,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:focus-visible{outline:auto;outline-offset:2px}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:focus:not(:focus-visible),.tv-text p.tv-text__paragraph--additional-top-margin_double.link:focus:not(:focus-visible),.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:focus:not(:focus-visible){outline:none}@media (any-hover:hover){.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:hover,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:hover,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:hover{text-decoration:underline}}.tv-text ol.tv-text__paragraph--additional-bottom-margin,.tv-text p.tv-text__paragraph--additional-bottom-margin,.tv-text ul.tv-text__paragraph--additional-bottom-margin{margin-bottom:24px}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double,.tv-text p.tv-text__paragraph--additional-bottom-margin_double,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double{margin-bottom:48px}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link,html.theme-dark .tv-text p.tv-text__paragraph--additional-bottom-margin_double.link,html.theme-dark .tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:visited,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:visited,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:visited{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:visited,html.theme-dark .tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:visited,html.theme-dark .tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:visited{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}@media (any-hover:hover){.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:hover,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:hover,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:hover{color:var(--themed-color-link-primary-hover,#1e53e5);fill:var(--themed-color-link-primary-hover,#1e53e5)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:hover,html.theme-dark .tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:hover,html.theme-dark .tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:hover{fill:var(--themed-color-link-primary-hover,#3179f5);color:var(--themed-color-link-primary-hover,#3179f5)}}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:active,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:active,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:active{color:var(--themed-color-link-primary-active,#1848cc);fill:var(--themed-color-link-primary-active,#1848cc)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:active,html.theme-dark .tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:active,html.theme-dark .tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:active{fill:var(--themed-color-link-primary-active,#2962ff);color:var(--themed-color-link-primary-active,#2962ff)}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:focus,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:focus,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:focus{outline:auto;outline-offset:2px}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:focus-visible,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:focus-visible,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:focus-visible{outline:auto;outline-offset:2px}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:focus:not(:focus-visible),.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:focus:not(:focus-visible),.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:focus:not(:focus-visible){outline:none}@media (any-hover:hover){.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:hover,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:hover,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:hover{text-decoration:underline}}.tv-text h1{font-size:45px;margin-bottom:30px;margin-top:30px}@media (max-width:1019px){.tv-text h1{font-size:38px}}@media (max-width:767px){.tv-text h1{font-size:32px}}@media (max-width:479px){.tv-text h1{font-size:28px}}.tv-text h2{font-size:31px}@media (max-width:1019px){.tv-text h2{font-size:26px}}@media (max-width:479px){.tv-text h2{font-size:24px}}.tv-text h3{font-size:17px}@media (max-width:1019px){.tv-text h3{font-size:16px}}.tv-text h4{font-size:15px}.tv-text h2,.tv-text h3,.tv-text h4{margin-bottom:20px;margin-top:20px}.tv-text h1:first-child,.tv-text h2:first-child,.tv-text h3:first-child,.tv-text h4:first-child{margin-top:0}.tv-text ol,.tv-text ul{list-style-position:inside}.tv-text--position-outside ol,.tv-text--position-outside ul{list-style-position:outside;padding-left:17px}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag){color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text a:not(.tv-button):not(.tv-chart-view__description__tag){fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):visited{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):visited{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}@media (any-hover:hover){.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):hover{color:var(--themed-color-link-primary-hover,#1e53e5);fill:var(--themed-color-link-primary-hover,#1e53e5)}html.theme-dark .tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):hover{fill:var(--themed-color-link-primary-hover,#3179f5);color:var(--themed-color-link-primary-hover,#3179f5)}}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):active{color:var(--themed-color-link-primary-active,#1848cc);fill:var(--themed-color-link-primary-active,#1848cc)}html.theme-dark .tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):active{fill:var(--themed-color-link-primary-active,#2962ff);color:var(--themed-color-link-primary-active,#2962ff)}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):focus{outline:auto;outline-offset:2px}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):focus-visible{outline:auto;outline-offset:2px}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):focus:not(:focus-visible){outline:none}.tv-text__font.tv-text__font--size_semilarge{font-size:15px}@media (max-width:767px){.tv-text__font.tv-text__font--size_semilarge{font-size:14px}}.tv-text__font.tv-text__font--size_large{font-size:17px}@media (max-width:767px){.tv-text__font.tv-text__font--size_large{font-size:16px}}.tv-text__font.tv-text__font--size_xlarge{font-size:19px}@media (max-width:767px){.tv-text__font.tv-text__font--size_xlarge{font-size:18px}}.tv-text__font--bold{font-weight:700}.tv-text__font--italic{font-style:italic}.tv-text--darkbg,.tv-text--darkbg ol,.tv-text--darkbg p,.tv-text--darkbg ul{color:#fff}.js-hidden{display:none!important}.js-no-pointer-events{pointer-events:none!important}.aria-live-regions-wrapper{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);overflow-x:hidden}html{color-scheme:light}html.theme-dark{color-scheme:dark}html.theme-dark iframe{color-scheme:normal}body{box-sizing:border-box;min-width:320px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}body.i-no-scroll{overflow:hidden!important}body.i-no-padding{padding:0!important}::selection{background:var(--themed-color-selection-bg,#bbd9fb)}html.theme-dark ::selection{background:var(--themed-color-selection-bg,#143a87)}.i-hidden{display:none!important}.i-invisible{visibility:hidden!important}.i-clearfix:after{clear:both;content:"";display:table}.i-align_left{text-align:left!important}.i-align_right{text-align:right!important}.i-align_center{text-align:center!important}.i-float_left{float:left!important}.i-float_right{float:right!important}.i-float_none{float:none!important}@media (min-width:1020px){.i-device-only{display:none!important}}@media (max-width:1019px){.i-desktop-only{display:none!important}}@media not all and (max-width:479px){.i-phones-only{display:none!important}}@media (max-width:479px){.i-except-phones-only{display:none!important}}.i-no-break{white-space:nowrap}body{overflow-y:scroll}.tv-layout-width{box-sizing:border-box;margin:0 auto;padding:0 20px;width:1020px}.tv-layout-width--no-padding{padding:0;width:980px}.tv-layout-width--simple{padding:0}.tv-dialog .tv-layout-width{max-width:100%}.chart-page .tv-layout-width{width:100%}@media (max-width:1019px){.tv-layout-width{width:auto}.tv-layout-width .tv-feed{margin-left:-20px;margin-right:-20px}.tv-layout-width .tv-feed--tablet-top-indent{margin-top:48px}}.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{width:auto;--adaptive-mf-container-padding:20px;--adaptive-mf-container-max-width:2360px;box-sizing:initial;padding-left:var(--adaptive-mf-container-padding);padding-right:var(--adaptive-mf-container-padding)}@media (min-width:1024px){.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{--adaptive-mf-container-padding:32px}}@media (min-width:1440px){.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{--adaptive-mf-container-padding:40px}}@media (min-width:1920px){.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{--adaptive-mf-container-padding:100px}}@media (min-width:2560px){.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{--adaptive-mf-container-padding:calc((100vw - var(--adaptive-mf-container-max-width))/2);margin-left:auto;margin-right:auto;max-width:var(--adaptive-mf-container-max-width)}}.filter-ideas-button-with-padding{padding-inline:5px}.tv-layout-padding{padding:0 20px}body.page-wide .tv-layout-width{width:1520px}.tv-main,body.page-fullwidth .tv-layout-width{width:100%}.tv-main{display:flex;flex-direction:column;min-height:100%}.clear{clear:both}.clearfix:after{clear:both;content:"";display:table}.hide{display:none!important}.show{display:block!important}.tv-right{float:right!important}.tv-left{float:left!important}body{background-color:var(--themed-color-body-bg,#fff)}html.theme-dark body{background-color:var(--themed-color-body-bg,#000)}body.extension{min-width:0;overflow:hidden}img{border:none}textarea{resize:none}:focus{outline:none}input,textarea{border-radius:0}.tv-profile .tags,.unselectable{-webkit-user-select:none;user-select:none}.selectable,input,textarea{-webkit-user-select:text;user-select:text}.text-center{text-align:center}.loading-indicator{background:var(--themed-color-ui-loading-indicator-bg,#fff);height:100%;left:0;position:absolute;top:0;width:100%;z-index:150}html.theme-dark .loading-indicator{background:var(--themed-color-ui-loading-indicator-bg,#1a1a1a)}.falling,.growing{color:#fff}.growing{background:#42bda8}.falling{background:#f7525f}body,html{background:none;height:100%;overflow:hidden;width:100%}body{min-width:240px}#library-container{background:#fff;border:1px solid #d9dadb}#library-container #showExtendedHoursLink{display:none}.on-widget .open-popup{background:#6798bb;border-width:0!important;border:none;margin-left:4px;padding:7px}@media (any-hover:hover){.on-widget .open-popup:hover{background:#69a3cc}}.on-widget .open-popup:active{background:#71acd6}.on-widget .open-popup svg{display:block;height:14px;width:16px;fill:#fff}.on-widget .widgetbar-widget-hotlist .widgetbar-widgetheader .widgetbar-headerspace{display:none}.text .logo-highlighted{font-weight:700;text-decoration:underline}.on-cme-widget .symbol-edit-popup .filter,.on-cme-widget .symbol-search-dialog .filter{display:none}.on-cme-widget .symbol-search-dialog .results{height:450px}.load-chart .chart-search,.load-chart .chart-search input{width:100%}@media (max-width:750px){.charts-popup-list .item.save-load-chart-title{display:block}}.charts-popup-list .item .title,.charts-popup-list .item .title-expanded{width:auto}.common-tooltip-EJBD96zX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:13px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;color:var(--themed-color-common-tooltip-text,#f2f2f2);display:inline-flex;line-height:var(--ui-lib-typography-line-height);opacity:1;pointer-events:none;position:fixed;transition:opacity .15s linear;z-index:1000}.common-tooltip--hidden-EJBD96zX{opacity:0}.common-tooltip--horizontal-EJBD96zX{margin:4px 0}.common-tooltip--horizontal-EJBD96zX.common-tooltip--farther-EJBD96zX{margin:8px 0}.common-tooltip--vertical-EJBD96zX{margin:0 4px}.common-tooltip--vertical-EJBD96zX.common-tooltip-farther-EJBD96zX{margin:0 8px}.common-tooltip--direction_normal-EJBD96zX{flex-direction:row}.common-tooltip--direction_normal-EJBD96zX .common-tooltip__body-EJBD96zX{border-bottom-left-radius:2px;border-top-left-radius:2px}.common-tooltip--direction_normal-EJBD96zX .common-tooltip__body--no-buttons-EJBD96zX,.common-tooltip--direction_normal-EJBD96zX .common-tooltip__button-container-EJBD96zX{border-bottom-right-radius:2px;border-top-right-radius:2px}.common-tooltip--direction_normal-EJBD96zX .common-tooltip__button-EJBD96zX:not(:last-child){margin-right:1px}.common-tooltip--direction_reversed-EJBD96zX{flex-direction:row-reverse}.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__body-EJBD96zX{border-bottom-right-radius:2px;border-top-right-radius:2px}.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__body--no-buttons-EJBD96zX,.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__button-container-EJBD96zX{border-bottom-left-radius:2px;border-top-left-radius:2px}.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__button-EJBD96zX:not(:first-child){margin-left:1px}.common-tooltip__ear-holder-EJBD96zX{position:relative}.common-tooltip__ear-holder-EJBD96zX:after{border:0 solid;border-color:var(--themed-color-common-tooltip-bg,#303030);box-sizing:border-box;content:"";display:block;height:0;position:absolute;width:0}html.theme-dark .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-common-tooltip-bg,#3d3d3d)}.common-tooltip__ear-holder--above-EJBD96zX:after,.common-tooltip__ear-holder--below-EJBD96zX:after{border-left:6px solid;border-left-color:var(--themed-color-tooltip-force-transparent,#0000);border-right:6px solid;border-right-color:var(--themed-color-tooltip-force-transparent,#0000);left:50%;margin-left:-6px}html.theme-dark .common-tooltip__ear-holder--above-EJBD96zX:after,html.theme-dark .common-tooltip__ear-holder--below-EJBD96zX:after{border-left-color:var(--themed-color-tooltip-force-transparent,#0000);border-right-color:var(--themed-color-tooltip-force-transparent,#0000)}.common-tooltip__ear-holder--below-EJBD96zX:after{border-bottom-width:4px;bottom:100%}.common-tooltip__ear-holder--above-EJBD96zX:after{border-top-width:4px;top:100%}.common-tooltip__ear-holder--after-EJBD96zX:after,.common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom:6px solid;border-bottom-color:var(--themed-color-tooltip-force-transparent,#0000);border-top:6px solid;border-top-color:var(--themed-color-tooltip-force-transparent,#0000);margin-top:-6px;top:50%}html.theme-dark .common-tooltip__ear-holder--after-EJBD96zX:after,html.theme-dark .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom-color:var(--themed-color-tooltip-force-transparent,#0000);border-top-color:var(--themed-color-tooltip-force-transparent,#0000)}.common-tooltip__ear-holder--before-EJBD96zX:after{border-right-width:4px;right:100%}.common-tooltip__ear-holder--after-EJBD96zX:after{border-left-width:4px;left:100%}.common-tooltip__body-EJBD96zX{background-color:var(--themed-color-common-tooltip-bg,#303030);box-sizing:border-box;display:block;max-width:310px;padding:3px 8px;position:relative;white-space:pre-wrap;word-wrap:break-word;overflow:hidden;text-align:left}html.theme-dark .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-common-tooltip-bg,#3d3d3d)}.common-tooltip__body--with-hotkey-EJBD96zX{display:flex;max-width:420px;padding:0}.common-tooltip__body--width_wide-EJBD96zX{max-width:640px}.common-tooltip__body--width_narrow-EJBD96zX{max-width:200px}.common-tooltip__body--no-padding-EJBD96zX{padding:0}.common-tooltip__hotkey-block-EJBD96zX{align-items:center;color:#f2f2f2;display:inline-flex;flex:1 0 auto;justify-content:center;line-height:12px;margin:3px 0;padding-right:8px}.common-tooltip__hotkey-block--divider-EJBD96zX:before{background-color:#636363;content:"";height:100%;margin-right:8px;width:1px}.common-tooltip__hotkey-text-EJBD96zX{align-items:center;display:inline-flex;margin:3px 8px}.common-tooltip__hotkey-button-EJBD96zX{background-color:#636363;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;height:18px;padding:1px 6px;width:auto;--ui-lib-typography-line-height:16px;line-height:var(--ui-lib-typography-line-height);--ui-lib-typography-font-size:12px;border-bottom:1px solid #8c8c8c;border-radius:4px;box-sizing:border-box;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600}.common-tooltip__plus-sign-EJBD96zX{height:15px;line-height:14px;text-align:center;width:13px}.common-tooltip__button-container-EJBD96zX{display:flex;overflow:hidden;position:relative}.common-tooltip__button-EJBD96zX{align-items:center;background-color:#2962ff;color:#fff;display:flex;padding:0 10px}@media (any-hover:hover){.common-tooltip__button-EJBD96zX:hover{background-color:#bbd9fb}}.common-tooltip-EJBD96zX.theme-white{color:var(--themed-color-text-primary,#1a1a1a)}html.theme-dark .common-tooltip-EJBD96zX.theme-white{color:var(--themed-color-text-primary,#dbdbdb)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#fff);border-radius:0}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#262626)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX{border:1px solid var(--themed-color-border,#ebebeb)}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX{border:1px solid var(--themed-color-border,#3d3d3d)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-bg-primary,#fff)}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-bg-primary,#262626)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:after,.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:after{border-left:6px solid;border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right:6px solid;border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:after,html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:after{border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:after,.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom:6px solid;border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top:6px solid;border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:after,html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:before{border:0 solid;border-color:var(--themed-color-border,#ebebeb);content:"";display:block;height:0;position:absolute;width:0;z-index:1000}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:before{border-color:var(--themed-color-border,#3d3d3d)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before,.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before{border-left:7px solid;border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right:7px solid;border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000);left:50%;margin-left:-7px}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before,html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before{border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before{border-bottom-width:6px;top:-6px}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before{border-top-width:6px;bottom:-6px}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before,.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before{border-bottom:7px solid;border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top:7px solid;border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000);margin-top:-7px;top:50%}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before,html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before{border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before{border-right-width:6px;left:-6px}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before{border-left-width:6px;right:-6px}.common-tooltip-EJBD96zX.theme-round-shadow{box-shadow:0 1px 3px 0 #2a2c394a;color:var(--themed-color-text-primary,#1a1a1a)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow{color:var(--themed-color-text-primary,#dbdbdb)}.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#fff)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#262626)}.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-bg-primary,#fff)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-bg-primary,#262626)}.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--above-EJBD96zX:after,.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--below-EJBD96zX:after{border-left:6px solid;border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right:6px solid;border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--above-EJBD96zX:after,html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--below-EJBD96zX:after{border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--after-EJBD96zX:after,.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom:6px solid;border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top:6px solid;border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--after-EJBD96zX:after,html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-chart .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#fff);border:1px solid var(--themed-color-divider,#ebebeb);border-radius:16px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003);max-width:342px}html.theme-dark .common-tooltip-EJBD96zX.theme-chart .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#262626);border:1px solid var(--themed-color-divider,#4a4a4a);box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006)}.common-tooltip-EJBD96zX.theme-chart .common-tooltip__ear-holder-EJBD96zX:after{content:none}.container-B8mkOfAH{background-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#ebebeb));box-sizing:border-box;height:100%;width:100%}html.theme-dark .container-B8mkOfAH{background-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#303030))}.container-B8mkOfAH .inner-B8mkOfAH{background-color:var(--tv-color-pane-background,var(--themed-color-pane-bg,#fff));height:100%;width:100%}html.theme-dark .container-B8mkOfAH .inner-B8mkOfAH{background-color:var(--tv-color-pane-background,var(--themed-color-pane-bg,#1a1a1a))}.container-B8mkOfAH.border-left-B8mkOfAH{padding-left:4px}.container-B8mkOfAH.border-right-B8mkOfAH{padding-right:4px}.container-B8mkOfAH.border-top-B8mkOfAH{padding-top:4px}.container-B8mkOfAH.border-bottom-B8mkOfAH{padding-bottom:4px}.container-B8mkOfAH.top-right-radius-B8mkOfAH .inner-B8mkOfAH{border-top-right-radius:0}.container-B8mkOfAH.top-left-radius-B8mkOfAH .inner-B8mkOfAH{border-top-left-radius:0}.container-B8mkOfAH.bottom-right-radius-B8mkOfAH .inner-B8mkOfAH{border-bottom-right-radius:0}.container-B8mkOfAH.bottom-left-radius-B8mkOfAH .inner-B8mkOfAH{border-bottom-left-radius:0}.chart-controls-bar{background-color:var(--tv-color-pane-background,var(--themed-color-pane-bg,#fff));border-top:1px solid;border-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#ebebeb));border-radius:0 0 4px 4px;box-sizing:border-box;contain:strict;height:39px;overflow:hidden;position:absolute}html.theme-dark .chart-controls-bar{background-color:var(--tv-color-pane-background,var(--themed-color-pane-bg,#1a1a1a));border-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#303030))}.no-border-bottom-left-radius .chart-controls-bar{border-bottom-left-radius:0}.no-border-bottom-right-radius .chart-controls-bar{border-bottom-right-radius:0}.tv-spinner{animation:tv-spinner__container-rotate-aLqboHuu .9s linear infinite;border-bottom-color:var(--tv-spinner-color,#2962ff);border-bottom:0 solid var(--themed-color-spinner-bg,#f2f2f2);border-left:0 solid var(--tv-spinner-color,#2962ff);border-radius:50%;border-right-color:var(--tv-spinner-color,#2962ff);border-right:0 solid var(--themed-color-spinner-bg,#f2f2f2);border-top:0 solid var(--tv-spinner-color,#2962ff);display:none;margin:0 auto;position:absolute}html.theme-dark .tv-spinner{border-bottom-color:var(--themed-color-spinner-bg,#303030);border-right-color:var(--themed-color-spinner-bg,#303030)}.tv-spinner--shown{display:block}.tv-spinner--size_xxsmall{border-width:2px;height:10px;left:calc(50% - 7px);top:calc(50% - 7px);width:10px}.tv-spinner--size_xsmall{border-width:2px;height:14px;left:calc(50% - 9px);top:calc(50% - 9px);width:14px}.tv-spinner--size_small{border-width:2px;height:20px;left:calc(50% - 12px);top:calc(50% - 12px);width:20px}.tv-spinner--size_medium{border-width:3px;height:28px;left:calc(50% - 17px);top:calc(50% - 17px);width:28px}.tv-spinner--size_large{border-width:4px;height:56px;left:calc(50% - 32px);top:calc(50% - 32px);width:56px}@keyframes tv-spinner__container-rotate-aLqboHuu{to{transform:rotate(1turn)}}.screen-otjoFNF2{bottom:0;display:none;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:8}.screen-otjoFNF2.fade-otjoFNF2{animation:screenfade-otjoFNF2 .3s ease backwards;display:block}@keyframes screenfade-otjoFNF2{0%{opacity:0}}.paneSeparator-uqBaC1Ki{margin:0;padding:0;position:relative}.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki{height:7px;left:0;position:absolute;top:-3px;width:100%;z-index:50}.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.mobile-uqBaC1Ki{height:11px;top:-5px}.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.active-uqBaC1Ki,.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.hovered-uqBaC1Ki,.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.selected-uqBaC1Ki{background:var(--themed-color-overlay-accent-1-light,#2962ff26);cursor:row-resize}html.theme-dark .paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.active-uqBaC1Ki,html.theme-dark .paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.hovered-uqBaC1Ki,html.theme-dark .paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.selected-uqBaC1Ki{background:var(--themed-color-overlay-accent-1-light,#448aff33)}.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.active-uqBaC1Ki:before{background:var(--themed-color-overlay-neutral-1-light,#63636326);content:"";height:100%;left:0;opacity:0;position:fixed;top:0;width:100%}html.theme-dark .paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.active-uqBaC1Ki:before{background:var(--themed-color-overlay-neutral-1-light,#b8b8b833)}.price-axis-currency-label-wrapper-y5H41VPj{box-sizing:border-box;padding:4px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%;z-index:3}.price-axis-currency-label-wrapper-y5H41VPj.hidden-y5H41VPj{visibility:hidden}.price-axis-currency-label-y5H41VPj{background:#fff;border:1px solid #ebebeb;border-radius:4px;box-sizing:border-box;cursor:default;width:100%}.price-axis-currency-label-y5H41VPj .row-y5H41VPj{align-items:center;color:#1a1a1a;column-gap:2px;display:flex;height:24px;justify-content:space-between;line-height:1em;padding:0 3px}.price-axis-currency-label-y5H41VPj .row-y5H41VPj:nth-child(1 of :not(.js-hidden)){border-top-left-radius:3px;border-top-right-radius:3px}.price-axis-currency-label-y5H41VPj .row-y5H41VPj:nth-last-child(-n+1 of :not(.js-hidden)){border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media (any-hover:hover){.price-axis-currency-label-y5H41VPj .row-y5H41VPj:hover:not(.readonly){background:#f2f2f2}}.price-axis-currency-label-y5H41VPj .row-y5H41VPj.expanded-y5H41VPj{background:#ebebeb}.price-axis-currency-label-y5H41VPj .row-y5H41VPj.expanded-y5H41VPj .price-axis-currency-label-arrow-down-y5H41VPj{transform:scaleY(-1)}.price-axis-currency-label-y5H41VPj div{pointer-events:auto}.price-axis-currency-label-text-y5H41VPj{white-space:nowrap}.price-axis-currency-label-arrow-down-y5H41VPj{align-self:center;display:flex}.chart-widget__bottom--themed-dark .price-axis-currency-label-wrapper-y5H41VPj .price-axis-currency-label-y5H41VPj{background:#1a1a1a;border:1px solid #4a4a4a}.chart-widget__bottom--themed-dark .price-axis-currency-label-wrapper-y5H41VPj .price-axis-currency-label-y5H41VPj .row-y5H41VPj{color:#dbdbdb}@media (any-hover:hover){.chart-widget__bottom--themed-dark .price-axis-currency-label-wrapper-y5H41VPj .price-axis-currency-label-y5H41VPj .row-y5H41VPj:hover:not(.readonly){background:#303030}}.chart-widget__bottom--themed-dark .price-axis-currency-label-wrapper-y5H41VPj .price-axis-currency-label-y5H41VPj .row-y5H41VPj.expanded-y5H41VPj{background:#3d3d3d}.price-axis{cursor:default;height:100%;overflow:hidden;position:absolute}.price-axis--cursor-grabbing{cursor:grabbing}.price-axis--cursor-pointer{cursor:pointer}.price-axis--cursor-ns-resize{cursor:ns-resize}.price-axis__modeButtons{bottom:0;margin:0 1px;position:absolute;width:calc(100% - 2px);z-index:3}.price-axis__modeButtons_hidden{visibility:hidden}.pane{cursor:crosshair;overflow:hidden}.pane--cursor-pointer{cursor:pointer}.pane--cursor-eraser{cursor:url(eraser.c80610a04a92d2465b03.cur),default}.pane--cursor-dot{cursor:url(dot.3d617b6b01edba83a7f4.cur),default}.pane--cursor-performance{cursor:url(performance.769cf9dda2ede7d12b74.svg),default}.pane--cursor-default,.pane--cursor-demonstration{cursor:default}.pane--cursor-grabbing{cursor:grabbing}.pane--cursor-zoom-in{cursor:zoom-in}.pane--cursor-ew-resize{cursor:ew-resize}.pane--cursor-ns-resize{cursor:ns-resize}.pane--cursor-nwse-resize{cursor:nwse-resize}.pane--cursor-nesw-resize{cursor:nesw-resize}.pane--cursor-text{cursor:text}.pane--cursor-none{cursor:none}.time-axis{cursor:default}.time-axis--cursor-grabbing{cursor:grabbing}.time-axis--cursor-ew-resize{cursor:ew-resize}.chart-widget{border-style:none;box-sizing:border-box;height:256px;left:0;margin:0;overflow:hidden;padding:0;position:absolute;top:0;width:512px}.chart-markup-table{border:none;border-collapse:collapse;border-spacing:0;box-sizing:border-box;line-height:0px}.chart-gui-wrapper{align-items:flex-start;direction:ltr;display:flex;height:100%;max-height:100%;max-width:100%;overflow:hidden;position:relative;width:100%}.black-border-bigger-radius{--chart-widget-border-color:var(--themed-color-container-fill-secondary-neutral-extra-bold,#303030);--chart-widget-border-radius:4px}html.theme-dark .black-border-bigger-radius{--chart-widget-border-color:var(--themed-color-container-fill-secondary-neutral-extra-bold,#8c8c8c)}.chart-page{background-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#ebebeb))}html.theme-dark .chart-page{background-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#303030))}.chart-page .chart-container{contain:strict;position:relative}.chart-page .chart-container-border{background-color:var(--themed-color-pane-bg,#fff);border:none;height:100%;overflow:hidden;position:relative;width:100%;z-index:0}html.theme-dark .chart-page .chart-container-border{background-color:var(--themed-color-pane-bg,#1a1a1a)}.chart-page .chart-container.multiple.active:after{border:2px solid;border-color:var(--chart-widget-border-color,var(--themed-color-chart-active-outline,#2962ff));bottom:0;box-sizing:border-box;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}html.theme-dark .chart-page .chart-container.multiple.active:after{border-color:var(--chart-widget-border-color,var(--themed-color-chart-active-outline,#143eb2))}.chart-page .chart-container.inactive .back-to-present{display:none}.chart-page .chart-container.no-header-toolbar .chart-container-border{border-top-left-radius:var(--chart-widget-border-radius,4px);border-top-right-radius:var(--chart-widget-border-radius,4px)}.chart-page .chart-container.no-bottom-toolbar .chart-container-border{border-bottom-left-radius:var(--chart-widget-border-radius,4px);border-bottom-right-radius:var(--chart-widget-border-radius,4px)}.layout-with-border-radius .chart-container.multiple.active:after{border-radius:var(--chart-widget-border-radius,0)}.layout-with-border-radius .chart-container.top-left-chart .chart-container-border{border-radius:4px 0 0 0}.layout-with-border-radius .chart-container.top-left-chart.multiple.active:after{border-radius:var(--chart-widget-border-radius,4px 0 0 0)}.layout-with-border-radius .chart-container.top-right-chart .chart-container-border{border-radius:0 4px 0 0}.layout-with-border-radius .chart-container.top-right-chart.multiple.active:after{border-radius:var(--chart-widget-border-radius,0 4px 0 0)}.layout-with-border-radius .chart-container.top-full-width-chart .chart-container-border{border-radius:4px 4px 0 0}.layout-with-border-radius .chart-container.top-full-width-chart.multiple.active:after{border-radius:var(--chart-widget-border-radius,4px 4px 0 0)}.layout-with-border-radius .no-border-top-left-radius .chart-container .chart-container-border{border-top-left-radius:0}.layout-with-border-radius .no-border-top-left-radius .chart-container.multiple.active:after{border-top-left-radius:var(--chart-widget-border-radius,0)}.layout-with-border-radius .no-border-top-right-radius .chart-container .chart-container-border{border-top-right-radius:0}.layout-with-border-radius .no-border-top-right-radius .chart-container.multiple.active:after{border-top-right-radius:var(--chart-widget-border-radius,0)}.chartsSplitter-L0xapso5{background:"transparent";position:absolute}.chartsSplitter-L0xapso5.hovered-L0xapso5{background:var(--themed-color-overlay-accent-1-light,#2962ff26)}html.theme-dark .chartsSplitter-L0xapso5.hovered-L0xapso5{background:var(--themed-color-overlay-accent-1-light,#448aff33)}@font-face{font-family:EuclidCircular;font-style:normal;font-weight:400;src:url(EuclidCircular.be8f862db48c2976009f.woff2) format("woff2")} \ No newline at end of file diff --git a/charting_library/bundles/1996.25e6f30e7a095ec239f4.rtl.css b/charting_library/bundles/1996.25e6f30e7a095ec239f4.rtl.css new file mode 100644 index 00000000..ce8f4488 --- /dev/null +++ b/charting_library/bundles/1996.25e6f30e7a095ec239f4.rtl.css @@ -0,0 +1 @@ +html{-webkit-text-size-adjust:100%}body{color:var(--themed-color-text-primary,#1a1a1a);font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on}html.theme-dark body{color:var(--themed-color-text-primary,#dbdbdb)}html[lang=vi] body{font-family:Arial,sans-serif}body,html{box-sizing:border-box}body,dir,h1,h2,h3,h4,h5,h6,html,li,menu,ol,p,ul{margin:0;padding:0}a{text-decoration:none}a:active{outline:0}@media (any-hover:hover){a:hover{outline:0}}h1{font-size:2em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.25em}sub{bottom:-.25em}figure{margin:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button,select{text-transform:none}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:default}input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}:root{--v-rhythm-header-1-space-phone:56px;--v-rhythm-header-1-space-tablet:80px;--v-rhythm-header-1-space-laptop:100px;--v-rhythm-header-1-space-desktop:120px;--v-rhythm-header-2-space-phone:16px;--v-rhythm-header-2-space-tablet:24px;--v-rhythm-header-2-space-laptop:32px;--v-rhythm-header-2-space-desktop:40px;--v-rhythm-header-3-space-phone:16px;--v-rhythm-header-3-space-tablet:16px;--v-rhythm-header-3-space-laptop:24px;--v-rhythm-header-3-space-desktop:24px;--v-rhythm-footer-1-space-phone:56px;--v-rhythm-footer-1-space-tablet:80px;--v-rhythm-footer-1-space-laptop:100px;--v-rhythm-footer-1-space-desktop:120px;--v-rhythm-footer-2-space-phone:16px;--v-rhythm-footer-2-space-tablet:24px;--v-rhythm-footer-2-space-laptop:32px;--v-rhythm-footer-2-space-desktop:40px;--v-rhythm-footer-3-space-phone:16px;--v-rhythm-footer-3-space-tablet:16px;--v-rhythm-footer-3-space-laptop:24px;--v-rhythm-footer-3-space-desktop:24px;--v-rhythm-spacing-1-phone:80px;--v-rhythm-spacing-1-tablet:120px;--v-rhythm-spacing-1-laptop:160px;--v-rhythm-spacing-1-desktop:200px;--v-rhythm-spacing-2-phone:64px;--v-rhythm-spacing-2-tablet:88px;--v-rhythm-spacing-2-laptop:120px;--v-rhythm-spacing-2-desktop:160px;--v-rhythm-spacing-3-phone:48px;--v-rhythm-spacing-3-tablet:64px;--v-rhythm-spacing-3-laptop:88px;--v-rhythm-spacing-3-desktop:120px;--v-rhythm-spacing-4-phone:48px;--v-rhythm-spacing-4-tablet:48px;--v-rhythm-spacing-4-laptop:64px;--v-rhythm-spacing-4-desktop:80px;--v-rhythm-spacing-5-phone:32px;--v-rhythm-spacing-5-tablet:32px;--v-rhythm-spacing-5-laptop:40px;--v-rhythm-spacing-5-desktop:48px;--v-rhythm-header-1-space:var(--v-rhythm-header-1-space-phone);--v-rhythm-header-2-space:var(--v-rhythm-header-2-space-phone);--v-rhythm-header-3-space:var(--v-rhythm-header-3-space-phone);--v-rhythm-footer-1-space:var(--v-rhythm-footer-1-space-phone);--v-rhythm-footer-2-space:var(--v-rhythm-footer-2-space-phone);--v-rhythm-footer-3-space:var(--v-rhythm-footer-3-space-phone);--v-rhythm-spacing-1:var(--v-rhythm-spacing-1-phone);--v-rhythm-spacing-2:var(--v-rhythm-spacing-2-phone);--v-rhythm-spacing-3:var(--v-rhythm-spacing-3-phone);--v-rhythm-spacing-4:var(--v-rhythm-spacing-4-phone);--v-rhythm-spacing-5:var(--v-rhythm-spacing-5-phone)}@media (min-width:768px){:root{--v-rhythm-header-1-space:var(--v-rhythm-header-1-space-tablet);--v-rhythm-header-2-space:var(--v-rhythm-header-2-space-tablet);--v-rhythm-header-3-space:var(--v-rhythm-header-3-space-tablet);--v-rhythm-footer-1-space:var(--v-rhythm-footer-1-space-tablet);--v-rhythm-footer-2-space:var(--v-rhythm-footer-2-space-tablet);--v-rhythm-footer-3-space:var(--v-rhythm-footer-3-space-tablet);--v-rhythm-spacing-1:var(--v-rhythm-spacing-1-tablet);--v-rhythm-spacing-2:var(--v-rhythm-spacing-2-tablet);--v-rhythm-spacing-3:var(--v-rhythm-spacing-3-tablet);--v-rhythm-spacing-4:var(--v-rhythm-spacing-4-tablet);--v-rhythm-spacing-5:var(--v-rhythm-spacing-5-tablet)}}@media (min-width:1280px){:root{--v-rhythm-header-1-space:var(--v-rhythm-header-1-space-laptop);--v-rhythm-header-2-space:var(--v-rhythm-header-2-space-laptop);--v-rhythm-header-3-space:var(--v-rhythm-header-3-space-laptop);--v-rhythm-footer-1-space:var(--v-rhythm-footer-1-space-laptop);--v-rhythm-footer-2-space:var(--v-rhythm-footer-2-space-laptop);--v-rhythm-footer-3-space:var(--v-rhythm-footer-3-space-laptop);--v-rhythm-spacing-1:var(--v-rhythm-spacing-1-laptop);--v-rhythm-spacing-2:var(--v-rhythm-spacing-2-laptop);--v-rhythm-spacing-3:var(--v-rhythm-spacing-3-laptop);--v-rhythm-spacing-4:var(--v-rhythm-spacing-4-laptop);--v-rhythm-spacing-5:var(--v-rhythm-spacing-5-laptop)}}@media (min-width:1440px){:root{--v-rhythm-header-1-space:var(--v-rhythm-header-1-space-desktop);--v-rhythm-header-2-space:var(--v-rhythm-header-2-space-desktop);--v-rhythm-header-3-space:var(--v-rhythm-header-3-space-desktop);--v-rhythm-footer-1-space:var(--v-rhythm-footer-1-space-desktop);--v-rhythm-footer-2-space:var(--v-rhythm-footer-2-space-desktop);--v-rhythm-footer-3-space:var(--v-rhythm-footer-3-space-desktop);--v-rhythm-spacing-1:var(--v-rhythm-spacing-1-desktop);--v-rhythm-spacing-2:var(--v-rhythm-spacing-2-desktop);--v-rhythm-spacing-3:var(--v-rhythm-spacing-3-desktop);--v-rhythm-spacing-4:var(--v-rhythm-spacing-4-desktop);--v-rhythm-spacing-5:var(--v-rhythm-spacing-5-desktop)}}.tv-text ol,.tv-text p,.tv-text ul{color:var(--themed-color-text-primary,#1a1a1a);font-size:14px;line-height:1.6;margin-bottom:12px}html.theme-dark .tv-text ol,html.theme-dark .tv-text p,html.theme-dark .tv-text ul{color:var(--themed-color-text-primary,#dbdbdb)}.tv-text ol.tv-text__paragraph--additional-top-margin,.tv-text p.tv-text__paragraph--additional-top-margin,.tv-text ul.tv-text__paragraph--additional-top-margin{margin-top:24px}.tv-text ol.tv-text__paragraph--additional-top-margin_double,.tv-text p.tv-text__paragraph--additional-top-margin_double,.tv-text ul.tv-text__paragraph--additional-top-margin_double{margin-top:48px}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link,.tv-text p.tv-text__paragraph--additional-top-margin_double.link,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-top-margin_double.link,html.theme-dark .tv-text p.tv-text__paragraph--additional-top-margin_double.link,html.theme-dark .tv-text ul.tv-text__paragraph--additional-top-margin_double.link{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:visited,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:visited,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:visited{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-top-margin_double.link:visited,html.theme-dark .tv-text p.tv-text__paragraph--additional-top-margin_double.link:visited,html.theme-dark .tv-text ul.tv-text__paragraph--additional-top-margin_double.link:visited{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}@media (any-hover:hover){.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:hover,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:hover,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:hover{color:var(--themed-color-link-primary-hover,#1e53e5);fill:var(--themed-color-link-primary-hover,#1e53e5)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-top-margin_double.link:hover,html.theme-dark .tv-text p.tv-text__paragraph--additional-top-margin_double.link:hover,html.theme-dark .tv-text ul.tv-text__paragraph--additional-top-margin_double.link:hover{fill:var(--themed-color-link-primary-hover,#3179f5);color:var(--themed-color-link-primary-hover,#3179f5)}}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:active,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:active,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:active{color:var(--themed-color-link-primary-active,#1848cc);fill:var(--themed-color-link-primary-active,#1848cc)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-top-margin_double.link:active,html.theme-dark .tv-text p.tv-text__paragraph--additional-top-margin_double.link:active,html.theme-dark .tv-text ul.tv-text__paragraph--additional-top-margin_double.link:active{fill:var(--themed-color-link-primary-active,#2962ff);color:var(--themed-color-link-primary-active,#2962ff)}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:focus,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:focus,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:focus{outline:auto;outline-offset:2px}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:focus-visible,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:focus-visible,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:focus-visible{outline:auto;outline-offset:2px}.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:focus:not(:focus-visible),.tv-text p.tv-text__paragraph--additional-top-margin_double.link:focus:not(:focus-visible),.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:focus:not(:focus-visible){outline:none}@media (any-hover:hover){.tv-text ol.tv-text__paragraph--additional-top-margin_double.link:hover,.tv-text p.tv-text__paragraph--additional-top-margin_double.link:hover,.tv-text ul.tv-text__paragraph--additional-top-margin_double.link:hover{text-decoration:underline}}.tv-text ol.tv-text__paragraph--additional-bottom-margin,.tv-text p.tv-text__paragraph--additional-bottom-margin,.tv-text ul.tv-text__paragraph--additional-bottom-margin{margin-bottom:24px}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double,.tv-text p.tv-text__paragraph--additional-bottom-margin_double,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double{margin-bottom:48px}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link,html.theme-dark .tv-text p.tv-text__paragraph--additional-bottom-margin_double.link,html.theme-dark .tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:visited,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:visited,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:visited{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:visited,html.theme-dark .tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:visited,html.theme-dark .tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:visited{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}@media (any-hover:hover){.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:hover,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:hover,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:hover{color:var(--themed-color-link-primary-hover,#1e53e5);fill:var(--themed-color-link-primary-hover,#1e53e5)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:hover,html.theme-dark .tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:hover,html.theme-dark .tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:hover{fill:var(--themed-color-link-primary-hover,#3179f5);color:var(--themed-color-link-primary-hover,#3179f5)}}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:active,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:active,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:active{color:var(--themed-color-link-primary-active,#1848cc);fill:var(--themed-color-link-primary-active,#1848cc)}html.theme-dark .tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:active,html.theme-dark .tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:active,html.theme-dark .tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:active{fill:var(--themed-color-link-primary-active,#2962ff);color:var(--themed-color-link-primary-active,#2962ff)}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:focus,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:focus,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:focus{outline:auto;outline-offset:2px}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:focus-visible,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:focus-visible,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:focus-visible{outline:auto;outline-offset:2px}.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:focus:not(:focus-visible),.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:focus:not(:focus-visible),.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:focus:not(:focus-visible){outline:none}@media (any-hover:hover){.tv-text ol.tv-text__paragraph--additional-bottom-margin_double.link:hover,.tv-text p.tv-text__paragraph--additional-bottom-margin_double.link:hover,.tv-text ul.tv-text__paragraph--additional-bottom-margin_double.link:hover{text-decoration:underline}}.tv-text h1{font-size:45px;margin-bottom:30px;margin-top:30px}@media (max-width:1019px){.tv-text h1{font-size:38px}}@media (max-width:767px){.tv-text h1{font-size:32px}}@media (max-width:479px){.tv-text h1{font-size:28px}}.tv-text h2{font-size:31px}@media (max-width:1019px){.tv-text h2{font-size:26px}}@media (max-width:479px){.tv-text h2{font-size:24px}}.tv-text h3{font-size:17px}@media (max-width:1019px){.tv-text h3{font-size:16px}}.tv-text h4{font-size:15px}.tv-text h2,.tv-text h3,.tv-text h4{margin-bottom:20px;margin-top:20px}.tv-text h1:first-child,.tv-text h2:first-child,.tv-text h3:first-child,.tv-text h4:first-child{margin-top:0}.tv-text ol,.tv-text ul{list-style-position:inside}.tv-text--position-outside ol,.tv-text--position-outside ul{list-style-position:outside;padding-right:17px}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag){color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text a:not(.tv-button):not(.tv-chart-view__description__tag){fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):visited{color:var(--themed-color-link-primary-default,#2962ff);fill:var(--themed-color-link-primary-default,#2962ff)}html.theme-dark .tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):visited{fill:var(--themed-color-link-primary-default,#5b9cf6);color:var(--themed-color-link-primary-default,#5b9cf6)}@media (any-hover:hover){.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):hover{color:var(--themed-color-link-primary-hover,#1e53e5);fill:var(--themed-color-link-primary-hover,#1e53e5)}html.theme-dark .tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):hover{fill:var(--themed-color-link-primary-hover,#3179f5);color:var(--themed-color-link-primary-hover,#3179f5)}}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):active{color:var(--themed-color-link-primary-active,#1848cc);fill:var(--themed-color-link-primary-active,#1848cc)}html.theme-dark .tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):active{fill:var(--themed-color-link-primary-active,#2962ff);color:var(--themed-color-link-primary-active,#2962ff)}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):focus{outline:auto;outline-offset:2px}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):focus-visible{outline:auto;outline-offset:2px}.tv-text a:not(.tv-button):not(.tv-chart-view__description__tag):focus:not(:focus-visible){outline:none}.tv-text__font.tv-text__font--size_semilarge{font-size:15px}@media (max-width:767px){.tv-text__font.tv-text__font--size_semilarge{font-size:14px}}.tv-text__font.tv-text__font--size_large{font-size:17px}@media (max-width:767px){.tv-text__font.tv-text__font--size_large{font-size:16px}}.tv-text__font.tv-text__font--size_xlarge{font-size:19px}@media (max-width:767px){.tv-text__font.tv-text__font--size_xlarge{font-size:18px}}.tv-text__font--bold{font-weight:700}.tv-text__font--italic{font-style:italic}.tv-text--darkbg,.tv-text--darkbg ol,.tv-text--darkbg p,.tv-text--darkbg ul{color:#fff}.js-hidden{display:none!important}.js-no-pointer-events{pointer-events:none!important}.aria-live-regions-wrapper{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);overflow-x:hidden}html{color-scheme:light}html.theme-dark{color-scheme:dark}html.theme-dark iframe{color-scheme:normal}body{box-sizing:border-box;min-width:320px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}body.i-no-scroll{overflow:hidden!important}body.i-no-padding{padding:0!important}::selection{background:var(--themed-color-selection-bg,#bbd9fb)}html.theme-dark ::selection{background:var(--themed-color-selection-bg,#143a87)}.i-hidden{display:none!important}.i-invisible{visibility:hidden!important}.i-clearfix:after{clear:both;content:"";display:table}.i-align_left{text-align:right!important}.i-align_right{text-align:left!important}.i-align_center{text-align:center!important}.i-float_left{float:right!important}.i-float_right{float:left!important}.i-float_none{float:none!important}@media (min-width:1020px){.i-device-only{display:none!important}}@media (max-width:1019px){.i-desktop-only{display:none!important}}@media not all and (max-width:479px){.i-phones-only{display:none!important}}@media (max-width:479px){.i-except-phones-only{display:none!important}}.i-no-break{white-space:nowrap}body{overflow-y:scroll}.tv-layout-width{box-sizing:border-box;margin:0 auto;padding:0 20px;width:1020px}.tv-layout-width--no-padding{padding:0;width:980px}.tv-layout-width--simple{padding:0}.tv-dialog .tv-layout-width{max-width:100%}.chart-page .tv-layout-width{width:100%}@media (max-width:1019px){.tv-layout-width{width:auto}.tv-layout-width .tv-feed{margin-left:-20px;margin-right:-20px}.tv-layout-width .tv-feed--tablet-top-indent{margin-top:48px}}.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{width:auto;--adaptive-mf-container-padding:20px;--adaptive-mf-container-max-width:2360px;box-sizing:initial;padding-left:var(--adaptive-mf-container-padding);padding-right:var(--adaptive-mf-container-padding)}@media (min-width:1024px){.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{--adaptive-mf-container-padding:32px}}@media (min-width:1440px){.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{--adaptive-mf-container-padding:40px}}@media (min-width:1920px){.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{--adaptive-mf-container-padding:100px}}@media (min-width:2560px){.tv-layout-width.full-width-layout,body.page-wide .tv-layout-width.full-width-layout{--adaptive-mf-container-padding:calc((100vw - var(--adaptive-mf-container-max-width))/2);margin-left:auto;margin-right:auto;max-width:var(--adaptive-mf-container-max-width)}}.filter-ideas-button-with-padding{padding-inline:5px}.tv-layout-padding{padding:0 20px}body.page-wide .tv-layout-width{width:1520px}.tv-main,body.page-fullwidth .tv-layout-width{width:100%}.tv-main{display:flex;flex-direction:column;min-height:100%}.clear{clear:both}.clearfix:after{clear:both;content:"";display:table}.hide{display:none!important}.show{display:block!important}.tv-right{float:left!important}.tv-left{float:right!important}body{background-color:var(--themed-color-body-bg,#fff)}html.theme-dark body{background-color:var(--themed-color-body-bg,#000)}body.extension{min-width:0;overflow:hidden}img{border:none}textarea{resize:none}:focus{outline:none}input,textarea{border-radius:0}.tv-profile .tags,.unselectable{-webkit-user-select:none;user-select:none}.selectable,input,textarea{-webkit-user-select:text;user-select:text}.text-center{text-align:center}.loading-indicator{background:var(--themed-color-ui-loading-indicator-bg,#fff);height:100%;position:absolute;right:0;top:0;width:100%;z-index:150}html.theme-dark .loading-indicator{background:var(--themed-color-ui-loading-indicator-bg,#1a1a1a)}.falling,.growing{color:#fff}.growing{background:#42bda8}.falling{background:#f7525f}body,html{background:none;height:100%;overflow:hidden;width:100%}body{min-width:240px}#library-container{background:#fff;border:1px solid #d9dadb}#library-container #showExtendedHoursLink{display:none}.on-widget .open-popup{background:#6798bb;border-width:0!important;border:none;margin-right:4px;padding:7px}@media (any-hover:hover){.on-widget .open-popup:hover{background:#69a3cc}}.on-widget .open-popup:active{background:#71acd6}.on-widget .open-popup svg{display:block;height:14px;width:16px;fill:#fff}.on-widget .widgetbar-widget-hotlist .widgetbar-widgetheader .widgetbar-headerspace{display:none}.text .logo-highlighted{font-weight:700;text-decoration:underline}.on-cme-widget .symbol-edit-popup .filter,.on-cme-widget .symbol-search-dialog .filter{display:none}.on-cme-widget .symbol-search-dialog .results{height:450px}.load-chart .chart-search,.load-chart .chart-search input{width:100%}@media (max-width:750px){.charts-popup-list .item.save-load-chart-title{display:block}}.charts-popup-list .item .title,.charts-popup-list .item .title-expanded{width:auto}.common-tooltip-EJBD96zX{font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;font-style:normal;--ui-lib-typography-font-size:13px;font-size:var(--ui-lib-typography-font-size);font-weight:400;--ui-lib-typography-line-height:18px;color:var(--themed-color-common-tooltip-text,#f2f2f2);display:inline-flex;line-height:var(--ui-lib-typography-line-height);opacity:1;pointer-events:none;position:fixed;transition:opacity .15s linear;z-index:1000}.common-tooltip--hidden-EJBD96zX{opacity:0}.common-tooltip--horizontal-EJBD96zX{margin:4px 0}.common-tooltip--horizontal-EJBD96zX.common-tooltip--farther-EJBD96zX{margin:8px 0}.common-tooltip--vertical-EJBD96zX{margin:0 4px}.common-tooltip--vertical-EJBD96zX.common-tooltip-farther-EJBD96zX{margin:0 8px}.common-tooltip--direction_normal-EJBD96zX{flex-direction:row}.common-tooltip--direction_normal-EJBD96zX .common-tooltip__body-EJBD96zX{border-bottom-right-radius:2px;border-top-right-radius:2px}.common-tooltip--direction_normal-EJBD96zX .common-tooltip__body--no-buttons-EJBD96zX,.common-tooltip--direction_normal-EJBD96zX .common-tooltip__button-container-EJBD96zX{border-bottom-left-radius:2px;border-top-left-radius:2px}.common-tooltip--direction_normal-EJBD96zX .common-tooltip__button-EJBD96zX:not(:last-child){margin-left:1px}.common-tooltip--direction_reversed-EJBD96zX{flex-direction:row-reverse}.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__body-EJBD96zX{border-bottom-left-radius:2px;border-top-left-radius:2px}.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__body--no-buttons-EJBD96zX,.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__button-container-EJBD96zX{border-bottom-right-radius:2px;border-top-right-radius:2px}.common-tooltip--direction_reversed-EJBD96zX .common-tooltip__button-EJBD96zX:not(:first-child){margin-right:1px}.common-tooltip__ear-holder-EJBD96zX{position:relative}.common-tooltip__ear-holder-EJBD96zX:after{border:0 solid;border-color:var(--themed-color-common-tooltip-bg,#303030);box-sizing:border-box;content:"";display:block;height:0;position:absolute;width:0}html.theme-dark .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-common-tooltip-bg,#3d3d3d)}.common-tooltip__ear-holder--above-EJBD96zX:after,.common-tooltip__ear-holder--below-EJBD96zX:after{border-left:6px solid;border-left-color:var(--themed-color-tooltip-force-transparent,#0000);border-right:6px solid;border-right-color:var(--themed-color-tooltip-force-transparent,#0000);left:50%;margin-left:-6px}html.theme-dark .common-tooltip__ear-holder--above-EJBD96zX:after,html.theme-dark .common-tooltip__ear-holder--below-EJBD96zX:after{border-left-color:var(--themed-color-tooltip-force-transparent,#0000);border-right-color:var(--themed-color-tooltip-force-transparent,#0000)}.common-tooltip__ear-holder--below-EJBD96zX:after{border-bottom-width:4px;bottom:100%}.common-tooltip__ear-holder--above-EJBD96zX:after{border-top-width:4px;top:100%}.common-tooltip__ear-holder--after-EJBD96zX:after,.common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom:6px solid;border-bottom-color:var(--themed-color-tooltip-force-transparent,#0000);border-top:6px solid;border-top-color:var(--themed-color-tooltip-force-transparent,#0000);margin-top:-6px;top:50%}html.theme-dark .common-tooltip__ear-holder--after-EJBD96zX:after,html.theme-dark .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom-color:var(--themed-color-tooltip-force-transparent,#0000);border-top-color:var(--themed-color-tooltip-force-transparent,#0000)}.common-tooltip__ear-holder--before-EJBD96zX:after{border-right-width:4px;right:100%}.common-tooltip__ear-holder--after-EJBD96zX:after{border-left-width:4px;left:100%}.common-tooltip__body-EJBD96zX{background-color:var(--themed-color-common-tooltip-bg,#303030);box-sizing:border-box;display:block;max-width:310px;padding:3px 8px;position:relative;white-space:pre-wrap;word-wrap:break-word;overflow:hidden;text-align:right}html.theme-dark .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-common-tooltip-bg,#3d3d3d)}.common-tooltip__body--with-hotkey-EJBD96zX{display:flex;max-width:420px;padding:0}.common-tooltip__body--width_wide-EJBD96zX{max-width:640px}.common-tooltip__body--width_narrow-EJBD96zX{max-width:200px}.common-tooltip__body--no-padding-EJBD96zX{padding:0}.common-tooltip__hotkey-block-EJBD96zX{align-items:center;color:#f2f2f2;display:inline-flex;flex:1 0 auto;justify-content:center;line-height:12px;margin:3px 0;padding-left:8px}.common-tooltip__hotkey-block--divider-EJBD96zX:before{background-color:#636363;content:"";height:100%;margin-left:8px;width:1px}.common-tooltip__hotkey-text-EJBD96zX{align-items:center;display:inline-flex;margin:3px 8px}.common-tooltip__hotkey-button-EJBD96zX{background-color:#636363;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;font-feature-settings:"tnum" on,"lnum" on;height:18px;padding:1px 6px;width:auto;--ui-lib-typography-line-height:16px;line-height:var(--ui-lib-typography-line-height);--ui-lib-typography-font-size:12px;border-bottom:1px solid #8c8c8c;border-radius:4px;box-sizing:border-box;font-size:var(--ui-lib-typography-font-size);font-style:normal;font-weight:600}.common-tooltip__plus-sign-EJBD96zX{height:15px;line-height:14px;text-align:center;width:13px}.common-tooltip__button-container-EJBD96zX{display:flex;overflow:hidden;position:relative}.common-tooltip__button-EJBD96zX{align-items:center;background-color:#2962ff;color:#fff;display:flex;padding:0 10px}@media (any-hover:hover){.common-tooltip__button-EJBD96zX:hover{background-color:#bbd9fb}}.common-tooltip-EJBD96zX.theme-white{color:var(--themed-color-text-primary,#1a1a1a)}html.theme-dark .common-tooltip-EJBD96zX.theme-white{color:var(--themed-color-text-primary,#dbdbdb)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#fff);border-radius:0}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#262626)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX{border:1px solid var(--themed-color-border,#ebebeb)}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX{border:1px solid var(--themed-color-border,#3d3d3d)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-bg-primary,#fff)}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-bg-primary,#262626)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:after,.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:after{border-left:6px solid;border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right:6px solid;border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:after,html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:after{border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:after,.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom:6px solid;border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top:6px solid;border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:after,html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:before{border:0 solid;border-color:var(--themed-color-border,#ebebeb);content:"";display:block;height:0;position:absolute;width:0;z-index:1000}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder-EJBD96zX:before{border-color:var(--themed-color-border,#3d3d3d)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before,.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before{border-left:7px solid;border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right:7px solid;border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000);margin-right:-7px;right:50%}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before,html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before{border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--below-EJBD96zX:before{border-bottom-width:6px;top:-6px}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--above-EJBD96zX:before{border-top-width:6px;bottom:-6px}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before,.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before{border-bottom:7px solid;border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top:7px solid;border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000);margin-top:-7px;top:50%}html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before,html.theme-dark .common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before{border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--before-EJBD96zX:before{border-left-width:6px;right:-6px}.common-tooltip-EJBD96zX.theme-white .common-tooltip__ear-holder--after-EJBD96zX:before{border-right-width:6px;left:-6px}.common-tooltip-EJBD96zX.theme-round-shadow{box-shadow:0 1px 3px 0 #2a2c394a;color:var(--themed-color-text-primary,#1a1a1a)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow{color:var(--themed-color-text-primary,#dbdbdb)}.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#fff)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#262626)}.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-bg-primary,#fff)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder-EJBD96zX:after{border-color:var(--themed-color-bg-primary,#262626)}.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--above-EJBD96zX:after,.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--below-EJBD96zX:after{border-left:6px solid;border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right:6px solid;border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--above-EJBD96zX:after,html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--below-EJBD96zX:after{border-left-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-right-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--after-EJBD96zX:after,.common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom:6px solid;border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top:6px solid;border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--after-EJBD96zX:after,html.theme-dark .common-tooltip-EJBD96zX.theme-round-shadow .common-tooltip__ear-holder--before-EJBD96zX:after{border-bottom-color:var(--themed-color-common-tooltip-force-transparent,#0000);border-top-color:var(--themed-color-common-tooltip-force-transparent,#0000)}.common-tooltip-EJBD96zX.theme-chart .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#fff);border:1px solid var(--themed-color-divider,#ebebeb);border-radius:16px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003);max-width:342px}html.theme-dark .common-tooltip-EJBD96zX.theme-chart .common-tooltip__body-EJBD96zX{background-color:var(--themed-color-bg-primary,#262626);border:1px solid var(--themed-color-divider,#4a4a4a);box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006)}.common-tooltip-EJBD96zX.theme-chart .common-tooltip__ear-holder-EJBD96zX:after{content:none}.container-B8mkOfAH{background-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#ebebeb));box-sizing:border-box;height:100%;width:100%}html.theme-dark .container-B8mkOfAH{background-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#303030))}.container-B8mkOfAH .inner-B8mkOfAH{background-color:var(--tv-color-pane-background,var(--themed-color-pane-bg,#fff));height:100%;width:100%}html.theme-dark .container-B8mkOfAH .inner-B8mkOfAH{background-color:var(--tv-color-pane-background,var(--themed-color-pane-bg,#1a1a1a))}.container-B8mkOfAH.border-left-B8mkOfAH{padding-right:4px}.container-B8mkOfAH.border-right-B8mkOfAH{padding-left:4px}.container-B8mkOfAH.border-top-B8mkOfAH{padding-top:4px}.container-B8mkOfAH.border-bottom-B8mkOfAH{padding-bottom:4px}.container-B8mkOfAH.top-right-radius-B8mkOfAH .inner-B8mkOfAH{border-top-left-radius:0}.container-B8mkOfAH.top-left-radius-B8mkOfAH .inner-B8mkOfAH{border-top-right-radius:0}.container-B8mkOfAH.bottom-right-radius-B8mkOfAH .inner-B8mkOfAH{border-bottom-left-radius:0}.container-B8mkOfAH.bottom-left-radius-B8mkOfAH .inner-B8mkOfAH{border-bottom-right-radius:0}.chart-controls-bar{background-color:var(--tv-color-pane-background,var(--themed-color-pane-bg,#fff));border-top:1px solid;border-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#ebebeb));border-radius:0 0 4px 4px;box-sizing:border-box;contain:strict;height:39px;overflow:hidden;position:absolute}html.theme-dark .chart-controls-bar{background-color:var(--tv-color-pane-background,var(--themed-color-pane-bg,#1a1a1a));border-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#303030))}.no-border-bottom-left-radius .chart-controls-bar{border-bottom-left-radius:0}.no-border-bottom-right-radius .chart-controls-bar{border-bottom-right-radius:0}.tv-spinner{animation:tv-spinner__container-rotate-aLqboHuu .9s linear infinite;border-bottom-color:var(--tv-spinner-color,#2962ff);border-bottom:0 solid var(--themed-color-spinner-bg,#f2f2f2);border-left-color:var(--tv-spinner-color,#2962ff);border-left:0 solid var(--themed-color-spinner-bg,#f2f2f2);border-radius:50%;border-right:0 solid var(--tv-spinner-color,#2962ff);border-top:0 solid var(--tv-spinner-color,#2962ff);display:none;margin:0 auto;position:absolute}html.theme-dark .tv-spinner{border-bottom-color:var(--themed-color-spinner-bg,#303030);border-left-color:var(--themed-color-spinner-bg,#303030)}.tv-spinner--shown{display:block}.tv-spinner--size_xxsmall{border-width:2px;height:10px;right:calc(50% - 7px);top:calc(50% - 7px);width:10px}.tv-spinner--size_xsmall{border-width:2px;height:14px;right:calc(50% - 9px);top:calc(50% - 9px);width:14px}.tv-spinner--size_small{border-width:2px;height:20px;right:calc(50% - 12px);top:calc(50% - 12px);width:20px}.tv-spinner--size_medium{border-width:3px;height:28px;right:calc(50% - 17px);top:calc(50% - 17px);width:28px}.tv-spinner--size_large{border-width:4px;height:56px;right:calc(50% - 32px);top:calc(50% - 32px);width:56px}@keyframes tv-spinner__container-rotate-aLqboHuu{to{transform:rotate(-1turn)}}.screen-otjoFNF2{bottom:0;display:none;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:8}.screen-otjoFNF2.fade-otjoFNF2{animation:screenfade-otjoFNF2 .3s ease backwards;display:block}@keyframes screenfade-otjoFNF2{0%{opacity:0}}.paneSeparator-uqBaC1Ki{margin:0;padding:0;position:relative}.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki{height:7px;position:absolute;right:0;top:-3px;width:100%;z-index:50}.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.mobile-uqBaC1Ki{height:11px;top:-5px}.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.active-uqBaC1Ki,.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.hovered-uqBaC1Ki,.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.selected-uqBaC1Ki{background:var(--themed-color-overlay-accent-1-light,#2962ff26);cursor:row-resize}html.theme-dark .paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.active-uqBaC1Ki,html.theme-dark .paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.hovered-uqBaC1Ki,html.theme-dark .paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.selected-uqBaC1Ki{background:var(--themed-color-overlay-accent-1-light,#448aff33)}.paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.active-uqBaC1Ki:before{background:var(--themed-color-overlay-neutral-1-light,#63636326);content:"";height:100%;opacity:0;position:fixed;right:0;top:0;width:100%}html.theme-dark .paneSeparator-uqBaC1Ki .handle-uqBaC1Ki.active-uqBaC1Ki:before{background:var(--themed-color-overlay-neutral-1-light,#b8b8b833)}.price-axis-currency-label-wrapper-y5H41VPj{box-sizing:border-box;padding:4px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%;z-index:3}.price-axis-currency-label-wrapper-y5H41VPj.hidden-y5H41VPj{visibility:hidden}.price-axis-currency-label-y5H41VPj{background:#fff;border:1px solid #ebebeb;border-radius:4px;box-sizing:border-box;cursor:default;width:100%}.price-axis-currency-label-y5H41VPj .row-y5H41VPj{align-items:center;color:#1a1a1a;column-gap:2px;display:flex;height:24px;justify-content:space-between;line-height:1em;padding:0 3px}.price-axis-currency-label-y5H41VPj .row-y5H41VPj:nth-child(1 of :not(.js-hidden)){border-top-left-radius:3px;border-top-right-radius:3px}.price-axis-currency-label-y5H41VPj .row-y5H41VPj:nth-last-child(-n+1 of :not(.js-hidden)){border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media (any-hover:hover){.price-axis-currency-label-y5H41VPj .row-y5H41VPj:hover:not(.readonly){background:#f2f2f2}}.price-axis-currency-label-y5H41VPj .row-y5H41VPj.expanded-y5H41VPj{background:#ebebeb}.price-axis-currency-label-y5H41VPj .row-y5H41VPj.expanded-y5H41VPj .price-axis-currency-label-arrow-down-y5H41VPj{transform:scaleY(-1)}.price-axis-currency-label-y5H41VPj div{pointer-events:auto}.price-axis-currency-label-text-y5H41VPj{white-space:nowrap}.price-axis-currency-label-arrow-down-y5H41VPj{align-self:center;display:flex}.chart-widget__bottom--themed-dark .price-axis-currency-label-wrapper-y5H41VPj .price-axis-currency-label-y5H41VPj{background:#1a1a1a;border:1px solid #4a4a4a}.chart-widget__bottom--themed-dark .price-axis-currency-label-wrapper-y5H41VPj .price-axis-currency-label-y5H41VPj .row-y5H41VPj{color:#dbdbdb}@media (any-hover:hover){.chart-widget__bottom--themed-dark .price-axis-currency-label-wrapper-y5H41VPj .price-axis-currency-label-y5H41VPj .row-y5H41VPj:hover:not(.readonly){background:#303030}}.chart-widget__bottom--themed-dark .price-axis-currency-label-wrapper-y5H41VPj .price-axis-currency-label-y5H41VPj .row-y5H41VPj.expanded-y5H41VPj{background:#3d3d3d}.price-axis{cursor:default;height:100%;overflow:hidden;position:absolute}.price-axis--cursor-grabbing{cursor:grabbing}.price-axis--cursor-pointer{cursor:pointer}.price-axis--cursor-ns-resize{cursor:ns-resize}.price-axis__modeButtons{bottom:0;margin:0 1px;position:absolute;width:calc(100% - 2px);z-index:3}.price-axis__modeButtons_hidden{visibility:hidden}.pane{cursor:crosshair;overflow:hidden}.pane--cursor-pointer{cursor:pointer}.pane--cursor-eraser{cursor:url(eraser.c80610a04a92d2465b03.cur),default}.pane--cursor-dot{cursor:url(dot.3d617b6b01edba83a7f4.cur),default}.pane--cursor-performance{cursor:url(performance.769cf9dda2ede7d12b74.svg),default}.pane--cursor-default,.pane--cursor-demonstration{cursor:default}.pane--cursor-grabbing{cursor:grabbing}.pane--cursor-zoom-in{cursor:zoom-in}.pane--cursor-ew-resize{cursor:ew-resize}.pane--cursor-ns-resize{cursor:ns-resize}.pane--cursor-nwse-resize{cursor:nesw-resize}.pane--cursor-nesw-resize{cursor:nwse-resize}.pane--cursor-text{cursor:text}.pane--cursor-none{cursor:none}.time-axis{cursor:default}.time-axis--cursor-grabbing{cursor:grabbing}.time-axis--cursor-ew-resize{cursor:ew-resize}.chart-widget{border-style:none;box-sizing:border-box;height:256px;margin:0;overflow:hidden;padding:0;position:absolute;right:0;top:0;width:512px}.chart-markup-table{border:none;border-collapse:collapse;border-spacing:0;box-sizing:border-box;direction:ltr;line-height:0px}.chart-gui-wrapper{align-items:flex-start;direction:ltr;display:flex;height:100%;max-height:100%;max-width:100%;overflow:hidden;position:relative;width:100%}.black-border-bigger-radius{--chart-widget-border-color:var(--themed-color-container-fill-secondary-neutral-extra-bold,#303030);--chart-widget-border-radius:4px}html.theme-dark .black-border-bigger-radius{--chart-widget-border-color:var(--themed-color-container-fill-secondary-neutral-extra-bold,#8c8c8c)}.chart-page{background-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#ebebeb))}html.theme-dark .chart-page{background-color:var(--tv-color-platform-background,var(--themed-color-chart-page-bg,#303030))}.chart-page .chart-container{contain:strict;position:relative}.chart-page .chart-container-border{background-color:var(--themed-color-pane-bg,#fff);border:none;height:100%;overflow:hidden;position:relative;width:100%;z-index:0}html.theme-dark .chart-page .chart-container-border{background-color:var(--themed-color-pane-bg,#1a1a1a)}.chart-page .chart-container.multiple.active:after{border:2px solid;border-color:var(--chart-widget-border-color,var(--themed-color-chart-active-outline,#2962ff));bottom:0;box-sizing:border-box;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}html.theme-dark .chart-page .chart-container.multiple.active:after{border-color:var(--chart-widget-border-color,var(--themed-color-chart-active-outline,#143eb2))}.chart-page .chart-container.inactive .back-to-present{display:none}.chart-page .chart-container.no-header-toolbar .chart-container-border{border-top-left-radius:var(--chart-widget-border-radius,4px);border-top-right-radius:var(--chart-widget-border-radius,4px)}.chart-page .chart-container.no-bottom-toolbar .chart-container-border{border-bottom-left-radius:var(--chart-widget-border-radius,4px);border-bottom-right-radius:var(--chart-widget-border-radius,4px)}.layout-with-border-radius .chart-container.multiple.active:after{border-radius:var(--chart-widget-border-radius,0)}.layout-with-border-radius .chart-container.top-left-chart .chart-container-border{border-radius:4px 0 0 0}.layout-with-border-radius .chart-container.top-left-chart.multiple.active:after{border-radius:var(--chart-widget-border-radius,4px 0 0 0)}.layout-with-border-radius .chart-container.top-right-chart .chart-container-border{border-radius:0 4px 0 0}.layout-with-border-radius .chart-container.top-right-chart.multiple.active:after{border-radius:var(--chart-widget-border-radius,0 4px 0 0)}.layout-with-border-radius .chart-container.top-full-width-chart .chart-container-border{border-radius:4px 4px 0 0}.layout-with-border-radius .chart-container.top-full-width-chart.multiple.active:after{border-radius:var(--chart-widget-border-radius,4px 4px 0 0)}.layout-with-border-radius .no-border-top-left-radius .chart-container .chart-container-border{border-top-left-radius:0}.layout-with-border-radius .no-border-top-left-radius .chart-container.multiple.active:after{border-top-left-radius:var(--chart-widget-border-radius,0)}.layout-with-border-radius .no-border-top-right-radius .chart-container .chart-container-border{border-top-right-radius:0}.layout-with-border-radius .no-border-top-right-radius .chart-container.multiple.active:after{border-top-right-radius:var(--chart-widget-border-radius,0)}.chartsSplitter-L0xapso5{background:"transparent";position:absolute}.chartsSplitter-L0xapso5.hovered-L0xapso5{background:var(--themed-color-overlay-accent-1-light,#2962ff26)}html.theme-dark .chartsSplitter-L0xapso5.hovered-L0xapso5{background:var(--themed-color-overlay-accent-1-light,#448aff33)}@font-face{font-family:EuclidCircular;font-style:normal;font-weight:400;src:url(EuclidCircular.be8f862db48c2976009f.woff2) format("woff2")} \ No newline at end of file diff --git a/charting_library/bundles/2038.9fc99258845013ecf959.css b/charting_library/bundles/2038.9fc99258845013ecf959.css deleted file mode 100644 index 815098aa..00000000 --- a/charting_library/bundles/2038.9fc99258845013ecf959.css +++ /dev/null @@ -1 +0,0 @@ -.themesButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#131722);font-size:14px;width:100px}html.theme-dark .themesButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}.themesButtonIcon-w7kgghoW{display:flex}.defaultsButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#131722);font-size:16px;width:100px}html.theme-dark .defaultsButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}.defaultsButtonItem-w7kgghoW{min-width:100px}.defaultsButtonItem-w7kgghoW:focus-within .remove-w7kgghoW{visibility:visible}.backButton-yMMXpYEB{margin-left:-3px;margin-right:17px}.withSidebar-F0WBLDV5{display:block;max-width:750px;min-width:610px;width:auto}@media screen and (max-width:768px){.withSidebar-F0WBLDV5{max-width:610px;min-width:420px;width:auto}}@media screen and (max-width:430px){.withSidebar-F0WBLDV5{min-height:auto;min-width:100%}}.withSidebar-F0WBLDV5 .content-F0WBLDV5{border-top:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);display:flex;flex:1 1 auto;flex-direction:row;overflow:hidden}html.theme-dark .withSidebar-F0WBLDV5 .content-F0WBLDV5{border-top:1px solid var(--themed-color-properties-dialog-borders,#434651)}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:auto}@media screen and (max-height:290px){.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{min-height:auto}}@supports (-moz-appearance:none){.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar{height:5px;width:5px}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-corner{display:none}.withSidebar-F0WBLDV5 .applyToAllButton-F0WBLDV5{padding-right:12px} \ No newline at end of file diff --git a/charting_library/bundles/2038.9fc99258845013ecf959.rtl.css b/charting_library/bundles/2038.9fc99258845013ecf959.rtl.css deleted file mode 100644 index 37ebbf1f..00000000 --- a/charting_library/bundles/2038.9fc99258845013ecf959.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.themesButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#131722);font-size:14px;width:100px}html.theme-dark .themesButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}.themesButtonIcon-w7kgghoW{display:flex}.defaultsButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#131722);font-size:16px;width:100px}html.theme-dark .defaultsButtonText-w7kgghoW{color:var(--themed-color-properties-dialog-defaults-text,#d1d4dc)}.defaultsButtonItem-w7kgghoW{min-width:100px}.defaultsButtonItem-w7kgghoW:focus-within .remove-w7kgghoW{visibility:visible}.backButton-yMMXpYEB{margin-left:17px;margin-right:-3px}.withSidebar-F0WBLDV5{display:block;max-width:750px;min-width:610px;width:auto}@media screen and (max-width:768px){.withSidebar-F0WBLDV5{max-width:610px;min-width:420px;width:auto}}@media screen and (max-width:430px){.withSidebar-F0WBLDV5{min-height:auto;min-width:100%}}.withSidebar-F0WBLDV5 .content-F0WBLDV5{border-top:1px solid var(--themed-color-properties-dialog-borders,#e0e3eb);display:flex;flex:1 1 auto;flex-direction:row;overflow:hidden}html.theme-dark .withSidebar-F0WBLDV5 .content-F0WBLDV5{border-top:1px solid var(--themed-color-properties-dialog-borders,#434651)}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:auto}@media screen and (max-height:290px){.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{min-height:auto}}@supports (-moz-appearance:none){.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .withSidebar-F0WBLDV5 .tabContent-F0WBLDV5{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar{height:5px;width:5px}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.withSidebar-F0WBLDV5 .tabContent-F0WBLDV5::-webkit-scrollbar-corner{display:none}.withSidebar-F0WBLDV5 .applyToAllButton-F0WBLDV5{padding-left:12px} \ No newline at end of file diff --git a/charting_library/bundles/2079.f2a9f3dd7d4f8cb9f2fc.js b/charting_library/bundles/2079.f2a9f3dd7d4f8cb9f2fc.js deleted file mode 100644 index a5f0db3d..00000000 --- a/charting_library/bundles/2079.f2a9f3dd7d4f8cb9f2fc.js +++ /dev/null @@ -1,8 +0,0 @@ -(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2079],{36136:e=>{e.exports={"nav-button":"nav-button-znwuaSC1",link:"link-znwuaSC1",background:"background-znwuaSC1",icon:"icon-znwuaSC1","flip-icon":"flip-icon-znwuaSC1","size-large":"size-large-znwuaSC1","preserve-paddings":"preserve-paddings-znwuaSC1","size-medium":"size-medium-znwuaSC1","size-small":"size-small-znwuaSC1","size-xsmall":"size-xsmall-znwuaSC1","size-xxsmall":"size-xxsmall-znwuaSC1","visually-hidden":"visually-hidden-znwuaSC1"}},8473:e=>{e.exports={dialog:"dialog-b8SxMnzX",wrapper:"wrapper-b8SxMnzX",separator:"separator-b8SxMnzX",bounded:"bounded-b8SxMnzX"}},80822:e=>{e.exports={"small-height-breakpoint":"screen and (max-height: 360px)",container:"container-BZKENkhT",unsetAlign:"unsetAlign-BZKENkhT",title:"title-BZKENkhT",subtitle:"subtitle-BZKENkhT",textWrap:"textWrap-BZKENkhT",ellipsis:"ellipsis-BZKENkhT",close:"close-BZKENkhT",icon:"icon-BZKENkhT"}},47625:e=>{e.exports={separator:"separator-Pf4rIzEt"}},57340:(e,t,n)=>{"use strict";n.d(t,{CloseButton:()=>d});var r=n(50959),o=n(64388),i=n(17105),s=n(15130),l=n(38822),a=n(63346),c=n(34983);function u(e="large"){switch(e){case"large":return i;case"medium":default:return s;case"small":return l;case"xsmall":return a;case"xxsmall":return c}}const d=r.forwardRef(((e,t)=>r.createElement(o.NavButton,{...e,ref:t,icon:u(e.size)})))},64388:(e,t,n)=>{"use strict";n.d(t,{NavButton:()=>c});var r=n(50959),o=n(97754),i=n(9745),s=(n(78572),n(36136));function l(e){const{size:t="large",preservePaddings:n,isLink:r,flipIconOnRtl:i,className:l}=e;return o(s["nav-button"],s[`size-${t}`],n&&s["preserve-paddings"],i&&s["flip-icon"],r&&s.link,l)}function a(e){const{children:t,icon:n}=e;return r.createElement(r.Fragment,null,r.createElement("span",{className:s.background}),r.createElement(i.Icon,{icon:n,className:s.icon,"aria-hidden":!0}),t&&r.createElement("span",{className:s["visually-hidden"]},t))}const c=(0,r.forwardRef)(((e,t)=>{const{icon:n,type:o="button",preservePaddings:i,flipIconOnRtl:s,size:c,"aria-label":u,...d}=e;return r.createElement("button",{...d,className:l({...e,children:u}),ref:t,type:o},r.createElement(a,{icon:n},u))}));c.displayName="NavButton";var u=n(21593),d=n(53017);(0,r.forwardRef)(((e,t)=>{const{icon:n,renderComponent:o,"aria-label":i,...s}=e,c=null!=o?o:u.CustomComponentDefaultLink;return r.createElement(c,{...s,className:l({...e,children:i,isLink:!0}),reference:(0,d.isomorphicRef)(t)},r.createElement(a,{icon:n},i))})).displayName="NavAnchorButton"},78572:(e,t,n)=>{"use strict";var r,o,i,s;!function(e){e.Primary="primary",e.QuietPrimary="quiet-primary",e.Secondary="secondary",e.Ghost="ghost"}(r||(r={})),function(e){e.XXSmall="xxsmall",e.XSmall="xsmall",e.Small="small",e.Medium="medium",e.Large="large",e.XLarge="xlarge",e.XXLarge="xxlarge"}(o||(o={})),function(e){e.Brand="brand",e.Gray="gray",e.LightGray="light-gray",e.Green="green",e.Red="red",e.Black="black",e.Gradient="gradient",e.BlackFriday="black-friday",e.CyberMonday="cyber-monday"}(i||(i={})),function(e){ -e.Semibold18px="semibold18px",e.Semibold16px="semibold16px",e.Semibold14px="semibold14px",e.Medium16px="medium16px",e.Regular16px="regular16px",e.Regular14px="regular14px"}(s||(s={}))},86332:(e,t,n)=>{"use strict";n.d(t,{ControlGroupContext:()=>r});const r=n(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},38952:(e,t,n)=>{"use strict";function r(e){const{reference:t,...n}=e;return{...n,ref:t}}n.d(t,{renameRef:()=>r})},21593:(e,t,n)=>{"use strict";n.d(t,{CustomComponentDefaultLink:()=>i});var r=n(50959),o=n(38952);function i(e){return r.createElement("a",{...(0,o.renameRef)(e)})}r.PureComponent},66686:(e,t,n)=>{"use strict";n.d(t,{useComposedKeyboardActionHandlers:()=>l,useKeyboardActionHandler:()=>s,useKeyboardClose:()=>u,useKeyboardEventHandler:()=>a,useKeyboardOpen:()=>d,useKeyboardToggle:()=>c});var r=n(50959),o=n(3343);const i=()=>!0;function s(e,t,n=i,o){return(0,r.useCallback)((r=>{if(o){if("horizontal"===o&&(40===r||38===r))return;if("vertical"===o&&(37===r||39===r))return}const i=e.map((e=>"function"==typeof e?e():e));return!(!n(r)||!i.includes(r))&&(t(r),!0)}),[...e,t,n])}function l(...e){return(0,r.useCallback)((t=>{for(const n of e)if(n(t))return!0;return!1}),[...e])}function a(e,t=!0){const n=l(...e);return(0,r.useCallback)((e=>{n((0,o.hashFromEvent)(e))&&t&&e.preventDefault()}),[n])}function c(e,t=!0){return s([13,32],e,(function(e){if(13===e)return t;return!0}))}function u(e,t){return s([9,(0,r.useCallback)((()=>o.Modifiers.Shift+9),[]),27],t,(0,r.useCallback)((()=>e),[e]))}function d(e,t){return s([40,38],t,(0,r.useCallback)((()=>!e),[e]))}},7953:(e,t,n)=>{"use strict";n.d(t,{useDisclosure:()=>c});var r=n(50959),o=n(50151),i=n(54717),s=n(29202),l=n(47201),a=n(22064);function c(e){const{id:t,listboxId:n,disabled:c,buttonTabIndex:u=0,onFocus:d,onBlur:p,onClick:h}=e,[f,m]=(0,r.useState)(!1),[g,b]=(0,s.useFocus)(),v=g||f,C=(null!=n?n:void 0!==t)?(0,a.createDomId)(t,"listbox"):void 0,w=(0,r.useRef)(null),x=(0,r.useCallback)((e=>{var t;return null===(t=w.current)||void 0===t?void 0:t.focus(e)}),[w]),S=(0,r.useRef)(null),y=(0,r.useCallback)((()=>(0,o.ensureNotNull)(S.current).focus()),[S]),_=(0,r.useCallback)((()=>m(!0)),[m]),k=(0,r.useCallback)(((e=!1,t=!1)=>{m(!1);const{activeElement:n}=document;n&&(0,i.isTextEditingField)(n)||t||x({preventScroll:e})}),[m,x]),E=(0,r.useCallback)((()=>{f?k():_()}),[f,k,_]),z=c?[]:[d,b.onFocus],N=c?[]:[p,b.onBlur],B=c?[]:[h,E],O=(0,l.createSafeMulticastEventHandler)(...z),R=(0,l.createSafeMulticastEventHandler)(...N),K=(0,l.createSafeMulticastEventHandler)(...B);return{listboxId:C,isOpened:f,isFocused:v,buttonTabIndex:c?-1:u,listboxTabIndex:-1,open:_,close:k,toggle:E,onOpen:y,buttonFocusBindings:{onFocus:O,onBlur:R},onButtonClick:K,buttonRef:w,listboxRef:S,buttonAria:{"aria-controls":f?C:void 0,"aria-expanded":f,"aria-disabled":c}}}},29202:(e,t,n)=>{"use strict";n.d(t,{useFocus:()=>o});var r=n(50959);function o(e,t){const[n,o]=(0,r.useState)(!1);(0,r.useEffect)((()=>{t&&n&&o(!1)}),[t,n]);const i={onFocus:(0, -r.useCallback)((function(t){void 0!==e&&e.current!==t.target||o(!0)}),[e]),onBlur:(0,r.useCallback)((function(t){void 0!==e&&e.current!==t.target||o(!1)}),[e])};return[n,i]}},36762:(e,t,n)=>{"use strict";n.d(t,{useItemsKeyboardNavigation:()=>l});var r,o=n(50959),i=n(66686);function s(e,t){return e>=0?e%t:(t-Math.abs(e)%t)%t}!function(e){e.Next="next",e.Previous="previous",e.First="first",e.Last="last"}(r||(r={}));function l(e,t,n,r,l,a,c={},u){const d=(0,o.useCallback)((e=>{const t=n.findIndex(r);if(t===n.length-1&&!a)return void((null==u?void 0:u.onFailNext)&&u.onFailNext(e));const o=s(t+1,n.length);l&&l(n[o],"next")}),[n,r,l,a]),p=(0,o.useCallback)((e=>{const t=n.findIndex(r);if(0===t&&!a)return void((null==u?void 0:u.onFailPrev)&&u.onFailPrev(e));const o=s(t-1,n.length);l&&l(n[o],"previous")}),[n,r,l,a]),h=(0,o.useCallback)((()=>{l&&l(n[0],"first")}),[l,n]),f=(0,o.useCallback)((()=>{l&&l(n[n.length-1],"last")}),[l,n]),m=(0,o.useMemo)((()=>(e=>({next:[40,()=>e()?37:39],previous:[38,()=>e()?39:37],first:[33,()=>e()?35:36],last:[34,()=>e()?36:35]}))(t)),[t]),{next:g=m.next,previous:b=m.previous,first:v=m.first,last:C=m.last}=c;return(0,i.useComposedKeyboardActionHandlers)((0,i.useKeyboardActionHandler)(g,d,(()=>!0),e),(0,i.useKeyboardActionHandler)(b,p,(()=>!0),e),(0,i.useKeyboardActionHandler)(v,h,(()=>!0),e),(0,i.useKeyboardActionHandler)(C,f,(()=>!0),e))}},16921:(e,t,n)=>{"use strict";n.d(t,{useKeepActiveItemIntoView:()=>d});var r=n(50959),o=n(50151),i=n(74991);const s={duration:200,additionalScroll:0},l={vertical:{scrollSize:"scrollHeight",clientSize:"clientHeight",start:"top",end:"bottom",size:"height"},horizontal:{scrollSize:"scrollWidth",clientSize:"clientWidth",start:"left",end:"right",size:"width"}};function a(e,t){const n=l[e];return t[n.scrollSize]>t[n.clientSize]}function c(e,t,n,r,o,s){const a=function(e,t,n,r=0){const o=l[e];return{start:-1*r,middle:-1*(Math.floor(n[o.size]/2)-Math.floor(t[o.size]/2)),end:-1*(n[o.size]-t[o.size])+r}}(e,r,o,s.additionalScroll);let c=0;if(s.snapToMiddle||function(e,t,n){const r=l[e];return t[r.start]n[r.end]+n[r.size]/2}(e,r,o))c=a.middle;else{const t=function(e,t,n,r=0){const o=l[e],i=t[o.start]+Math.floor(t[o.size]/2),s=n[o.start]+Math.floor(n[o.size]/2);return{start:t[o.start]-n[o.start]-r,middle:i-s,end:t[o.end]-n[o.end]+r}}(e,r,o,s.additionalScroll),n=function(e){const{start:t,middle:n,end:r}=e,o=new Map([[Math.abs(t),{key:"start",value:Math.sign(t)}],[Math.abs(n),{key:"middle",value:Math.sign(n)}],[Math.abs(r),{key:"end",value:Math.sign(r)}]]),i=Math.min(...o.keys());return o.get(i)}(t);c=void 0!==n?a[n.key]:0}return s.align&&(c=a[s.align]),function(e){const{additionalScroll:t=0,duration:n=i.dur,func:r=i.easingFunc.easeInOutCubic,onScrollEnd:o,target:s,wrap:l,direction:a="vertical"}=e;let{targetRect:c,wrapRect:u}=e;c=null!=c?c:s.getBoundingClientRect(),u=null!=u?u:l.getBoundingClientRect();const d=("vertical"===a?c.top-u.top:c.left-u.left)+t,p="vertical"===a?"scrollTop":"scrollLeft",h=l?l[p]:0;let f,m=0 -;return m=window.requestAnimationFrame((function e(t){let i;if(f?i=t-f:(i=0,f=t),i>=n)return l[p]=h+d,void(o&&o());const s=h+d*r(i/n);l[p]=Math.floor(s),m=window.requestAnimationFrame(e)})),function(){window.cancelAnimationFrame(m),o&&o()}}({...s,target:t,targetRect:r,wrap:n,wrapRect:o,additionalScroll:c,direction:e})}class u{constructor(e=null){this._container=null,this._lastScrolledElement=null,this._stopVerticalScroll=null,this._stopHorizontalScroll=null,this._container=e}scrollTo(e,t=s){if(null!==this._container&&null!==e&&!function(e,t,n=0){const r=e.getBoundingClientRect(),o=t.getBoundingClientRect();return r.top-o.top>=0&&o.bottom-r.bottom>=0&&r.left-o.left>=n&&o.right-r.right>=n}(e,this._container,t.visibilityDetectionOffsetInline)){const n=e.getBoundingClientRect(),r=this._container.getBoundingClientRect();this.stopScroll(),a("vertical",this._container)&&(this._stopVerticalScroll=c("vertical",e,this._container,n,r,this._modifyOptions("vertical",t))),a("horizontal",this._container)&&(this._stopHorizontalScroll=c("horizontal",e,this._container,n,r,this._modifyOptions("horizontal",t)))}this._lastScrolledElement=e}scrollToLastElement(e){this.scrollTo(this._lastScrolledElement,e)}stopScroll(){null!==this._stopVerticalScroll&&this._stopVerticalScroll(),null!==this._stopHorizontalScroll&&this._stopHorizontalScroll()}getContainer(){return this._container}setContainer(e){var t;this._container=e,(null===(t=this._container)||void 0===t?void 0:t.contains(this._lastScrolledElement))||(this._lastScrolledElement=null)}destroy(){this.stopScroll(),this._container=null,this._lastScrolledElement=null}_handleScrollEnd(e){"vertical"===e?this._stopVerticalScroll=null:this._stopHorizontalScroll=null}_modifyOptions(e,t){return Object.assign({},t,{onScrollEnd:()=>{this._handleScrollEnd(e),void 0!==t.onScrollEnd&&t.onScrollEnd()}})}}function d(e={}){const{activeItem:t,getKey:n,...i}=e,s=(0,r.useRef)(null),l=(0,r.useRef)(new Map),a=function(e){const t=(0,r.useRef)(null);return(0,r.useEffect)((()=>(t.current=new u(e),()=>(0,o.ensureNotNull)(t.current).destroy())),[]),t}(s.current),c=(0,r.useCallback)((()=>{null!==a.current&&null!==s.current&&a.current.getContainer()!==s.current&&a.current.setContainer(s.current)}),[a,s]),d=(0,r.useCallback)((e=>{s.current=e}),[s]),p=(0,r.useCallback)(((e,t)=>{const r=n?n(e):e;t?l.current.set(r,t):l.current.delete(r)}),[l,n]),h=(0,r.useCallback)(((e,t)=>{if(!e)return;const r=n?n(e):e,i=l.current.get(r);i&&(c(),(0,o.ensureNotNull)(a.current).scrollTo(i,t))}),[l,a,n]);return(0,r.useEffect)((()=>h(t,i)),[h,t]),[d,p,h]}},38528:(e,t,n)=>{"use strict";n.d(t,{useMergedRefs:()=>i});var r=n(50959),o=n(53017);function i(e){return(0,r.useCallback)((0,o.mergeRefs)(e),e)}},22064:(e,t,n)=>{"use strict";n.d(t,{createDomId:()=>a,joinDomIds:()=>c});const r=/\s/g;function o(e){return"string"==typeof e}function i(e){switch(typeof e){case"string":return e;case"number":case"bigint":return e.toString(10);case"boolean":case"symbol":return e.toString();default:return null}}function s(e){return e.trim().length>0}function l(e){ -return e.replace(r,"-")}function a(...e){const t=e.map(i).filter(o).filter(s).map(l);return(t.length>0&&t[0].startsWith("id_")?t:["id",...t]).join("_")}function c(...e){return e.map(i).filter(o).filter(s).join(" ")}},79418:(e,t,n)=>{"use strict";n.d(t,{AdaptivePopupDialog:()=>N});var r=n(50959),o=n(50151),i=n(97754),s=n.n(i),l=n(68335),a=n(63273),c=n(35749),u=n(82206),d=n(1109),p=n(24437),h=n(90692),f=n(95711);var m=n(52092),g=n(76422),b=n(11542),v=n(57340);const C=r.createContext({setHideClose:()=>{}});var w=n(80822);function x(e){const{title:t,titleTextWrap:o=!1,subtitle:i,showCloseIcon:l=!0,onClose:a,onCloseButtonKeyDown:c,renderBefore:u,renderAfter:d,draggable:p,className:h,unsetAlign:f,closeAriaLabel:m=b.t(null,void 0,n(47742)),closeButtonReference:g}=e,[x,S]=(0,r.useState)(!1);return r.createElement(C.Provider,{value:{setHideClose:S}},r.createElement("div",{className:s()(w.container,h,(i||f)&&w.unsetAlign)},u,r.createElement("div",{"data-dragg-area":p,className:w.title},r.createElement("div",{className:s()(o?w.textWrap:w.ellipsis)},t),i&&r.createElement("div",{className:s()(w.ellipsis,w.subtitle)},i)),d,l&&!x&&r.createElement(v.CloseButton,{className:w.close,"data-name":"close","aria-label":m,onClick:a,onKeyDown:c,ref:g,size:"medium",preservePaddings:!0})))}var S=n(53017),y=n(90186),_=n(56570),k=n(8473);const E={vertical:20},z={vertical:0};class N extends r.PureComponent{constructor(){super(...arguments),this._controller=null,this._reference=null,this._orientationMediaQuery=null,this._embedResizerOverridesEnabled=_.enabled("embed_resizer_overrides"),this._renderChildren=(e,t)=>(this._controller=e,this.props.render({requestResize:this._requestResize,centerAndFit:this._centerAndFit,isSmallWidth:t})),this._handleReference=e=>this._reference=e,this._handleCloseBtnClick=()=>{this.props.onKeyboardClose&&this.props.onKeyboardClose(),this._handleClose()},this._handleClose=()=>{this.props.onClose()},this._handleOpen=()=>{void 0!==this.props.onOpen&&this.props.isOpened&&this.props.onOpen(this.props.fullScreen||window.matchMedia(p.DialogBreakpoints.TabletSmall).matches)},this._handleKeyDown=e=>{if(!e.defaultPrevented){if(this.props.onKeyDown&&this.props.onKeyDown(e),27===(0,l.hashFromEvent)(e)){if(e.defaultPrevented)return;if(this.props.forceCloseOnEsc&&this.props.forceCloseOnEsc())return this.props.onKeyboardClose&&this.props.onKeyboardClose(),void this._handleClose();const{activeElement:n}=document;if(null!==n){if(e.preventDefault(),"true"===(t=n).getAttribute("data-haspopup")&&"true"!==t.getAttribute("data-expanded"))return void this._handleClose();const r=this._reference;if(null!==r&&(0,c.isTextEditingField)(n))return void r.focus();if(null==r?void 0:r.contains(n))return this.props.onKeyboardClose&&this.props.onKeyboardClose(),void this._handleClose()}}var t,n;(function(e){if("function"==typeof e)return e();return Boolean(e)})(this.props.disableTabNavigationContainment)||(n=e,[9,l.Modifiers.Shift+9].includes((0,l.hashFromEvent)(n))&&n.stopPropagation())}},this._requestResize=()=>{ -null!==this._controller&&this._controller.recalculateBounds()},this._centerAndFit=()=>{null!==this._controller&&this._controller.centerAndFit()},this._calculatePositionWithOffsets=(e,t)=>{const n=(0,o.ensureDefined)(this.props.fullScreenViewOffsets).value();return{top:n.top,left:(0,a.isRtl)()?-n.right:n.left,width:t.clientWidth-n.left-n.right,height:t.clientHeight-n.top-n.bottom}}}componentDidMount(){this.props.ignoreClosePopupsAndDialog||g.subscribe(m.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._handleClose,null),this._handleOpen(),void 0!==this.props.onOpen&&(this._orientationMediaQuery=window.matchMedia("(orientation: portrait)"),this._orientationMediaQuery.addEventListener("change",this._handleOpen)),this.props.fullScreenViewOffsets&&this.props.fullScreen&&this.props.fullScreenViewOffsets.subscribe(this._requestResize)}componentWillUnmount(){this.props.ignoreClosePopupsAndDialog||g.unsubscribe(m.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._handleClose,null),null!==this._orientationMediaQuery&&this._orientationMediaQuery.removeEventListener("change",this._handleOpen),this.props.fullScreenViewOffsets&&this.props.fullScreen&&this.props.fullScreenViewOffsets.unsubscribe(this._requestResize)}focus(){(0,o.ensureNotNull)(this._reference).focus()}getElement(){return this._reference}contains(e){var t,n;return null!==(n=null===(t=this._reference)||void 0===t?void 0:t.contains(e))&&void 0!==n&&n}render(){const{className:e,wrapperClassName:t,headerClassName:n,isOpened:o,title:i,titleTextWrap:l,dataName:a,onClickOutside:c,additionalElementPos:m,additionalHeaderElement:g,backdrop:b,shouldForceFocus:v=!0,shouldReturnFocus:C,onForceFocus:w,showSeparator:_,subtitle:N,draggable:B=!0,fullScreen:O=!1,showCloseIcon:R=!0,rounded:K=!0,isAnimationEnabled:M,growPoint:A,dialogTooltip:F,unsetHeaderAlign:D,onDragStart:P,dataDialogName:T,closeAriaLabel:I,containerAriaLabel:H,reference:L,containerTabIndex:W,closeButtonReference:V,onCloseButtonKeyDown:X,shadowed:G,fullScreenViewOffsets:Z,fixedBody:q,onClick:Q}=this.props,j="after"!==m?g:void 0,U="after"===m?g:void 0,J="string"==typeof i?i:T||"",$=(0,y.filterDataProps)(this.props),Y=(0,S.mergeRefs)([this._handleReference,L]);return r.createElement(h.MatchMedia,{rule:p.DialogBreakpoints.SmallHeight},(m=>r.createElement(h.MatchMedia,{rule:p.DialogBreakpoints.TabletSmall},(p=>r.createElement(u.PopupDialog,{rounded:!(p||O)&&K,className:s()(k.dialog,O&&Z&&k.bounded,e),isOpened:o,reference:Y,onKeyDown:this._handleKeyDown,onClickOutside:c,onClickBackdrop:c,fullscreen:p||O,guard:m?z:E,boundByScreen:p||O,shouldForceFocus:v,onForceFocus:w,shouldReturnFocus:C,backdrop:b,draggable:B,isAnimationEnabled:M,growPoint:A,name:this.props.dataName,dialogTooltip:F,onDragStart:P,containerAriaLabel:H,containerTabIndex:W,calculateDialogPosition:O&&Z?this._calculatePositionWithOffsets:void 0,shadowed:G,fixedBody:q,onClick:Q,...$},r.createElement("div",{className:s()(k.wrapper,t),"data-name":a,"data-dialog-name":J},void 0!==i&&r.createElement(x,{draggable:B&&!(p||O),onClose:this._handleCloseBtnClick,renderAfter:U,renderBefore:j, -subtitle:N,title:i,titleTextWrap:l,showCloseIcon:R,className:n,unsetAlign:D,closeAriaLabel:I,closeButtonReference:V,onCloseButtonKeyDown:X}),_&&r.createElement(d.Separator,{className:k.separator}),r.createElement(f.PopupContext.Consumer,null,(e=>this._renderChildren(e,p||O)))))))))}}},4523:(e,t,n)=>{"use strict";n.d(t,{PopupMenuDisclosureView:()=>u});var r=n(50959),o=n(20520),i=n(50151);const s={x:0,y:0};function l(e,t,n){return(0,r.useCallback)((()=>function(e,t,{x:n=s.x,y:r=s.y}=s){const o=(0,i.ensureNotNull)(e).getBoundingClientRect(),l={x:o.left+n,y:o.top+o.height+r,indentFromWindow:{top:4,bottom:4,left:4,right:4}};return t&&(l.overrideWidth=o.width),l}(e.current,t,n)),[e,t])}var a=n(86240);const c=parseInt(a["size-header-height"]);function u(e){const{button:t,popupChildren:n,buttonRef:i,listboxId:s,listboxClassName:a,listboxTabIndex:u,matchButtonAndListboxWidths:d,isOpened:p,scrollWrapReference:h,listboxReference:f,onClose:m,onOpen:g,onListboxFocus:b,onListboxBlur:v,onListboxKeyDown:C,listboxAria:w,repositionOnScroll:x=!0,closeOnHeaderOverlap:S=!1,popupPositionCorrection:y={x:0,y:0},popupPosition:_}=e,k=l(i,d,y),E=S?c:0;return r.createElement(r.Fragment,null,t,r.createElement(o.PopupMenu,{...w,id:s,className:a,tabIndex:u,isOpened:p,position:_||k,repositionOnScroll:x,onClose:m,onOpen:g,doNotCloseOn:i.current,reference:f,scrollWrapReference:h,onFocus:b,onBlur:v,onKeyDown:C,closeOnScrollOutsideOffset:E},n))}},26597:(e,t,n)=>{"use strict";n.d(t,{useKeyboardActionHandler:()=>r.useKeyboardActionHandler,useKeyboardClose:()=>r.useKeyboardClose,useKeyboardEventHandler:()=>r.useKeyboardEventHandler,useKeyboardOpen:()=>r.useKeyboardOpen,useKeyboardToggle:()=>r.useKeyboardToggle});var r=n(66686)},1109:(e,t,n)=>{"use strict";n.d(t,{Separator:()=>s});var r=n(50959),o=n(97754),i=n(47625);function s(e){return r.createElement("div",{className:o(i.separator,e.className)})}},2948:e=>{e.exports=''},17105:e=>{e.exports=''},15130:e=>{e.exports=''},38822:e=>{e.exports=''},63346:e=>{e.exports=''},34983:e=>{e.exports=''},86240:e=>{"use strict" -;e.exports=JSON.parse('{"size-header-height":"64px","media-phone-vertical":"screen and (max-width: 479px)","media-mf-phone-landscape":"screen and (min-width: 568px)"}')}}]); \ No newline at end of file diff --git a/charting_library/bundles/2106.407cb827c0acab444e09.css b/charting_library/bundles/2106.407cb827c0acab444e09.css deleted file mode 100644 index 2a6757d3..00000000 --- a/charting_library/bundles/2106.407cb827c0acab444e09.css +++ /dev/null @@ -1 +0,0 @@ -.popupWidget-Wu2pIo3E{box-sizing:border-box;display:flex;padding:12px 16px}@media only screen and (min-width:430px){.popupWidget-Wu2pIo3E.large-Wu2pIo3E{max-width:354px}.popupWidget-Wu2pIo3E.mobile-Wu2pIo3E{max-width:100%}.popupWidget-Wu2pIo3E{max-width:344px}}.popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#f0f3fa)}html.theme-dark .popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#2a2e39)}.popupWidget-Wu2pIo3E .desc-Wu2pIo3E{display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;width:calc(100% - 16px);word-wrap:break-word;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E{flex:0 0 auto;margin:2px 6px 2px 0;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.small-Wu2pIo3E{border-radius:9px;height:18px;width:18px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.medium-Wu2pIo3E{border-radius:11px;height:22px;width:22px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.large-Wu2pIo3E{border-radius:8px;height:28px;width:28px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E{align-items:center;column-gap:6px;display:flex;font-weight:700}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.small-Wu2pIo3E{font-size:16px;line-height:22px;margin-bottom:4px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.medium-Wu2pIo3E{font-size:18px;line-height:26px;margin-bottom:2px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.large-Wu2pIo3E{font-size:18px;line-height:32px;margin-bottom:2px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E:first-letter{text-transform:capitalize}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .text-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .item-Wu2pIo3E:not(:last-child):after{content:" "}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .boldItem-Wu2pIo3E{font-weight:700}.popupWidget-Wu2pIo3E .action-Wu2pIo3E{color:#2962ff;margin-top:8px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .action-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E{cursor:pointer}.popupWidget-Wu2pIo3E .actionBtn-Wu2pIo3E{align-self:start;margin-top:8px}.additionalWidget-Wu2pIo3E{margin-bottom:12px;margin-top:12px}.additionalWidget-Wu2pIo3E:last-child{margin-bottom:0} \ No newline at end of file diff --git a/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css b/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css deleted file mode 100644 index 94c90e44..00000000 --- a/charting_library/bundles/2106.407cb827c0acab444e09.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.popupWidget-Wu2pIo3E{box-sizing:border-box;display:flex;padding:12px 16px}@media only screen and (min-width:430px){.popupWidget-Wu2pIo3E.large-Wu2pIo3E{max-width:354px}.popupWidget-Wu2pIo3E.mobile-Wu2pIo3E{max-width:100%}.popupWidget-Wu2pIo3E{max-width:344px}}.popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#f0f3fa)}html.theme-dark .popupWidget-Wu2pIo3E:not(:last-child){border-bottom:1px solid var(--themed-color-statuses-popup-border,#2a2e39)}.popupWidget-Wu2pIo3E .desc-Wu2pIo3E{display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;width:calc(100% - 16px);word-wrap:break-word;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E{flex:0 0 auto;margin:2px 0 2px 6px;overflow:hidden}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.small-Wu2pIo3E{border-radius:9px;height:18px;width:18px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.medium-Wu2pIo3E{border-radius:11px;height:22px;width:22px}.popupWidget-Wu2pIo3E .icon-Wu2pIo3E.large-Wu2pIo3E{border-radius:8px;height:28px;width:28px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E{align-items:center;column-gap:6px;display:flex;font-weight:700}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.small-Wu2pIo3E{font-size:16px;line-height:22px;margin-bottom:4px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.medium-Wu2pIo3E{font-size:18px;line-height:26px;margin-bottom:2px}.popupWidget-Wu2pIo3E .title-Wu2pIo3E.large-Wu2pIo3E{font-size:18px;line-height:32px;margin-bottom:2px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E:first-letter{text-transform:capitalize}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .text-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .item-Wu2pIo3E:not(:last-child):after{content:" "}.popupWidget-Wu2pIo3E .text-Wu2pIo3E .boldItem-Wu2pIo3E{font-weight:700}.popupWidget-Wu2pIo3E .action-Wu2pIo3E{color:#2962ff;margin-top:8px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.small-Wu2pIo3E{font-size:14px;line-height:21px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E,.popupWidget-Wu2pIo3E .action-Wu2pIo3E.medium-Wu2pIo3E{font-size:16px;line-height:25px}.popupWidget-Wu2pIo3E .action-Wu2pIo3E.large-Wu2pIo3E{cursor:pointer}.popupWidget-Wu2pIo3E .actionBtn-Wu2pIo3E{align-self:start;margin-top:8px}.additionalWidget-Wu2pIo3E{margin-bottom:12px;margin-top:12px}.additionalWidget-Wu2pIo3E:last-child{margin-bottom:0} \ No newline at end of file diff --git a/charting_library/bundles/2153.302cc6392cc9f067008b.css b/charting_library/bundles/2153.302cc6392cc9f067008b.css deleted file mode 100644 index bae35430..00000000 --- a/charting_library/bundles/2153.302cc6392cc9f067008b.css +++ /dev/null @@ -1 +0,0 @@ -.control-bar-wrapper{direction:ltr;height:24px;padding:5px 0;pointer-events:none;position:absolute;z-index:1}.control-bar-wrapper--back-present{right:2px}.control-bar{display:flex;transition:opacity .3s,visibility .3s;visibility:visible}.control-bar--hidden,.control-bar--hidden .control-bar__btn{opacity:0;visibility:hidden}.control-bar__group{align-items:center;display:flex;margin:0 4px}.control-bar__btn{align-items:center;background-color:var(--themed-color-container-fill-quinary-inverse,#fff);border-radius:4px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#131722);display:inline-flex;height:24px;justify-content:center;margin:0 4px;opacity:1;pointer-events:auto;transition:color .3s,visibility .4s,opacity .4s;-webkit-user-select:none;user-select:none;visibility:visible;width:24px;z-index:1}html.theme-dark .control-bar__btn{background-color:var(--themed-color-container-fill-quinary-inverse,#2a2e39);box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#d1d4dc)}@media (any-hover:hover){.control-bar__btn:hover,html.theme-dark .control-bar__btn:hover{color:var(--themed-color-container-fill-primary-accent,#2962ff)}}.control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff);transition:none}.control-bar__btn:active,html.theme-dark .control-bar__btn:active{color:var(--themed-color-container-fill-quaternary-inverse,#fff)}html.theme-dark .control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff)}@media (any-hover:hover){.control-bar__btn:active:hover,html.theme-dark .control-bar__btn:active:hover{background-color:var(--themed-color-container-fill-primary-accent-semi-bold,#1e53e5)}}.control-bar__btn--btn-hidden{opacity:0;visibility:hidden}.control-bar__btn--move-left svg{transform:rotate(180deg)}.control-bar__btn svg{pointer-events:none}.blockHidden-e6PF69Df{display:none!important}.pane-button-e6PF69Df{background-color:currentColor;border:1px solid #d1d4dc;border-radius:3px;cursor:default;pointer-events:all}@media (any-hover:hover){.pane-button-e6PF69Df:hover:after{background-color:#1317220f;border-radius:3px;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:0}}.chart-widget__top--themed-dark .pane-button-e6PF69Df{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .pane-button-e6PF69Df:hover:after{background-color:#ffffff1a}}.tv-circle-logo-pair{display:inline-block;position:relative}.tv-circle-logo-pair--xxxsmall{height:18px;width:18px}.tv-circle-logo-pair--xxsmall{height:20px;width:20px}.tv-circle-logo-pair--xsmall{height:24px;width:24px}.tv-circle-logo-pair--small{height:28px;width:28px}.tv-circle-logo-pair--medium{height:36px;width:36px}.tv-circle-logo-pair--large{height:48px;width:48px}.tv-circle-logo-pair--xlarge{height:56px;width:56px}.tv-circle-logo-pair--xxlarge{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge{height:168px;width:168px}.tv-circle-logo-pair__logo{border-radius:50%}.tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo:first-child,.tv-circle-logo-pair__logo:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall{height:18px;width:18px}.tv-circle-logo-pair__logo--xsmall:first-child{clip-path:path("M18 0H0v4.41A11 11 0 0 1 13.59 18H18V0Z")}.tv-circle-logo-pair__logo--xsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--small{height:18px;width:18px}.tv-circle-logo-pair__logo--small:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium{height:24px;width:24px}.tv-circle-logo-pair__logo--medium:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large{height:32px;width:32px}.tv-circle-logo-pair__logo--large:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)}.legend-l31H9iuA{color:#0000;contain:content;direction:ltr;flex:1 1 auto;line-height:normal;margin:0 4px;max-width:calc(100% - 8px);padding-top:4px;pointer-events:none;transform:translateZ(0);-webkit-user-select:none;user-select:none;z-index:6}.item-l31H9iuA{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex-wrap:wrap;font-size:13px;max-width:100%;min-height:24px;z-index:1}.item-l31H9iuA.selected-l31H9iuA,.item-l31H9iuA.withAction-l31H9iuA{z-index:2}.item-l31H9iuA.last-l31H9iuA{align-items:center;background-color:currentColor;border-color:#0000;border-style:solid;border-width:0 1px;cursor:default;max-width:18px;order:100000;padding:0 4px;pointer-events:auto}.item-l31H9iuA.last-l31H9iuA .text-l31H9iuA{color:#131722}.item-l31H9iuA .noWrapWrapper-l31H9iuA{display:flex;flex-wrap:nowrap;max-width:100%}.noWrap-l31H9iuA .item-l31H9iuA{flex-wrap:nowrap}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;display:block}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA{display:inline}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA:before{display:none}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA.unimportant-l31H9iuA{display:none}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA{align-items:center}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;color:#131722;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrappable-l31H9iuA .series-l31H9iuA.item-l31H9iuA{flex-wrap:wrap}.directionColumn-l31H9iuA .series-l31H9iuA{flex-direction:column}.directionColumn-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA{align-self:flex-start;max-width:100%}.button-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA{background-color:currentColor}.buttons-l31H9iuA,.buttonsWrapper-l31H9iuA,.item-l31H9iuA,.logoWrapper-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA,.valuesWrapper-l31H9iuA{display:flex}.statusesWrapper-l31H9iuA{cursor:default;pointer-events:auto;position:relative;z-index:1}.statusesWrapper__statuses-l31H9iuA:not(:empty){margin-left:11px;margin-right:12px}.titlesWrapper-l31H9iuA{align-items:center;border:1px solid #0000;border-right-width:0;box-sizing:border-box;cursor:default;flex:0 0 auto;max-width:100%;overflow:hidden;padding:0 4px 0 1px;pointer-events:auto;position:relative;z-index:-3}.logoWrapper-l31H9iuA{align-items:center;display:flex;flex:none;position:relative;white-space:nowrap;width:18px}.logoWrapper-l31H9iuA .pairContainer-l31H9iuA{display:inline-flex}.logoWrapper-l31H9iuA .logo-l31H9iuA{border-radius:50%;display:inline-flex;flex:none;overflow:hidden}.logoWrapper-l31H9iuA .logo-l31H9iuA img{height:100%;width:100%}.logoWrapper-l31H9iuA .hidden-l31H9iuA,.logoWrapper-l31H9iuA.hidden-l31H9iuA{display:none}.noActions-l31H9iuA .titlesWrapper-l31H9iuA{pointer-events:none}.titleWrapper-l31H9iuA{align-items:center;color:#131722;column-gap:4px;display:flex;min-height:20px;min-width:23px;position:relative;text-align:left;white-space:nowrap}.titleWrapper-l31H9iuA .title-l31H9iuA{all:unset;direction:ltr;overflow:hidden;text-overflow:ellipsis}.titleWrapper-l31H9iuA.intervalTitle-l31H9iuA{min-width:auto}.titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#f0f3fa;border-radius:3px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;visibility:hidden;z-index:-2}.titleWrapper-l31H9iuA.withDot-l31H9iuA:first-child:after{right:-4px}.titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):after{left:8px;right:-4px}.titleWrapper-l31H9iuA:first-child{padding-left:3px}@media (any-hover:hover){.titleWrapper-l31H9iuA:hover.withAction-l31H9iuA:after{visibility:visible}}.accessible-l31H9iuA:focus{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus-visible{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus:not(:focus-visible){outline:none}.disabled-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be}.disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 4 auto;min-width:15px}.study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#5d606b;flex:0 1 auto;min-width:0;padding-left:4px}.study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#b2b5be}.study-l31H9iuA.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA.hideValues-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.has5Buttons-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{background-color:currentColor;border-bottom:1px solid #0000;border-top:1px solid #0000}.loader-l31H9iuA{margin-left:4px}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{border-left-color:#0000}.noWrap-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA{background-color:initial}.noWrap-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA,.hideUniportantValueItems-l31H9iuA .series-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA{display:none}.series-l31H9iuA .titlesWrapper-l31H9iuA{align-items:center;font-size:16px;line-height:normal;max-width:100%;min-height:24px;position:relative}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child){padding-left:12px}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before{color:#131722;content:"\b7";font-size:16px;height:100%;left:0;line-height:inherit;position:absolute;text-align:center;top:1px;width:12px;z-index:-1}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.intervalTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 1 auto}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.exchangeTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.priceSourceTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.providerTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.styleTitle-l31H9iuA{flex:0 3 auto}.series-l31H9iuA .valuesWrapper-l31H9iuA{display:flex}.series-l31H9iuA .titlesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{min-width:23px}.legend-l31H9iuA .series-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.flagged-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#fff}.selected-l31H9iuA .button-l31H9iuA,.withAction-l31H9iuA .button-l31H9iuA{background-color:initial}.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-radius:4px 0 0 4px}.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.medium-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.minimized-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.valuesWrapper-l31H9iuA{align-items:center;align-self:stretch;cursor:default;flex-wrap:nowrap;overflow:hidden;pointer-events:auto;position:relative}.valuesAdditionalWrapper-l31H9iuA{align-items:baseline;align-self:stretch;border-left:4px solid;direction:ltr;display:flex;flex-wrap:wrap;justify-content:flex-start}.disabled-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.valueItem-l31H9iuA{align-items:center;align-self:stretch;display:flex;text-align:left}.valueItem-l31H9iuA:not(:last-child){padding-right:6px}.valueItem-l31H9iuA:last-child{padding-right:4px}.valueItem-l31H9iuA .valueTitle-l31H9iuA{padding-right:1px}.valueItem-l31H9iuA .valueTitle-l31H9iuA,.valueItem-l31H9iuA .valueValue-l31H9iuA{color:#131722}.series-l31H9iuA .valueItem-l31H9iuA:last-child{padding-right:6px}.series-l31H9iuA .valueItem-l31H9iuA:last-child .titleWrapper-l31H9iuA{display:none}.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#131722}.buttonsWrapper-l31H9iuA{max-width:0;position:relative;width:0;z-index:2}.micro-l31H9iuA .item-l31H9iuA.series-l31H9iuA[data-name=legend-series-item] .buttonsWrapper-l31H9iuA{max-width:0;width:0}.disabled-l31H9iuA .buttonsWrapper-l31H9iuA,.flagged-l31H9iuA .buttonsWrapper-l31H9iuA{max-width:var(--legend-source-item-button-width);width:var(--legend-source-item-button-width)}.linked-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*2);width:calc(var(--legend-source-item-button-width)*2)}.disabled-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*3);width:calc(var(--legend-source-item-button-width)*3)}.buttons-l31H9iuA{align-items:center;display:flex;flex-shrink:0;opacity:0;padding:0;pointer-events:none}.disabled-l31H9iuA .buttons-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA,.touchMode-l31H9iuA .buttons-l31H9iuA{opacity:1}.noActions-l31H9iuA .buttons-l31H9iuA{pointer-events:none}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border-radius:0 4px 4px 0}.legend-l31H9iuA .selected-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .withAction-l31H9iuA .buttons-l31H9iuA{cursor:default;opacity:1;pointer-events:auto}.legend-l31H9iuA .selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}@media (any-hover:hover){.legend-l31H9iuA:hover .withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}}.button-l31H9iuA{all:unset;align-items:center;align-self:stretch;justify-content:center;opacity:0;position:relative;width:var(--legend-source-item-button-width);z-index:0}.buttonIcon-l31H9iuA{color:#131722;display:flex}.button-l31H9iuA:last-child{border-radius:0 4px 4px 0}@media (any-hover:hover){.button-l31H9iuA:hover:after{background-color:#f0f3fa;border-radius:2px;bottom:1px;content:"";display:block;left:0;position:absolute;right:0;top:1px;z-index:-1}}.button-l31H9iuA.flag-l31H9iuA>span{margin-top:-1px}.disabled-l31H9iuA .buttonIcon-l31H9iuA{color:#131722}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.invisibleHover-l31H9iuA .button-l31H9iuA{display:flex}}.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#d1d4dc}.selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#f0f3fa}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border:1px solid #d1d4dc;border-left:0}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.selected-l31H9iuA .buttonsWrapper-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#2962ff}.buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye,.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(2),.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(3):nth-last-child(3){display:none}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye{display:none}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye{animation:eye-animation-l31H9iuA .96s linear infinite;transform-origin:center}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA .intervalEye-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA{display:flex;opacity:1;pointer-events:auto}.buttons-l31H9iuA .intervalEye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .normal-eye{display:none}.buttons-l31H9iuA .intervalEye-l31H9iuA .crossed-eye{color:#fb8c00}.selected-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.flagged-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.withAction-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA{visibility:visible}.flag-l31H9iuA .buttonIcon-l31H9iuA{align-self:stretch;flex:1}.flagWrapper-l31H9iuA,.markerContainer-l31H9iuA{display:flex;flex:1;justify-content:center}.markerContainer-l31H9iuA{align-items:stretch}.flagWrapper-l31H9iuA{width:12px}.flagWrapper-l31H9iuA svg{height:12px}.sourcesWrapper-l31H9iuA{align-items:flex-start;display:flex;flex-direction:column-reverse;margin:0;position:relative}.legendMainSourceWrapper-l31H9iuA{text-align:left}.sources-l31H9iuA{display:flex;flex:1 1 auto;flex-direction:column;width:100%}.toggler-l31H9iuA{align-items:center;display:flex;flex:0 0 auto;margin:2px 0 0 5px;padding:0;position:relative}.toggler-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:none}@media (any-hover:hover){.toggler-l31H9iuA:hover:after{z-index:0}.toggler-l31H9iuA:hover .counter-l31H9iuA,.toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#000}}.toggler-l31H9iuA .counter-l31H9iuA{color:inherit;display:none;font-size:13px;line-height:16px;padding-right:4px}.toggler-l31H9iuA .iconArrow-l31H9iuA{display:flex;transform:rotate(-180deg);transition:transform .1s cubic-bezier(.06,.52,1,.54);width:27px}.toggler-l31H9iuA .objectTree-l31H9iuA{display:none;width:19px}.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{align-items:center;height:19px;justify-content:center}.toggler-l31H9iuA .counter-l31H9iuA,.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{color:#131722;position:relative;z-index:1}.closed-l31H9iuA.sourcesWrapper-l31H9iuA{padding-bottom:4px}.closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{display:flex}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{transform:rotate(0)}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:19px}.closed-l31H9iuA .sources-l31H9iuA{display:none}.micro-l31H9iuA .sourcesWrapper-l31H9iuA{padding-bottom:4px}.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA .objectTree-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:flex}.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.micro-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA,.micro-l31H9iuA .sources-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{display:none}.touchMode-l31H9iuA .titlesWrapper-l31H9iuA{height:26px;line-height:25px}.touchMode-l31H9iuA .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.touchMode-l31H9iuA .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{bottom:5px;top:5px}.touchMode-l31H9iuA .series-l31H9iuA .titlesWrapper-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{height:24px;width:30px}.touchMode-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{font-size:14px}.touchMode-l31H9iuA .item-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:24px}.chart-widget__top--themed-dark .item-l31H9iuA.last-l31H9iuA .text-l31H9iuA,.chart-widget__top--themed-dark .noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.chart-widget__top--themed-dark .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .valueValue-l31H9iuA{color:#d1d4dc}.chart-widget__top--themed-dark .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#2a2e39}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueValue-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#868993}.chart-widget__top--themed-dark .study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .buttonIcon-l31H9iuA,.chart-widget__top--themed-dark .series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#d1d4dc}@media (any-hover:hover){.chart-widget__top--themed-dark .button-l31H9iuA:hover:after{background-color:#2a2e39}}.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#131722}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .selected-l31H9iuA .buttonsWrapper-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#1848cc}.chart-widget__top--themed-dark .toggler-l31H9iuA{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .toggler-l31H9iuA:hover:after{background-color:#ffffff1a}.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#f0f3fa}}.chart-widget__top--themed-dark .toggler-l31H9iuA .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .objectTree-l31H9iuA{color:#d1d4dc}@keyframes eye-animation-l31H9iuA{to{transform:rotate(1turn)}}:root.theme-custom .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:var(--themed-color-legend-background-tertiary)}:root.theme-custom .selected-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .selected-l31H9iuA .titlesWrapper-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:var(--themed-color-legend-background-secondary-inverse)}@media (any-hover:hover){:root.theme-custom .button-l31H9iuA:hover:after{background-color:var(--themed-color-legend-background-tertiary)}}.statuses-Lgtz1OtS{align-self:center;border-radius:9px;display:inline-flex;min-width:6px;overflow:hidden}@media (any-hover:hover){.statuses-Lgtz1OtS:hover .statusItem-Lgtz1OtS:after{opacity:.25}}.statuses-Lgtz1OtS:empty,.statuses_hidden-Lgtz1OtS{display:none}.statuses-Lgtz1OtS.small-Lgtz1OtS{border-radius:9px}.statuses-Lgtz1OtS.medium-Lgtz1OtS{border-radius:11px}.statuses-Lgtz1OtS.large-Lgtz1OtS{border-radius:8px}.statuses-Lgtz1OtS.blinking-Lgtz1OtS{will-change:opacity}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):first-child{padding-left:2px}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):last-child{padding-right:2px}.statusItem-Lgtz1OtS{direction:ltr;display:flex;position:relative;-webkit-user-select:none;user-select:none}.statusItem-Lgtz1OtS:after{content:"";display:block;height:100%;left:0;opacity:.15;position:absolute;top:0;width:100%;z-index:-1}.statusItem-Lgtz1OtS svg{left:50%;position:relative;top:50%;transform:translate(-50%,-50%);z-index:0}.statusItem-Lgtz1OtS.small-Lgtz1OtS{height:18px;width:18px}.statusItem-Lgtz1OtS.medium-Lgtz1OtS{height:22px;width:22px}.statusItem-Lgtz1OtS.large-Lgtz1OtS{height:28px;width:28px}.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-Lgtz1OtS 2.5s cubic-bezier(.25,0,.75,1) infinite}@media (any-hover:hover){.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}}.marketStatusOpen-Lgtz1OtS,html.theme-dark .marketStatusOpen-Lgtz1OtS{color:var(--themed-color-market-open,#089981)}.marketStatusOpen-Lgtz1OtS:after,html.theme-dark .marketStatusOpen-Lgtz1OtS:after{background-color:var(--themed-color-market-open-bg,#22ab94)}.marketStatusClose-Lgtz1OtS,html.theme-dark .marketStatusClose-Lgtz1OtS{color:var(--themed-color-market-closed,#9598a1)}.marketStatusClose-Lgtz1OtS:after,html.theme-dark .marketStatusClose-Lgtz1OtS:after{background-color:var(--themed-color-market-closed,#9598a1)}.marketStatusPre-Lgtz1OtS,html.theme-dark .marketStatusPre-Lgtz1OtS{color:var(--themed-color-pre-market,#fb8c00)}.marketStatusPre-Lgtz1OtS:after,html.theme-dark .marketStatusPre-Lgtz1OtS:after{background-color:var(--themed-color-pre-market-bg,#ffa726)}.marketStatusPost-Lgtz1OtS,html.theme-dark .marketStatusPost-Lgtz1OtS{color:var(--themed-color-post-market,#2962ff)}.marketStatusPost-Lgtz1OtS:after,html.theme-dark .marketStatusPost-Lgtz1OtS:after{background-color:var(--themed-color-post-market-bg,#3179f5)}.marketStatusHoliday-Lgtz1OtS,html.theme-dark .marketStatusHoliday-Lgtz1OtS{color:var(--themed-color-market-holiday,#9598a1)}.marketStatusHoliday-Lgtz1OtS:after,html.theme-dark .marketStatusHoliday-Lgtz1OtS:after{background-color:var(--themed-color-market-holiday,#9598a1)}.marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,.marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c);color:#fff}html.theme-dark .marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS{color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusExpired-Lgtz1OtS,html.theme-dark .marketStatusExpired-Lgtz1OtS{color:var(--themed-color-market-expired,#f23645)}.marketStatusExpired-Lgtz1OtS:after,html.theme-dark .marketStatusExpired-Lgtz1OtS:after{background-color:var(--themed-color-market-expired,#f23645)}.marketStatusCustom-Lgtz1OtS,html.theme-dark .marketStatusCustom-Lgtz1OtS{color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.marketStatusCustom-Lgtz1OtS:after,html.theme-dark .marketStatusCustom-Lgtz1OtS:after{background-color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.invalidSymbol-Lgtz1OtS{color:#fff}.invalidSymbol-Lgtz1OtS,html.theme-dark .invalidSymbol-Lgtz1OtS{background-color:var(--themed-color-invalid-symbol,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#f23645)}.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol-hover,#991f29)}}.replayModeAutoPlay-Lgtz1OtS,.replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModeAutoPlay-Lgtz1OtS,html.theme-dark .replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModeAutoPlay-Lgtz1OtS:after,.replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff);opacity:1}html.theme-dark .replayModeAutoPlay-Lgtz1OtS:after,html.theme-dark .replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff)}.replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#d1d4dc);opacity:1}html.theme-dark .replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#434651)}.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-custom-Lgtz1OtS 1s cubic-bezier(.77,.21,.1,.74) infinite}@media (any-hover:hover){.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}.statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,.statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,html.theme-dark .statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5)}.statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#6a6d78);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#868993)}}.notAccurate-Lgtz1OtS,html.theme-dark .notAccurate-Lgtz1OtS{color:var(--themed-color-notaccurate-mode,#d81b60)}.notAccurate-Lgtz1OtS:after,html.theme-dark .notAccurate-Lgtz1OtS:after{background-color:var(--themed-color-notaccurate-mode,#d81b60)}.openedInPineEditor-Lgtz1OtS{color:var(--themed-color-forest-green-500,#089950)}.openedInPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-forest-green-500,#089950)}.openedInDetachedPineEditor-Lgtz1OtS{color:var(--themed-color-cold-gray-550,#6a6d78)}.openedInDetachedPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-cold-gray-550,#6a6d78)}.delay-Lgtz1OtS,html.theme-dark .delay-Lgtz1OtS{color:var(--themed-color-delay-mode,#f57c00)}.delay-Lgtz1OtS:after,html.theme-dark .delay-Lgtz1OtS:after{background-color:var(--themed-color-delay-mode-bg,#ffa726)}.eod-Lgtz1OtS,html.theme-dark .eod-Lgtz1OtS{color:var(--themed-color-eod-mode,#7b1fa2)}.eod-Lgtz1OtS:after,html.theme-dark .eod-Lgtz1OtS:after{background-color:var(--themed-color-eod-mode-bg,#ab47bc)}.tvCalculatedPair-Lgtz1OtS{color:var(--themed-color-grapes-purple-400,#ab47bc)}.tvCalculatedPair-Lgtz1OtS:after{background-color:var(--themed-color-grapes-purple-400,#ab47bc)}.dataProblemHigh-Lgtz1OtS{color:#fff}.dataProblemHigh-Lgtz1OtS,html.theme-dark .dataProblemHigh-Lgtz1OtS{background-color:var(--themed-color-data-problem-bg,#f7525f)}.dataProblemLow-Lgtz1OtS,html.theme-dark .dataProblemLow-Lgtz1OtS{color:var(--themed-color-data-problem,#cc2f3c)}.dataProblemLow-Lgtz1OtS:after,html.theme-dark .dataProblemLow-Lgtz1OtS:after{background-color:var(--themed-color-data-problem-bg,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#f23645)}}@keyframes blinking-animation-Lgtz1OtS{0%,to{opacity:.15}50%{opacity:.4}}@keyframes blinking-animation-custom-Lgtz1OtS{0%,to{opacity:.5}50%{opacity:1}}.paneControls-JQv8nO8e{color:#fff;margin-left:auto;margin-top:4px;padding:0 4px 0 1px;position:static;transition:opacity .4s,visibility .4s;z-index:7}.paneControls-JQv8nO8e.hidden-JQv8nO8e{opacity:0;visibility:hidden}.paneControls-JQv8nO8e.forceHidden-JQv8nO8e{height:0;line-height:0;margin:0;padding:0;width:0}.button-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;height:22px;justify-content:center;overflow:hidden;position:relative;width:22px}.button-JQv8nO8e:not(:first-child){margin-left:4px}.button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#131722}.button-JQv8nO8e.minimize-JQv8nO8e .buttonIcon-JQv8nO8e,.button-JQv8nO8e.restore-JQv8nO8e .buttonIcon-JQv8nO8e{color:#fff}.button-JQv8nO8e.newButton-JQv8nO8e{border-radius:4px}.touchMode-JQv8nO8e .button-JQv8nO8e{height:22px;width:22px}@media (any-hover:hover){.collapse-JQv8nO8e:hover .bracket-up,.maximize-JQv8nO8e:hover .bracket-up{animation:maximize-animation-up-bracket-JQv8nO8e .6s ease}.collapse-JQv8nO8e:hover .bracket-down,.maximize-JQv8nO8e:hover .bracket-down{animation:maximize-animation-down-bracket-JQv8nO8e .6s ease}}.collapse-JQv8nO8e .bracket-down,.collapse-JQv8nO8e .bracket-up,.maximize-JQv8nO8e .bracket-down,.maximize-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes maximize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@keyframes maximize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}.minimize-JQv8nO8e,.restore-JQv8nO8e{background-color:#2962ff!important;border-color:#2962ff!important}@media (any-hover:hover){.minimize-JQv8nO8e:hover .bracket-up,.restore-JQv8nO8e:hover .bracket-up{animation:minimize-animation-up-bracket-JQv8nO8e .6s ease}.minimize-JQv8nO8e:hover .bracket-down,.restore-JQv8nO8e:hover .bracket-down{animation:minimize-animation-down-bracket-JQv8nO8e .6s ease}}.minimize-JQv8nO8e .bracket-down,.minimize-JQv8nO8e .bracket-up,.restore-JQv8nO8e .bracket-down,.restore-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes minimize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}@keyframes minimize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@media (any-hover:hover){.up-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:up-animation-JQv8nO8e .6s ease}}@keyframes up-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (any-hover:hover){.down-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:down-animation-JQv8nO8e .6s ease}}@keyframes down-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(2px)}}.buttonsWrapper-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;flex-wrap:nowrap}.chart-widget__top--themed-dark .paneControls-JQv8nO8e{color:#131722}.chart-widget__top--themed-dark .minimize-JQv8nO8e,.chart-widget__top--themed-dark .restore-JQv8nO8e{background-color:#1848cc!important;border-color:#1848cc!important}@media (any-hover:hover){.chart-widget__top--themed-dark .button-JQv8nO8e:hover .buttonIcon-JQv8nO8e{color:#f0f3fa}}.chart-widget__top--themed-dark .button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#d1d4dc} \ No newline at end of file diff --git a/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css b/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css deleted file mode 100644 index c091a179..00000000 --- a/charting_library/bundles/2153.302cc6392cc9f067008b.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.control-bar-wrapper{direction:ltr;height:24px;padding:5px 0;pointer-events:none;position:absolute;z-index:1}.control-bar-wrapper--back-present{right:2px}.control-bar{display:flex;transition:opacity .3s,visibility .3s;visibility:visible}.control-bar--hidden,.control-bar--hidden .control-bar__btn{opacity:0;visibility:hidden}.control-bar__group{align-items:center;display:flex;margin:0 4px}.control-bar__btn{align-items:center;background-color:var(--themed-color-container-fill-quinary-inverse,#fff);border-radius:4px;box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0003);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#131722);display:inline-flex;height:24px;justify-content:center;margin:0 4px;opacity:1;pointer-events:auto;transition:color .3s,visibility .4s,opacity .4s;-webkit-user-select:none;user-select:none;visibility:visible;width:24px;z-index:1}html.theme-dark .control-bar__btn{background-color:var(--themed-color-container-fill-quinary-inverse,#2a2e39);box-shadow:0 2px 4px var(--themed-color-shadow-primary-neutral-extra-heavy,#0006);color:var(--themed-color-button-content-quiet-primary-neutral-bold-default,#d1d4dc)}@media (any-hover:hover){.control-bar__btn:hover,html.theme-dark .control-bar__btn:hover{color:var(--themed-color-container-fill-primary-accent,#2962ff)}}.control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff);transition:none}.control-bar__btn:active,html.theme-dark .control-bar__btn:active{color:var(--themed-color-container-fill-quaternary-inverse,#fff)}html.theme-dark .control-bar__btn:active{background-color:var(--themed-color-container-fill-primary-accent,#2962ff)}@media (any-hover:hover){.control-bar__btn:active:hover,html.theme-dark .control-bar__btn:active:hover{background-color:var(--themed-color-container-fill-primary-accent-semi-bold,#1e53e5)}}.control-bar__btn--btn-hidden{opacity:0;visibility:hidden}.control-bar__btn--move-left svg{transform:rotate(-180deg)}.control-bar__btn svg{pointer-events:none}.blockHidden-e6PF69Df{display:none!important}.pane-button-e6PF69Df{background-color:currentColor;border:1px solid #d1d4dc;border-radius:3px;cursor:default;pointer-events:all}@media (any-hover:hover){.pane-button-e6PF69Df:hover:after{background-color:#1317220f;border-radius:3px;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:0}}.chart-widget__top--themed-dark .pane-button-e6PF69Df{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .pane-button-e6PF69Df:hover:after{background-color:#ffffff1a}}.tv-circle-logo-pair{display:inline-block;position:relative}.tv-circle-logo-pair--xxxsmall{height:18px;width:18px}.tv-circle-logo-pair--xxsmall{height:20px;width:20px}.tv-circle-logo-pair--xsmall{height:24px;width:24px}.tv-circle-logo-pair--small{height:28px;width:28px}.tv-circle-logo-pair--medium{height:36px;width:36px}.tv-circle-logo-pair--large{height:48px;width:48px}.tv-circle-logo-pair--xlarge{height:56px;width:56px}.tv-circle-logo-pair--xxlarge{height:112px;width:112px}.tv-circle-logo-pair--xxxlarge{height:168px;width:168px}.tv-circle-logo-pair__logo{border-radius:50%}.tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#e0e3eb)}html.theme-dark .tv-circle-logo-pair__logo:not(img){background-color:var(--themed-color-circle-logo-background,#2a2e39)}.tv-circle-logo-pair__logo:first-child,.tv-circle-logo-pair__logo:last-child{position:absolute;right:0;top:0}.tv-circle-logo-pair__logo--xxxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxxsmall:first-child{clip-path:path("M12 0H0v4a8 8 0 0 1 8 8h4V0Z")}.tv-circle-logo-pair__logo--xxxsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--xxsmall{height:12px;width:12px}.tv-circle-logo-pair__logo--xxsmall:first-child{clip-path:path("M12 0H0v6.254A8 8 0 0 1 5.746 12H12Z")}.tv-circle-logo-pair__logo--xxsmall:last-child{transform:translate(-8px,8px)}.tv-circle-logo-pair__logo--xsmall{height:18px;width:18px}.tv-circle-logo-pair__logo--xsmall:first-child{clip-path:path("M18 0H0v4.41A11 11 0 0 1 13.59 18H18V0Z")}.tv-circle-logo-pair__logo--xsmall:last-child{transform:translate(-6px,6px)}.tv-circle-logo-pair__logo--small{height:18px;width:18px}.tv-circle-logo-pair__logo--small:first-child{clip-path:path("M18 0H0v8.04A11 11 0 0 1 9.96 18H18V0Z")}.tv-circle-logo-pair__logo--small:last-child{transform:translate(-10px,10px)}.tv-circle-logo-pair__logo--medium{height:24px;width:24px}.tv-circle-logo-pair__logo--medium:first-child{clip-path:path("M24 0H0v10c8 0 14 6 14 14h10V0Z")}.tv-circle-logo-pair__logo--medium:last-child{transform:translate(-12px,12px)}.tv-circle-logo-pair__logo--large{height:32px;width:32px}.tv-circle-logo-pair__logo--large:first-child{clip-path:path("M32 0H0v14a18 18 0 0 1 18 18h14V0Z")}.tv-circle-logo-pair__logo--large:last-child{transform:translate(-16px,16px)}.tv-circle-logo-pair__logo--xlarge{height:38px;width:38px}.tv-circle-logo-pair__logo--xlarge:first-child{clip-path:path("M38 0H0v16.02L1 16a21 21 0 0 1 20.98 22H38V0Z")}.tv-circle-logo-pair__logo--xlarge:last-child{transform:translate(-18px,18px)}.tv-circle-logo-pair__logo--xxlarge{height:76px;width:76px}.tv-circle-logo-pair__logo--xxlarge:first-child{clip-path:path("M76 0H0v32.05A42 42 0 0 1 43.95 76H76V0Z")}.tv-circle-logo-pair__logo--xxlarge:last-child{transform:translate(-36px,36px)}.tv-circle-logo-pair__logo--xxxlarge{height:114px;width:114px}.tv-circle-logo-pair__logo--xxxlarge:first-child{clip-path:path("M113 0H0V48c35-1 66 26 66 66v0h48V0Z")}.tv-circle-logo-pair__logo--xxxlarge:last-child{transform:translate(-54px,54px)}.tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-light.6d0b731ac6f489f06e65.svg);background-size:contain}html.theme-dark .tv-circle-logo-pair__logo-empty{background-image:url(empty-coin-dark.d6d07bff92d7e4dff5ad.svg)}.legend-l31H9iuA{color:#0000;contain:content;direction:ltr;flex:1 1 auto;line-height:normal;margin:0 4px;max-width:calc(100% - 8px);padding-top:4px;pointer-events:none;transform:translateZ(0);-webkit-user-select:none;user-select:none;z-index:6}.item-l31H9iuA{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex-wrap:wrap;font-size:13px;max-width:100%;min-height:24px;z-index:1}.item-l31H9iuA.selected-l31H9iuA,.item-l31H9iuA.withAction-l31H9iuA{z-index:2}.item-l31H9iuA.last-l31H9iuA{align-items:center;background-color:currentColor;border-color:#0000;border-style:solid;border-width:0 1px;cursor:default;max-width:18px;order:100000;padding:0 4px;pointer-events:auto}.item-l31H9iuA.last-l31H9iuA .text-l31H9iuA{color:#131722}.item-l31H9iuA .noWrapWrapper-l31H9iuA{display:flex;flex-wrap:nowrap;max-width:100%}.noWrap-l31H9iuA .item-l31H9iuA{flex-wrap:nowrap}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;display:block}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA{display:inline}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueTitle-l31H9iuA:before,.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueValue-l31H9iuA:before{display:none}.noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA .valueItem-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA.unimportant-l31H9iuA{display:none}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA{align-items:center}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{align-self:auto;color:#131722;display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrappable-l31H9iuA .series-l31H9iuA.item-l31H9iuA{flex-wrap:wrap}.directionColumn-l31H9iuA .series-l31H9iuA{flex-direction:column}.directionColumn-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA{align-self:flex-start;max-width:100%}.button-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA{background-color:currentColor}.buttons-l31H9iuA,.buttonsWrapper-l31H9iuA,.item-l31H9iuA,.logoWrapper-l31H9iuA,.statusesWrapper-l31H9iuA,.titlesWrapper-l31H9iuA,.valueItem-l31H9iuA,.valuesWrapper-l31H9iuA{display:flex}.statusesWrapper-l31H9iuA{cursor:default;pointer-events:auto;position:relative;z-index:1}.statusesWrapper__statuses-l31H9iuA:not(:empty){margin-left:12px;margin-right:11px}.titlesWrapper-l31H9iuA{align-items:center;border:1px solid #0000;border-right-width:0;box-sizing:border-box;cursor:default;flex:0 0 auto;max-width:100%;overflow:hidden;padding:0 4px 0 1px;pointer-events:auto;position:relative;z-index:-3}.logoWrapper-l31H9iuA{align-items:center;display:flex;flex:none;position:relative;white-space:nowrap;width:18px}.logoWrapper-l31H9iuA .pairContainer-l31H9iuA{display:inline-flex}.logoWrapper-l31H9iuA .logo-l31H9iuA{border-radius:50%;display:inline-flex;flex:none;overflow:hidden}.logoWrapper-l31H9iuA .logo-l31H9iuA img{height:100%;width:100%}.logoWrapper-l31H9iuA .hidden-l31H9iuA,.logoWrapper-l31H9iuA.hidden-l31H9iuA{display:none}.noActions-l31H9iuA .titlesWrapper-l31H9iuA{pointer-events:none}.titleWrapper-l31H9iuA{align-items:center;color:#131722;column-gap:4px;display:flex;min-height:20px;min-width:23px;position:relative;text-align:left;white-space:nowrap}.titleWrapper-l31H9iuA .title-l31H9iuA{all:unset;direction:rtl;overflow:hidden;text-overflow:ellipsis}.titleWrapper-l31H9iuA.intervalTitle-l31H9iuA{min-width:auto}.titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#f0f3fa;border-radius:3px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;visibility:hidden;z-index:-2}.titleWrapper-l31H9iuA.withDot-l31H9iuA:first-child:after{right:-4px}.titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):after{left:8px;right:-4px}.titleWrapper-l31H9iuA:first-child{padding-left:3px}@media (any-hover:hover){.titleWrapper-l31H9iuA:hover.withAction-l31H9iuA:after{visibility:visible}}.accessible-l31H9iuA:focus{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus-visible{border-radius:2px!important;outline:2px solid #2962ff}.accessible-l31H9iuA:focus:not(:focus-visible){outline:none}.disabled-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be}.disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 4 auto;min-width:15px}.study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#5d606b;flex:0 1 auto;min-width:0;padding-left:4px}.study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#b2b5be}.study-l31H9iuA.disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.study-l31H9iuA.disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA{color:#b2b5be!important}.study-l31H9iuA.hideValues-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .study-l31H9iuA.has5Buttons-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.has5Buttons-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*5)}}.noWrap-l31H9iuA .valuesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{background-color:currentColor;border-bottom:1px solid #0000;border-top:1px solid #0000}.loader-l31H9iuA{margin-left:4px}.noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.series-l31H9iuA .valuesAdditionalWrapper-l31H9iuA{border-left-color:#0000}.noWrap-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA{background-color:initial}.noWrap-l31H9iuA .valueItem-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.noWrap-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA,.series-l31H9iuA .valueItem-l31H9iuA .valueValue-l31H9iuA{display:inline-flex}.hideUniportantValueItems-l31H9iuA .noWrap-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA,.hideUniportantValueItems-l31H9iuA .series-l31H9iuA .valueItem-l31H9iuA.unimportant-l31H9iuA{display:none}.series-l31H9iuA .titlesWrapper-l31H9iuA{align-items:center;font-size:16px;line-height:normal;max-width:100%;min-height:24px;position:relative}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child){padding-left:12px}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before{color:#131722;content:"\b7";font-size:16px;height:100%;left:0;line-height:inherit;position:absolute;text-align:center;top:1px;width:12px;z-index:-1}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.intervalTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.mainTitle-l31H9iuA{flex:0 1 auto}.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.exchangeTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.priceSourceTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.providerTitle-l31H9iuA,.series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.styleTitle-l31H9iuA{flex:0 3 auto}.series-l31H9iuA .valuesWrapper-l31H9iuA{display:flex}.series-l31H9iuA .titlesWrapper-l31H9iuA,.series-l31H9iuA .valuesWrapper-l31H9iuA{min-width:23px}.legend-l31H9iuA .series-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .series-l31H9iuA.flagged-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.legend-l31H9iuA:hover .series-l31H9iuA.flagged-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#fff}.selected-l31H9iuA .button-l31H9iuA,.withAction-l31H9iuA .button-l31H9iuA{background-color:initial}.selected-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA .titlesWrapper-l31H9iuA,.withAction-l31H9iuA.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-radius:4px 0 0 4px}.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.medium-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}@media (any-hover:hover){.medium-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*3)}}.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.minimized-l31H9iuA.legend-l31H9iuA .item-l31H9iuA.study-l31H9iuA.stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}@media (any-hover:hover){.minimized-l31H9iuA.legend-l31H9iuA:hover .item-l31H9iuA.study-l31H9iuA.withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{left:calc(var(--legend-source-item-button-width)*2)}}.valuesWrapper-l31H9iuA{align-items:center;align-self:stretch;cursor:default;flex-wrap:nowrap;overflow:hidden;pointer-events:auto;position:relative}.valuesAdditionalWrapper-l31H9iuA{align-items:baseline;align-self:stretch;border-left:4px solid;direction:rtl;display:flex;flex-wrap:wrap;justify-content:flex-end}.disabled-l31H9iuA .valuesWrapper-l31H9iuA{display:none}.valueItem-l31H9iuA{align-items:center;align-self:stretch;display:flex;text-align:left}.valueItem-l31H9iuA:not(:last-child){padding-right:6px}.valueItem-l31H9iuA:last-child{padding-right:4px}.valueItem-l31H9iuA .valueTitle-l31H9iuA{padding-right:1px}.valueItem-l31H9iuA .valueTitle-l31H9iuA,.valueItem-l31H9iuA .valueValue-l31H9iuA{color:#131722}.series-l31H9iuA .valueItem-l31H9iuA:last-child{padding-right:6px}.series-l31H9iuA .valueItem-l31H9iuA:last-child .titleWrapper-l31H9iuA{display:none}.series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#131722}.buttonsWrapper-l31H9iuA{max-width:0;position:relative;width:0;z-index:2}.micro-l31H9iuA .item-l31H9iuA.series-l31H9iuA[data-name=legend-series-item] .buttonsWrapper-l31H9iuA{max-width:0;width:0}.disabled-l31H9iuA .buttonsWrapper-l31H9iuA,.flagged-l31H9iuA .buttonsWrapper-l31H9iuA{max-width:var(--legend-source-item-button-width);width:var(--legend-source-item-button-width)}.linked-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*2);width:calc(var(--legend-source-item-button-width)*2)}.disabled-l31H9iuA.series-l31H9iuA:not(.onlyOneButtonCanBeStick-l31H9iuA) .buttonsWrapper-l31H9iuA{max-width:calc(var(--legend-source-item-button-width)*3);width:calc(var(--legend-source-item-button-width)*3)}.buttons-l31H9iuA{align-items:center;display:flex;flex-shrink:0;opacity:0;padding:0;pointer-events:none}.disabled-l31H9iuA .buttons-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA,.touchMode-l31H9iuA .buttons-l31H9iuA{opacity:1}.noActions-l31H9iuA .buttons-l31H9iuA{pointer-events:none}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border-radius:0 4px 4px 0}.legend-l31H9iuA .selected-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA .buttons-l31H9iuA,.legend-l31H9iuA .withAction-l31H9iuA .buttons-l31H9iuA{cursor:default;opacity:1;pointer-events:auto}.legend-l31H9iuA .selected-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after,.legend-l31H9iuA .stayInHoveredMode-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}@media (any-hover:hover){.legend-l31H9iuA:hover .withAction-l31H9iuA.withTail-l31H9iuA .valuesWrapper-l31H9iuA:after{background:radial-gradient(10px at 0 50%,currentColor 0,#0000 100%);content:"";height:18px;left:calc(var(--legend-source-item-button-width)*4);position:absolute;top:3px;width:16px}}.button-l31H9iuA{all:unset;align-items:center;align-self:stretch;justify-content:center;opacity:0;position:relative;width:var(--legend-source-item-button-width);z-index:0}.buttonIcon-l31H9iuA{color:#131722;display:flex}.button-l31H9iuA:last-child{border-radius:0 4px 4px 0}@media (any-hover:hover){.button-l31H9iuA:hover:after{background-color:#f0f3fa;border-radius:2px;bottom:1px;content:"";display:block;left:0;position:absolute;right:0;top:1px;z-index:-1}}.button-l31H9iuA.flag-l31H9iuA>span{margin-top:-1px}.disabled-l31H9iuA .buttonIcon-l31H9iuA{color:#131722}@media (any-hover:hover){.legend-l31H9iuA:hover .study-l31H9iuA.invisibleHover-l31H9iuA .button-l31H9iuA{display:flex}}.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#d1d4dc}.selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#f0f3fa}.selected-l31H9iuA .buttons-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA{border:1px solid #d1d4dc;border-left:0}.selected-l31H9iuA .buttons-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.selected-l31H9iuA .buttonsWrapper-l31H9iuA,.selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#2962ff}.buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye,.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye,.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(2),.medium-l31H9iuA .study-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:nth-child(3):nth-last-child(3){display:none}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .crossed-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .normal-eye{display:none}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye,.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .loading-eye{display:block}.eyeLoading-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA .animated-loading-eye{animation:eye-animation-l31H9iuA .96s linear infinite;transform-origin:center}.disabled-l31H9iuA .buttons-l31H9iuA .eye-l31H9iuA,.disabledOnInterval-l31H9iuA .buttons-l31H9iuA .intervalEye-l31H9iuA,.flagged-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.linked-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .flag-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA .buttons-l31H9iuA .linking-l31H9iuA,.withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA{display:flex;opacity:1;pointer-events:auto}.buttons-l31H9iuA .intervalEye-l31H9iuA .animated-loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .loading-eye,.buttons-l31H9iuA .intervalEye-l31H9iuA .normal-eye{display:none}.buttons-l31H9iuA .intervalEye-l31H9iuA .crossed-eye{color:#fb8c00}.selected-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.flagged-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.disabled-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.series-l31H9iuA.linked-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA,.withAction-l31H9iuA.series-l31H9iuA.disabled-l31H9iuA .flag-l31H9iuA .buttonIcon-l31H9iuA{visibility:visible}.flag-l31H9iuA .buttonIcon-l31H9iuA{align-self:stretch;flex:1}.flagWrapper-l31H9iuA,.markerContainer-l31H9iuA{display:flex;flex:1;justify-content:center}.markerContainer-l31H9iuA{align-items:stretch}.flagWrapper-l31H9iuA{width:12px}.flagWrapper-l31H9iuA svg{height:12px}.sourcesWrapper-l31H9iuA{align-items:flex-start;display:flex;flex-direction:column-reverse;margin:0;position:relative}.legendMainSourceWrapper-l31H9iuA{text-align:left}.sources-l31H9iuA{display:flex;flex:1 1 auto;flex-direction:column;width:100%}.toggler-l31H9iuA{align-items:center;display:flex;flex:0 0 auto;margin:2px 5px 0 0;padding:0;position:relative}.toggler-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:none}@media (any-hover:hover){.toggler-l31H9iuA:hover:after{z-index:0}.toggler-l31H9iuA:hover .counter-l31H9iuA,.toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#000}}.toggler-l31H9iuA .counter-l31H9iuA{color:inherit;display:none;font-size:13px;line-height:16px;padding-right:4px}.toggler-l31H9iuA .iconArrow-l31H9iuA{display:flex;transform:rotate(-180deg);transition:transform .1s cubic-bezier(.06,.52,1,.54);width:27px}.toggler-l31H9iuA .objectTree-l31H9iuA{display:none;width:19px}.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{align-items:center;height:19px;justify-content:center}.toggler-l31H9iuA .counter-l31H9iuA,.toggler-l31H9iuA .iconArrow-l31H9iuA,.toggler-l31H9iuA .objectTree-l31H9iuA{color:#131722;position:relative;z-index:1}.closed-l31H9iuA.sourcesWrapper-l31H9iuA{padding-bottom:4px}.closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{display:flex}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{transform:rotate(0)}.closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:19px}.closed-l31H9iuA .sources-l31H9iuA{display:none}.micro-l31H9iuA .sourcesWrapper-l31H9iuA{padding-bottom:4px}.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA .objectTree-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA.objectsTreeCanBeShown-l31H9iuA.onlyOneSourceShown-l31H9iuA{display:flex}.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.micro-l31H9iuA .series-l31H9iuA .valuesWrapper-l31H9iuA,.micro-l31H9iuA .sources-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA,.micro-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA{display:none}.touchMode-l31H9iuA .titlesWrapper-l31H9iuA{height:26px;line-height:25px}.touchMode-l31H9iuA .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.touchMode-l31H9iuA .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{bottom:5px;top:5px}.touchMode-l31H9iuA .series-l31H9iuA .titlesWrapper-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{height:24px;width:30px}.touchMode-l31H9iuA .toggler-l31H9iuA .counter-l31H9iuA{font-size:14px}.touchMode-l31H9iuA .item-l31H9iuA{min-height:26px}.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .iconArrow-l31H9iuA,.touchMode-l31H9iuA .closed-l31H9iuA .toggler-l31H9iuA .objectTree-l31H9iuA{width:24px}.chart-widget__top--themed-dark .item-l31H9iuA.last-l31H9iuA .text-l31H9iuA,.chart-widget__top--themed-dark .noWrap-l31H9iuA .valuesAdditionalWrapper-l31H9iuA,.chart-widget__top--themed-dark .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .valueValue-l31H9iuA{color:#d1d4dc}.chart-widget__top--themed-dark .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:#2a2e39}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .valueValue-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .disabled-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabled-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .titleWrapper-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueTitle-l31H9iuA,.chart-widget__top--themed-dark .disabledOnInterval-l31H9iuA.withCustomTextColor-l31H9iuA .valueValue-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .study-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#868993}.chart-widget__top--themed-dark .study-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e}.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabled-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA,.chart-widget__top--themed-dark .study-l31H9iuA.withCustomTextColor-l31H9iuA.disabledOnInterval-l31H9iuA .titleWrapper-l31H9iuA.descTitle-l31H9iuA{color:#50535e!important}.chart-widget__top--themed-dark .buttonIcon-l31H9iuA,.chart-widget__top--themed-dark .series-l31H9iuA .titlesWrapper-l31H9iuA .titleWrapper-l31H9iuA.withDot-l31H9iuA:not(:first-child):before,.chart-widget__top--themed-dark .series-l31H9iuA .valueItem-l31H9iuA .valueTitle-l31H9iuA{color:#d1d4dc}@media (any-hover:hover){.chart-widget__top--themed-dark .button-l31H9iuA:hover:after{background-color:#2a2e39}}.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA:after,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA:after{background-color:#363a45}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:#131722}.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .buttons-l31H9iuA .button-l31H9iuA:not(:first-child),.chart-widget__top--themed-dark .selected-l31H9iuA .buttonsWrapper-l31H9iuA,.chart-widget__top--themed-dark .selected-l31H9iuA .titlesWrapper-l31H9iuA{border-color:#1848cc}.chart-widget__top--themed-dark .toggler-l31H9iuA{border-color:#363a45}@media (any-hover:hover){.chart-widget__top--themed-dark .toggler-l31H9iuA:hover:after{background-color:#ffffff1a}.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA:hover .objectTree-l31H9iuA{color:#f0f3fa}}.chart-widget__top--themed-dark .toggler-l31H9iuA .counter-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .iconArrow-l31H9iuA,.chart-widget__top--themed-dark .toggler-l31H9iuA .objectTree-l31H9iuA{color:#d1d4dc}@keyframes eye-animation-l31H9iuA{to{transform:rotate(1turn)}}:root.theme-custom .titleWrapper-l31H9iuA.withAction-l31H9iuA:after{background-color:var(--themed-color-legend-background-tertiary)}:root.theme-custom .selected-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .selected-l31H9iuA .titlesWrapper-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .buttons-l31H9iuA,:root.theme-custom .withAction-l31H9iuA .titlesWrapper-l31H9iuA{background-color:var(--themed-color-legend-background-secondary-inverse)}@media (any-hover:hover){:root.theme-custom .button-l31H9iuA:hover:after{background-color:var(--themed-color-legend-background-tertiary)}}.statuses-Lgtz1OtS{align-self:center;border-radius:9px;display:inline-flex;min-width:6px;overflow:hidden}@media (any-hover:hover){.statuses-Lgtz1OtS:hover .statusItem-Lgtz1OtS:after{opacity:.25}}.statuses-Lgtz1OtS:empty,.statuses_hidden-Lgtz1OtS{display:none}.statuses-Lgtz1OtS.small-Lgtz1OtS{border-radius:9px}.statuses-Lgtz1OtS.medium-Lgtz1OtS{border-radius:11px}.statuses-Lgtz1OtS.large-Lgtz1OtS{border-radius:8px}.statuses-Lgtz1OtS.blinking-Lgtz1OtS{will-change:opacity}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):first-child{padding-left:2px}.statuses-Lgtz1OtS .statusItem-Lgtz1OtS:not(:only-child):last-child{padding-right:2px}.statusItem-Lgtz1OtS{direction:rtl;display:flex;position:relative;-webkit-user-select:none;user-select:none}.statusItem-Lgtz1OtS:after{content:"";display:block;height:100%;opacity:.15;position:absolute;right:0;top:0;width:100%;z-index:-1}.statusItem-Lgtz1OtS svg{position:relative;right:50%;top:50%;transform:translate(50%,-50%);z-index:0}.statusItem-Lgtz1OtS.small-Lgtz1OtS{height:18px;width:18px}.statusItem-Lgtz1OtS.medium-Lgtz1OtS{height:22px;width:22px}.statusItem-Lgtz1OtS.large-Lgtz1OtS{height:28px;width:28px}.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-Lgtz1OtS 2.5s cubic-bezier(.25,0,.75,1) infinite}@media (any-hover:hover){.statusItem-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}}.marketStatusOpen-Lgtz1OtS,html.theme-dark .marketStatusOpen-Lgtz1OtS{color:var(--themed-color-market-open,#089981)}.marketStatusOpen-Lgtz1OtS:after,html.theme-dark .marketStatusOpen-Lgtz1OtS:after{background-color:var(--themed-color-market-open-bg,#22ab94)}.marketStatusClose-Lgtz1OtS,html.theme-dark .marketStatusClose-Lgtz1OtS{color:var(--themed-color-market-closed,#9598a1)}.marketStatusClose-Lgtz1OtS:after,html.theme-dark .marketStatusClose-Lgtz1OtS:after{background-color:var(--themed-color-market-closed,#9598a1)}.marketStatusPre-Lgtz1OtS,html.theme-dark .marketStatusPre-Lgtz1OtS{color:var(--themed-color-pre-market,#fb8c00)}.marketStatusPre-Lgtz1OtS:after,html.theme-dark .marketStatusPre-Lgtz1OtS:after{background-color:var(--themed-color-pre-market-bg,#ffa726)}.marketStatusPost-Lgtz1OtS,html.theme-dark .marketStatusPost-Lgtz1OtS{color:var(--themed-color-post-market,#2962ff)}.marketStatusPost-Lgtz1OtS:after,html.theme-dark .marketStatusPost-Lgtz1OtS:after{background-color:var(--themed-color-post-market-bg,#3179f5)}.marketStatusHoliday-Lgtz1OtS,html.theme-dark .marketStatusHoliday-Lgtz1OtS{color:var(--themed-color-market-holiday,#9598a1)}.marketStatusHoliday-Lgtz1OtS:after,html.theme-dark .marketStatusHoliday-Lgtz1OtS:after{background-color:var(--themed-color-market-holiday,#9598a1)}.marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,.marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c);color:#fff}html.theme-dark .marketStatusDelisted-Lgtz1OtS.medium-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS{color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after,html.theme-dark .marketStatusDelisted-Lgtz1OtS.large-Lgtz1OtS:after{background-color:var(--themed-color-delisted-symbol,#cc2f3c)}.marketStatusExpired-Lgtz1OtS,html.theme-dark .marketStatusExpired-Lgtz1OtS{color:var(--themed-color-market-expired,#f23645)}.marketStatusExpired-Lgtz1OtS:after,html.theme-dark .marketStatusExpired-Lgtz1OtS:after{background-color:var(--themed-color-market-expired,#f23645)}.marketStatusCustom-Lgtz1OtS,html.theme-dark .marketStatusCustom-Lgtz1OtS{color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.marketStatusCustom-Lgtz1OtS:after,html.theme-dark .marketStatusCustom-Lgtz1OtS:after{background-color:var(--custom-status-color,var(--themed-color-market-closed,#9598a1))}.invalidSymbol-Lgtz1OtS{color:#fff}.invalidSymbol-Lgtz1OtS,html.theme-dark .invalidSymbol-Lgtz1OtS{background-color:var(--themed-color-invalid-symbol,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .invalidSymbol-Lgtz1OtS:hover{background-color:var(--themed-color-invalid-symbol-hover,#f23645)}.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,.statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.medium-Lgtz1OtS,html.theme-dark .statuses-Lgtz1OtS .marketStatusDelisted-Lgtz1OtS:hover.small-Lgtz1OtS{background-color:var(--themed-color-delisted-symbol-hover,#991f29)}}.replayModeAutoPlay-Lgtz1OtS,.replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModeAutoPlay-Lgtz1OtS,html.theme-dark .replayModePause-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModeAutoPlay-Lgtz1OtS:after,.replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff);opacity:1}html.theme-dark .replayModeAutoPlay-Lgtz1OtS:after,html.theme-dark .replayModePause-Lgtz1OtS:after{background-color:var(--themed-color-replay-mode,#2962ff)}.replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#fff)}html.theme-dark .replayModePointSelect-Lgtz1OtS{color:var(--themed-color-replay-mode-icon,#e3effd)}.replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#d1d4dc);opacity:1}html.theme-dark .replayModePointSelect-Lgtz1OtS:after{background-color:var(--themed-color-replay-select-point,#434651)}.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after{animation:blinking-animation-custom-Lgtz1OtS 1s cubic-bezier(.77,.21,.1,.74) infinite}@media (any-hover:hover){.replayModeAutoPlay-Lgtz1OtS.blinking-Lgtz1OtS:after:hover{opacity:inherit}.statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,.statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModeAutoPlay-Lgtz1OtS:hover:after,html.theme-dark .statuses-Lgtz1OtS .replayModePause-Lgtz1OtS:hover:after{background-color:var(--themed-color-replay-mode-hover,#1e53e5)}.statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#6a6d78);opacity:1}html.theme-dark .statuses-Lgtz1OtS .replayModePointSelect-Lgtz1OtS:hover:after{background-color:var(--themed-color-default-gray,#868993)}}.notAccurate-Lgtz1OtS,html.theme-dark .notAccurate-Lgtz1OtS{color:var(--themed-color-notaccurate-mode,#d81b60)}.notAccurate-Lgtz1OtS:after,html.theme-dark .notAccurate-Lgtz1OtS:after{background-color:var(--themed-color-notaccurate-mode,#d81b60)}.openedInPineEditor-Lgtz1OtS{color:var(--themed-color-forest-green-500,#089950)}.openedInPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-forest-green-500,#089950)}.openedInDetachedPineEditor-Lgtz1OtS{color:var(--themed-color-cold-gray-550,#6a6d78)}.openedInDetachedPineEditor-Lgtz1OtS:after{background-color:var(--themed-color-cold-gray-550,#6a6d78)}.delay-Lgtz1OtS,html.theme-dark .delay-Lgtz1OtS{color:var(--themed-color-delay-mode,#f57c00)}.delay-Lgtz1OtS:after,html.theme-dark .delay-Lgtz1OtS:after{background-color:var(--themed-color-delay-mode-bg,#ffa726)}.eod-Lgtz1OtS,html.theme-dark .eod-Lgtz1OtS{color:var(--themed-color-eod-mode,#7b1fa2)}.eod-Lgtz1OtS:after,html.theme-dark .eod-Lgtz1OtS:after{background-color:var(--themed-color-eod-mode-bg,#ab47bc)}.tvCalculatedPair-Lgtz1OtS{color:var(--themed-color-grapes-purple-400,#ab47bc)}.tvCalculatedPair-Lgtz1OtS:after{background-color:var(--themed-color-grapes-purple-400,#ab47bc)}.dataProblemHigh-Lgtz1OtS{color:#fff}.dataProblemHigh-Lgtz1OtS,html.theme-dark .dataProblemHigh-Lgtz1OtS{background-color:var(--themed-color-data-problem-bg,#f7525f)}.dataProblemLow-Lgtz1OtS,html.theme-dark .dataProblemLow-Lgtz1OtS{color:var(--themed-color-data-problem,#cc2f3c)}.dataProblemLow-Lgtz1OtS:after,html.theme-dark .dataProblemLow-Lgtz1OtS:after{background-color:var(--themed-color-data-problem-bg,#f7525f)}@media (any-hover:hover){.statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#b22833)}html.theme-dark .statuses-Lgtz1OtS .dataProblemHigh-Lgtz1OtS:hover{background-color:var(--themed-color-data-problem-hover,#f23645)}}@keyframes blinking-animation-Lgtz1OtS{0%,to{opacity:.15}50%{opacity:.4}}@keyframes blinking-animation-custom-Lgtz1OtS{0%,to{opacity:.5}50%{opacity:1}}.paneControls-JQv8nO8e{color:#fff;margin-right:auto;margin-top:4px;padding:0 1px 0 4px;position:static;transition:opacity .4s,visibility .4s;z-index:7}.paneControls-JQv8nO8e.hidden-JQv8nO8e{opacity:0;visibility:hidden}.paneControls-JQv8nO8e.forceHidden-JQv8nO8e{height:0;line-height:0;margin:0;padding:0;width:0}.button-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;height:22px;justify-content:center;overflow:hidden;position:relative;width:22px}.button-JQv8nO8e:not(:first-child){margin-left:4px}.button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#131722}.button-JQv8nO8e.minimize-JQv8nO8e .buttonIcon-JQv8nO8e,.button-JQv8nO8e.restore-JQv8nO8e .buttonIcon-JQv8nO8e{color:#fff}.button-JQv8nO8e.newButton-JQv8nO8e{border-radius:4px}.touchMode-JQv8nO8e .button-JQv8nO8e{height:22px;width:22px}@media (any-hover:hover){.collapse-JQv8nO8e:hover .bracket-up,.maximize-JQv8nO8e:hover .bracket-up{animation:maximize-animation-up-bracket-JQv8nO8e .6s ease}.collapse-JQv8nO8e:hover .bracket-down,.maximize-JQv8nO8e:hover .bracket-down{animation:maximize-animation-down-bracket-JQv8nO8e .6s ease}}.collapse-JQv8nO8e .bracket-down,.collapse-JQv8nO8e .bracket-up,.maximize-JQv8nO8e .bracket-down,.maximize-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes maximize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@keyframes maximize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}.minimize-JQv8nO8e,.restore-JQv8nO8e{background-color:#2962ff!important;border-color:#2962ff!important}@media (any-hover:hover){.minimize-JQv8nO8e:hover .bracket-up,.restore-JQv8nO8e:hover .bracket-up{animation:minimize-animation-up-bracket-JQv8nO8e .6s ease}.minimize-JQv8nO8e:hover .bracket-down,.restore-JQv8nO8e:hover .bracket-down{animation:minimize-animation-down-bracket-JQv8nO8e .6s ease}}.minimize-JQv8nO8e .bracket-down,.minimize-JQv8nO8e .bracket-up,.restore-JQv8nO8e .bracket-down,.restore-JQv8nO8e .bracket-up{transform:translateY(0)}@keyframes minimize-animation-up-bracket-JQv8nO8e{50%{transform:translateY(-1px)}}@keyframes minimize-animation-down-bracket-JQv8nO8e{50%{transform:translateY(1px)}}@media (any-hover:hover){.up-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:up-animation-JQv8nO8e .6s ease}}@keyframes up-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(-2px)}}@media (any-hover:hover){.down-JQv8nO8e:hover .buttonIcon-JQv8nO8e{animation:down-animation-JQv8nO8e .6s ease}}@keyframes down-animation-JQv8nO8e{0%{transform:translateY(0)}50%{transform:translateY(2px)}}.buttonsWrapper-JQv8nO8e{align-items:center;display:flex;flex:0 0 auto;flex-wrap:nowrap}.chart-widget__top--themed-dark .paneControls-JQv8nO8e{color:#131722}.chart-widget__top--themed-dark .minimize-JQv8nO8e,.chart-widget__top--themed-dark .restore-JQv8nO8e{background-color:#1848cc!important;border-color:#1848cc!important}@media (any-hover:hover){.chart-widget__top--themed-dark .button-JQv8nO8e:hover .buttonIcon-JQv8nO8e{color:#f0f3fa}}.chart-widget__top--themed-dark .button-JQv8nO8e .buttonIcon-JQv8nO8e{color:#d1d4dc} \ No newline at end of file diff --git a/charting_library/bundles/2157.d1cab62b805a1a6282a1.js b/charting_library/bundles/2157.d1cab62b805a1a6282a1.js deleted file mode 100644 index 6d5c2148..00000000 --- a/charting_library/bundles/2157.d1cab62b805a1a6282a1.js +++ /dev/null @@ -1,11 +0,0 @@ -(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2157],{59142:function(e,t){var n,o,s;o=[t],n=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{e.exports={wrapper:"wrapper-GZajBGIm",input:"input-GZajBGIm",view:"view-GZajBGIm",danger:"danger-GZajBGIm"}},31542:e=>{e.exports={box:"box-ywH2tsV_",noOutline:"noOutline-ywH2tsV_", -disabled:"disabled-ywH2tsV_","intent-danger":"intent-danger-ywH2tsV_",checked:"checked-ywH2tsV_",check:"check-ywH2tsV_",icon:"icon-ywH2tsV_",dot:"dot-ywH2tsV_",disableActiveStyles:"disableActiveStyles-ywH2tsV_"}},49844:e=>{e.exports={loader:"loader-UL6iwcBa",static:"static-UL6iwcBa",item:"item-UL6iwcBa","tv-button-loader":"tv-button-loader-UL6iwcBa",medium:"medium-UL6iwcBa",small:"small-UL6iwcBa",black:"black-UL6iwcBa",white:"white-UL6iwcBa",gray:"gray-UL6iwcBa",primary:"primary-UL6iwcBa"}},10765:e=>{e.exports={accessible:"accessible-rm8yeqY4"}},33832:e=>{e.exports={loaderWrap:"loaderWrap-jGEARQlM",big:"big-jGEARQlM",loader:"loader-jGEARQlM"}},3232:e=>{e.exports={item:"item-GJX1EXhk",interactive:"interactive-GJX1EXhk",hovered:"hovered-GJX1EXhk",disabled:"disabled-GJX1EXhk",active:"active-GJX1EXhk",shortcut:"shortcut-GJX1EXhk",normal:"normal-GJX1EXhk",big:"big-GJX1EXhk",iconCell:"iconCell-GJX1EXhk",icon:"icon-GJX1EXhk",checkmark:"checkmark-GJX1EXhk",content:"content-GJX1EXhk",label:"label-GJX1EXhk",checked:"checked-GJX1EXhk",toolbox:"toolbox-GJX1EXhk",showToolboxOnHover:"showToolboxOnHover-GJX1EXhk",arrowIcon:"arrowIcon-GJX1EXhk",subMenu:"subMenu-GJX1EXhk",invisibleHotkey:"invisibleHotkey-GJX1EXhk"}},74704:e=>{e.exports={row:"row-DFIg7eOh",line:"line-DFIg7eOh",hint:"hint-DFIg7eOh"}},42931:e=>{e.exports={menu:"menu-Tx5xMZww"}},36411:e=>{e.exports={item:"item-WJDah4zD",emptyIcons:"emptyIcons-WJDah4zD",loading:"loading-WJDah4zD",disabled:"disabled-WJDah4zD",interactive:"interactive-WJDah4zD",hovered:"hovered-WJDah4zD",normal:"normal-WJDah4zD",big:"big-WJDah4zD",icon:"icon-WJDah4zD",label:"label-WJDah4zD",title:"title-WJDah4zD",nested:"nested-WJDah4zD",shortcut:"shortcut-WJDah4zD",remove:"remove-WJDah4zD"}},98941:e=>{e.exports={separator:"separator-Ymxd0dt_"}},69658:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},98992:e=>{e.exports={favorite:"favorite-_FRQhM5Y",hovered:"hovered-_FRQhM5Y",disabled:"disabled-_FRQhM5Y",active:"active-_FRQhM5Y",checked:"checked-_FRQhM5Y"}},11772:e=>{e.exports={button:"button-iLKiGOdQ",hovered:"hovered-iLKiGOdQ",disabled:"disabled-iLKiGOdQ",active:"active-iLKiGOdQ",hidden:"hidden-iLKiGOdQ"}},70673:(e,t,n)=>{"use strict";n.d(t,{CheckboxInput:()=>c});var o=n(50959),s=n(97754),r=n(90186),a=n(5811),i=n(57723),l=n.n(i);function c(e){const t=s(l().wrapper,e.className);return o.createElement("span",{className:t,title:e.title,style:e.style},o.createElement("input",{id:e.id,tabIndex:e.tabIndex,className:s(e.intent&&l()[e.intent],l().input),type:"checkbox",name:e.name,checked:e.checked,disabled:e.disabled,value:e.value,autoFocus:e.autoFocus,role:e.role,onChange:function(){var t;null===(t=e.onChange)||void 0===t||t.call(e,e.value)},ref:e.reference,"aria-required":e["aria-required"],"aria-describedby":e["aria-describedby"],"aria-invalid":e["aria-invalid"],...(0,r.filterDataProps)(e)}),o.createElement(a.CheckboxView,{className:l().view, -indeterminate:e.indeterminate,checked:e.checked,disabled:e.disabled,intent:e.intent,tabIndex:e.tabIndex}))}},5811:(e,t,n)=>{"use strict";n.d(t,{CheckboxView:()=>c});var o=n(50959),s=n(97754),r=n(9745),a=n(65890),i=n(31542),l=n.n(i);function c(e){const{indeterminate:t,checked:n,tabIndex:i,className:c,disabled:u,disableActiveStyles:d,intent:h,hideIcon:m,...p}=e,v=t||!n||m?"":a,b=s(l().box,l()[`intent-${h}`],!t&&l().check,!!t&&l().dot,-1===i&&l().noOutline,c,n&&l().checked,u&&l().disabled,d&&l().disableActiveStyles);return o.createElement("span",{className:b,...p},o.createElement(r.Icon,{icon:v,className:l().icon}))}},26996:(e,t,n)=>{"use strict";n.d(t,{Loader:()=>l});var o,s=n(50959),r=n(97754),a=n(49844),i=n.n(a);function l(e){const{className:t,size:n="medium",staticPosition:o,color:a="black"}=e,l=r(i().item,i()[a],i()[n]);return s.createElement("span",{className:r(i().loader,o&&i().static,t)},s.createElement("span",{className:l}),s.createElement("span",{className:l}),s.createElement("span",{className:l}))}!function(e){e.Medium="medium",e.Small="small"}(o||(o={}))},50238:(e,t,n)=>{"use strict";n.d(t,{useRovingTabindexElement:()=>r});var o=n(50959),s=n(39416);function r(e,t=[]){const[n,r]=(0,o.useState)(!1),a=(0,s.useFunctionalRefObject)(e);return(0,o.useLayoutEffect)((()=>{const e=a.current;if(null===e)return;const t=e=>{switch(e.type){case"roving-tabindex:main-element":r(!0);break;case"roving-tabindex:secondary-element":r(!1)}};return e.addEventListener("roving-tabindex:main-element",t),e.addEventListener("roving-tabindex:secondary-element",t),()=>{e.removeEventListener("roving-tabindex:main-element",t),e.removeEventListener("roving-tabindex:secondary-element",t)}}),t),[a,n?0:-1]}},10772:(e,t,n)=>{"use strict";n.d(t,{ContextMenuAction:()=>E});var o=n(50959),s=n(50151),r=n(91561),a=n(59064),i=n(51768),l=n(63273);var c=n(83021),u=n(97754),d=n.n(u),h=n(26996),m=n(5304),p=n(33832);function v(e){const{size:t="normal"}=e;return o.createElement(m.ContextMenuItem,{size:t,jsxLabel:o.createElement("div",{className:d()(p.loaderWrap,p[t])},o.createElement(h.Loader,{className:p.loader})),noInteractive:!0,onMouseOver:e.onMouseOver})}var b=n(3343),f=n(50238),g=n(10765);const w=(0,o.forwardRef)((function(e,t){const{className:n,...s}=e,[r,a]=(0,f.useRovingTabindexElement)(t);return o.createElement(m.ContextMenuItem,{...s,className:d()(g.accessible,n),reference:r,tabIndex:a,onKeyDown:function(e){if(e.target!==e.currentTarget)return;const t=(0,b.hashFromEvent)(e);13!==t&&32!==t||(e.preventDefault(),r.current instanceof HTMLElement&&r.current.click())},"data-role":"menuitem","aria-disabled":e.disabled||void 0})}));class E extends o.PureComponent{constructor(e){super(e),this._itemRef=null,this._menuElementRef=o.createRef(),this._menuRef=null,this._handleClick=e=>{e.isDefaultPrevented()||this.state.disabled||(this._hasSubItems()?this._showSubMenu():(this.state.doNotCloseOnClick||(0,a.globalCloseMenu)(),this.props.action.execute(),this._trackEvent(),this.props.onExecute&&this.props.onExecute(this.props.action)))}, -this._handleClickToolbox=()=>{(0,a.globalCloseMenu)()},this._handleItemMouseOver=()=>{this._showSubMenu(),this._setCurrentContextValue()},this._handleMenuMouseOver=()=>{this._setCurrentContextValue()},this._showSubMenu=()=>{this.props.onShowSubMenu(this.props.action)},this._calcSubMenuPos=e=>function(e,t,n={x:0,y:10}){if(t){const{left:n,right:o,top:s}=t.getBoundingClientRect(),r=document.documentElement.clientWidth,a={x:n-e,y:s},i={x:o,y:s};return(0,l.isRtl)()?n<=e?i:a:r-o>=e?i:a}return n}(e.contentWidth,this._itemRef),this._updateState=e=>{this.setState(e.getState())},this._setItemRef=e=>{this._itemRef=e},this._handleMenuRef=e=>{this._menuRef=e},this._registerSubmenu=()=>{var e;return null===(e=this.context)||void 0===e?void 0:e.registerSubmenu(this.props.action.id,(e=>(0,s.ensureNotNull)(this._itemRef).contains(e)||null!==this._menuElementRef.current&&this._menuElementRef.current.contains(e)))},this.state={...this.props.action.getState()}}componentDidMount(){this.props.action.onUpdate().subscribe(this,this._updateState),this.state.subItems.length&&(this._unsubscribe=this._registerSubmenu()),this.props.reference&&(this._itemRef=this.props.reference.current)}componentDidUpdate(e,t){var n,o,s;t.loading!==this.state.loading&&(null===(o=(n=this.props).onRequestUpdate)||void 0===o||o.call(n)),0===t.subItems.length&&this.state.subItems.length>0&&(this._unsubscribe=this._registerSubmenu()),t.subItems.length>0&&0===this.state.subItems.length&&(null===(s=this._unsubscribe)||void 0===s||s.call(this)),t.subItems!==this.state.subItems&&null!==this._menuRef&&this._menuRef.update()}componentWillUnmount(){this.props.action.onUpdate().unsubscribe(this,this._updateState),this._unsubscribe&&this._unsubscribe()}render(){var e,t;const n=(null===(e=this.context)||void 0===e?void 0:e.current)?this.context.current===this.props.action.id:this.props.isSubMenuOpened;return this.state.loading?o.createElement(v,{size:this.state.size}):o.createElement(w,{theme:this.props.theme,ref:null!==(t=this.props.reference)&&void 0!==t?t:this._setItemRef,onClick:this._handleClick,onClickToolbox:this._handleClickToolbox,onMouseOver:this._handleItemMouseOver,hovered:n,hasSubItems:this._hasSubItems(),actionName:this.state.name,checkboxInput:this.props.checkboxInput,selected:this.props.selected,...this.state},o.createElement(r.ContextMenu,{isOpened:n,items:this.state.subItems,position:this._calcSubMenuPos,menuStatName:this.props.menuStatName,parentStatName:this._getStatName(),menuElementReference:this._menuElementRef,onMouseOver:this.state.subItems.length?this._handleMenuMouseOver:void 0,ref:this._handleMenuRef}))}_setCurrentContextValue(){var e;this.state.subItems.length&&(null===(e=this.context)||void 0===e||e.setCurrent(this.props.action.id))}_hasSubItems(){return this.state.subItems.length>0}_trackEvent(){const e=this._getStatName();(0,i.trackEvent)("ContextMenuClick",this.props.menuStatName||"",e)}_getStatName(){return[this.props.parentStatName,this.state.statName].filter((e=>Boolean(e))).join(".")}}E.contextType=c.SubmenuContext},5304:(e,t,n)=>{ -"use strict";n.d(t,{ContextMenuItem:()=>E,DEFAUL_CONTEXT_MENU_ITEM_THEME:()=>g});var o=n(50959),s=n(97754),r=n(70673),a=n(49483),i=n(71382),l=n(96040),c=n(36189),u=n(99025),d=n(25812),h=n(56570),m=n(90186),p=n(60925),v=n(80802),b=n(14665),f=n(3232);const g=f,w=h.enabled("items_favoriting");class E extends o.PureComponent{constructor(){super(...arguments),this._handleMouseOver=e=>{(0,i.isTouchEvent)(e.nativeEvent)||this.props.onMouseOver&&this.props.onMouseOver()},this._handleClickToolbox=e=>{e.stopPropagation(),this.props.onClickToolbox&&this.props.onClickToolbox()}}render(){const{hasSubItems:e,shortcutHint:t,hint:n,invisibleHotkey:r,favourite:i,theme:l=f,size:d="normal",onKeyDown:h,label:p,jsxLabel:v,styledLabel:g}=this.props,E=this.props.checkable&&this.props.checkboxInput?"label":"div";return o.createElement(o.Fragment,null,o.createElement("tr",{...(0,m.filterDataProps)(this.props),...(0,m.filterAriaProps)(this.props),className:s(this.props.className,l.item,!this.props.noInteractive&&l.interactive,this.props.hovered&&l.hovered,this.props.disabled&&l.disabled,this.props.active&&l.active,this.props.selected&&l.selected,l[d]),onClick:this.props.onClick,onMouseOver:this._handleMouseOver,ref:this.props.reference,"data-action-name":this.props.actionName,tabIndex:this.props.tabIndex,onKeyDown:h},w&&void 0!==i&&o.createElement("td",null,o.createElement(c.FavoriteButton,{className:l.favourite,isFilled:i,onClick:this.props.onFavouriteClick})),o.createElement("td",{className:s(l.iconCell),"data-icon-cell":!0},this._icon(l)),o.createElement("td",{className:l.contentCell},o.createElement(E,{className:l.content},o.createElement("span",{className:s(l.label,this.props.checked&&l.checked),"data-label":!0},!v&&g?g.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):null!=v?v:p),this._toolbox(l),e&&o.createElement("span",{className:l.arrowIcon,dangerouslySetInnerHTML:{__html:b},"data-submenu-arrow":!0}),!e&&t&&!a.CheckMobile.any()&&o.createElement(u.Hint,{className:s(r&&l.invisibleHotkey),text:t}),!e&&!t&&n&&o.createElement(u.Hint,{text:n})))),o.createElement("tr",{className:l.subMenu},o.createElement("td",null,this.props.children)))}_icon(e){if(this.props.checkable){if(this.props.checkboxInput)return o.createElement(r.CheckboxInput,{className:s(e.icon,e.checkboxInput),checked:this.props.checked});if(this.props.checked){const t=!this.props.icon&&!this.props.iconChecked,n=this.props.iconChecked||this.props.icon||v;return o.createElement("span",{className:s(e.icon,t&&e.checkmark),dangerouslySetInnerHTML:{__html:n},"data-icon-checkmark":t})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):o.createElement("span",{className:e.icon})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):null}_toolbox(e){return this.props.toolbox?o.createElement("span",{className:s(e.toolbox,this.props.showToolboxOnHover&&e.showToolboxOnHover),onClick:this._handleClickToolbox,"data-toolbox":!0 -},this._renderToolboxContent()):null}_renderToolboxContent(){return this.props.toolbox&&this.props.toolbox.type===d.ToolboxType.Delete?o.createElement(l.RemoveButton,{icon:p,onClick:this.props.toolbox.action}):null}}},91561:(e,t,n)=>{"use strict";n.d(t,{ContextMenu:()=>_,OverlapContextMenu:()=>M});var o=n(50959),s=n(97754),r=n.n(s),a=n(86431),i=n(27317),l=n(52778);class c extends o.PureComponent{constructor(){super(...arguments),this._handleKeyDown=e=>{e.keyCode===this.props.keyCode&&this.props.handler(e)}}componentDidMount(){document.addEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}componentWillUnmount(){document.removeEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}render(){return null}}var u=n(75535),d=n(37558),h=n(90692),m=n(98941);function p(e){return o.createElement("li",{className:m.separator})}var v=n(23829),b=n(41590),f=n(59064);function g(e){var t;const n=null!==(t=e.action.custom())&&void 0!==t?t:e.action,[s,r]=(0,o.useState)((()=>n.getState())),[a,i]=(0,o.useState)(!1),l=!!s.subItems.length,c=l&&a;return(0,o.useEffect)((()=>{const e=()=>r(n.getState());return n.onUpdate().subscribe(null,e),()=>{n.onUpdate().unsubscribe(null,e)}}),[]),o.createElement(v.ContextMenuItem,{...s,onClick:function(e){if(s.disabled||e.defaultPrevented)return;if(l)return void i(!0);s.doNotCloseOnClick||(0,f.globalCloseMenu)();n.execute()},isLoading:s.loading,isHovered:c},c&&o.createElement(b.Drawer,{onClose:u},o.createElement(x,{items:s.subItems,parentAction:n,closeNested:u})));function u(e){e&&e.preventDefault(),i(!1)}}var w=n(54627),E=n(66493);function x(e){const{items:t,parentAction:n,closeNested:s}=e,r=!Boolean(n)&&t.every((e=>!Boolean("separator"!==e.type&&(e.getState().icon||e.getState().checkable))));return o.createElement(w.EmptyIconsContext.Provider,{value:r},o.createElement("ul",null,n&&o.createElement(o.Fragment,null,o.createElement(v.ContextMenuItem,{label:n.getState().label,isTitle:!0,active:!1,disabled:!1,subItems:[],checkable:!1,checked:!1,doNotCloseOnClick:!1,icon:E,onClick:s}),o.createElement(p,null)),t.map((e=>{switch(e.type){case"action":return o.createElement(g,{key:e.id,action:e});case"separator":return o.createElement(p,{key:e.id})}}))))}const k=o.createContext(null);var y=n(20243),C=n(42931);class _ extends o.PureComponent{constructor(e){super(e),this._menuRef=o.createRef(),this._handleRequestUpdate=()=>{this.update()},this._handleClose=()=>{this.props.onClose&&this.props.onClose()},this._handleOutsideClickClose=e=>{const{doNotCloseOn:t,onClose:n}=this.props;!n||void 0!==t&&t.contains(e.target)||n()},this._handleFocusOnOpen=()=>{var e,t;(null===(e=this.props.menuElementReference)||void 0===e?void 0:e.current)&&this.props.takeFocus&&(null===(t=this.props.menuElementReference)||void 0===t||t.current.focus({preventScroll:!0}))},this._handleFocus=e=>{this.props.isKeyboardEvent&&e.target&&(0,y.focusFirstMenuItem)(e.target)},this.state={}}render(){const{isOpened:e,onClose:t,items:n,doNotCloseOn:s,menuStatName:a,parentStatName:m,takeFocus:p,...v}=this.props -;return e?o.createElement(d.DrawerManager,null,o.createElement(c,{keyCode:27,eventType:"keyup",handler:this._handleClose}),o.createElement(h.MatchMedia,{rule:"screen and (max-width: 430px)"},(t=>this._isDrawer(t)?o.createElement(k.Provider,{value:{type:"drawer"}},o.createElement(b.Drawer,{onClose:this._handleClose,position:"Bottom","data-name":v["data-name"]},o.createElement(x,{items:n}))):o.createElement(k.Provider,{value:{type:"menu"}},o.createElement(l.OutsideEvent,{handler:this._handleOutsideClickClose,mouseDown:!0,touchStart:!0,reference:this.props.menuElementReference},(t=>o.createElement(i.Menu,{...v,reference:t,className:r()(C.menu,"context-menu"),onClose:this._handleClose,noMomentumBasedScroll:!0,ref:this._menuRef,tabIndex:p?-1:void 0,onOpen:this._handleFocusOnOpen,onFocus:this._handleFocus,onKeyDown:y.handleAccessibleMenuKeyDown},o.createElement(u.ActionsTable,{items:n,menuStatName:a,parentStatName:m,parentIsOpened:e,onRequestUpdate:this._handleRequestUpdate})))))))):null}update(){var e;this._menuRef.current&&this._menuRef.current.update(),this.props.isKeyboardEvent&&(null===(e=this.props.menuElementReference)||void 0===e?void 0:e.current)&&document.activeElement===this.props.menuElementReference.current&&(0,y.focusFirstMenuItem)(this.props.menuElementReference.current)}_isDrawer(e){return void 0===this.props.mode?e:"drawer"===this.props.mode}}const M=(0,a.makeOverlapable)(_)},99025:(e,t,n)=>{"use strict";n.d(t,{Hint:()=>i});var o=n(50959),s=n(97754),r=n.n(s),a=n(3232);function i(e){const{text:t="",className:n}=e;return o.createElement("span",{className:r()(a.shortcut,n)},t)}},23829:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>p});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(26996),l=n(54627),c=n(99025),u=n(39750),d=n(79978),h=n(60925),m=n(36411);function p(e){const{className:t,isTitle:n,isLoading:s,isHovered:p,active:v,checkable:b,disabled:f,checked:g,icon:w,iconChecked:E,hint:x,subItems:k,label:y,styledLabel:C,onClick:_,children:M,toolbox:S,jsxLabel:N,size:I="normal"}=e,D=(0,o.useContext)(l.EmptyIconsContext),L=!!k.length;return s?o.createElement("li",{className:r()(t,m.item,m.loading,m[I])},o.createElement(i.Loader,null)):o.createElement("li",{className:r()(t,m.item,m.interactive,n&&m.title,f&&m.disabled,p&&m.hovered,v&&m.active,D&&m.emptyIcons,m[I]),onClick:_},o.createElement(a.Icon,{className:r()(m.icon),icon:function(){if(b&&g)return E||w||u;return w}()}),o.createElement("span",{className:r()(m.label)},!N&&C?C.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):null!=N?N:y),!!S&&o.createElement(a.Icon,{onClick:function(){S&&S.action()},className:m.remove,icon:h}),!L&&x&&o.createElement(c.Hint,{className:m.shortcut,text:x}),L&&o.createElement(a.Icon,{className:m.nested,icon:d}),M)}},54627:(e,t,n)=>{"use strict";n.d(t,{EmptyIconsContext:()=>o});const o=n(50959).createContext(!1)},37558:(e,t,n)=>{"use strict";n.d(t,{DrawerContext:()=>a,DrawerManager:()=>r});var o=n(50959),s=n(99054);class r extends o.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{ -this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,s.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,s.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,s.setFixedBodyState)(!1)}render(){return o.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=o.createContext(null)},41590:(e,t,n)=>{"use strict";n.d(t,{Drawer:()=>m});var o=n(50959),s=n(50151),r=n(97754),a=n(92184),i=n(42842),l=n(37558),c=n(29197),u=n(86656),d=n(69658);var h;function m(e){const{position:t="Bottom",onClose:n,children:u,reference:h,className:m,theme:v=d}=e,b=(0,s.ensureNotNull)((0,o.useContext)(l.DrawerContext)),[f]=(0,o.useState)((()=>(0,a.randomHash)())),g=(0,o.useRef)(null),w=(0,o.useContext)(c.CloseDelegateContext);return(0,o.useLayoutEffect)((()=>((0,s.ensureNotNull)(g.current).focus({preventScroll:!0}),w.subscribe(b,n),b.addDrawer(f),()=>{b.removeDrawer(f),w.unsubscribe(b,n)})),[]),o.createElement(i.Portal,null,o.createElement("div",{ref:h,className:r(d.wrap,d[`position${t}`])},f===b.currentDrawer&&o.createElement("div",{className:d.backdrop,onClick:n}),o.createElement(p,{className:r(v.drawer,d[`position${t}`],m),ref:g,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(h||(h={}));const p=(0,o.forwardRef)(((e,t)=>{const{className:n,...s}=e;return o.createElement(u.TouchScrollContainer,{className:r(d.drawer,n),tabIndex:-1,ref:t,...s})}))},36189:(e,t,n)=>{"use strict";n.d(t,{FavoriteButton:()=>d});var o=n(11542),s=n(50959),r=n(97754),a=n(9745),i=n(39146),l=n(48010),c=n(98992);const u={add:o.t(null,void 0,n(69207)),remove:o.t(null,void 0,n(85106))};function d(e){const{className:t,isFilled:n,isActive:o,onClick:d,...h}=e;return s.createElement(a.Icon,{...h,className:r(c.favorite,"apply-common-tooltip",n&&c.checked,o&&c.active,t),icon:n?i:l,onClick:d,title:n?u.remove:u.add})}},96040:(e,t,n)=>{"use strict";n.d(t,{RemoveButton:()=>c});var o=n(11542),s=n(50959),r=n(97754),a=n(9745),i=n(33765),l=n(11772);function c(e){const{className:t,isActive:c,onClick:u,onMouseDown:d,title:h,hidden:m,"data-name":p="remove-button",icon:v,...b}=e;return s.createElement(a.Icon,{...b,"data-name":p,className:r(l.button,"apply-common-tooltip",c&&l.active,m&&l.hidden,t),icon:v||i,onClick:u,onMouseDown:d,title:h||o.t(null,void 0,n(67410))})}},86656:(e,t,n)=>{"use strict";n.d(t,{TouchScrollContainer:()=>c});var o=n(50959),s=n(59142),r=n(50151),a=n(49483);const i=CSS.supports("overscroll-behavior","none");let l=0;const c=(0,o.forwardRef)(((e,t)=>{const{children:n,...r}=e,c=(0,o.useRef)(null);return(0,o.useImperativeHandle)(t,(()=>c.current)),(0,o.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return l++, -null!==c.current&&(i?1===l&&(document.body.style.overscrollBehavior="none"):(0,s.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{l--,null!==c.current&&(i?0===l&&(document.body.style.overscrollBehavior=""):(0,s.enableBodyScroll)(c.current))}}),[]),o.createElement("div",{ref:c,...r},n)}));function u(e){return t=>{const n=(0,r.ensureNotNull)(e.current),o=document.activeElement;return!n.contains(t)||null!==o&&n.contains(o)&&o.contains(t)}}},20243:(e,t,n)=>{"use strict";n.d(t,{focusFirstMenuItem:()=>c,handleAccessibleMenuFocus:()=>i,handleAccessibleMenuKeyDown:()=>l,queryMenuElements:()=>h});var o=n(19291),s=n(57177),r=n(68335);const a=[37,39,38,40];function i(e,t){var n;if(!e.target)return;const o=null===(n=e.relatedTarget)||void 0===n?void 0:n.getAttribute("aria-activedescendant");if(e.relatedTarget!==t.current){const e=o&&document.getElementById(o);if(!e||e!==t.current)return}c(e.target)}function l(e){var t;if(e.defaultPrevented)return;const n=(0,r.hashFromEvent)(e);if(!a.includes(n))return;const i=document.activeElement;if(!(document.activeElement instanceof HTMLElement))return;const l=h(e.currentTarget).sort(o.navigationOrderComparator);if(0===l.length)return;const c=document.activeElement.closest('[data-role="menuitem"]')||(null===(t=document.activeElement.parentElement)||void 0===t?void 0:t.querySelector('[data-role="menuitem"]'));if(!(c instanceof HTMLElement))return;const p=l.indexOf(c);if(-1===p)return;const v=m(c),b=v.indexOf(document.activeElement),f=-1!==b,g=e=>{i&&(0,s.becomeSecondaryElement)(i),(0,s.becomeMainElement)(e),e.focus()};switch((0,o.mapKeyCodeToDirection)(n)){case"inlinePrev":if(!v.length)return;e.preventDefault(),g(0===b?l[p]:f?u(v,b,-1):v[v.length-1]);break;case"inlineNext":if(!v.length)return;e.preventDefault(),b===v.length-1?g(l[p]):g(f?u(v,b,1):v[0]);break;case"blockPrev":{e.preventDefault();const t=u(l,p,-1);if(f){const e=d(t,b);g(e||t);break}g(t);break}case"blockNext":{e.preventDefault();const t=u(l,p,1);if(f){const e=d(t,b);g(e||t);break}g(t)}}}function c(e){const[t]=h(e);t&&((0,s.becomeMainElement)(t),t.focus())}function u(e,t,n){return e[(t+e.length+n)%e.length]}function d(e,t){const n=m(e);return n.length?n[(t+n.length)%n.length]:null}function h(e){return Array.from(e.querySelectorAll('[data-role="menuitem"]:not([disabled]):not([aria-disabled])')).filter((0,o.createScopedVisibleElementFilter)(e))}function m(e){return Array.from(e.querySelectorAll("[tabindex]:not([disabled]):not([aria-disabled])")).filter((0,o.createScopedVisibleElementFilter)(e))}},57177:(e,t,n)=>{"use strict";var o;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function r(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>r}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(o||(o={}))},75535:(e,t,n)=>{"use strict";n.d(t,{ActionsTable:()=>i});var o=n(50959),s=n(74704);function r(e){return o.createElement("tr",{className:s.row -},o.createElement("td",null,o.createElement("div",{className:s.line})),o.createElement("td",null,o.createElement("div",{className:s.line}),e.hint?o.createElement("div",{className:s.hint},e.hint):null))}var a=n(10772);class i extends o.PureComponent{constructor(e){super(e),this._handleShowSubMenu=e=>{const t=e.getState();this.setState({showSubMenuOf:t.subItems.length?e:void 0})},this.state={}}render(){return o.createElement("table",null,o.createElement("tbody",null,this.props.items.map((e=>this._item(e)))))}static getDerivedStateFromProps(e,t){return!e.parentIsOpened&&t.showSubMenuOf?{showSubMenuOf:void 0}:null}_item(e){var t;switch(e.type){case"separator":return o.createElement(r,{key:e.id,hint:e.getHint()});case"action":const n=null!==(t=e.custom())&&void 0!==t?t:e;return o.createElement(a.ContextMenuAction,{key:n.id,action:n,onShowSubMenu:this._handleShowSubMenu,isSubMenuOpened:this.state.showSubMenuOf===n,menuStatName:this.props.menuStatName,parentStatName:this.props.parentStatName,onRequestUpdate:this.props.onRequestUpdate})}}}},60925:e=>{e.exports=''},65890:e=>{e.exports=''},66493:e=>{e.exports=''},79978:e=>{e.exports=''},80802:e=>{e.exports=''},39750:e=>{e.exports=''},33765:e=>{e.exports=''},14665:e=>{e.exports=''},39146:e=>{ -e.exports=''},48010:e=>{e.exports=''}}]); \ No newline at end of file diff --git a/charting_library/bundles/2157.f319e735be765995ca4f.js b/charting_library/bundles/2157.f319e735be765995ca4f.js new file mode 100644 index 00000000..e52cc4e9 --- /dev/null +++ b/charting_library/bundles/2157.f319e735be765995ca4f.js @@ -0,0 +1,11 @@ +(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2157],{59142:function(e,t){var n,o,s;o=[t],n=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{e.exports={wrapper:"wrapper-GZajBGIm",input:"input-GZajBGIm",view:"view-GZajBGIm",danger:"danger-GZajBGIm"}},4052:e=>{e.exports={box:"box-ywH2tsV_",noOutline:"noOutline-ywH2tsV_", +disabled:"disabled-ywH2tsV_","intent-danger":"intent-danger-ywH2tsV_",checked:"checked-ywH2tsV_",check:"check-ywH2tsV_",icon:"icon-ywH2tsV_",dot:"dot-ywH2tsV_",disableActiveStyles:"disableActiveStyles-ywH2tsV_"}},4665:e=>{e.exports={loader:"loader-UL6iwcBa",static:"static-UL6iwcBa",item:"item-UL6iwcBa","tv-button-loader":"tv-button-loader-UL6iwcBa",medium:"medium-UL6iwcBa",small:"small-UL6iwcBa",black:"black-UL6iwcBa",white:"white-UL6iwcBa",gray:"gray-UL6iwcBa",primary:"primary-UL6iwcBa"}},36110:e=>{e.exports={accessible:"accessible-rm8yeqY4"}},22846:e=>{e.exports={loaderWrap:"loaderWrap-jGEARQlM",big:"big-jGEARQlM",loader:"loader-jGEARQlM"}},31668:e=>{e.exports={item:"item-GJX1EXhk",interactive:"interactive-GJX1EXhk",hovered:"hovered-GJX1EXhk",disabled:"disabled-GJX1EXhk",active:"active-GJX1EXhk",shortcut:"shortcut-GJX1EXhk",normal:"normal-GJX1EXhk",big:"big-GJX1EXhk",iconCell:"iconCell-GJX1EXhk",icon:"icon-GJX1EXhk",content:"content-GJX1EXhk",label:"label-GJX1EXhk",checked:"checked-GJX1EXhk",toolbox:"toolbox-GJX1EXhk",showToolboxOnHover:"showToolboxOnHover-GJX1EXhk",arrowIcon:"arrowIcon-GJX1EXhk",subMenu:"subMenu-GJX1EXhk",invisibleHotkey:"invisibleHotkey-GJX1EXhk"}},21320:e=>{e.exports={row:"row-DFIg7eOh",line:"line-DFIg7eOh",hint:"hint-DFIg7eOh"}},37399:e=>{e.exports={menu:"menu-Tx5xMZww"}},70159:e=>{e.exports={item:"item-WJDah4zD",emptyIcons:"emptyIcons-WJDah4zD",loading:"loading-WJDah4zD",disabled:"disabled-WJDah4zD",interactive:"interactive-WJDah4zD",hovered:"hovered-WJDah4zD",normal:"normal-WJDah4zD",big:"big-WJDah4zD",icon:"icon-WJDah4zD",label:"label-WJDah4zD",title:"title-WJDah4zD",nested:"nested-WJDah4zD",shortcut:"shortcut-WJDah4zD",remove:"remove-WJDah4zD"}},20669:e=>{e.exports={separator:"separator-Ymxd0dt_"}},36718:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},22413:e=>{e.exports={favorite:"favorite-_FRQhM5Y",hovered:"hovered-_FRQhM5Y",disabled:"disabled-_FRQhM5Y",focused:"focused-_FRQhM5Y",active:"active-_FRQhM5Y",checked:"checked-_FRQhM5Y"}},35990:e=>{e.exports={button:"button-iLKiGOdQ",hovered:"hovered-iLKiGOdQ",disabled:"disabled-iLKiGOdQ",focused:"focused-iLKiGOdQ",active:"active-iLKiGOdQ",hidden:"hidden-iLKiGOdQ"}},70673:(e,t,n)=>{"use strict";n.d(t,{CheckboxInput:()=>c});var o=n(50959),s=n(97754),r=n(90186),a=n(5811),i=n(11362),l=n.n(i);function c(e){const t=s(l().wrapper,e.className);return o.createElement("span",{className:t,title:e.title,style:e.style},o.createElement("input",{id:e.id,tabIndex:e.tabIndex,className:s(e.intent&&l()[e.intent],l().input),type:"checkbox",name:e.name,checked:e.checked,disabled:e.disabled,value:e.value,autoFocus:e.autoFocus,role:e.role,onChange:function(){e.onChange?.(e.value)},ref:e.reference,"aria-required":e["aria-required"],"aria-describedby":e["aria-describedby"],"aria-invalid":e["aria-invalid"],...(0,r.filterDataProps)(e)}),o.createElement(a.CheckboxView,{className:l().view, +indeterminate:e.indeterminate,checked:e.checked,disabled:e.disabled,intent:e.intent,tabIndex:e.tabIndex}))}},5811:(e,t,n)=>{"use strict";n.d(t,{CheckboxView:()=>c});var o=n(50959),s=n(97754),r=n(9745),a=n(65890),i=n(4052),l=n.n(i);function c(e){const{indeterminate:t,checked:n,tabIndex:i,className:c,disabled:u,disableActiveStyles:d,intent:h,hideIcon:m,...p}=e,v=t||!n||m?"":a,b=s(l().box,l()[`intent-${h}`],!t&&l().check,!!t&&l().dot,-1===i&&l().noOutline,c,n&&l().checked,u&&l().disabled,d&&l().disableActiveStyles);return o.createElement("span",{className:b,...p},o.createElement(r.Icon,{icon:v,className:l().icon}))}},26996:(e,t,n)=>{"use strict";n.d(t,{Loader:()=>l});var o,s=n(50959),r=n(97754),a=n(4665),i=n.n(a);function l(e){const{className:t,size:n="medium",staticPosition:o,color:a="black"}=e,l=r(i().item,i()[a],i()[n]);return s.createElement("span",{className:r(i().loader,o&&i().static,t)},s.createElement("span",{className:l}),s.createElement("span",{className:l}),s.createElement("span",{className:l}))}!function(e){e.Medium="medium",e.Small="small"}(o||(o={}))},74670:(e,t,n)=>{"use strict";n.d(t,{useActiveDescendant:()=>r});var o=n(50959),s=n(39416);function r(e,t=[]){const[n,r]=(0,o.useState)(!1),a=(0,s.useFunctionalRefObject)(e);return(0,o.useLayoutEffect)((()=>{const e=a.current;if(null===e)return;const t=e=>{switch(e.type){case"active-descendant-focus":r(!0);break;case"active-descendant-blur":r(!1)}};return e.addEventListener("active-descendant-focus",t),e.addEventListener("active-descendant-blur",t),()=>{e.removeEventListener("active-descendant-focus",t),e.removeEventListener("active-descendant-blur",t)}}),t),[a,n]}},50238:(e,t,n)=>{"use strict";n.d(t,{useRovingTabindexElement:()=>r});var o=n(50959),s=n(39416);function r(e,t=[]){const[n,r]=(0,o.useState)(!1),a=(0,s.useFunctionalRefObject)(e);return(0,o.useLayoutEffect)((()=>{const e=a.current;if(null===e)return;const t=e=>{switch(e.type){case"roving-tabindex:main-element":r(!0);break;case"roving-tabindex:secondary-element":r(!1)}};return e.addEventListener("roving-tabindex:main-element",t),e.addEventListener("roving-tabindex:secondary-element",t),()=>{e.removeEventListener("roving-tabindex:main-element",t),e.removeEventListener("roving-tabindex:secondary-element",t)}}),t),[a,n?0:-1]}},10772:(e,t,n)=>{"use strict";n.d(t,{ContextMenuAction:()=>x});var o=n(50959),s=n(50151),r=n(91561),a=n(59064),i=n(51768),l=n(63273);var c=n(83021),u=n(97754),d=n.n(u),h=n(26996),m=n(5304),p=n(22846);function v(e){const{size:t="normal"}=e;return o.createElement(m.ContextMenuItem,{size:t,jsxLabel:o.createElement("div",{className:d()(p.loaderWrap,p[t])},o.createElement(h.Loader,{className:p.loader})),noInteractive:!0,onMouseOver:e.onMouseOver})}var b=n(3343),f=n(50238),E=n(36110);const g=(0,o.forwardRef)((function(e,t){const{className:n,...s}=e,[r,a]=(0,f.useRovingTabindexElement)(t);return o.createElement(m.ContextMenuItem,{...s,className:d()(E.accessible,n),reference:r,tabIndex:a,onKeyDown:function(e){if(e.target!==e.currentTarget)return;const t=(0,b.hashFromEvent)(e) +;13!==t&&32!==t||(e.preventDefault(),r.current instanceof HTMLElement&&r.current.click())},"data-role":"menuitem","aria-disabled":e.disabled||void 0})}));var w=n(90186);class x extends o.PureComponent{constructor(e){super(e),this._itemRef=null,this._menuElementRef=o.createRef(),this._menuRef=null,this._handleClick=e=>{e.isDefaultPrevented()||this.state.disabled||(this._hasSubItems()?this._showSubMenu():(this.state.doNotCloseOnClick||(0,a.globalCloseMenu)(),this.props.action.execute(),this._trackEvent(),this.props.onExecute&&this.props.onExecute(this.props.action)))},this._handleClickToolbox=()=>{(0,a.globalCloseMenu)()},this._handleItemMouseOver=()=>{this._showSubMenu(),this._setCurrentContextValue()},this._handleMenuMouseOver=()=>{this._setCurrentContextValue()},this._showSubMenu=()=>{this.props.onShowSubMenu(this.props.action)},this._calcSubMenuPos=e=>function(e,t,n={x:0,y:10}){if(t){const{left:n,right:o,top:s}=t.getBoundingClientRect(),r=document.documentElement.clientWidth,a={x:n-e,y:s},i={x:o,y:s};return(0,l.isRtl)()?n<=e?i:a:r-o>=e?i:a}return n}(e.contentWidth,this._itemRef),this._updateState=e=>{this.setState(e.getState())},this._setItemRef=e=>{this._itemRef=e},this._handleMenuRef=e=>{this._menuRef=e},this._registerSubmenu=()=>this.context?.registerSubmenu(this.props.action.id,(e=>(0,s.ensureNotNull)(this._itemRef).contains(e)||null!==this._menuElementRef.current&&this._menuElementRef.current.contains(e))),this.state={...this.props.action.getState()}}componentDidMount(){this.props.action.onUpdate().subscribe(this,this._updateState),this.state.subItems.length&&(this._unsubscribe=this._registerSubmenu()),this.props.reference&&(this._itemRef=this.props.reference.current)}componentDidUpdate(e,t){t.loading!==this.state.loading&&this.props.onRequestUpdate?.(),0===t.subItems.length&&this.state.subItems.length>0&&(this._unsubscribe=this._registerSubmenu()),t.subItems.length>0&&0===this.state.subItems.length&&this._unsubscribe?.(),t.subItems!==this.state.subItems&&null!==this._menuRef&&this._menuRef.update()}componentWillUnmount(){this.props.action.onUpdate().unsubscribe(this,this._updateState),this._unsubscribe&&this._unsubscribe()}render(){const e=this.context?.current?this.context.current===this.props.action.id:this.props.isSubMenuOpened;return this.state.loading?o.createElement(v,{size:this.state.size}):o.createElement(g,{...(0,w.filterDataProps)(this.props),theme:this.props.theme,ref:this.props.reference??this._setItemRef,onClick:this._handleClick,onClickToolbox:this._handleClickToolbox,onMouseOver:this._handleItemMouseOver,hovered:e,hasSubItems:this._hasSubItems(),actionName:this.state.name,checkboxInput:this.props.checkboxInput,selected:this.props.selected,className:this.props.className,...this.state},o.createElement(r.ContextMenu,{isOpened:e,items:this.state.subItems,position:this._calcSubMenuPos,menuStatName:this.props.menuStatName,parentStatName:this._getStatName(),menuElementReference:this._menuElementRef,onMouseOver:this.state.subItems.length?this._handleMenuMouseOver:void 0,ref:this._handleMenuRef}))} +_setCurrentContextValue(){this.state.subItems.length&&this.context?.setCurrent(this.props.action.id)}_hasSubItems(){return this.state.subItems.length>0}_trackEvent(){const e=this._getStatName();(0,i.trackEvent)("ContextMenuClick",this.props.menuStatName||"",e)}_getStatName(){return[this.props.parentStatName,this.state.statName].filter((e=>Boolean(e))).join(".")}}x.contextType=c.SubmenuContext},5304:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>w,DEFAUL_CONTEXT_MENU_ITEM_THEME:()=>E});var o=n(50959),s=n(97754),r=n(70673),a=n(49483),i=n(71382),l=n(96040),c=n(36189),u=n(99025),d=n(25812),h=n(56570),m=n(90186),p=n(60925),v=n(60004),b=n(14665),f=n(31668);const E=f,g=h.enabled("items_favoriting");class w extends o.PureComponent{constructor(){super(...arguments),this._handleMouseOver=e=>{(0,i.isTouchEvent)(e.nativeEvent)||this.props.onMouseOver&&this.props.onMouseOver()},this._handleClickToolbox=e=>{e.stopPropagation(),this.props.onClickToolbox&&this.props.onClickToolbox()}}render(){const{hasSubItems:e,shortcutHint:t,hint:n,invisibleHotkey:r,favourite:i,theme:l=f,size:d="normal",onKeyDown:h,label:p,jsxLabel:v,styledLabel:E}=this.props,w=this.props.checkable&&this.props.checkboxInput?"label":"div";return o.createElement(o.Fragment,null,o.createElement("tr",{...(0,m.filterDataProps)(this.props),...(0,m.filterAriaProps)(this.props),id:this.props.id,className:s(this.props.className,l.item,!this.props.noInteractive&&l.interactive,this.props.hovered&&l.hovered,this.props.disabled&&l.disabled,this.props.active&&l.active,this.props.selected&&l.selected,l[d]),onClick:this.props.onClick,onMouseOver:this._handleMouseOver,ref:this.props.reference,"data-action-name":this.props.actionName,tabIndex:this.props.tabIndex,onKeyDown:h},g&&void 0!==i&&o.createElement("td",{className:l.favoriteActionCell},o.createElement(c.FavoriteButton,{id:`${this.props.id}-favorite`,className:l.favourite,isFilled:i,onClick:this.props.onFavouriteClick,"data-role":"list-item-action"})),o.createElement("td",{className:s(l.iconCell),"data-icon-cell":!0},this._icon(l)),o.createElement("td",{className:l.contentCell},o.createElement(w,{className:l.content},o.createElement("span",{className:s(l.label,this.props.checked&&l.checked),"data-label":!0},!v&&E?E.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):v??p),this._toolbox(l),e&&o.createElement("span",{className:l.arrowIcon,dangerouslySetInnerHTML:{__html:b},"data-submenu-arrow":!0}),!e&&t&&!a.CheckMobile.any()&&o.createElement(u.Hint,{className:s(r&&l.invisibleHotkey),text:t}),!e&&!t&&n&&o.createElement(u.Hint,{text:n})))),o.createElement("tr",{className:l.subMenu},o.createElement("td",null,this.props.children)))}_icon(e){if(this.props.checkable){if(this.props.checkboxInput)return o.createElement(r.CheckboxInput,{className:s(e.icon,e.checkboxInput),checked:this.props.checked});if(this.props.checked){const t=!this.props.icon&&!this.props.iconChecked,n=this.props.iconChecked||this.props.icon||v;return o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:n}, +"data-icon-checkmark":t})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):o.createElement("span",{className:e.icon})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):null}_toolbox(e){return this.props.toolbox?o.createElement("span",{className:s(e.toolbox,this.props.showToolboxOnHover&&e.showToolboxOnHover),onClick:this._handleClickToolbox,"data-toolbox":!0},this._renderToolboxContent()):null}_renderToolboxContent(){return this.props.toolbox&&this.props.toolbox.type===d.ToolboxType.Delete?o.createElement(l.RemoveButton,{icon:p,onClick:this.props.toolbox.action}):null}}},91561:(e,t,n)=>{"use strict";n.d(t,{ContextMenu:()=>_,OverlapContextMenu:()=>M});var o=n(50959),s=n(97754),r=n.n(s),a=n(86431),i=n(27317),l=n(52778);class c extends o.PureComponent{constructor(){super(...arguments),this._handleKeyDown=e=>{e.keyCode===this.props.keyCode&&this.props.handler(e)}}componentDidMount(){document.addEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}componentWillUnmount(){document.removeEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}render(){return null}}var u=n(75535),d=n(37558),h=n(90692),m=n(20669);function p(e){return o.createElement("li",{className:m.separator})}var v=n(23829),b=n(41590),f=n(59064);function E(e){const t=e.action.custom()??e.action,[n,s]=(0,o.useState)((()=>t.getState())),[r,a]=(0,o.useState)(!1),i=!!n.subItems.length,l=i&&r;return(0,o.useEffect)((()=>{const e=()=>s(t.getState());return t.onUpdate().subscribe(null,e),()=>{t.onUpdate().unsubscribe(null,e)}}),[]),o.createElement(v.ContextMenuItem,{...n,onClick:function(e){if(n.disabled||e.defaultPrevented)return;if(i)return void a(!0);n.doNotCloseOnClick||(0,f.globalCloseMenu)();t.execute()},isLoading:n.loading,isHovered:l},l&&o.createElement(b.Drawer,{onClose:c},o.createElement(x,{items:n.subItems,parentAction:t,closeNested:c})));function c(e){e&&e.preventDefault(),a(!1)}}var g=n(54627),w=n(66493);function x(e){const{items:t,parentAction:n,closeNested:s}=e,r=!Boolean(n)&&t.every((e=>!Boolean("separator"!==e.type&&(e.getState().icon||e.getState().checkable))));return o.createElement(g.EmptyIconsContext.Provider,{value:r},o.createElement("ul",null,n&&o.createElement(o.Fragment,null,o.createElement(v.ContextMenuItem,{label:n.getState().label,isTitle:!0,active:!1,disabled:!1,subItems:[],checkable:!1,checked:!1,doNotCloseOnClick:!1,icon:w,onClick:s}),o.createElement(p,null)),t.map((e=>{switch(e.type){case"action":return o.createElement(E,{key:e.id,action:e});case"separator":return o.createElement(p,{key:e.id})}}))))}const k=o.createContext(null);var y=n(20243),C=n(37399);class _ extends o.PureComponent{constructor(e){super(e),this._menuRef=o.createRef(),this._handleRequestUpdate=()=>{this.update()},this._handleClose=()=>{this.props.onClose&&this.props.onClose()},this._handleOutsideClickClose=e=>{const{doNotCloseOn:t,onClose:n}=this.props;!n||void 0!==t&&t.contains(e.target)||n()}, +this._handleFocusOnOpen=()=>{this.props.menuElementReference?.current&&this.props.takeFocus&&this.props.menuElementReference?.current.focus({preventScroll:!0})},this._handleFocus=e=>{this.props.isKeyboardEvent&&e.target&&(0,y.focusFirstMenuItem)(e.target)},this.state={}}render(){const{isOpened:e,onClose:t,items:n,doNotCloseOn:s,menuStatName:a,parentStatName:m,takeFocus:p,...v}=this.props;return e?o.createElement(d.DrawerManager,null,o.createElement(c,{keyCode:27,eventType:"keyup",handler:this._handleClose}),o.createElement(h.MatchMedia,{rule:"(max-width: 440px)"},(t=>this._isDrawer(t)?o.createElement(k.Provider,{value:{type:"drawer"}},o.createElement(b.Drawer,{onClose:this._handleClose,position:"Bottom","data-name":v["data-name"]},o.createElement(x,{items:n}))):o.createElement(k.Provider,{value:{type:"menu"}},o.createElement(l.OutsideEvent,{handler:this._handleOutsideClickClose,mouseDown:!0,touchStart:!0,reference:this.props.menuElementReference},(t=>o.createElement(i.Menu,{...v,reference:t,className:r()(C.menu,"context-menu"),onClose:this._handleClose,noMomentumBasedScroll:!0,ref:this._menuRef,tabIndex:p?-1:void 0,onOpen:this._handleFocusOnOpen,onFocus:this._handleFocus,onKeyDown:y.handleAccessibleMenuKeyDown},o.createElement(u.ActionsTable,{items:n,menuStatName:a,parentStatName:m,parentIsOpened:e,onRequestUpdate:this._handleRequestUpdate})))))))):null}update(){this._menuRef.current&&this._menuRef.current.update(),this.props.isKeyboardEvent&&this.props.menuElementReference?.current&&document.activeElement===this.props.menuElementReference.current&&(0,y.focusFirstMenuItem)(this.props.menuElementReference.current)}_isDrawer(e){return void 0===this.props.mode?e:"drawer"===this.props.mode}}const M=(0,a.makeOverlapable)(_)},99025:(e,t,n)=>{"use strict";n.d(t,{Hint:()=>i});var o=n(50959),s=n(97754),r=n.n(s),a=n(31668);function i(e){const{text:t="",className:n}=e;return o.createElement("span",{className:r()(a.shortcut,n)},t)}},23829:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>p});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(26996),l=n(54627),c=n(99025),u=n(39750),d=n(79978),h=n(60925),m=n(70159);function p(e){const{className:t,isTitle:n,isLoading:s,isHovered:p,active:v,checkable:b,disabled:f,checked:E,icon:g,iconChecked:w,hint:x,subItems:k,label:y,styledLabel:C,onClick:_,children:M,toolbox:S,jsxLabel:N,size:I="normal"}=e,D=(0,o.useContext)(l.EmptyIconsContext),L=!!k.length;return s?o.createElement("li",{className:r()(t,m.item,m.loading,m[I])},o.createElement(i.Loader,null)):o.createElement("li",{className:r()(t,m.item,m.interactive,n&&m.title,f&&m.disabled,p&&m.hovered,v&&m.active,D&&m.emptyIcons,m[I]),onClick:_},o.createElement(a.Icon,{className:r()(m.icon),icon:function(){if(b&&E)return w||g||u;return g}()}),o.createElement("span",{className:r()(m.label)},!N&&C?C.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):N??y),!!S&&o.createElement(a.Icon,{onClick:function(){S&&S.action()},className:m.remove,icon:h}),!L&&x&&o.createElement(c.Hint,{className:m.shortcut,text:x +}),L&&o.createElement(a.Icon,{className:m.nested,icon:d}),M)}},54627:(e,t,n)=>{"use strict";n.d(t,{EmptyIconsContext:()=>o});const o=n(50959).createContext(!1)},37558:(e,t,n)=>{"use strict";n.d(t,{DrawerContext:()=>a,DrawerManager:()=>r});var o=n(50959),s=n(99054);class r extends o.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,s.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,s.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,s.setFixedBodyState)(!1)}render(){return o.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=o.createContext(null)},41590:(e,t,n)=>{"use strict";n.d(t,{Drawer:()=>m});var o=n(50959),s=n(50151),r=n(97754),a=n(92184),i=n(42842),l=n(37558),c=n(29197),u=n(86656),d=n(36718);var h;function m(e){const{position:t="Bottom",onClose:n,children:u,reference:h,className:m,theme:v=d}=e,b=(0,s.ensureNotNull)((0,o.useContext)(l.DrawerContext)),[f]=(0,o.useState)((()=>(0,a.randomHash)())),E=(0,o.useRef)(null),g=(0,o.useContext)(c.CloseDelegateContext);return(0,o.useLayoutEffect)((()=>((0,s.ensureNotNull)(E.current).focus({preventScroll:!0}),g.subscribe(b,n),b.addDrawer(f),()=>{b.removeDrawer(f),g.unsubscribe(b,n)})),[]),o.createElement(i.Portal,null,o.createElement("div",{ref:h,className:r(d.wrap,d[`position${t}`])},f===b.currentDrawer&&o.createElement("div",{className:d.backdrop,onClick:n}),o.createElement(p,{className:r(v.drawer,d[`position${t}`],m),ref:E,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(h||(h={}));const p=(0,o.forwardRef)(((e,t)=>{const{className:n,...s}=e;return o.createElement(u.TouchScrollContainer,{className:r(d.drawer,n),tabIndex:-1,ref:t,...s})}))},71402:(e,t,n)=>{"use strict";n.d(t,{RemoveTitleType:()=>o,removeTitlesMap:()=>r});var o,s=n(11542);!function(e){e.Add="add",e.Remove="remove"}(o||(o={}));const r={[o.Add]:s.t(null,void 0,n(69207)),[o.Remove]:s.t(null,void 0,n(85106))}},36189:(e,t,n)=>{"use strict";n.d(t,{FavoriteButton:()=>h});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(71402),l=n(74670),c=n(39146),u=n(48010),d=n(22413);function h(e){const{className:t,isFilled:n,isActive:s,onClick:h,title:m,...p}=e,[v,b]=(0,l.useActiveDescendant)(null),f=m??(n?i.removeTitlesMap[i.RemoveTitleType.Remove]:i.removeTitlesMap[i.RemoveTitleType.Add]);return(0,o.useLayoutEffect)((()=>{const e=v.current;e instanceof HTMLElement&&f&&e.dispatchEvent(new CustomEvent("common-tooltip-update"))}),[f,v]),o.createElement(a.Icon,{...p,className:r()(d.favorite,"apply-common-tooltip",n&&d.checked,s&&d.active,b&&d.focused,t),onClick:h,icon:n?c:u, +title:f,ariaLabel:f,ref:v})}},96040:(e,t,n)=>{"use strict";n.d(t,{RemoveButton:()=>d});var o=n(11542),s=n(50959),r=n(97754),a=n.n(r),i=n(9745),l=n(74670),c=n(33765),u=n(35990);function d(e){const{className:t,isActive:r,onClick:d,onMouseDown:h,title:m,hidden:p,"data-name":v="remove-button",icon:b,...f}=e,[E,g]=(0,l.useActiveDescendant)(null);return s.createElement(i.Icon,{...f,"data-name":v,className:a()(u.button,"apply-common-tooltip",r&&u.active,p&&u.hidden,g&&u.focused,t),icon:b||c,onClick:d,onMouseDown:h,title:m??o.t(null,void 0,n(67410)),ariaLabel:m??o.t(null,void 0,n(67410)),ref:E})}},86656:(e,t,n)=>{"use strict";n.d(t,{TouchScrollContainer:()=>c});var o=n(50959),s=n(59142),r=n(50151),a=n(49483);const i=CSS.supports("overscroll-behavior","none");let l=0;const c=(0,o.forwardRef)(((e,t)=>{const{children:n,...r}=e,c=(0,o.useRef)(null);return(0,o.useImperativeHandle)(t,(()=>c.current)),(0,o.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return l++,null!==c.current&&(i?1===l&&(document.body.style.overscrollBehavior="none"):(0,s.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{l--,null!==c.current&&(i?0===l&&(document.body.style.overscrollBehavior=""):(0,s.enableBodyScroll)(c.current))}}),[]),o.createElement("div",{ref:c,...r},n)}));function u(e){return t=>{const n=(0,r.ensureNotNull)(e.current),o=document.activeElement;return!n.contains(t)||null!==o&&n.contains(o)&&o.contains(t)}}},20243:(e,t,n)=>{"use strict";n.d(t,{focusFirstMenuItem:()=>u,handleAccessibleMenuFocus:()=>l,handleAccessibleMenuKeyDown:()=>c,queryMenuElements:()=>m});var o=n(19291),s=n(57177),r=n(68335),a=n(15754);const i=[37,39,38,40];function l(e,t){if(!e.target)return;const n=e.relatedTarget?.getAttribute("aria-activedescendant");if(e.relatedTarget!==t.current){const e=n&&document.getElementById(n);if(!e||e!==t.current)return}u(e.target)}function c(e){if(e.defaultPrevented)return;const t=(0,r.hashFromEvent)(e);if(!i.includes(t))return;const n=document.activeElement;if(!(document.activeElement instanceof HTMLElement))return;const a=m(e.currentTarget).sort(o.navigationOrderComparator);if(0===a.length)return;const l=document.activeElement.closest('[data-role="menuitem"]')||document.activeElement.parentElement?.querySelector('[data-role="menuitem"]');if(!(l instanceof HTMLElement))return;const c=a.indexOf(l);if(-1===c)return;const u=p(l),v=u.indexOf(document.activeElement),b=-1!==v,f=e=>{n&&(0,s.becomeSecondaryElement)(n),(0,s.becomeMainElement)(e),e.focus()};switch((0,o.mapKeyCodeToDirection)(t)){case"inlinePrev":if(!u.length)return;e.preventDefault(),f(0===v?a[c]:b?d(u,v,-1):u[u.length-1]);break;case"inlineNext":if(!u.length)return;e.preventDefault(),v===u.length-1?f(a[c]):f(b?d(u,v,1):u[0]);break;case"blockPrev":{e.preventDefault();const t=d(a,c,-1);if(b){const e=h(t,v);f(e||t);break}f(t);break}case"blockNext":{e.preventDefault();const t=d(a,c,1);if(b){const e=h(t,v);f(e||t);break}f(t)}}}function u(e){const[t]=m(e);t&&((0,s.becomeMainElement)(t),t.focus())}function d(e,t,n){return e[(t+e.length+n)%e.length]}function h(e,t){const n=p(e) +;return n.length?n[(t+n.length)%n.length]:null}function m(e){return Array.from(e.querySelectorAll('[data-role="menuitem"]:not([disabled]):not([aria-disabled])')).filter((0,a.createScopedVisibleElementFilter)(e))}function p(e){return Array.from(e.querySelectorAll("[tabindex]:not([disabled]):not([aria-disabled])")).filter((0,a.createScopedVisibleElementFilter)(e))}},57177:(e,t,n)=>{"use strict";var o;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function r(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>r}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(o||(o={}))},75535:(e,t,n)=>{"use strict";n.d(t,{ActionsTable:()=>i});var o=n(50959),s=n(21320);function r(e){return o.createElement("tr",{className:s.row},o.createElement("td",null,o.createElement("div",{className:s.line})),o.createElement("td",null,o.createElement("div",{className:s.line}),e.hint?o.createElement("div",{className:s.hint},e.hint):null))}var a=n(10772);class i extends o.PureComponent{constructor(e){super(e),this._handleShowSubMenu=e=>{const t=e.getState();this.setState({showSubMenuOf:t.subItems.length?e:void 0})},this.state={}}render(){return o.createElement("table",null,o.createElement("tbody",null,this.props.items.map((e=>this._item(e)))))}static getDerivedStateFromProps(e,t){return!e.parentIsOpened&&t.showSubMenuOf?{showSubMenuOf:void 0}:null}_item(e){switch(e.type){case"separator":return o.createElement(r,{key:e.id,hint:e.getHint()});case"action":const t=e.custom()??e;return o.createElement(a.ContextMenuAction,{key:t.id,action:t,onShowSubMenu:this._handleShowSubMenu,isSubMenuOpened:this.state.showSubMenuOf===t,menuStatName:this.props.menuStatName,parentStatName:this.props.parentStatName,onRequestUpdate:this.props.onRequestUpdate})}}}},60925:e=>{e.exports=''},60004:e=>{e.exports=''},65890:e=>{e.exports=''},66493:e=>{e.exports=''},79978:e=>{ +e.exports=''},39750:e=>{e.exports=''},33765:e=>{e.exports=''},14665:e=>{e.exports=''},39146:e=>{e.exports=''},48010:e=>{e.exports=''}}]); \ No newline at end of file diff --git a/charting_library/bundles/2197.3c275591170ccafa3bbe.css b/charting_library/bundles/2197.3c275591170ccafa3bbe.css new file mode 100644 index 00000000..e8b1db84 --- /dev/null +++ b/charting_library/bundles/2197.3c275591170ccafa3bbe.css @@ -0,0 +1 @@ +.title-u3QJgF_p{cursor:default;font-size:11px;letter-spacing:.4px;line-height:16px;margin:6px 0;padding:0 12px;text-transform:uppercase}.title-u3QJgF_p,html.theme-dark .title-u3QJgF_p{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,grey))} \ No newline at end of file diff --git a/charting_library/bundles/2197.3c275591170ccafa3bbe.rtl.css b/charting_library/bundles/2197.3c275591170ccafa3bbe.rtl.css new file mode 100644 index 00000000..e8b1db84 --- /dev/null +++ b/charting_library/bundles/2197.3c275591170ccafa3bbe.rtl.css @@ -0,0 +1 @@ +.title-u3QJgF_p{cursor:default;font-size:11px;letter-spacing:.4px;line-height:16px;margin:6px 0;padding:0 12px;text-transform:uppercase}.title-u3QJgF_p,html.theme-dark .title-u3QJgF_p{color:var(--tv-color-popup-element-secondary-text,var(--themed-color-popup-element-secondary-text,grey))} \ No newline at end of file diff --git a/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css b/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css deleted file mode 100644 index 03e98977..00000000 --- a/charting_library/bundles/2198.2762b6c7b8aaa0156d33.css +++ /dev/null @@ -1 +0,0 @@ -.separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#e0e3eb)}html.theme-dark .separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#434651)}.scrollable-EI7Qsb2Q{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (max-height:290px){.scrollable-EI7Qsb2Q{min-height:auto}}@supports (-moz-appearance:none){.scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.scrollable-EI7Qsb2Q::-webkit-scrollbar{height:5px;width:5px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.scrollable-EI7Qsb2Q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-corner{display:none} \ No newline at end of file diff --git a/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css b/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css deleted file mode 100644 index 03e98977..00000000 --- a/charting_library/bundles/2198.2762b6c7b8aaa0156d33.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#e0e3eb)}html.theme-dark .separator-EI7Qsb2Q{border-top:1px solid var(--themed-color-header-separator-border,#434651)}.scrollable-EI7Qsb2Q{flex:1 1 auto;min-height:145px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (max-height:290px){.scrollable-EI7Qsb2Q{min-height:auto}}@supports (-moz-appearance:none){.scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#9598a1) #0000;scrollbar-width:thin}html.theme-dark .scrollable-EI7Qsb2Q{scrollbar-color:var(--themed-color-scroll-bg,#363a45) #0000}}.scrollable-EI7Qsb2Q::-webkit-scrollbar{height:5px;width:5px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#9598a1));border:1px solid #0000;border-radius:3px}html.theme-dark .scrollable-EI7Qsb2Q::-webkit-scrollbar-thumb{background-color:var(--tv-color-scrollbar-thumb-background,var(--themed-color-scroll-bg,#363a45))}.scrollable-EI7Qsb2Q::-webkit-scrollbar-track{background-color:initial;border-radius:3px}.scrollable-EI7Qsb2Q::-webkit-scrollbar-corner{display:none} \ No newline at end of file diff --git a/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css b/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css deleted file mode 100644 index 79e3580a..00000000 --- a/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.css +++ /dev/null @@ -1 +0,0 @@ -.footer-dwINHZFL{align-items:center;background-color:var(--themed-color-bg,#f8f9fd);border-radius:0 0 6px 6px;box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;display:flex;flex:0 0 auto;font-size:13px;justify-content:center;line-height:17px;max-height:65px;min-height:40px;padding:9px 20px;text-align:center}html.theme-dark .footer-dwINHZFL{background-color:var(--themed-color-bg,#2a2e39);color:var(--themed-color-default-gray,#868993)} \ No newline at end of file diff --git a/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css b/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css deleted file mode 100644 index 79e3580a..00000000 --- a/charting_library/bundles/2208.2c33dcc3a2ea34861c2c.rtl.css +++ /dev/null @@ -1 +0,0 @@ -.footer-dwINHZFL{align-items:center;background-color:var(--themed-color-bg,#f8f9fd);border-radius:0 0 6px 6px;box-sizing:border-box;color:var(--themed-color-default-gray,#6a6d78);cursor:default;display:flex;flex:0 0 auto;font-size:13px;justify-content:center;line-height:17px;max-height:65px;min-height:40px;padding:9px 20px;text-align:center}html.theme-dark .footer-dwINHZFL{background-color:var(--themed-color-bg,#2a2e39);color:var(--themed-color-default-gray,#868993)} \ No newline at end of file diff --git a/charting_library/bundles/2211.e60a8683c6b8217336c1.js b/charting_library/bundles/2211.e60a8683c6b8217336c1.js new file mode 100644 index 00000000..2f3bb115 --- /dev/null +++ b/charting_library/bundles/2211.e60a8683c6b8217336c1.js @@ -0,0 +1,4 @@ +"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2211],{32211:(e,t,i)=>{i.d(t,{InplaceTextLineSourcePaneView:()=>_,inplaceEditHandlers:()=>u});var o=i(50151),n=i(11542),s=i(19063),r=i(91676),a=i(27916),l=i(56468),c=i(69186),h=i(72791);const d=n.t(null,void 0,i(6060));function u(e){const t=(t,i)=>{i.sourceWasSelected&&e(t)};return{areaName:l.AreaName.Text,executeDefaultAction:{doubleClickHandler:!0,doubleTapHandler:!0},clickHandler:t,tapHandler:t}}class _ extends a.LineSourcePaneView{constructor(e,t,i,o,n){super(e,t),this._textInfo=new r.WatchedObject({}),this._isTextEditModeActivated=!1,this._textWasEdited=!1,this._showTextEditor=i,this._hideTextEditor=o,this._onSelectionChangeCb=n,this._editableTextSpawn=this._source.editableText().spawn(),this._editableTextSpawn.subscribe((()=>this._updateTextWasEditable()))}destroy(){this._editableTextSpawn.destroy()}setSelectionRange(e){this._selectionRange=e}closeTextEditor(){this._textWasEdited=!1,this._isTextEditModeActivated=!1,this._hideTextEditor?.()}_placeHolderMode(e){return!this._isTextEditMode()&&this._model.hoveredSource()===this._source&&0===this._model.hoveredSourceOrigin()&&(!e||this._model.lastHittestData()?.areaName!==l.AreaName.AnchorPoint)&&!(0,c.lastMouseOrTouchEventInfo)().isTouch&&!this._source.editableTextProperties().text.value()&&this._model.selection().isSelected(this._source)}_updateTextWasEditable(){this._textWasEdited=!0}_textCursorType(){return this._model.selection().isSelected(this._source)&&!this._model.sourcesBeingMoved().includes(this._source)?h.PaneCursorType.Text:void 0}_updateInplaceText(e){this._textInfo.setValue(e),this._model.selection().isSelected(this._source)||this.closeTextEditor();const t=this._source.textEditingEl();t&&this._activateEditMode(t)}_tryActivateEditMode(e,t){const i=(0,o.ensureNotNull)(t.target instanceof HTMLElement?t.target.closest(".chart-gui-wrapper"):null);this._activateEditMode(i)}_isTextEditMode(){return this._isTextEditModeActivated}_textData(){return this._text()||(this._textWasEdited?"​":d)}_textColor(){const e=this._source.editableTextProperties().textColor.value();return this._text()?e:(0,s.generateColor)(e,50,!0)}_inplaceTextHighlight(){const e=this._source.editableTextStyle();return this._selectionRange?{selectionHighlight:{start:this._selectionRange[0],end:this._selectionRange[1],color:(0,s.generateColor)(e.selectionColor,80,!0)}}:{}}_activateEditMode(e){this._showTextEditor?.(e,this._textInfo,d,this.closeTextEditor.bind(this),(e=>this._onSelectionChangeCb?.(e))),this._isTextEditModeActivated=!0}_text(){return this._isTextEditMode()?this._source.editableText().value():this._source.editableTextProperties().text.value()}}},27916:(e,t,i)=>{i.d(t,{LineSourcePaneView:()=>x,createLineSourcePaneViewPoint:()=>p,thirdPointCursorType:()=>_});var o=i(19625),n=i(50151),s=i(69186),r=i(56468),a=i(11064),l=i(36036),c=i(72791),h=i(17330);const d=o.colorsPalette["color-tv-blue-600"];var u;function _(e,t){const i=t.x-e.x,o=t.y-e.y,n=Math.abs(Math.atan2(i,o)) +;return n>Math.PI/4&&n<3*Math.PI/4?c.PaneCursorType.VerticalResize:c.PaneCursorType.HorizontalResize}function p(e,t){return e.pointIndex=t,e}!function(e){e[e.RegularAnchorRadius=6]="RegularAnchorRadius",e[e.TouchAnchorRadius=13]="TouchAnchorRadius",e[e.RegularStrokeWidth=1]="RegularStrokeWidth",e[e.TouchStrokeWidth=3]="TouchStrokeWidth",e[e.RegularSelectedStrokeWidth=3]="RegularSelectedStrokeWidth",e[e.TouchSelectedStrokeWidth=0]="TouchSelectedStrokeWidth"}(u||(u={}));class x{constructor(e,t){this._invalidated=!0,this._points=[],this._middlePoint=null,this._selectionRenderers=[],this._lineAnchorRenderers=[],this._source=e,this._model=t}priceToCoordinate(e){const t=this._source.priceScale();if(null===t)return null;const i=this._source.ownerSource(),o=null!==i?i.firstValue():null;return null===o?null:t.priceToCoordinate(e,o)}anchorColor(){return d}isHoveredSource(){return this._source===this._model.hoveredSource()}isSelectedSource(){return this._model.selection().isSelected(this._source)}isBeingEdited(){return this._model.lineBeingEdited()===this._source}isEditMode(){return!this._model.isSnapshot()}areAnchorsVisible(){return(this.isHoveredSource()&&!this.isLocked()||this.isSelectedSource())&&this.isEditMode()}update(){this._invalidated=!0}isLocked(){return Boolean(this._source.isLocked&&this._source.isLocked())}addAnchors(e,t={}){let i=this._getPoints();this._model.lineBeingCreated()===this._source&&(i=i.slice(0,-1));const o=this._source.points(),n=i.map(((e,t)=>{const i=o[t],n=(0,l.lineSourcePaneViewPointToLineAnchorPoint)(e);return i&&(n.snappingPrice=i.price,n.snappingIndex=i.index),n}));e.append(this.createLineAnchor({...t,points:n},0))}createLineAnchor(e,t){const i=e.points.map((e=>e.point));if(this.isLocked()){const o=this._getSelectionRenderer(t);return o.setData({bgColors:this._lineAnchorColors(i),points:e.points,visible:this.areAnchorsVisible(),hittestResult:r.HitTarget.Regular,barSpacing:this._model.timeScale().barSpacing()}),o}const o=(0,s.lastMouseOrTouchEventInfo)().isTouch,n=this._getLineAnchorRenderer(t),a=this.isHoveredSource()?this._model.lastHittestData()?.pointIndex??null:null;return n.setData({...e,color:this.anchorColor(),backgroundColors:this._lineAnchorColors(i),hoveredPointIndex:a,linePointBeingEdited:this.isBeingEdited()?this._model.linePointBeingEdited():null,radius:this._anchorRadius(),strokeWidth:o?u.TouchStrokeWidth:u.RegularStrokeWidth,selected:this.isSelectedSource(),selectedStrokeWidth:o?u.TouchSelectedStrokeWidth:u.RegularSelectedStrokeWidth,visible:this.areAnchorsVisible(),clickHandler:e.clickHandler}),n}_anchorRadius(){return(0,s.lastMouseOrTouchEventInfo)().isTouch?u.TouchAnchorRadius:u.RegularAnchorRadius}_lineAnchorColors(e){const t=(0,n.ensureNotNull)(this._model.paneForSource(this._source)).height();return e.map((e=>this._model.backgroundColorAtYPercentFromTop(e.y/t)))}_updateImpl(e){this._points=[];this._model.timeScale().isEmpty()||this._validatePriceScale()&&(this._source.points().forEach(((e,t)=>{const i=this._source.pointToScreenPoint(e);i&&this._points.push(p(i,t))})), +2===this._points.length&&(this._middlePoint=this._source.calcMiddlePoint(this._points[0],this._points[1])),this._invalidated=!1)}_validatePriceScale(){const e=this._source.priceScale();return null!==e&&!e.isEmpty()}_getSource(){return this._source}_getPoints(){return this._points}_getModel(){return this._model}_height(){const e=this._source.priceScale();return null!==e?e.height():0}_width(){return this._model.timeScale().width()}_needLabelExclusionPath(e,t){const i=this._source.properties().childs();return"middle"===(t??i.vertLabelsAlign.value())&&(0,h.needTextExclusionPath)(e)}_addAlertRenderer(e,t,i=this._source.properties().linecolor.value()){}_getAlertRenderer(e,t=this._source.properties().linecolor.value(),i){return null}_getSelectionRenderer(e){for(;this._selectionRenderers.length<=e;)this._selectionRenderers.push(new a.SelectionRenderer);return this._selectionRenderers[e]}_getLineAnchorRenderer(e){for(;this._lineAnchorRenderers.length<=e;)this._lineAnchorRenderers.push(new l.LineAnchorRenderer);return this._lineAnchorRenderers[e]}}},36036:(e,t,i)=>{i.d(t,{LineAnchorRenderer:()=>S,lineSourcePaneViewPointToLineAnchorPoint:()=>T,mapLineSourcePaneViewPointToLineAnchorPoint:()=>P});var o=i(86441),n=i(34026),s=i(50151),r=i(37743),a=i(37265),l=i(56468),c=i(72791),h=i(61993),d=i(30125);function u(e,t,i,o){const{point:n}=t,s=i+o/2;(0,r.drawRoundRect)(e,n.x-s,n.y-s,2*s,2*s,(i+o)/2),e.closePath(),e.lineWidth=o}function _(e,t,i,o){e.globalAlpha=.2,u(e,t,i,o),e.stroke(),e.globalAlpha=1}function p(e,t,i,o){u(e,t,i-o,o),e.fill(),e.stroke()}function x(e,t,i,o){const{point:n}=t;e.globalAlpha=.2,e.beginPath(),e.arc(n.x,n.y,i+o/2,0,2*Math.PI,!0),e.closePath(),e.lineWidth=o,e.stroke(),e.globalAlpha=1}function g(e,t,i,o){const{point:n}=t;e.beginPath(),e.arc(n.x,n.y,i-o/2,0,2*Math.PI,!0),e.closePath(),e.lineWidth=o,e.fill(),e.stroke()}class S extends d.BitmapCoordinatesPaneRenderer{constructor(e){super(),this._data=e??null}setData(e){this._data=e}hitTest(e){if(null===this._data||this._data.disableInteractions)return null;const{radius:t,points:i}=this._data,o=t+(0,h.interactionTolerance)().anchor;for(const t of i){if(t.point.subtract(e).length()<=o)return new l.HitTestResult(t.hitTarget??l.HitTarget.ChangePoint,{areaName:l.AreaName.AnchorPoint,pointIndex:t.pointIndex,cursorType:t.cursorType??c.PaneCursorType.Default,activeItem:t.activeItem,snappingPrice:t.snappingPrice,snappingIndex:t.snappingIndex,nonDiscreteIndex:t.nonDiscreteIndex,possibleMovingDirections:t.possibleMovingDirections,clickHandler:this._data.clickHandler,tapHandler:this._data.clickHandler})}return null}doesIntersectWithBox(e){return null!==this._data&&this._data.points.some((t=>(0,n.pointInBox)(t.point,e)))}_drawImpl(e){if(null===this._data||!this._data.visible)return;const t=[],i=[],o=[],n=[];for(let e=0;e{var r=t(50959),l=t(22962);function a(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t