.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);opacity:1}body.modal-open .element-to-hide{display:none}@keyframes slideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.modal-animate-enter{animation:slideIn .5s forwards}.modal-animate-exit{animation:slideOut .5s forwards}