.autofl::after {
content: '' !important;
position: absolute !important;
inset: 0; /* top:0; right:0; bottom:0; left:0; */
margin: auto !important;
width: 200% !important;
height: 200% !important;
max-width: none !important;
max-height: none !important;
background: rgba(255,255,255,0.35) !important;
border-radius: 50% !important;
transform: scale(0) translateZ(0) !important;
transform-origin: 50% 50% !important;
animation: autofl-ripple 2000ms linear infinite !important;
pointer-events: none !important;
z-index: 9999 !important;
will-change: transform, opacity !important;
}