.ada-modal{left:0;position:fixed;top:0;z-index:500}.ada-modal:not(.w-screen){animation-duration:.05s;animation-name:fadeIn;height:100%;overflow:auto;width:100%}.ada-modal.animate-out{animation-name:fadeOut}.ada-modal>.modal-content{animation-duration:.15s;bottom:0;height:100vh;opacity:1;position:fixed;width:100%}.ada-modal>.modal-content.rtl{animation-name:slideInModalRight}.ada-modal>.modal-content.btt{animation-name:slideInModalBottom}.ada-modal.animate-out>.modal-content{animation-duration:.15s}.ada-modal.animate-out>.modal-content.rtl{animation-name:slideOutModalRight}.ada-modal.animate-out>.modal-content.btt{animation-name:slideOutModalBottom}.ada-modal.animate-out:not(.w-screen)>.modal-content{opacity:0}@keyframes slideInModalRight{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes slideOutModalRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@keyframes slideInModalBottom{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes slideOutModalBottom{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0)}}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes fadeOutModal{0%{opacity:1}to{opacity:0}}
