[x-cloak] { display: none !important; }

.tooltip {
  @apply rounded-md z-50 max-w-sm text-gray-100 bg-neutral-700 font-semibold p-1 px-3
}

@keyframes slide {
  from, 15% {
    left: 0%;
    transform: translateX(-100%);
  }

  to {
    left: 100%;
    transform: scaleX(1)
  }
}
