div.popup{width:100%;height:100vh;bottom:-100%;-webkit-transition-property:bottom;-o-transition-property:bottom;-moz-transition-property:bottom;transition-property:bottom}div.popup.show{bottom:0px}div.popup .popup-instance{bottom:0px;position:fixed;max-width:100vw;max-height:400px;max-height:75vh}div.popup .popup-instance .popup-header{font-size:15px;line-height:17px;padding-top:12.5px;padding-bottom:10.5px}div.popup .popup-instance .popup-main{overflow-y:scroll;z-index:1101}div.popup .popup-instance .popup-footer{margin-bottom:5px;z-index:1102;padding-bottom:-webkit-calc(env(safe-area-inset-bottom) - 5px);padding-bottom:-moz-calc(env(safe-area-inset-bottom) - 5px);padding-bottom:calc(env(safe-area-inset-bottom) - 5px)}div.popup .popup-instance[data-layout=floating]{width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);top:15vh;bottom:auto;margin:15px;max-height:-webkit-calc(75vh + 30px);max-height:-moz-calc(75vh + 30px);max-height:calc(75vh + 30px);padding:10px}div.popup .popup-instance[data-layout=floating] .popup-footer{padding-bottom:0}

/*# sourceMappingURL=screen-sm.css.map*/