.indicator{width: 100%;height: 60px;} .indicator svg{height: 70px;width: 70px;}.indicator svg polyline#back {stroke: rgba(156, 39, 176, 0.6); transform: scale(4);} .indicator svg polyline {fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .indicator svg polyline#front {stroke: #7b1fa2; stroke-dasharray: 12, 36; stroke-dashoffset: 48; animation: dash 1s linear infinite; transform: scale(4);} .indicator svg polyline {fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } @keyframes dash {62.5% {opacity: 0;} 100% {stroke-dashoffset: 0;} }@keyframes dash2 {62.5% {opacity: 0.5;} 100% {stroke-dashoffset: 0;} }