@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes contentHide{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.96)}}.animate-fadeIn{animation:fadeIn .15s ease-out}.animate-fadeOut{animation:fadeOut .15s ease-in}.animate-contentShow{animation:contentShow .2s cubic-bezier(.16,1,.3,1)}.animate-contentHide{animation:contentHide .15s ease-in}
