#efesio-exit-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background-color:#fff;padding:20px;border-radius:10px;text-align:center;box-shadow:0 0 10px rgba(0,0,0,.1)}.popup-content h3{margin-top:0}.popup-content button{margin:5px;padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.popup-content button:first-of-type{background-color:#ccc}.popup-content button:last-of-type{background-color:#28a745;color:#fff}