@keyframes appsChartGraphicLabelArrowAnimation{to{-webkit-mask-position:11px 0;mask-position:11px 0}}.AppsChartGraphicLabel{position:relative}.AppsChartGraphicLabel__content{position:relative;display:flex;align-items:center;padding:2px 16px 2px 8px;border-radius:16px;background:var(--accentColor);font:var(--fontWeightSemibold) 14px/27px var(--fontFamily);color:#fff;box-shadow:var(--cardShadowSmall);white-space:nowrap}.AppsChartGraphicLabel__icon{display:flex;align-items:center;width:18px;height:18px;margin-right:6px}.AppsChartGraphicLabel__arrow{--arrowRotation:90deg;--arrowTranslate:0%;position:absolute;top:50%;left:50%;width:var(--appsChartGraphicArrowDistance,96px);height:8px;background:var(--accentColor);-webkit-mask-image:url(' xmlns="http://www.w3.org/2000/svg" width="11" height="8"><polygon points="0 8 6 4 0 0"/></svg>');mask-image:url(' xmlns="http://www.w3.org/2000/svg" width="11" height="8"><polygon points="0 8 6 4 0 0"/></svg>');animation:appsChartGraphicLabelArrowAnimation .5s linear infinite;transform:rotate(var(--arrowRotation)) translate(var(--arrowTranslate));transform-origin:0 4px}.AppsChartGraphicLabel--alignEnd .AppsChartGraphicLabel__arrow{--arrowTranslate:-100%}.AppsChartGraphicLabel--alignMiddle .AppsChartGraphicLabel__arrow{--arrowTranslate:-50%}.AppsChartGraphicLabel--directionUp .AppsChartGraphicLabel__arrow{--arrowRotation:-90deg}