.control-bar-wrapper {
  direction: ltr;
  height: 28px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.control-bar {
  display: flex;
  transition: opacity 0.3s, visibility 0.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 7px;
}
.control-bar__btn {
  align-items: center;
  background-color: #ffffffbf;
  border-radius: 50%;
  box-shadow: 0 2px 4px #0003;
  color: #5d606b;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin: 0 4px;
  opacity: 1;
  pointer-events: auto;
  transition: background-color 0.3s, color 0.3s, visibility 0.4s, opacity 0.4s;
  -webkit-user-select: none;
  user-select: none;
  visibility: visible;
  width: 28px;
  z-index: 1;
}
.control-bar__btn--btn-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .control-bar__btn:hover {
    background-color: #fff;
    color: #131722;
  }
}
.control-bar__btn:active {
  background-color: #f8f9fd;
  transition: none;
}
.control-bar__btn--minimize {
  background-color: #2962ff;
  color: #fff;
}
.control-bar__btn--minimize:active {
  background-color: #1e53e5;
  color: #fff;
}
@media (any-hover: hover) {
  .control-bar__btn--minimize:hover {
    background-color: #1e53e5;
    color: #fff;
  }
  .control-bar__btn--minimize:hover .corner-left-top {
    animation: animation-minimize-corner-left-top-qWid4aZU 0.6s ease;
  }
  .control-bar__btn--minimize:hover .corner-right-top {
    animation: animation-minimize-corner-right-top-qWid4aZU 0.6s ease;
  }
  .control-bar__btn--minimize:hover .corner-right-bottom {
    animation: animation-minimize-corner-right-bottom-qWid4aZU 0.6s ease;
  }
  .control-bar__btn--minimize:hover .corner-left-bottom {
    animation: animation-minimize-corner-left-bottom-qWid4aZU 0.6s ease;
  }
  .control-bar__btn--maximize:hover .corner-left-top {
    animation: animation-maximize-corner-left-top-qWid4aZU 0.6s ease;
  }
  .control-bar__btn--maximize:hover .corner-right-top {
    animation: animation-maximize-corner-right-top-qWid4aZU 0.6s ease;
  }
  .control-bar__btn--maximize:hover .corner-right-bottom {
    animation: animation-maximize-corner-right-bottom-qWid4aZU 0.6s ease;
  }
  .control-bar__btn--maximize:hover .corner-left-bottom {
    animation: animation-maximize-corner-left-bottom-qWid4aZU 0.6s ease;
  }
}
.chart-widget__bottom--themed-dark .control-bar__btn {
  background-color: #1e222dbf;
  box-shadow: 0 2px 4px #0006;
  color: #b2b5be;
}
@media (any-hover: hover) {
  .chart-widget__bottom--themed-dark .control-bar__btn:hover {
    background-color: #1e222d;
    color: #d1d4dc;
  }
}
.chart-widget__bottom--themed-dark .control-bar__btn:active {
  background-color: #2a2e39;
}
.chart-widget__bottom--themed-dark .control-bar__btn--minimize {
  background-color: #1848cc;
  color: #bbd9fb;
}
.chart-widget__bottom--themed-dark .control-bar__btn--minimize:active {
  background-color: #1e53e5;
  color: #bbd9fb;
}
@media (any-hover: hover) {
  .chart-widget__bottom--themed-dark .control-bar__btn--minimize:hover {
    background-color: #1e53e5;
    color: #bbd9fb;
  }
}
.control-bar__btn--back-present {
  position: absolute;
  right: 2px;
}
.control-bar__btn svg {
  pointer-events: none;
}
@keyframes animation-maximize-corner-left-top-qWid4aZU {
  50% {
    transform: translate(-1px, -1px);
  }
}
@keyframes animation-maximize-corner-right-top-qWid4aZU {
  50% {
    transform: translate(1px, -1px);
  }
}
@keyframes animation-maximize-corner-right-bottom-qWid4aZU {
  50% {
    transform: translate(1px, 1px);
  }
}
@keyframes animation-maximize-corner-left-bottom-qWid4aZU {
  50% {
    transform: translate(-1px, 1px);
  }
}
@keyframes animation-minimize-corner-left-top-qWid4aZU {
  50% {
    transform: translate(1px, 1px);
  }
}
@keyframes animation-minimize-corner-right-top-qWid4aZU {
  50% {
    transform: translate(-1px, 1px);
  }
}
@keyframes animation-minimize-corner-right-bottom-qWid4aZU {
  50% {
    transform: translate(-1px, -1px);
  }
}
@keyframes animation-minimize-corner-left-bottom-qWid4aZU {
  50% {
    transform: translate(1px, -1px);
  }
}
.blockHidden-Cky0LHBF {
  display: none !important;
}
.pane-button-Cky0LHBF {
  background-color: currentColor;
  border: 1px solid #d1d4dc;
  border-radius: 3px;
  cursor: default;
  pointer-events: all;
}
@media (any-hover: hover) {
  .pane-button-Cky0LHBF: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-Cky0LHBF {
  border-color: #363a45;
}
@media (any-hover: hover) {
  .chart-widget__top--themed-dark .pane-button-Cky0LHBF:hover:after {
    background-color: #ffffff1a;
  }
}
.loader-vqx5DqPL {
  align-items: center;
  display: flex;
  font-size: 0;
  gap: 2px;
  height: 22px;
  justify-content: center;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.loader-vqx5DqPL .loaderItem-vqx5DqPL {
  animation: loader-animation-vqx5DqPL 0.96s ease-in-out infinite backwards;
  background-color: #b2b5be;
  border-radius: 50%;
  height: 5px;
  transform: scale(0.6);
  width: 5px;
}
html.theme-dark .loader-vqx5DqPL .loaderItem-vqx5DqPL {
  background-color: #787b86;
}
.loader-vqx5DqPL .loaderItem-vqx5DqPL:nth-child(2) {
  animation-delay: 0.16s;
}
.loader-vqx5DqPL .loaderItem-vqx5DqPL:nth-child(3) {
  animation-delay: 0.32s;
}
@keyframes loader-animation-vqx5DqPL {
  0%,
  to {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.9);
  }
}
.chart-widget__top--themed-light .loader-vqx5DqPL .loaderItem-vqx5DqPL {
  background-color: #b2b5be;
}
html.theme-dark .chart-widget__top--themed-light .loader-vqx5DqPL .loaderItem-vqx5DqPL {
  background-color: #787b86;
}
.chart-widget__top--themed-dark .loader-vqx5DqPL .loaderItem-vqx5DqPL {
  background-color: #b2b5be;
}
html.theme-dark .chart-widget__top--themed-dark .loader-vqx5DqPL .loaderItem-vqx5DqPL {
  background-color: #787b86;
}
.touchMode-vqx5DqPL .loader-vqx5DqPL {
  height: 24px;
}
.legend-G1_Pfvwd {
  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-G1_Pfvwd {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-wrap: wrap;
  font-size: 13px;
  max-width: 100%;
  min-height: 24px;
  z-index: 1;
}
.item-G1_Pfvwd.selected-G1_Pfvwd,
.item-G1_Pfvwd.withAction-G1_Pfvwd {
  z-index: 2;
}
.item-G1_Pfvwd.last-G1_Pfvwd {
  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-G1_Pfvwd.last-G1_Pfvwd .text-G1_Pfvwd {
  color: #131722;
}
.item-G1_Pfvwd .noWrapWrapper-G1_Pfvwd {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}
.noWrap-G1_Pfvwd .item-G1_Pfvwd {
  flex-wrap: nowrap;
}
.noWrap-G1_Pfvwd .series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd {
  align-self: auto;
  display: block;
}
.noWrap-G1_Pfvwd .series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd .valueItem-G1_Pfvwd,
.noWrap-G1_Pfvwd .series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd .valueTitle-G1_Pfvwd,
.noWrap-G1_Pfvwd .series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd .valueValue-G1_Pfvwd {
  display: inline;
}
.hideUniportantValueItems-G1_Pfvwd .noWrap-G1_Pfvwd .series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd.unimportant-G1_Pfvwd,
.noWrap-G1_Pfvwd .series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd .valueItem-G1_Pfvwd:before,
.noWrap-G1_Pfvwd .series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd .valueTitle-G1_Pfvwd:before,
.noWrap-G1_Pfvwd .series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd .valueValue-G1_Pfvwd:before {
  display: none;
}
.noWrap-G1_Pfvwd .valuesWrapper-G1_Pfvwd {
  align-items: center;
}
.noWrap-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd {
  align-self: auto;
  color: #131722;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrappable-G1_Pfvwd .series-G1_Pfvwd.item-G1_Pfvwd {
  flex-wrap: wrap;
}
.directionColumn-G1_Pfvwd .series-G1_Pfvwd {
  flex-direction: column;
}
.directionColumn-G1_Pfvwd .series-G1_Pfvwd .valuesWrapper-G1_Pfvwd {
  align-self: flex-start;
  max-width: 100%;
}
.button-G1_Pfvwd,
.statusesWrapper-G1_Pfvwd,
.titleWrapper-G1_Pfvwd,
.valueItem-G1_Pfvwd {
  background-color: currentColor;
}
.buttons-G1_Pfvwd,
.buttonsWrapper-G1_Pfvwd,
.item-G1_Pfvwd,
.statusesWrapper-G1_Pfvwd,
.titleWrapper-G1_Pfvwd,
.valueItem-G1_Pfvwd,
.valuesWrapper-G1_Pfvwd {
  display: flex;
}
.statusesWrapper-G1_Pfvwd {
  z-index: 1;
}
.statusesWrapper-G1_Pfvwd,
.titleWrapper-G1_Pfvwd {
  cursor: default;
  pointer-events: auto;
  position: relative;
}
.titleWrapper-G1_Pfvwd {
  align-items: center;
  border: 1px solid #0000;
  border-right-width: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0 4px;
}
.noActions-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  pointer-events: none;
}
.title-G1_Pfvwd {
  color: #131722;
  min-width: 23px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-G1_Pfvwd.intervalTitle-G1_Pfvwd {
  min-width: auto;
}
.disabled-G1_Pfvwd .title-G1_Pfvwd,
.disabledOnInterval-G1_Pfvwd .title-G1_Pfvwd {
  color: #b2b5be;
}
.disabled-G1_Pfvwd .title-G1_Pfvwd.withDot-G1_Pfvwd:not(:first-child):before,
.disabled-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .title-G1_Pfvwd,
.disabledOnInterval-G1_Pfvwd .title-G1_Pfvwd.withDot-G1_Pfvwd:not(:first-child):before,
.disabledOnInterval-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .title-G1_Pfvwd {
  color: #b2b5be !important;
}
.study-G1_Pfvwd .title-G1_Pfvwd.mainTitle-G1_Pfvwd {
  flex: 0 4 auto;
  min-width: 15px;
}
.study-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd {
  color: #5d606b;
  flex: 0 1 auto;
  min-width: 0;
  padding-left: 4px;
}
.study-G1_Pfvwd.disabled-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd,
.study-G1_Pfvwd.disabledOnInterval-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd {
  color: #b2b5be;
}
.study-G1_Pfvwd.disabled-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .title-G1_Pfvwd,
.study-G1_Pfvwd.disabledOnInterval-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .title-G1_Pfvwd {
  color: #b2b5be !important;
}
.study-G1_Pfvwd.hideValues-G1_Pfvwd .valuesWrapper-G1_Pfvwd {
  display: none;
}
.legend-G1_Pfvwd .study-G1_Pfvwd.has5Buttons-G1_Pfvwd.selected-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after,
.legend-G1_Pfvwd .study-G1_Pfvwd.has5Buttons-G1_Pfvwd.stayInHoveredMode-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
  left: calc(var(--legend-source-item-button-width) * 5);
}
@media (any-hover: hover) {
  .legend-G1_Pfvwd:hover .study-G1_Pfvwd.has5Buttons-G1_Pfvwd.withAction-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
    left: calc(var(--legend-source-item-button-width) * 5);
  }
}
.loading-G1_Pfvwd .valuesWrapper-G1_Pfvwd,
.noWrap-G1_Pfvwd .valuesWrapper-G1_Pfvwd,
.series-G1_Pfvwd .valuesWrapper-G1_Pfvwd {
  background-color: currentColor;
  border-bottom: 1px solid #0000;
  border-top: 1px solid #0000;
}
.loader-G1_Pfvwd {
  margin-left: 4px;
}
.noWrap-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd,
.series-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd {
  border-left-color: #0000;
}
.noWrap-G1_Pfvwd .valueItem-G1_Pfvwd,
.series-G1_Pfvwd .valueItem-G1_Pfvwd {
  background-color: initial;
}
.noWrap-G1_Pfvwd .valueItem-G1_Pfvwd,
.noWrap-G1_Pfvwd .valueItem-G1_Pfvwd .valueTitle-G1_Pfvwd,
.noWrap-G1_Pfvwd .valueItem-G1_Pfvwd .valueValue-G1_Pfvwd,
.series-G1_Pfvwd .valueItem-G1_Pfvwd,
.series-G1_Pfvwd .valueItem-G1_Pfvwd .valueTitle-G1_Pfvwd,
.series-G1_Pfvwd .valueItem-G1_Pfvwd .valueValue-G1_Pfvwd {
  display: inline-flex;
}
.hideUniportantValueItems-G1_Pfvwd .noWrap-G1_Pfvwd .valueItem-G1_Pfvwd.unimportant-G1_Pfvwd,
.hideUniportantValueItems-G1_Pfvwd .series-G1_Pfvwd .valueItem-G1_Pfvwd.unimportant-G1_Pfvwd {
  display: none;
}
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  align-items: center;
  font-size: 16px;
  line-height: normal;
  max-width: 100%;
  min-height: 24px;
  position: relative;
}
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.withDot-G1_Pfvwd:not(:first-child) {
  padding-left: 12px;
  position: relative;
}
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.withDot-G1_Pfvwd:not(:first-child):before {
  color: #131722;
  content: "\b7";
  font-size: 16px;
  height: 100%;
  left: 0;
  line-height: inherit;
  position: absolute;
  text-align: center;
  top: 0;
  width: 12px;
}
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.mainTitle-G1_Pfvwd {
  flex: 0 1 auto;
}
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd {
  flex: 0 0 auto;
}
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.intervalTitle-G1_Pfvwd {
  flex: 0 1 auto;
}
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.exchangeTitle-G1_Pfvwd,
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.providerTitle-G1_Pfvwd,
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.styleTitle-G1_Pfvwd {
  flex: 0 3 auto;
}
.series-G1_Pfvwd .valuesWrapper-G1_Pfvwd {
  align-items: flex-end;
  border-bottom-width: 3px;
  display: flex;
}
.series-G1_Pfvwd .titleWrapper-G1_Pfvwd,
.series-G1_Pfvwd .valuesWrapper-G1_Pfvwd {
  min-width: 23px;
}
.hideExchangeProviderTitles-G1_Pfvwd .series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.exchangeTitle-G1_Pfvwd,
.hideExchangeProviderTitles-G1_Pfvwd .series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.providerTitle-G1_Pfvwd,
.microHideIntervalTitle-G1_Pfvwd .series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.intervalTitle-G1_Pfvwd,
.single-visible .minHideIntervalTitle-G1_Pfvwd .series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.intervalTitle-G1_Pfvwd {
  display: none;
}
.legend-G1_Pfvwd .series-G1_Pfvwd.selected-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after,
.legend-G1_Pfvwd .series-G1_Pfvwd.stayInHoveredMode-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
  left: calc(var(--legend-source-item-button-width) * 3);
}
@media (any-hover: hover) {
  .legend-G1_Pfvwd:hover .series-G1_Pfvwd.withAction-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
    left: calc(var(--legend-source-item-button-width) * 3);
  }
}
.legend-G1_Pfvwd .series-G1_Pfvwd.flagged-G1_Pfvwd.selected-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after,
.legend-G1_Pfvwd .series-G1_Pfvwd.flagged-G1_Pfvwd.stayInHoveredMode-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
  left: calc(var(--legend-source-item-button-width) * 2);
}
@media (any-hover: hover) {
  .legend-G1_Pfvwd:hover .series-G1_Pfvwd.flagged-G1_Pfvwd.withAction-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
    left: calc(var(--legend-source-item-button-width) * 2);
  }
}
.selected-G1_Pfvwd .buttons-G1_Pfvwd,
.selected-G1_Pfvwd .titleWrapper-G1_Pfvwd,
.withAction-G1_Pfvwd .buttons-G1_Pfvwd,
.withAction-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  background-color: #fff;
}
.selected-G1_Pfvwd .button-G1_Pfvwd,
.withAction-G1_Pfvwd .button-G1_Pfvwd {
  background-color: initial;
}
@media (any-hover: hover) {
  .selected-G1_Pfvwd .button-G1_Pfvwd:hover:after {
    background-color: #e3effd;
  }
}
.selected-G1_Pfvwd .titleWrapper-G1_Pfvwd,
.withAction-G1_Pfvwd .titleWrapper-G1_Pfvwd,
.withAction-G1_Pfvwd.selected-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  border-radius: 4px 0 0 4px;
}
.medium-G1_Pfvwd.legend-G1_Pfvwd .item-G1_Pfvwd.study-G1_Pfvwd.selected-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after,
.medium-G1_Pfvwd.legend-G1_Pfvwd .item-G1_Pfvwd.study-G1_Pfvwd.stayInHoveredMode-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
  left: calc(var(--legend-source-item-button-width) * 3);
}
@media (any-hover: hover) {
  .medium-G1_Pfvwd.legend-G1_Pfvwd:hover .item-G1_Pfvwd.study-G1_Pfvwd.withAction-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
    left: calc(var(--legend-source-item-button-width) * 3);
  }
}
.minimized-G1_Pfvwd.legend-G1_Pfvwd .item-G1_Pfvwd.study-G1_Pfvwd.selected-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after,
.minimized-G1_Pfvwd.legend-G1_Pfvwd .item-G1_Pfvwd.study-G1_Pfvwd.stayInHoveredMode-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
  left: calc(var(--legend-source-item-button-width) * 2);
}
@media (any-hover: hover) {
  .minimized-G1_Pfvwd.legend-G1_Pfvwd:hover .item-G1_Pfvwd.study-G1_Pfvwd.withAction-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after {
    left: calc(var(--legend-source-item-button-width) * 2);
  }
}
.valuesWrapper-G1_Pfvwd {
  align-items: center;
  align-self: stretch;
  cursor: default;
  flex-wrap: wrap;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
}
.valuesAdditionalWrapper-G1_Pfvwd {
  align-items: baseline;
  align-self: stretch;
  border-left: 4px solid;
  display: flex;
  flex-wrap: wrap;
}
.loading-G1_Pfvwd .valuesWrapper-G1_Pfvwd {
  min-width: 24px;
}
.disabled-G1_Pfvwd .valuesWrapper-G1_Pfvwd {
  display: none;
}
.valueItem-G1_Pfvwd {
  align-items: center;
  align-self: stretch;
  display: flex;
  text-align: left;
}
.valueItem-G1_Pfvwd:not(:last-child) {
  padding-right: 6px;
}
.valueItem-G1_Pfvwd:last-child {
  padding-right: 4px;
}
.valueItem-G1_Pfvwd .valueTitle-G1_Pfvwd {
  padding-right: 1px;
}
.valueItem-G1_Pfvwd .valueTitle-G1_Pfvwd,
.valueItem-G1_Pfvwd .valueValue-G1_Pfvwd {
  color: #131722;
}
.loading-G1_Pfvwd .valueItem-G1_Pfvwd,
.loading-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd {
  opacity: 0;
}
.series-G1_Pfvwd .valueItem-G1_Pfvwd:last-child {
  padding-right: 6px;
}
.series-G1_Pfvwd .valueItem-G1_Pfvwd:last-child .title-G1_Pfvwd {
  display: none;
}
.series-G1_Pfvwd .valueItem-G1_Pfvwd .valueTitle-G1_Pfvwd {
  color: #131722;
}
.buttonsWrapper-G1_Pfvwd {
  max-width: 0;
  position: relative;
  width: 0;
  z-index: 2;
}
.micro-G1_Pfvwd .series-G1_Pfvwd .buttonsWrapper-G1_Pfvwd {
  max-width: 0;
  width: 0;
}
.disabled-G1_Pfvwd .buttonsWrapper-G1_Pfvwd,
.flagged-G1_Pfvwd .buttonsWrapper-G1_Pfvwd {
  max-width: var(--legend-source-item-button-width);
  width: var(--legend-source-item-button-width);
}
.disabled-G1_Pfvwd.series-G1_Pfvwd:not(.onlyOneButtonCanBeStick-G1_Pfvwd) .buttonsWrapper-G1_Pfvwd {
  max-width: calc(var(--legend-source-item-button-width) * 2);
  width: calc(var(--legend-source-item-button-width) * 2);
}
.buttons-G1_Pfvwd {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  opacity: 0;
  padding: 0;
  pointer-events: auto;
}
.disabled-G1_Pfvwd .buttons-G1_Pfvwd,
.disabledOnInterval-G1_Pfvwd .buttons-G1_Pfvwd,
.flagged-G1_Pfvwd .buttons-G1_Pfvwd,
.touchMode-G1_Pfvwd .buttons-G1_Pfvwd {
  opacity: 1;
}
.noActions-G1_Pfvwd .buttons-G1_Pfvwd {
  pointer-events: none;
}
.selected-G1_Pfvwd .buttons-G1_Pfvwd,
.withAction-G1_Pfvwd .buttons-G1_Pfvwd {
  border-radius: 0 4px 4px 0;
}
.legend-G1_Pfvwd .selected-G1_Pfvwd .buttons-G1_Pfvwd,
.legend-G1_Pfvwd .stayInHoveredMode-G1_Pfvwd .buttons-G1_Pfvwd {
  cursor: default;
  opacity: 1;
}
@media (any-hover: hover) {
  .legend-G1_Pfvwd:hover .withAction-G1_Pfvwd .buttons-G1_Pfvwd {
    cursor: default;
    opacity: 1;
  }
}
.legend-G1_Pfvwd .selected-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd:after,
.legend-G1_Pfvwd .stayInHoveredMode-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd: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-G1_Pfvwd:hover .withAction-G1_Pfvwd.withTail-G1_Pfvwd .valuesWrapper-G1_Pfvwd: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-G1_Pfvwd {
  align-items: center;
  align-self: stretch;
  display: none;
  justify-content: center;
  opacity: 0;
  position: relative;
  width: var(--legend-source-item-button-width);
  z-index: 0;
}
.buttonIcon-G1_Pfvwd {
  color: #131722;
  display: flex;
}
.button-G1_Pfvwd:last-child {
  border-radius: 0 4px 4px 0;
}
@media (any-hover: hover) {
  .button-G1_Pfvwd: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-G1_Pfvwd.flag-G1_Pfvwd > span {
  margin-top: -1px;
}
.disabled-G1_Pfvwd .buttonIcon-G1_Pfvwd {
  color: #131722;
}
@media (any-hover: hover) {
  .legend-G1_Pfvwd:hover .study-G1_Pfvwd.invisibleHover-G1_Pfvwd .button-G1_Pfvwd {
    display: flex;
  }
}
.withAction-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd:not(:first-child),
.withAction-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  border-color: #d1d4dc;
}
.selected-G1_Pfvwd .titleWrapper-G1_Pfvwd:after,
.withAction-G1_Pfvwd .titleWrapper-G1_Pfvwd:after {
  background-color: #d1d4dc;
}
.selected-G1_Pfvwd .buttons-G1_Pfvwd,
.withAction-G1_Pfvwd .buttons-G1_Pfvwd {
  border: 1px solid #d1d4dc;
  border-left: 0;
}
.selected-G1_Pfvwd .buttons-G1_Pfvwd,
.selected-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd:not(:first-child),
.selected-G1_Pfvwd .buttonsWrapper-G1_Pfvwd,
.selected-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  border-color: #2962ff;
}
.buttons-G1_Pfvwd .eye-G1_Pfvwd .animated-loading-eye,
.buttons-G1_Pfvwd .eye-G1_Pfvwd .crossed-eye,
.buttons-G1_Pfvwd .eye-G1_Pfvwd .loading-eye,
.disabled-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .animated-loading-eye,
.disabled-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .loading-eye,
.disabled-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .normal-eye,
.medium-G1_Pfvwd .study-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd:nth-child(2),
.medium-G1_Pfvwd .study-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd:nth-child(3):nth-last-child(3),
.micro-G1_Pfvwd .series-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd:not(:last-child),
.minimized-G1_Pfvwd .study-G1_Pfvwd .button-G1_Pfvwd:not(:last-child):not(:first-child) {
  display: none;
}
.disabled-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .crossed-eye {
  display: block;
}
.eyeLoading-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .crossed-eye,
.eyeLoading-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .normal-eye {
  display: none;
}
.eyeLoading-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .animated-loading-eye,
.eyeLoading-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .loading-eye {
  display: block;
}
.eyeLoading-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd .animated-loading-eye {
  animation: eye-animation-G1_Pfvwd 0.96s linear infinite;
  transform-origin: center;
}
.disabled-G1_Pfvwd .buttons-G1_Pfvwd .eye-G1_Pfvwd,
.disabledOnInterval-G1_Pfvwd .buttons-G1_Pfvwd .intervalEye-G1_Pfvwd,
.flagged-G1_Pfvwd .buttons-G1_Pfvwd .flag-G1_Pfvwd,
.selected-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd,
.series-G1_Pfvwd.disabled-G1_Pfvwd .buttons-G1_Pfvwd .flag-G1_Pfvwd,
.withAction-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd {
  display: flex;
  opacity: 1;
}
.buttons-G1_Pfvwd .intervalEye-G1_Pfvwd .animated-loading-eye,
.buttons-G1_Pfvwd .intervalEye-G1_Pfvwd .loading-eye,
.buttons-G1_Pfvwd .intervalEye-G1_Pfvwd .normal-eye {
  display: none;
}
.buttons-G1_Pfvwd .intervalEye-G1_Pfvwd .crossed-eye {
  color: #fb8c00;
}
.series-G1_Pfvwd.disabled-G1_Pfvwd .flag-G1_Pfvwd .buttonIcon-G1_Pfvwd {
  visibility: hidden;
}
.selected-G1_Pfvwd.series-G1_Pfvwd.disabled-G1_Pfvwd .flag-G1_Pfvwd .buttonIcon-G1_Pfvwd,
.series-G1_Pfvwd.disabled-G1_Pfvwd.flagged-G1_Pfvwd .flag-G1_Pfvwd .buttonIcon-G1_Pfvwd,
.withAction-G1_Pfvwd.series-G1_Pfvwd.disabled-G1_Pfvwd .flag-G1_Pfvwd .buttonIcon-G1_Pfvwd {
  visibility: visible;
}
.flag-G1_Pfvwd .buttonIcon-G1_Pfvwd {
  align-self: stretch;
  flex: 1;
}
.flagWrapper-G1_Pfvwd,
.markerContainer-G1_Pfvwd {
  display: flex;
  flex: 1;
  justify-content: center;
}
.markerContainer-G1_Pfvwd {
  align-items: stretch;
}
.flagWrapper-G1_Pfvwd {
  width: 12px;
}
.flagWrapper-G1_Pfvwd svg {
  height: 12px;
}
.sourcesWrapper-G1_Pfvwd {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  position: relative;
}
.legendMainSourceWrapper-G1_Pfvwd {
  text-align: left;
}
.sources-G1_Pfvwd {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}
.toggler-G1_Pfvwd {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  margin: 2px 0 0 5px;
  position: relative;
}
.toggler-G1_Pfvwd.onlyOneSourceShown-G1_Pfvwd {
  display: none;
}
@media (any-hover: hover) {
  .toggler-G1_Pfvwd:hover:after {
    z-index: 0;
  }
  .toggler-G1_Pfvwd:hover .counter-G1_Pfvwd,
  .toggler-G1_Pfvwd:hover .iconArrow-G1_Pfvwd,
  .toggler-G1_Pfvwd:hover .objectTree-G1_Pfvwd {
    color: #000;
  }
}
.toggler-G1_Pfvwd .counter-G1_Pfvwd {
  color: inherit;
  display: none;
  font-size: 13px;
  line-height: 16px;
  padding-right: 4px;
}
.toggler-G1_Pfvwd .iconArrow-G1_Pfvwd {
  display: flex;
  transform: rotate(-180deg);
  transition: transform 0.1s cubic-bezier(0.06, 0.52, 1, 0.54);
  width: 27px;
}
.toggler-G1_Pfvwd .objectTree-G1_Pfvwd {
  display: none;
  width: 19px;
}
.toggler-G1_Pfvwd .iconArrow-G1_Pfvwd,
.toggler-G1_Pfvwd .objectTree-G1_Pfvwd {
  align-items: center;
  height: 19px;
  justify-content: center;
}
.toggler-G1_Pfvwd .counter-G1_Pfvwd,
.toggler-G1_Pfvwd .iconArrow-G1_Pfvwd,
.toggler-G1_Pfvwd .objectTree-G1_Pfvwd {
  color: #131722;
  position: relative;
  z-index: 1;
}
.closed-G1_Pfvwd.sourcesWrapper-G1_Pfvwd {
  padding-bottom: 4px;
}
.closed-G1_Pfvwd .toggler-G1_Pfvwd .counter-G1_Pfvwd {
  display: flex;
}
.closed-G1_Pfvwd .toggler-G1_Pfvwd .iconArrow-G1_Pfvwd {
  transform: rotate(0);
}
.closed-G1_Pfvwd .toggler-G1_Pfvwd .iconArrow-G1_Pfvwd,
.closed-G1_Pfvwd .toggler-G1_Pfvwd .objectTree-G1_Pfvwd {
  width: 19px;
}
.closed-G1_Pfvwd .sources-G1_Pfvwd {
  display: none;
}
.micro-G1_Pfvwd .sourcesWrapper-G1_Pfvwd {
  padding-bottom: 4px;
}
.micro-G1_Pfvwd .toggler-G1_Pfvwd.objectsTreeCanBeShown-G1_Pfvwd .objectTree-G1_Pfvwd,
.micro-G1_Pfvwd .toggler-G1_Pfvwd.objectsTreeCanBeShown-G1_Pfvwd.onlyOneSourceShown-G1_Pfvwd {
  display: flex;
}
.micro-G1_Pfvwd .closed-G1_Pfvwd .toggler-G1_Pfvwd .counter-G1_Pfvwd,
.micro-G1_Pfvwd .closed-G1_Pfvwd .toggler-G1_Pfvwd .iconArrow-G1_Pfvwd,
.micro-G1_Pfvwd .series-G1_Pfvwd .valuesWrapper-G1_Pfvwd,
.micro-G1_Pfvwd .sources-G1_Pfvwd,
.micro-G1_Pfvwd .toggler-G1_Pfvwd .counter-G1_Pfvwd,
.micro-G1_Pfvwd .toggler-G1_Pfvwd .iconArrow-G1_Pfvwd {
  display: none;
}
.touchMode-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  height: 26px;
  line-height: 25px;
}
.touchMode-G1_Pfvwd .selected-G1_Pfvwd .titleWrapper-G1_Pfvwd:after,
.touchMode-G1_Pfvwd .withAction-G1_Pfvwd .titleWrapper-G1_Pfvwd:after {
  bottom: 5px;
  top: 5px;
}
.touchMode-G1_Pfvwd .series-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  min-height: 26px;
}
.touchMode-G1_Pfvwd .toggler-G1_Pfvwd .iconArrow-G1_Pfvwd,
.touchMode-G1_Pfvwd .toggler-G1_Pfvwd .objectTree-G1_Pfvwd {
  height: 24px;
  width: 30px;
}
.touchMode-G1_Pfvwd .toggler-G1_Pfvwd .counter-G1_Pfvwd {
  font-size: 14px;
}
.touchMode-G1_Pfvwd .item-G1_Pfvwd {
  min-height: 26px;
}
.touchMode-G1_Pfvwd .closed-G1_Pfvwd .toggler-G1_Pfvwd .iconArrow-G1_Pfvwd,
.touchMode-G1_Pfvwd .closed-G1_Pfvwd .toggler-G1_Pfvwd .objectTree-G1_Pfvwd {
  width: 24px;
}
.chart-widget__top--themed-dark .item-G1_Pfvwd.last-G1_Pfvwd .text-G1_Pfvwd,
.chart-widget__top--themed-dark .noWrap-G1_Pfvwd .valuesAdditionalWrapper-G1_Pfvwd,
.chart-widget__top--themed-dark .title-G1_Pfvwd,
.chart-widget__top--themed-dark .valueTitle-G1_Pfvwd,
.chart-widget__top--themed-dark .valueValue-G1_Pfvwd {
  color: #d1d4dc;
}
.chart-widget__top--themed-dark .disabled-G1_Pfvwd .title-G1_Pfvwd,
.chart-widget__top--themed-dark .disabled-G1_Pfvwd .valueTitle-G1_Pfvwd,
.chart-widget__top--themed-dark .disabled-G1_Pfvwd .valueValue-G1_Pfvwd,
.chart-widget__top--themed-dark .disabledOnInterval-G1_Pfvwd .title-G1_Pfvwd,
.chart-widget__top--themed-dark .disabledOnInterval-G1_Pfvwd .valueTitle-G1_Pfvwd,
.chart-widget__top--themed-dark .disabledOnInterval-G1_Pfvwd .valueValue-G1_Pfvwd {
  color: #50535e;
}
.chart-widget__top--themed-dark .disabled-G1_Pfvwd .title-G1_Pfvwd.withDot-G1_Pfvwd:not(:first-child):before,
.chart-widget__top--themed-dark .disabled-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .title-G1_Pfvwd,
.chart-widget__top--themed-dark .disabled-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .valueTitle-G1_Pfvwd,
.chart-widget__top--themed-dark .disabled-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .valueValue-G1_Pfvwd,
.chart-widget__top--themed-dark .disabledOnInterval-G1_Pfvwd .title-G1_Pfvwd.withDot-G1_Pfvwd:not(:first-child):before,
.chart-widget__top--themed-dark .disabledOnInterval-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .title-G1_Pfvwd,
.chart-widget__top--themed-dark .disabledOnInterval-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .valueTitle-G1_Pfvwd,
.chart-widget__top--themed-dark .disabledOnInterval-G1_Pfvwd.withCustomTextColor-G1_Pfvwd .valueValue-G1_Pfvwd {
  color: #50535e !important;
}
.chart-widget__top--themed-dark .study-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd {
  color: #868993;
}
.chart-widget__top--themed-dark .study-G1_Pfvwd.disabled-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd,
.chart-widget__top--themed-dark .study-G1_Pfvwd.disabledOnInterval-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd {
  color: #50535e;
}
.chart-widget__top--themed-dark .study-G1_Pfvwd.withCustomTextColor-G1_Pfvwd.disabled-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd,
.chart-widget__top--themed-dark .study-G1_Pfvwd.withCustomTextColor-G1_Pfvwd.disabledOnInterval-G1_Pfvwd .title-G1_Pfvwd.descTitle-G1_Pfvwd {
  color: #50535e !important;
}
.chart-widget__top--themed-dark .buttonIcon-G1_Pfvwd,
.chart-widget__top--themed-dark .series-G1_Pfvwd .titleWrapper-G1_Pfvwd .title-G1_Pfvwd.withDot-G1_Pfvwd:not(:first-child):before,
.chart-widget__top--themed-dark .series-G1_Pfvwd .valueItem-G1_Pfvwd .valueTitle-G1_Pfvwd {
  color: #d1d4dc;
}
@media (any-hover: hover) {
  .chart-widget__top--themed-dark .button-G1_Pfvwd:hover:after {
    background-color: #2a2e39;
  }
}
.chart-widget__top--themed-dark .withAction-G1_Pfvwd .buttons-G1_Pfvwd,
.chart-widget__top--themed-dark .withAction-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd:not(:first-child),
.chart-widget__top--themed-dark .withAction-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  border-color: #363a45;
}
.chart-widget__top--themed-dark .selected-G1_Pfvwd .titleWrapper-G1_Pfvwd:after,
.chart-widget__top--themed-dark .withAction-G1_Pfvwd .titleWrapper-G1_Pfvwd:after {
  background-color: #363a45;
}
.chart-widget__top--themed-dark .selected-G1_Pfvwd .buttons-G1_Pfvwd,
.chart-widget__top--themed-dark .selected-G1_Pfvwd .titleWrapper-G1_Pfvwd,
.chart-widget__top--themed-dark .withAction-G1_Pfvwd .buttons-G1_Pfvwd,
.chart-widget__top--themed-dark .withAction-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  background-color: #131722;
}
@media (any-hover: hover) {
  .chart-widget__top--themed-dark .selected-G1_Pfvwd .button-G1_Pfvwd:hover:after {
    background-color: #1848cc33;
  }
}
.chart-widget__top--themed-dark .selected-G1_Pfvwd .buttons-G1_Pfvwd,
.chart-widget__top--themed-dark .selected-G1_Pfvwd .buttons-G1_Pfvwd .button-G1_Pfvwd:not(:first-child),
.chart-widget__top--themed-dark .selected-G1_Pfvwd .buttonsWrapper-G1_Pfvwd,
.chart-widget__top--themed-dark .selected-G1_Pfvwd .titleWrapper-G1_Pfvwd {
  border-color: #1848cc;
}
.chart-widget__top--themed-dark .toggler-G1_Pfvwd {
  border-color: #363a45;
}
@media (any-hover: hover) {
  .chart-widget__top--themed-dark .toggler-G1_Pfvwd:hover:after {
    background-color: #ffffff1a;
  }
  .chart-widget__top--themed-dark .toggler-G1_Pfvwd:hover .counter-G1_Pfvwd,
  .chart-widget__top--themed-dark .toggler-G1_Pfvwd:hover .iconArrow-G1_Pfvwd,
  .chart-widget__top--themed-dark .toggler-G1_Pfvwd:hover .objectTree-G1_Pfvwd {
    color: #f0f3fa;
  }
}
.chart-widget__top--themed-dark .toggler-G1_Pfvwd .counter-G1_Pfvwd,
.chart-widget__top--themed-dark .toggler-G1_Pfvwd .iconArrow-G1_Pfvwd,
.chart-widget__top--themed-dark .toggler-G1_Pfvwd .objectTree-G1_Pfvwd {
  color: #d1d4dc;
}
@keyframes eye-animation-G1_Pfvwd {
  to {
    transform: rotate(1turn);
  }
}
.wrapper-iSWHgsXm {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 215px;
  padding-right: 15px;
  position: relative;
}
.timezone-iSWHgsXm {
  color: #787b86;
  font-size: 11px;
  line-height: 18px;
  padding-top: 4px;
  text-align: center;
  width: 100%;
}
.sessionDayWrapper-iSWHgsXm {
  display: flex;
  flex-direction: column;
  position: relative;
}
.nowWrapper-iSWHgsXm {
  bottom: 0;
  left: 30px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.nowWrapper-iSWHgsXm .now-iSWHgsXm {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #131722;
  bottom: -1px;
  outline: 1px solid #fff;
  position: absolute;
  top: 2px;
  width: 1px;
}
html.theme-dark .nowWrapper-iSWHgsXm .now-iSWHgsXm {
  background-color: #d1d4dc;
  outline: 1px solid #1e222d;
}
.sessionDay-iSWHgsXm {
  align-items: baseline;
  display: flex;
}
.sessionDay-iSWHgsXm .weekDay-iSWHgsXm {
  color: #787b86;
  font-size: 10px;
  overflow: hidden;
  padding-top: 3px;
  text-transform: uppercase;
  width: 30px;
}
html.theme-dark .sessionDay-iSWHgsXm .weekDay-iSWHgsXm {
  color: #787b86;
}
.sessionDay-iSWHgsXm .sessionDaySegments-iSWHgsXm,
.sessionDay-iSWHgsXm .timeMarkWrapper-iSWHgsXm {
  flex: 1;
  position: relative;
  width: 100%;
}
.sessionDay-iSWHgsXm .timeMarkWrapper-iSWHgsXm {
  height: 16px;
  margin-top: 3px;
}
.sessionDay-iSWHgsXm .sessionDaySegments-iSWHgsXm {
  border-radius: 4px;
  height: 7px;
  margin: 20px 0 2px;
}
.sessionDay-iSWHgsXm:first-child .sessionDaySegments-iSWHgsXm {
  margin-top: 0;
}
.sessionDay-iSWHgsXm .timeMarkSegment-iSWHgsXm {
  content: "";
  display: flex;
  justify-content: center;
  position: absolute;
}
.sessionDay-iSWHgsXm .timeMarkSegment-iSWHgsXm .timeMark-iSWHgsXm:first-child {
  padding-right: 4px;
}
.sessionDay-iSWHgsXm .timeMarkSegment-iSWHgsXm .timeMark-iSWHgsXm:last-child {
  padding-left: 4px;
}
.sessionDay-iSWHgsXm .timeMarkSegment-iSWHgsXm.timeMarkSegmentAlignByEnds-iSWHgsXm {
  justify-content: space-between;
}
.sessionDay-iSWHgsXm .timeMarkSegment-iSWHgsXm.timeMarkSegmentAlignByEnds-iSWHgsXm .timeMark-iSWHgsXm {
  padding: 0;
}
.sessionDay-iSWHgsXm .timeMarkSegment-iSWHgsXm.timeMarkSegmentAlignByEnds-iSWHgsXm .timeMark-iSWHgsXm:first-child {
  transform: translateX(-50%);
}
.sessionDay-iSWHgsXm .timeMarkSegment-iSWHgsXm.timeMarkSegmentAlignByEnds-iSWHgsXm .timeMark-iSWHgsXm:last-child {
  transform: translateX(50%);
}
.sessionDay-iSWHgsXm .timeMark-iSWHgsXm {
  background-color: #fff;
  color: #9598a1;
  font-size: 11px;
  line-height: 16px;
}
html.theme-dark .sessionDay-iSWHgsXm .timeMark-iSWHgsXm {
  background-color: #1e222d;
}
.sessionDay-iSWHgsXm .segment-iSWHgsXm {
  box-sizing: border-box;
  content: "";
  height: 100%;
  opacity: 0.3;
  padding: 0 2px;
  position: absolute;
}
.sessionDay-iSWHgsXm .segment-iSWHgsXm:first-child {
  padding-left: 0;
}
.sessionDay-iSWHgsXm .segment-iSWHgsXm:last-child {
  padding-right: 0;
}
.sessionDay-iSWHgsXm .segment-iSWHgsXm:before {
  content: "";
  display: flex;
  flex: 1;
  height: 100%;
  min-width: 1px;
  z-index: 0;
}
.sessionDay-iSWHgsXm .segment-iSWHgsXm.small-iSWHgsXm {
  margin-left: -1px;
  padding: 0;
  z-index: 1;
}
.sessionDay-iSWHgsXm .segment-iSWHgsXm.start-iSWHgsXm:before {
  border-radius: 4px 0 0 4px;
}
.sessionDay-iSWHgsXm .segment-iSWHgsXm.end-iSWHgsXm:before {
  border-radius: 0 4px 4px 0;
}
.sessionDay-iSWHgsXm .segment-iSWHgsXm.start-iSWHgsXm.end-iSWHgsXm:before {
  border-radius: 4px;
}
.sessionDay-iSWHgsXm.active-iSWHgsXm .segment-iSWHgsXm {
  opacity: 1;
}
.sessionDay-iSWHgsXm.active-iSWHgsXm .weekDay-iSWHgsXm {
  color: #131722;
}
html.theme-dark .sessionDay-iSWHgsXm.active-iSWHgsXm .weekDay-iSWHgsXm {
  color: #d1d4dc;
}
.green-iSWHgsXm {
  color: #22ab94;
}
.green-iSWHgsXm:before {
  background-color: currentColor;
}
.orange-iSWHgsXm {
  color: #ff9800;
}
.orange-iSWHgsXm:before {
  background-color: currentColor;
}
.blue-iSWHgsXm {
  color: #2962ff;
}
.blue-iSWHgsXm:before {
  background-color: currentColor;
}
.gray-iSWHgsXm {
  color: #e0e3eb;
}
html.theme-dark .gray-iSWHgsXm {
  color: #434651;
}
.gray-iSWHgsXm:before {
  background-color: currentColor;
}
.tooltip-iSWHgsXm {
  white-space: normal;
}
.tooltip-iSWHgsXm .time-iSWHgsXm {
  color: #f0f3fa;
  margin-left: 5px;
}
html.theme-dark .tooltip-iSWHgsXm .time-iSWHgsXm {
  color: #f0f3fa;
}
.tooltip-iSWHgsXm .gray-iSWHgsXm {
  color: #9598a1;
}
html.theme-dark .tooltip-iSWHgsXm .gray-iSWHgsXm {
  color: #b2b5be;
}
.tooltip-iSWHgsXm .blue-iSWHgsXm,
html.theme-dark .tooltip-iSWHgsXm .blue-iSWHgsXm {
  color: #448aff;
}
.statuses-sRKQyF_z {
  align-self: center;
  border-radius: 9px;
  display: inline-flex;
  min-width: 6px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .statuses-sRKQyF_z:hover .statusItem-sRKQyF_z:after {
    opacity: 0.25;
  }
}
.statuses-sRKQyF_z.small-sRKQyF_z {
  border-radius: 9px;
}
.statuses-sRKQyF_z.medium-sRKQyF_z {
  border-radius: 11px;
}
.statuses-sRKQyF_z.large-sRKQyF_z {
  border-radius: 8px;
}
.statuses-sRKQyF_z.blinking-sRKQyF_z {
  will-change: opacity;
}
.statuses-sRKQyF_z .statusItem-sRKQyF_z {
  cursor: pointer;
}
.oneWidgetsVisible-sRKQyF_z.statuses-sRKQyF_z,
.threeWidgetsVisible-sRKQyF_z.statuses-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z.statuses-sRKQyF_z {
  margin-left: 11px;
  margin-right: 12px;
}
.statusItem-sRKQyF_z {
  display: flex;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.statusItem-sRKQyF_z:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.statusItem-sRKQyF_z svg {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.statusItem-sRKQyF_z.small-sRKQyF_z {
  height: 18px;
  width: 18px;
}
.statusItem-sRKQyF_z.medium-sRKQyF_z {
  height: 22px;
  width: 22px;
}
.statusItem-sRKQyF_z.large-sRKQyF_z {
  height: 28px;
  width: 28px;
}
.statusItem-sRKQyF_z.blinking-sRKQyF_z:after {
  animation: blinking-animation-sRKQyF_z 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
}
@media (any-hover: hover) {
  .statusItem-sRKQyF_z.blinking-sRKQyF_z:after:hover {
    opacity: inherit;
  }
}
.marketStatusOpen-sRKQyF_z,
html.theme-dark .marketStatusOpen-sRKQyF_z {
  color: #089981;
}
.marketStatusOpen-sRKQyF_z:after,
html.theme-dark .marketStatusOpen-sRKQyF_z:after {
  background-color: #22ab94;
}
.marketStatusClose-sRKQyF_z,
html.theme-dark .marketStatusClose-sRKQyF_z {
  color: #9598a1;
}
.marketStatusClose-sRKQyF_z:after,
html.theme-dark .marketStatusClose-sRKQyF_z:after {
  background-color: #9598a1;
}
.marketStatusPre-sRKQyF_z,
html.theme-dark .marketStatusPre-sRKQyF_z {
  color: #fb8c00;
}
.marketStatusPre-sRKQyF_z:after,
html.theme-dark .marketStatusPre-sRKQyF_z:after {
  background-color: #ffa726;
}
.marketStatusPost-sRKQyF_z,
html.theme-dark .marketStatusPost-sRKQyF_z {
  color: #2962ff;
}
.marketStatusPost-sRKQyF_z:after,
html.theme-dark .marketStatusPost-sRKQyF_z:after {
  background-color: #3179f5;
}
.marketStatusHoliday-sRKQyF_z,
html.theme-dark .marketStatusHoliday-sRKQyF_z {
  color: #9598a1;
}
.marketStatusHoliday-sRKQyF_z:after,
html.theme-dark .marketStatusHoliday-sRKQyF_z:after {
  background-color: #9598a1;
}
.marketStatusExpired-sRKQyF_z,
html.theme-dark .marketStatusExpired-sRKQyF_z {
  color: #f23645;
}
.marketStatusExpired-sRKQyF_z:after,
html.theme-dark .marketStatusExpired-sRKQyF_z:after {
  background-color: #f23645;
}
.invalidSymbol-sRKQyF_z {
  color: #fff;
}
.invalidSymbol-sRKQyF_z,
html.theme-dark .invalidSymbol-sRKQyF_z {
  background-color: #f7525f;
}
@media (any-hover: hover) {
  .statuses-sRKQyF_z .invalidSymbol-sRKQyF_z:hover {
    background-color: #b22833;
  }
  html.theme-dark .statuses-sRKQyF_z .invalidSymbol-sRKQyF_z:hover {
    background-color: #f23645;
  }
}
.replayModeAutoPlay-sRKQyF_z,
.replayModePause-sRKQyF_z {
  color: #fff;
}
html.theme-dark .replayModeAutoPlay-sRKQyF_z,
html.theme-dark .replayModePause-sRKQyF_z {
  color: #e3effd;
}
.replayModeAutoPlay-sRKQyF_z:after,
.replayModePause-sRKQyF_z:after {
  background-color: #2962ff;
  opacity: 1;
}
html.theme-dark .replayModeAutoPlay-sRKQyF_z:after,
html.theme-dark .replayModePause-sRKQyF_z:after {
  background-color: #2962ff;
}
.replayModePointSelect-sRKQyF_z {
  color: #fff;
}
html.theme-dark .replayModePointSelect-sRKQyF_z {
  color: #e3effd;
}
.replayModePointSelect-sRKQyF_z:after {
  background-color: #d1d4dc;
  opacity: 1;
}
html.theme-dark .replayModePointSelect-sRKQyF_z:after {
  background-color: #434651;
}
.replayModeAutoPlay-sRKQyF_z.blinking-sRKQyF_z:after {
  animation: blinking-animation-custom-sRKQyF_z 1s cubic-bezier(0.77, 0.21, 0.1, 0.74) infinite;
}
@media (any-hover: hover) {
  .replayModeAutoPlay-sRKQyF_z.blinking-sRKQyF_z:after:hover {
    opacity: inherit;
  }
  .statuses-sRKQyF_z .replayModeAutoPlay-sRKQyF_z:hover:after,
  .statuses-sRKQyF_z .replayModePause-sRKQyF_z:hover:after {
    background-color: #1e53e5;
    opacity: 1;
  }
  html.theme-dark .statuses-sRKQyF_z .replayModeAutoPlay-sRKQyF_z:hover:after,
  html.theme-dark .statuses-sRKQyF_z .replayModePause-sRKQyF_z:hover:after {
    background-color: #1e53e5;
  }
  .statuses-sRKQyF_z .replayModePointSelect-sRKQyF_z:hover:after {
    background-color: #6a6d78;
    opacity: 1;
  }
  html.theme-dark .statuses-sRKQyF_z .replayModePointSelect-sRKQyF_z:hover:after {
    background-color: #868993;
  }
}
.notAccurate-sRKQyF_z,
html.theme-dark .notAccurate-sRKQyF_z {
  color: #c2185b;
}
.notAccurate-sRKQyF_z:after,
html.theme-dark .notAccurate-sRKQyF_z:after {
  background-color: #ec407a;
}
.delay-sRKQyF_z,
html.theme-dark .delay-sRKQyF_z {
  color: #f57c00;
}
.delay-sRKQyF_z:after,
html.theme-dark .delay-sRKQyF_z:after {
  background-color: #ffa726;
}
.eod-sRKQyF_z,
html.theme-dark .eod-sRKQyF_z {
  color: #7b1fa2;
}
.eod-sRKQyF_z:after,
html.theme-dark .eod-sRKQyF_z:after {
  background-color: #ab47bc;
}
.twoWidgetsVisible-sRKQyF_z .delay-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .eod-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .notAccurate-sRKQyF_z {
  padding-right: 2px;
}
.dataProblemHigh-sRKQyF_z {
  background-color: #f7525f;
  color: #fff;
}
html.theme-dark .dataProblemHigh-sRKQyF_z {
  background-color: #f7525f;
}
.dataProblemLow-sRKQyF_z,
html.theme-dark .dataProblemLow-sRKQyF_z {
  color: #cc2f3c;
}
.dataProblemLow-sRKQyF_z:after,
html.theme-dark .dataProblemLow-sRKQyF_z:after {
  background-color: #f7525f;
}
@media (any-hover: hover) {
  .statuses-sRKQyF_z .dataProblemHigh-sRKQyF_z:hover {
    background-color: #b22833;
  }
  html.theme-dark .statuses-sRKQyF_z .dataProblemHigh-sRKQyF_z:hover {
    background-color: #f23645;
  }
}
.threeWidgetsVisible-sRKQyF_z .marketStatusClose-sRKQyF_z,
.threeWidgetsVisible-sRKQyF_z .marketStatusExpired-sRKQyF_z,
.threeWidgetsVisible-sRKQyF_z .marketStatusHoliday-sRKQyF_z,
.threeWidgetsVisible-sRKQyF_z .marketStatusOpen-sRKQyF_z,
.threeWidgetsVisible-sRKQyF_z .marketStatusPost-sRKQyF_z,
.threeWidgetsVisible-sRKQyF_z .marketStatusPre-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .marketStatusClose-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .marketStatusExpired-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .marketStatusHoliday-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .marketStatusOpen-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .marketStatusPost-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .marketStatusPre-sRKQyF_z {
  padding-left: 2px;
}
.threeWidgetsVisible-sRKQyF_z .dataProblemLow-sRKQyF_z,
.twoWidgetsVisible-sRKQyF_z .dataProblemLow-sRKQyF_z {
  padding-right: 2px;
}
@keyframes blinking-animation-sRKQyF_z {
  0%,
  to {
    opacity: 0.15;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes blinking-animation-custom-sRKQyF_z {
  0%,
  to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.paneControls-dKqC8zmq {
  color: #fff;
  margin-left: auto;
  margin-top: 6px;
  padding: 0 5px 0 1px;
  position: static;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 7;
}
.paneControls-dKqC8zmq.hidden-dKqC8zmq {
  opacity: 0;
  visibility: hidden;
}
.paneControls-dKqC8zmq.forceHidden-dKqC8zmq {
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
.button-dKqC8zmq {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 19px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 19px;
}
.button-dKqC8zmq:not(:first-child) {
  margin-left: 4px;
}
.button-dKqC8zmq .buttonIcon-dKqC8zmq {
  color: #131722;
}
.button-dKqC8zmq.minimize-dKqC8zmq .buttonIcon-dKqC8zmq,
.button-dKqC8zmq.restore-dKqC8zmq .buttonIcon-dKqC8zmq {
  color: #fff;
}
.button-dKqC8zmq.newButton-dKqC8zmq {
  border-radius: 4px;
}
.touchMode-dKqC8zmq .button-dKqC8zmq {
  height: 19px;
  width: 19px;
}
@media (any-hover: hover) {
  .collapse-dKqC8zmq:hover .bracket-up,
  .maximize-dKqC8zmq:hover .bracket-up {
    animation: maximize-animation-up-bracket-dKqC8zmq 0.6s ease;
  }
  .collapse-dKqC8zmq:hover .bracket-down,
  .maximize-dKqC8zmq:hover .bracket-down {
    animation: maximize-animation-down-bracket-dKqC8zmq 0.6s ease;
  }
}
.collapse-dKqC8zmq .bracket-down,
.collapse-dKqC8zmq .bracket-up,
.maximize-dKqC8zmq .bracket-down,
.maximize-dKqC8zmq .bracket-up {
  transform: translateY(0);
}
@keyframes maximize-animation-up-bracket-dKqC8zmq {
  50% {
    transform: translateY(1px);
  }
}
@keyframes maximize-animation-down-bracket-dKqC8zmq {
  50% {
    transform: translateY(-1px);
  }
}
.minimize-dKqC8zmq,
.restore-dKqC8zmq {
  background-color: #2962ff !important;
  border-color: #2962ff !important;
}
@media (any-hover: hover) {
  .minimize-dKqC8zmq:hover .bracket-up,
  .restore-dKqC8zmq:hover .bracket-up {
    animation: minimize-animation-up-bracket-dKqC8zmq 0.6s ease;
  }
  .minimize-dKqC8zmq:hover .bracket-down,
  .restore-dKqC8zmq:hover .bracket-down {
    animation: minimize-animation-down-bracket-dKqC8zmq 0.6s ease;
  }
}
.minimize-dKqC8zmq .bracket-down,
.minimize-dKqC8zmq .bracket-up,
.restore-dKqC8zmq .bracket-down,
.restore-dKqC8zmq .bracket-up {
  transform: translateY(0);
}
@keyframes minimize-animation-up-bracket-dKqC8zmq {
  50% {
    transform: translateY(-1px);
  }
}
@keyframes minimize-animation-down-bracket-dKqC8zmq {
  50% {
    transform: translateY(1px);
  }
}
@media (any-hover: hover) {
  .up-dKqC8zmq:hover .buttonIcon-dKqC8zmq {
    animation: up-animation-dKqC8zmq 0.6s ease;
  }
}
@keyframes up-animation-dKqC8zmq {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
@media (any-hover: hover) {
  .down-dKqC8zmq:hover .buttonIcon-dKqC8zmq {
    animation: down-animation-dKqC8zmq 0.6s ease;
  }
}
@keyframes down-animation-dKqC8zmq {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
}
.buttonsWrapper-dKqC8zmq {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
.chart-widget__top--themed-dark .paneControls-dKqC8zmq {
  color: #131722;
}
.chart-widget__top--themed-dark .minimize-dKqC8zmq,
.chart-widget__top--themed-dark .restore-dKqC8zmq {
  background-color: #1848cc !important;
  border-color: #1848cc !important;
}
@media (any-hover: hover) {
  .chart-widget__top--themed-dark .button-dKqC8zmq:hover .buttonIcon-dKqC8zmq {
    color: #f0f3fa;
  }
}
.chart-widget__top--themed-dark .button-dKqC8zmq .buttonIcon-dKqC8zmq {
  color: #d1d4dc;
}
