.blur-svg {
  visibility: hidden;
	display: none;
}

svg:not(:root) {
  visibility: hidden;
}
svg:not(:root) {
	display: none;
}

.btn.button.booking_form_submit {
  background-color: orange;
  color: white; /* Cambia el color del texto si es necesario para que sea legible */
}




.btn, .btn-theme, .btn, .btn-white, .btn-gray, .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme):not(.las), #tribe-events .tribe-events-button, .tribe-events-button {
  background-color: orange;
  /* Puedes ajustar otros estilos, como el color del texto o el espaciado, según tus necesidades. */
  color: white; /* Cambia el color del texto si es necesario para que sea legible */
}


.tevily-single-address i {
	background-color: orange;
}