.popup-overlay{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999999}.popup{background:#3d8e03;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;max-width:90%;padding:30px 15px;position:relative;text-align:center;width:900px}.popup-btns{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.popup h2{margin-top:0}.popup p{margin:15px 0}.popup .btn{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;text-decoration:none}.popup .btn:hover{background-color:#0056b3}.close-popup{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}.close-popup:hover{color:red}