charts-core 1.1.63 → 1.1.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- .sc-charts{--sc-color-main-line: #007aff;--sc-color-hover-circle-fill: #007aff;--sc-color-hover-circle-stroke: #ffffff;--sc-color-range-circle-stroke: #ffffff;--sc-color-selection-up: #56b683;--sc-color-selection-up-tooltip-text: #56b683;--sc-color-selection-down: #f18169;--sc-color-selection-down-tooltip-text: #e8674b;--sc-color-text-secondary: #8e8e93;--sc-size-axis-text: 12px;--sc-color-below-zero-line: #e8674b;--sc-color-hover-circles: #56b683;--sc-color-hover-circles_hover: #aed6bf;color:var(--sc-color-text-base);position:relative}.sc-charts__light{--sc-color-bg: #ffffff;--sc-color-axis-text: #ababae;--sc-color-axis-zero-line: #ededed;--sc-color-selection-down-tooltip-bg: #fdf5f3;--sc-color-selection-down-tooltip-border: #fde8e3;--sc-color-selection-up-tooltip-bg: #f3f9f5;--sc-color-selection-up-tooltip-border: #d9eee0;--sc-color-text-base: #1c2026;--sc-color-main-line-muted: #d9ebff;--sc-color-main-line-selected-muted: #ededed;--sc-color-hover-line: #c7c7c9;--sc-color-hover-tooltip-border: #ededed;--sc-color-hover-tooltip-bg: #ffffff;--sc-shadow-range-tooltip-up: 0px 2px 20px 0px #d9f2e166;--sc-shadow-range-tooltip-down: 0px 2px 20px 0px #fde8e366;--sc-shadow-hover-tooltip: 0px 2px 20px 0px #d1d1d166}.sc-charts__dark{--sc-color-bg: #101213;--sc-color-axis-text: #8e8e93;--sc-color-axis-zero-line: #3d3d3d;--sc-color-selection-down-tooltip-bg: #2d1915;--sc-color-selection-down-tooltip-border: #6c3a2f;--sc-color-selection-up-tooltip-bg: #192b23;--sc-color-selection-up-tooltip-border: #254034;--sc-color-text-base: #ffffff;--sc-color-main-line-muted: #0e2236;--sc-color-main-line-selected-muted: #292929;--sc-color-hover-line: #ffffff;--sc-color-hover-tooltip-border: #343b46;--sc-color-hover-tooltip-bg: #1c2026;--sc-shadow-range-tooltip-up: 0px 2px 20px 0px #316a4b66;--sc-shadow-range-tooltip-down: 0px 2px 20px 0px #6c3a2f66;--sc-shadow-hover-tooltip: 0px 2px 20px 0px #343b4666}.sc-charts__main-line{stroke:var(--sc-color-main-line);stroke-width:2;fill:none;transition:all .3s;stroke-linecap:round;stroke-linejoin:round}.sc-charts__main-line_muted{stroke:var(--sc-color-main-line-muted);transition:all .3s}.sc-charts__main-line_selected-muted{stroke:var(--sc-color-main-line-selected-muted);transition:all .3s}.sc-charts__range-tooltip{overflow:visible;-webkit-user-select:none;user-select:none;font-family:inherit;font-weight:400;font-size:14px}.sc-charts__range-tooltip-container{display:inline-block;white-space:nowrap;padding:8px 12px;border:1px solid;border-radius:8px}.sc-charts__range-tooltip-sum{font-weight:600;margin-bottom:2px;display:flex;align-items:center;gap:8px}.sc-charts__range-tooltip-sum-icon{display:flex;align-items:center;justify-items:center}.sc-charts__range-tooltip_down .sc-charts__range-tooltip-sum-icon{transform:rotate(180deg)}.sc-charts__range-tooltip_up .sc-charts__range-tooltip-container{background-color:var(--sc-color-selection-up-tooltip-bg);border-color:var(--sc-color-selection-up-tooltip-border);box-shadow:var(--sc-shadow-range-tooltip-up)}.sc-charts__range-tooltip_up .sc-charts__range-tooltip-sum{color:var(--sc-color-selection-up-tooltip-text)}.sc-charts__range-tooltip_down .sc-charts__range-tooltip-container{background-color:var(--sc-color-selection-down-tooltip-bg);border-color:var(--sc-color-selection-down-tooltip-border);box-shadow:var(--sc-shadow-range-tooltip-down)}.sc-charts__range-tooltip_down .sc-charts__range-tooltip-sum{color:var(--sc-color-selection-down-tooltip-text)}.sc-charts__hover-circle{stroke:var(--sc-color-hover-circle-stroke);fill:var(--sc-color-hover-circle-fill);stroke-width:2}.sc-charts__range-circle-left,.sc-charts__range-circle-right{stroke:var(--sc-color-range-circle-stroke);stroke-width:2}.sc-charts__range-circle-left_up,.sc-charts__range-circle-right_up{fill:var(--sc-color-selection-up)}.sc-charts__range-circle-left_down,.sc-charts__range-circle-right_down{fill:var(--sc-color-selection-down)}.sc-charts__range-line{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:1}.sc-charts__range-line_hidden{opacity:0}.sc-charts__range-line_up{stroke:var(--sc-color-selection-up)}.sc-charts__range-line_down{stroke:var(--sc-color-selection-down)}.sc-charts__border-range-line{stroke-width:1}.sc-charts__border-range-line_up{stroke:url(#gradient-range-borders-up)}.sc-charts__border-range-line_down{stroke:url(#gradient-range-borders-down)}.sc-charts__hover-line{stroke:url(#hover-line-gradient);stroke-width:1}.sc-charts__highlight-line{stroke-width:2;fill:none;stroke:var(--sc-color-main-line);stroke-linecap:round;stroke-linejoin:round;opacity:1;transition:all .3s}.sc-charts__highlight-line_hidden{opacity:0;transition:all .3s}.sc-charts__hover-tooltip{overflow:visible;-webkit-user-select:none;user-select:none;font-family:inherit;font-weight:400;font-size:14px}.sc-charts__hover-tooltip-container{display:inline-block;white-space:nowrap;padding:8px 12px;border-style:solid;border-width:1px;border-color:var(--sc-color-hover-tooltip-border);background-color:var(--sc-color-hover-tooltip-bg);border-radius:8px;box-shadow:var(--sc-shadow-hover-tooltip)}.sc-charts__hover-tooltip-sum{font-weight:600;margin-bottom:2px;padding-left:6px;position:relative}.sc-charts__hover-tooltip-sum:before{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);border-radius:2px;left:0;width:1.5px;background-color:var(--sc-color-main-line);height:14px}.sc-charts__hover-tooltip-time{color:var(--sc-color-text-secondary)}.sc-charts__x-axis-tick,.sc-charts__y-axis-tick{color:var(--sc-color-axis-text);font-size:var(--sc-size-axis-text);line-height:var(--sc-size-axis-text)}.sc-charts__main-line-area{fill:url(#main-line-area-gradient);opacity:.15;transition:all .3s}.sc-charts__main-line-area_hidden{opacity:0;transition:all .3s}.sc-charts__range-line-area{opacity:.15;transition:all .3s;fill:none}.sc-charts__range-line-area_hidden{opacity:0}.sc-charts__range-line-area_up{fill:url(#range-line-area-gradient_up)}.sc-charts__range-line-area_down{fill:url(#range-line-area-gradient_down)}.sc-charts__below-zero-line{transition:all .3s;opacity:1;stroke-width:2;stroke:var(--sc-color-below-zero-line);fill:none}.sc-charts__below-zero-line_hidden{transition:all .3s;opacity:0}.sc-charts__hovered-circles-tooltip-container{pointer-events:none;position:absolute;bottom:26px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15));overflow:visible}.sc-charts__hovered-circles-tooltip{bottom:0;position:absolute}.sc-charts__hovered-circles-tooltip-arrow{position:absolute;transform:translate(-50%);bottom:4px;display:none}.sc-charts__hovered-circles-tooltip-arrow path{fill:transparent}.sc-charts__hovered-circles{fill:var(--sc-color-hover-circles);transition:all .3s}.sc-charts__hovered-circles_add{fill:transparent}.sc-charts__hovered-circles:hover{fill:var(--sc-color-hover-circles_hover);transition:all .3s}.sc-charts__extreme-point-circle{fill:var(--sc-color-main-line);pointer-events:none}.sc-charts__extreme-point-label{fill:var(--sc-color-text-base);font-size:12px}.sc-charts-cs__add-field{width:100%;height:40px;flex-shrink:0;position:relative}.sc-charts-cs__add-field-input{width:100%;font-size:14px;font-weight:500;padding:0 40px 0 12px;height:100%;border:none;box-sizing:border-box}.sc-charts-cs__add-field-input::placeholder{color:#8e8e93}.sc-charts-cs__add-field-input:hover{background-color:#fafafa}.sc-charts-cs__add-field-input:focus{outline:none}.sc-charts-cs__add-field-input:focus+button{color:#007aff}.sc-charts-cs__add-field-btn{border:none;position:absolute;z-index:3;height:40px;width:40px;color:#c3c3c5;background-color:transparent;cursor:pointer;right:0;top:0;display:flex;align-items:center;justify-content:center}.sc-charts-cs__add-field-btn:disabled{cursor:not-allowed}.sc-charts-cs__add-field-btn:focus{color:#007aff;outline:none;background-color:#ededed}.sc-charts-cs__list-tooltip-add-input{border-radius:0 0 12px 12px;border-top:1px solid #ededed}.sc-charts-cs__list-tooltip-add-input:focus{border-top:1px solid #007aff}.sc-charts-cs__list-tooltip-add-btn{border-radius:0 0 12px}.sc-charts-cs__comment-actions{border:1px solid #ededed;border-radius:12px;visibility:hidden;opacity:0;z-index:5;pointer-events:all;width:max-content;background-color:#fff;box-shadow:0 4px 24px #9badff40;transition:opacity .2s;display:flex;flex-direction:column;gap:4px;padding:8px;min-width:103px;position:absolute}.sc-charts-cs__comment-actions button{border-radius:6px;padding:8px;font-size:14px;font-weight:500;display:flex;justify-content:start;align-items:center;background-color:transparent;border:none;cursor:pointer}.sc-charts-cs__comment-actions button:hover{background-color:#ededed}.sc-charts-cs__comment-actions-delete{color:#f18169}.sc-charts-cs__comment-actions-delete:hover{background-color:#fcebe9}.sc-charts-cs__comment-list-text-wrap{display:flex;align-items:start}.sc-charts-cs__comment-list-action-trigger{background-color:transparent;cursor:pointer;width:20px;height:20px;flex-shrink:0;border:none;display:flex;justify-content:center;align-items:center;color:#1c2026;padding:0}.sc-charts-cs__comments-context{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}.sc-charts-cs__comments-context-menu{width:280px;height:fit-content;position:absolute;pointer-events:all;box-shadow:0 4px 24px #9badff40;border-radius:12px}.sc-charts-cs__comments-context-pointer{background-color:#007aff;border:2px solid white;box-sizing:content-box;width:10px;height:10px;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.sc-charts-cs__context-add{border-radius:12px}.sc-charts-cs__context-add-input{border-radius:12px;border:1px solid #ededed}.sc-charts-cs__context-add-input:focus{border:1px solid #007aff}.sc-charts-cs__comments-edit{display:flex;flex-direction:column;gap:4px;align-items:end}.sc-charts-cs__comments-edit-input{resize:none;width:100%;box-sizing:border-box;padding:4px 8px;border-radius:10px;border:1px solid #ededed;height:60px;font-size:14px;font-weight:500}.sc-charts-cs__comments-edit-input:focus{border:1px solid #007aff;outline:none}.sc-charts-cs__comments-edit-btn-container{display:flex;gap:4px}.sc-charts-cs__comments-edit-btn-container button{cursor:pointer;width:28px;height:28px;border-radius:8px;display:flex;justify-content:center;align-items:center}.sc-charts-cs__comments-edit-btn-container button:focus{outline:none}.sc-charts-cs__comments-edit-save-btn{background-color:#007aff;border:1px solid #007aff;color:#fff}.sc-charts-cs__comments-edit-save-btn:hover{background-color:#1d89fc}.sc-charts-cs__comments-edit-save-btn:focus{background-color:#1d89fc}.sc-charts-cs__comments-edit-save-btn:disabled{cursor:not-allowed;background-color:#8e8e93;border-color:#8e8e93}.sc-charts-cs__comments-edit-cancel-btn{border:1px solid #ededed;background-color:transparent;color:#8e8e93}.sc-charts-cs__comments-edit-cancel-btn:focus{border:1px solid #007aff}.sc-charts-cs__comments-edit-cancel-btn:hover{background-color:#fafafa}.sc-charts-cs__comment-box{position:absolute;overflow:visible}.sc-charts-cs__comment-context-menu-pointer{top:0;left:0}.sc-charts-cs__comments-pointer{width:10px;height:10px;background-color:#007aff;border-radius:50%;border:2px solid white;cursor:pointer;box-sizing:content-box;position:absolute;box-shadow:0 2px 22px #d1d1d166;transform:translate(-50%,-50%);visibility:hidden;opacity:0;transition:opacity .2s}.sc-charts-cs__comment-box-anchor{width:24px;height:24px;border-radius:50% 50% 50% 0;cursor:pointer;position:absolute;pointer-events:all;transform:translate(-50%,-100%);display:flex;align-items:center;justify-content:center;transition:opacity .2s}.sc-charts-cs__comment-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:16px;padding:12px;overflow-y:scroll;max-height:100%}.sc-charts-cs__comment-list-text{color:#1c2026;font-size:14px;font-weight:400;flex-grow:1;word-break:break-word}.sc-charts-cs__comment-list-created-at{color:#8e8e93;font-size:12px;font-weight:500;margin-top:4px}.sc-charts-cs__comment-context-menu{position:absolute;visibility:hidden;opacity:0;z-index:2;pointer-events:all;width:max-content;min-width:280px;background-color:transparent;border-radius:12px;box-shadow:0 4px 24px #9badff40}.sc-charts-cs__list-tooltip{border:1px solid #ededed;border-radius:12px 0 12px 12px;position:absolute;visibility:hidden;opacity:0;z-index:2;pointer-events:all;background-color:#fff;box-shadow:0 4px 24px #9badff40;min-width:180px;transition:opacity .2s;width:280px;display:flex;flex-direction:column}.sc-charts-cs__guides-marker{position:absolute;background-color:#000;color:#fff;padding:6px 4px;line-height:12px;font-size:10px;font-weight:600;white-space:nowrap;border-radius:4px}.sc-charts-cs__guides-marker-h{transform:translate(-50%)}.sc-charts-cs__guides-marker-v{transform:translateY(-50%)}.sc-charts-cs__dom-trade{width:100%;height:100%}.sc-charts-cs__canvas-trade-markers-item{position:absolute;background-color:#777;color:#fff;padding:4px 6px;line-height:12px;font-size:10px;font-weight:600;white-space:nowrap;border-radius:4px}.sc-charts-cs__trade-label-tooltip{padding:12px;background-color:#fff;border-radius:16px;border:1px solid #ededed;font-size:12px;opacity:0;visibility:hidden;transition:opacity .2s;min-width:180px;max-width:240px;box-shadow:0 3.43px 37.78px #d1d1d166;position:absolute;z-index:1;pointer-events:all}.sc-charts-cs__trade-label-tooltip-title{color:#8e8e93;border-bottom:1px solid #ededed;padding-bottom:8px;display:none;margin-bottom:8px}.sc-charts-cs__trade-label-tooltip-box_many{display:flex;flex-direction:column;gap:8px}.sc-charts-cs__trade-label-tooltip-box_many>div{border-top:1px solid #ededed;display:flex;flex-direction:column;padding-top:8px;gap:8px}.sc-charts-cs__trade-label-tooltip-box_many>div:first-child{border-top:none;padding-top:0}.sc-charts-cs__trade-label-tooltip-box_one{display:flex;flex-direction:column;gap:8px}.sc-charts-cs__trade-label-tooltip-line{display:flex;align-items:center;justify-content:space-between}.sc-charts-cs__trade-label-tooltip-line strong{font-weight:500}.sc-charts-cs__dom-user-markers{width:100%;height:100%;top:0;left:0;position:absolute;pointer-events:none}.sc-charts-cs__user-markers-item{position:absolute;background-color:#000;color:#fff;padding:4px 6px;line-height:12px;font-size:10px;font-weight:600;white-space:nowrap;border-radius:4px}.sc-charts-cs{color:#000;width:100%;height:100%;position:relative;overflow:hidden}.sc-charts-cs__canvas-main{pointer-events:all}.sc-charts-cs__canvas{width:100%;height:100%;position:absolute;top:0;left:0}.sc-charts-cs__canvas-additional{background:transparent;pointer-events:none}.sc-charts-cs__dom-elements{width:100%;height:100%;top:0;left:0;position:absolute;pointer-events:none}.sc-charts-cs__candles-no-data{position:absolute;background-color:#8e8e93;color:#fff;padding:3px 4px;border-radius:4px;font-size:12px;pointer-events:none;white-space:nowrap;transform:translateY(-100%);align-items:center;gap:3px;z-index:1}.sc-charts-cs__candles-no-data p{margin:0}.sc-charts-cs__candles-limiter{position:absolute;transform:translate(-100%,-50%);display:flex;justify-content:center;align-items:center}
1
+ .sc-charts{--sc-color-main-line: #007aff;--sc-color-hover-circle-fill: var(--sc-color-main-line);--sc-color-hover-circle-stroke: #ffffff;--sc-color-range-circle-stroke: #ffffff;--sc-color-selection-up: #56b683;--sc-color-selection-up-tooltip-text: #56b683;--sc-color-selection-down: #f18169;--sc-color-selection-down-tooltip-text: #e8674b;--sc-color-text-secondary: #8e8e93;--sc-size-axis-text: 12px;--sc-color-below-zero-line: #e8674b;--sc-color-hover-circles: #56b683;--sc-color-hover-circles_hover: #aed6bf;--sc-color-tooltip-bg: #1c2026;--sc-color-tooltip-divider: #33363c;--sc-color-tooltip-header: #ffffff;--sc-shadow-tooltip: 0px 2px 20px 0px #343b4666;color:var(--sc-color-text-base);position:relative}.sc-charts__light{--sc-color-bg: #ffffff;--sc-color-axis-text: #ababae;--sc-color-axis-zero-line: #ededed;--sc-color-selection-down-tooltip-bg: #fdf5f3;--sc-color-selection-down-tooltip-border: #fde8e3;--sc-color-selection-up-tooltip-bg: #f3f9f5;--sc-color-selection-up-tooltip-border: #d9eee0;--sc-color-text-base: #1c2026;--sc-color-main-line-muted: #d9ebff;--sc-color-main-line-selected-muted: #ededed;--sc-color-hover-line: #c7c7c9;--sc-color-hover-tooltip-border: #ededed;--sc-color-hover-tooltip-bg: #ffffff;--sc-color-tooltip-bg: #1c2026;--sc-color-tooltip-divider: #33363c;--sc-color-tooltip-header: #ffffff;--sc-shadow-tooltip: 0px 2px 20px 0px #343b4666;--sc-shadow-range-tooltip-up: 0px 2px 20px 0px #d9f2e166;--sc-shadow-range-tooltip-down: 0px 2px 20px 0px #fde8e366;--sc-shadow-hover-tooltip: 0px 2px 20px 0px #d1d1d166}.sc-charts__dark{--sc-color-bg: #101213;--sc-color-axis-text: #8e8e93;--sc-color-axis-zero-line: #3d3d3d;--sc-color-selection-down-tooltip-bg: #2d1915;--sc-color-selection-down-tooltip-border: #6c3a2f;--sc-color-selection-up-tooltip-bg: #192b23;--sc-color-selection-up-tooltip-border: #254034;--sc-color-text-base: #ffffff;--sc-color-main-line-muted: #0e2236;--sc-color-main-line-selected-muted: #292929;--sc-color-hover-line: #ffffff;--sc-color-hover-tooltip-border: #343b46;--sc-color-hover-tooltip-bg: #1c2026;--sc-color-tooltip-bg: #1c2026;--sc-color-tooltip-divider: #33363c;--sc-color-tooltip-header: #ffffff;--sc-shadow-tooltip: 0px 2px 20px 0px #343b4666;--sc-shadow-range-tooltip-up: 0px 2px 20px 0px #316a4b66;--sc-shadow-range-tooltip-down: 0px 2px 20px 0px #6c3a2f66;--sc-shadow-hover-tooltip: 0px 2px 20px 0px #343b4666}.sc-charts__main-line{stroke:var(--sc-color-main-line);stroke-width:2;fill:none;transition:all .3s;stroke-linecap:round;stroke-linejoin:round}.sc-charts__main-line_muted{stroke:var(--sc-color-main-line-muted);transition:all .3s}.sc-charts__main-line_selected-muted{stroke:var(--sc-color-main-line-selected-muted);transition:all .3s}.sc-charts__range-tooltip{overflow:visible;-webkit-user-select:none;user-select:none;font-family:inherit;font-weight:400;font-size:12px;line-height:16px}.sc-charts__range-tooltip-container{display:inline-block;white-space:nowrap;padding:0;border:none;border-radius:8px;background-color:var(--sc-color-tooltip-bg);box-shadow:var(--sc-shadow-tooltip);position:relative;overflow:hidden}.sc-charts__range-tooltip-container:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.sc-charts__range-tooltip-sum{font-weight:500;letter-spacing:-.1px;margin:0;display:block}.sc-charts__range-tooltip_up .sc-charts__range-tooltip-container{background-color:var(--sc-color-tooltip-bg);box-shadow:var(--sc-shadow-tooltip)}.sc-charts__range-tooltip_up .sc-charts__range-tooltip-container:before{background-color:var(--sc-color-selection-up)}.sc-charts__range-tooltip_up .sc-charts__range-tooltip-sum{color:var(--sc-color-selection-up)}.sc-charts__range-tooltip_down .sc-charts__range-tooltip-container{background-color:var(--sc-color-tooltip-bg);box-shadow:var(--sc-shadow-tooltip)}.sc-charts__range-tooltip_down .sc-charts__range-tooltip-container:before{background-color:var(--sc-color-selection-down)}.sc-charts__range-tooltip_down .sc-charts__range-tooltip-sum{color:var(--sc-color-selection-down)}.sc-charts__range-tooltip-time{color:var(--sc-color-tooltip-header);border-bottom:1px solid var(--sc-color-tooltip-divider);padding:8px 12px;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.1px}.sc-charts__range-tooltip-body{padding:8px 12px;display:flex;flex-direction:column;gap:2px}.sc-charts__range-tooltip-label{color:var(--sc-color-text-secondary);font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.1px}.sc-charts__hover-circle{stroke:var(--sc-color-hover-circle-stroke);fill:var(--sc-color-hover-circle-fill);stroke-width:2}.sc-charts__range-circle-left,.sc-charts__range-circle-right{stroke:var(--sc-color-range-circle-stroke);stroke-width:2}.sc-charts__range-circle-left_up,.sc-charts__range-circle-right_up{fill:var(--sc-color-selection-up)}.sc-charts__range-circle-left_down,.sc-charts__range-circle-right_down{fill:var(--sc-color-selection-down)}.sc-charts__range-line{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:1}.sc-charts__range-line_hidden{opacity:0}.sc-charts__range-line_up{stroke:var(--sc-color-selection-up)}.sc-charts__range-line_down{stroke:var(--sc-color-selection-down)}.sc-charts__border-range-line{stroke-width:1}.sc-charts__border-range-line_up{stroke:url(#gradient-range-borders-up)}.sc-charts__border-range-line_down{stroke:url(#gradient-range-borders-down)}.sc-charts__hover-line{stroke:url(#hover-line-gradient);stroke-width:1}.sc-charts__highlight-line{stroke-width:2;fill:none;stroke:var(--sc-color-main-line);stroke-linecap:round;stroke-linejoin:round;opacity:1;transition:all .3s}.sc-charts__highlight-line_hidden{opacity:0;transition:all .3s}.sc-charts__hover-tooltip{overflow:visible;-webkit-user-select:none;user-select:none;font-family:inherit;font-weight:400;font-size:12px;line-height:16px}.sc-charts__hover-tooltip-container{display:inline-flex;flex-direction:column;white-space:nowrap;border:none;background-color:var(--sc-color-tooltip-bg);border-radius:8px;box-shadow:var(--sc-shadow-tooltip);min-width:184px;overflow:hidden;position:relative}.sc-charts__hover-tooltip-container:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.sc-charts__hover-tooltip-container_up:before{background-color:var(--sc-hover-tooltip-accent-color, var(--sc-color-selection-up))}.sc-charts__hover-tooltip-container_down:before{background-color:var(--sc-hover-tooltip-accent-color, var(--sc-color-selection-down))}.sc-charts__hover-tooltip-time{color:var(--sc-color-tooltip-header);border-bottom:1px solid var(--sc-color-tooltip-divider);padding:8px 12px;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.1px}.sc-charts__hover-tooltip-body{padding:8px 12px;display:flex;flex-direction:column;gap:2px}.sc-charts__hover-tooltip-label{color:var(--sc-color-text-secondary);font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.1px}.sc-charts__hover-tooltip-sum{font-size:12px;font-style:normal;font-weight:500;line-height:16px;position:relative;letter-spacing:-.1px}.sc-charts__hover-tooltip-sum_up{color:var(--sc-color-selection-up)}.sc-charts__hover-tooltip-sum_down{color:var(--sc-color-selection-down)}.sc-charts__x-axis-tick,.sc-charts__y-axis-tick{color:var(--sc-color-axis-text);font-size:var(--sc-size-axis-text);line-height:var(--sc-size-axis-text)}.sc-charts__main-line-area{fill:url(#main-line-area-gradient);opacity:.15;transition:all .3s}.sc-charts__main-line-area_hidden{opacity:0;transition:all .3s}.sc-charts__range-line-area{opacity:.15;transition:all .3s;fill:none}.sc-charts__range-line-area_hidden{opacity:0}.sc-charts__range-line-area_up{fill:url(#range-line-area-gradient_up)}.sc-charts__range-line-area_down{fill:url(#range-line-area-gradient_down)}.sc-charts__below-zero-line{transition:all .3s;opacity:1;stroke-width:2;stroke:var(--sc-color-below-zero-line);fill:none}.sc-charts__below-zero-line_hidden{transition:all .3s;opacity:0}.sc-charts__hovered-circles-tooltip-container{pointer-events:none;position:absolute;bottom:26px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15));overflow:visible}.sc-charts__hovered-circles-tooltip{bottom:0;position:absolute}.sc-charts__hovered-circles-tooltip-arrow{position:absolute;transform:translate(-50%);bottom:4px;display:none}.sc-charts__hovered-circles-tooltip-arrow path{fill:transparent}.sc-charts__hovered-circles{fill:var(--sc-color-hover-circles);transition:all .3s}.sc-charts__hovered-circles_add{fill:transparent}.sc-charts__hovered-circles:hover{fill:var(--sc-color-hover-circles_hover);transition:all .3s}.sc-charts__extreme-point-circle{fill:var(--sc-color-main-line);pointer-events:none}.sc-charts__extreme-point-label{fill:var(--sc-color-text-base);font-size:12px}.sc-charts-cs__add-field{width:100%;height:40px;flex-shrink:0;position:relative}.sc-charts-cs__add-field-input{width:100%;font-size:14px;font-weight:500;padding:0 40px 0 12px;height:100%;border:none;box-sizing:border-box}.sc-charts-cs__add-field-input::placeholder{color:#8e8e93}.sc-charts-cs__add-field-input:hover{background-color:#fafafa}.sc-charts-cs__add-field-input:focus{outline:none}.sc-charts-cs__add-field-input:focus+button{color:#007aff}.sc-charts-cs__add-field-btn{border:none;position:absolute;z-index:3;height:40px;width:40px;color:#c3c3c5;background-color:transparent;cursor:pointer;right:0;top:0;display:flex;align-items:center;justify-content:center}.sc-charts-cs__add-field-btn:disabled{cursor:not-allowed}.sc-charts-cs__add-field-btn:focus{color:#007aff;outline:none;background-color:#ededed}.sc-charts-cs__list-tooltip-add-input{border-radius:0 0 12px 12px;border-top:1px solid #ededed}.sc-charts-cs__list-tooltip-add-input:focus{border-top:1px solid #007aff}.sc-charts-cs__list-tooltip-add-btn{border-radius:0 0 12px}.sc-charts-cs__comment-actions{border:1px solid #ededed;border-radius:12px;visibility:hidden;opacity:0;z-index:5;pointer-events:all;width:max-content;background-color:#fff;box-shadow:0 4px 24px #9badff40;transition:opacity .2s;display:flex;flex-direction:column;gap:4px;padding:8px;min-width:103px;position:absolute}.sc-charts-cs__comment-actions button{border-radius:6px;padding:8px;font-size:14px;font-weight:500;display:flex;justify-content:start;align-items:center;background-color:transparent;border:none;cursor:pointer}.sc-charts-cs__comment-actions button:hover{background-color:#ededed}.sc-charts-cs__comment-actions-delete{color:#f18169}.sc-charts-cs__comment-actions-delete:hover{background-color:#fcebe9}.sc-charts-cs__comment-list-text-wrap{display:flex;align-items:start}.sc-charts-cs__comment-list-action-trigger{background-color:transparent;cursor:pointer;width:20px;height:20px;flex-shrink:0;border:none;display:flex;justify-content:center;align-items:center;color:#1c2026;padding:0}.sc-charts-cs__comments-context{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}.sc-charts-cs__comments-context-menu{width:280px;height:fit-content;position:absolute;pointer-events:all;box-shadow:0 4px 24px #9badff40;border-radius:12px}.sc-charts-cs__comments-context-pointer{background-color:#007aff;border:2px solid white;box-sizing:content-box;width:10px;height:10px;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.sc-charts-cs__context-add{border-radius:12px}.sc-charts-cs__context-add-input{border-radius:12px;border:1px solid #ededed}.sc-charts-cs__context-add-input:focus{border:1px solid #007aff}.sc-charts-cs__comments-edit{display:flex;flex-direction:column;gap:4px;align-items:end}.sc-charts-cs__comments-edit-input{resize:none;width:100%;box-sizing:border-box;padding:4px 8px;border-radius:10px;border:1px solid #ededed;height:60px;font-size:14px;font-weight:500}.sc-charts-cs__comments-edit-input:focus{border:1px solid #007aff;outline:none}.sc-charts-cs__comments-edit-btn-container{display:flex;gap:4px}.sc-charts-cs__comments-edit-btn-container button{cursor:pointer;width:28px;height:28px;border-radius:8px;display:flex;justify-content:center;align-items:center}.sc-charts-cs__comments-edit-btn-container button:focus{outline:none}.sc-charts-cs__comments-edit-save-btn{background-color:#007aff;border:1px solid #007aff;color:#fff}.sc-charts-cs__comments-edit-save-btn:hover{background-color:#1d89fc}.sc-charts-cs__comments-edit-save-btn:focus{background-color:#1d89fc}.sc-charts-cs__comments-edit-save-btn:disabled{cursor:not-allowed;background-color:#8e8e93;border-color:#8e8e93}.sc-charts-cs__comments-edit-cancel-btn{border:1px solid #ededed;background-color:transparent;color:#8e8e93}.sc-charts-cs__comments-edit-cancel-btn:focus{border:1px solid #007aff}.sc-charts-cs__comments-edit-cancel-btn:hover{background-color:#fafafa}.sc-charts-cs__comment-box{position:absolute;overflow:visible}.sc-charts-cs__comment-context-menu-pointer{top:0;left:0}.sc-charts-cs__comments-pointer{width:10px;height:10px;background-color:#007aff;border-radius:50%;border:2px solid white;cursor:pointer;box-sizing:content-box;position:absolute;box-shadow:0 2px 22px #d1d1d166;transform:translate(-50%,-50%);visibility:hidden;opacity:0;transition:opacity .2s}.sc-charts-cs__comment-box-anchor{width:24px;height:24px;border-radius:50% 50% 50% 0;cursor:pointer;position:absolute;pointer-events:all;transform:translate(-50%,-100%);display:flex;align-items:center;justify-content:center;transition:opacity .2s}.sc-charts-cs__comment-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:16px;padding:12px;overflow-y:scroll;max-height:100%}.sc-charts-cs__comment-list-text{color:#1c2026;font-size:14px;font-weight:400;flex-grow:1;word-break:break-word}.sc-charts-cs__comment-list-created-at{color:#8e8e93;font-size:12px;font-weight:500;margin-top:4px}.sc-charts-cs__comment-context-menu{position:absolute;visibility:hidden;opacity:0;z-index:2;pointer-events:all;width:max-content;min-width:280px;background-color:transparent;border-radius:12px;box-shadow:0 4px 24px #9badff40}.sc-charts-cs__list-tooltip{border:1px solid #ededed;border-radius:12px 0 12px 12px;position:absolute;visibility:hidden;opacity:0;z-index:2;pointer-events:all;background-color:#fff;box-shadow:0 4px 24px #9badff40;min-width:180px;transition:opacity .2s;width:280px;display:flex;flex-direction:column}.sc-charts-cs__guides-marker{position:absolute;background-color:#000;color:#fff;padding:6px 4px;line-height:12px;font-size:10px;font-weight:600;white-space:nowrap;border-radius:4px}.sc-charts-cs__guides-marker-h{transform:translate(-50%)}.sc-charts-cs__guides-marker-v{transform:translateY(-50%)}.sc-charts-cs__dom-trade{width:100%;height:100%}.sc-charts-cs__canvas-trade-markers-item{position:absolute;background-color:#777;color:#fff;padding:4px 6px;line-height:12px;font-size:10px;font-weight:600;white-space:nowrap;border-radius:4px}.sc-charts-cs__trade-label-tooltip{padding:12px;background-color:#fff;border-radius:16px;border:1px solid #ededed;font-size:12px;opacity:0;visibility:hidden;transition:opacity .2s;min-width:180px;max-width:240px;box-shadow:0 3.43px 37.78px #d1d1d166;position:absolute;z-index:1;pointer-events:all}.sc-charts-cs__trade-label-tooltip-title{color:#8e8e93;border-bottom:1px solid #ededed;padding-bottom:8px;display:none;margin-bottom:8px}.sc-charts-cs__trade-label-tooltip-box_many{display:flex;flex-direction:column;gap:8px}.sc-charts-cs__trade-label-tooltip-box_many>div{border-top:1px solid #ededed;display:flex;flex-direction:column;padding-top:8px;gap:8px}.sc-charts-cs__trade-label-tooltip-box_many>div:first-child{border-top:none;padding-top:0}.sc-charts-cs__trade-label-tooltip-box_one{display:flex;flex-direction:column;gap:8px}.sc-charts-cs__trade-label-tooltip-line{display:flex;align-items:center;justify-content:space-between}.sc-charts-cs__trade-label-tooltip-line strong{font-weight:500}.sc-charts-cs__dom-user-markers{width:100%;height:100%;top:0;left:0;position:absolute;pointer-events:none}.sc-charts-cs__user-markers-item{position:absolute;background-color:#000;color:#fff;padding:4px 6px;line-height:12px;font-size:10px;font-weight:600;white-space:nowrap;border-radius:4px}.sc-charts-cs{color:#000;width:100%;height:100%;position:relative;overflow:hidden}.sc-charts-cs__canvas-main{pointer-events:all}.sc-charts-cs__canvas{width:100%;height:100%;position:absolute;top:0;left:0}.sc-charts-cs__canvas-additional{background:transparent;pointer-events:none}.sc-charts-cs__dom-elements{width:100%;height:100%;top:0;left:0;position:absolute;pointer-events:none}.sc-charts-cs__candles-no-data{position:absolute;background-color:#8e8e93;color:#fff;padding:3px 4px;border-radius:4px;font-size:12px;pointer-events:none;white-space:nowrap;transform:translateY(-100%);align-items:center;gap:3px;z-index:1}.sc-charts-cs__candles-no-data p{margin:0}.sc-charts-cs__candles-limiter{position:absolute;transform:translate(-100%,-50%);display:flex;justify-content:center;align-items:center}