.modal{display:none;position:fixed;left:0;right:0;margin:auto;width:50vw;transition-timing-function:ease-in-out;transition-property:transform,opacity;transform:scale(0);opacity:0;top:var(--ax-modal-top);max-height:var(--ax-modal-max-height);overflow:auto;will-change:transform,opacity}.modal.active{transform:scale(1);opacity:1}@media screen and (max-width: 959px){.modal{width:80vw}}.modal .modal-header{padding:.75rem;font-size:1.5rem}.modal .modal-content,.modal .modal-footer{padding:.75rem}.modal.modal-falling{top:-20%;will-change:opacity,top;transition-property:top,opacity;transform:none}.modal.modal-falling.active{top:var(--ax-modal-top)}.modal.modal-bouncing{animation:bouncing;animation-timing-function:ease}@keyframes bouncing{0%{transform:scale(0);opacity:0}50%{transform:scale(1.05);opacity:1}75%{transform:scale(.95);opacity:1}to{transform:scale(1);opacity:1}}
