.new-overlay{position:fixed;left:0;right:0;top:-100vh;bottom:100vh;background-color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .15s;transition:all .15s;z-index:99999}.new-overlay.show{top:0;bottom:0}.new-overlay .popup{position:relative;min-width:35%;max-height:100%;max-width:100%;width:auto;height:auto;background-color:#fff;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.new-overlay .popup input{max-width:unset!important}.new-overlay .popup .closeOverlay{position:absolute;top:20px;right:20px;cursor:pointer}