
.animate-scale-in[data-v-291df106] {
  animation: scaleIn-291df106 0.3s ease-out;
}
@keyframes scaleIn-291df106 {
from {
    opacity: 0;
    transform: scale(0.95);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
