.highcharts-bar-chart-transparent-bg .highcharts-background{fill:transparent}.marker-pulse{position:relative;width:20px;height:20px;background-color:transparent;border-radius:50%}.marker-pulse:before{width:20px;height:20px;border:3px solid #57a2c2;transform:translate(-50%,-50%) scale(1);animation:pulse-ring 2.5s ease-out infinite;opacity:1}.marker-pulse:after,.marker-pulse:before{content:"";position:absolute;top:50%;left:50%;border-radius:50%}.marker-pulse:after{width:8px;height:8px;background-color:#57a2c2;transform:translate(-50%,-50%);box-shadow:0 0 15px rgba(87,162,194,.6)}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}