.util-hide {
  display: none !important;
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes pulse {
  0% {transform: scale(1)}
	10% {transform: scale(1.2)}
	90% {transform: scale(1)}
	100% {transform: scale(1)}
}

@keyframes pulsecolor {
  0% {color: inherit}
  10% {color: var(--co-hlght)}
  90% {color: inherit}
  100% {color: inherit}
}