.modal{background:rgba(0,0,0,.7);max-height:100%;position:fixed;top:0;bottom:0;left:0;width:100%;opacity:0;z-index:-99;transition:all .5s ease-in-out;-webkit-overflow-scrolling:touch}.modal.viewable{opacity:1;z-index:999}.modal.viewable.top-modal{z-index:9990}.modal-content{align-items:center;display:flex;flex:1;height:100%;justify-content:center;padding:1.75rem 0;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-content>*{border-radius:18px;overflow:hidden}.modal-content.disable-padding{padding:0}@media(max-width:640px){.modal{background:#000;bottom:-100vh;height:100%;opacity:1;top:unset}.modal,.modal-content{overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-content{display:initial;padding:0;min-height:100%}.modal-content>*{border-radius:0}.modal.left-animation{bottom:0;left:-100vw}.modal.left-animation.viewable{left:0}.modal.viewable{bottom:0;height:100%}}