.introjs-hint-pulse {
	border:5px solid rgba(255,0,0,.6) !important;
	z-index:99 !important;
}

.introjs-hint-dot {
	border:10px solid rgba(146, 146, 146, 0.6) !important;
	z-index:99 !important;
}

.introjs-button {
	display:none !important;
}

.introjs-hints {
	z-index:99 !important;
}

#hint_button {
  background: linear-gradient(to right, #2276ac 20%, #0e72b2 40%, #08466d 60%, #DC143C 80%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 1s linear infinite;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}