@keyframes fadeInBackground{0%{background-color:transparent}to{background-color:hsla(0,0%,99%,.338)}}@keyframes zoomIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.modal-fade-in{animation:fadeInBackground .2s ease-out forwards}.modal-zoom-in{animation:zoomIn .2s ease-out forwards}