.search-form.is-visible {
	visibility: visible;
	opacity: .99;
	animation: elastic .5s;
	background-image: url(https://cdn.jsdelivr.net/gh/4xura/AxuraDesign@main/Blog/GIF/whiteCat.gif);
	background-repeat: no-repeat;
	background-position: bottom right
}

body.dark .search-form.is-visible {
  background-image: url(https://cdn.jsdelivr.net/gh/4xura/AxuraDesign@main/Blog/GIF/blackCat.gif);
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
}

