.popup-wrapper .popup-btn{width:100%;height:45px;border:1px solid #D0D0D5;outline:none;color:var(--dark-color);background-color:#fff;font-size:14px;border-radius:5px;padding:0 20px;position:relative;display:flex;align-items:center;cursor:pointer;transition:all .3s}.popup-wrapper .popup-btn-no-text{width:100%;height:100%;background:transparent;position:absolute}.popup-activator{width:100%;height:100%;background:transparent;position:absolute;top:0;left:0;cursor:pointer}.popup-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center}.popup-container{position:relative;background-color:#fff;z-index:99999;padding:45px 0 30px;margin:0 20px;border-radius:10px;overflow:hidden}.popup-container .close-btn{display:flex;align-items:center;gap:5px;position:absolute;top:15px;right:15px;font-size:20px;text-align:center;border:none;background-color:transparent;cursor:pointer}.popup-container .close-btn span{display:inline-block;width:20px;height:20px;background:url(/build/assets/blue-x-Bhh6RJ5U.svg) no-repeat center center}.popup-container .close-btn p{font-weight:400;font-size:12px}.popup-container .popup-body-container{overflow-x:hidden;overflow-y:auto;max-width:900px;max-height:80vh;min-height:300px}.popup-container .packages-popup-container{height:100%}@media screen and (max-width: 1200px){.popup-bg{align-items:flex-end;padding-bottom:110px}.popup-container{margin:0 30px;width:100%;border-radius:7px}.popup-container .popup-body-container{overflow-x:hidden;overflow-y:auto;max-width:100%;max-height:calc(80vh - 126px);min-height:300px}}@media screen and (max-width: 500px){.popup-bg{padding-bottom:100px}.popup-container{margin:0 10px;padding:45px 0 20px}}
