#modals-root{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9}.modal-content-body{max-height:60vh;overflow-y:auto}.animated-up{animation-delay:0s;animation-direction:reverse;animation-duration:.5s;animation-fill-mode:forwards;animation-name:modal-in;animation-timing-function:ease-in}.animated-down{animation-delay:0s;animation-direction:reverse;animation-duration:.5s;animation-fill-mode:forwards;animation-name:modal-out;animation-timing-function:ease-out}.bg-dark-modal{background-color:#1d293999}@keyframes modal-out{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes modal-in{0%{transform:translateY(0)}to{transform:translateY(100%)}}