.modal-overlay-modal-enter{animation:.2s ease-out forwards overlayIn}.modal-content-modal-enter{animation:.25s ease-out forwards contentIn}.modal-overlay-modal-exit{animation:.2s ease-in forwards overlayOut}.modal-content-modal-exit{animation:.2s ease-in forwards contentOut}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes overlayOut{0%{opacity:1}to{opacity:0}}@keyframes contentIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes contentOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.95)translateY(8px)}}
