/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 21 2025 | 19:50:54 */
.pulse-branco {
	border-width: 2px;
	border-style: solid;
	border-image: conic-gradient(from 0deg, transparent 0%, #e8ab0b 0%, transparent 0%, #e8ab0b 0%, transparent 0%) 1;
	border-radius: 6px;
	transition: border-image 0.5s ease-in-out;
	cursor: pointer;
}

.pulse-branco:hover {
	border-image: conic-gradient(from 180deg, transparent 0%, #e8ab0b 25%, transparent 50%, #e8ab0b 75%, transparent 100%) 1;
}
