.overlay-highlight { @apply fixed top-0 left-0 w-full h-full bg-[#4FB84A]/50 z-[900]; animation: closeOverlay 10s forwards; } @keyframes closeOverlay { from { clip-path: circle(100%); } to { clip-path: circle(var(--button-radius) at var(--button-x) var(--button-y)); } }