.modal__center{animation-duration:.3s;animation-name:modal-open;padding:24px}@keyframes modal-open{0%{opacity:0}to{opacity:1}}.modal__bottom{animation:SlideIn .3s;overflow-y:scroll}@keyframes SlideIn{0%{transform:translateY(32px)}to{transform:translateY(0)}}.modal__semiFull{animation:SlideIn .3s;max-height:80%;overflow-y:scroll}
