.text-red-500.text-xs{
    font-size: 1.0rem;
    line-height: 1rem;
    font-weight: bold;
}
.max-w-md {
    max-width: 34rem !important;
}

@keyframes bounce-in {
  0% { transform: scale(0.5); opacity: 0; }
  60% { transform: scale(1.1); opacity: 1; }
  80% { transform: scale(0.95); }
  100% { transform: scale(1); }
}
.animate-bounce-in {
  animation: bounce-in 0.5s ease forwards;
}
.tree-structure.w-28.h-28{
  width: 9rem !important;
  height: 9rem !important;
}



