.tooltip-content{animation:none!important}@keyframes enter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.tooltip-enter-active{animation:enter .2s ease-out}.tooltip-leave-active{animation:exit .15s ease-in}
