.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:9999;display:flex;align-items:center;justify-content:center}.modal-content-top{background:#fff;border-radius:5px;width:90%;max-width:1000px;max-height:95vh;overflow-y:auto;position:relative;z-index:10000;pointer-events:auto}.pac-container{z-index:10001!important}.custom-modal-overlay{position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.custom-modal-content{position:fixed;top:50%;left:50%;z-index:1051;transform:translate(-50%,-50%);background:#fff;padding:1.5rem;border-radius:10px;max-width:800px;width:95%;max-height:90%;overflow-y:auto;box-shadow:0 0 20px rgba(0,0,0,.3)}