@charset "UTF-8";
/***!  Style Declaration  !***/

.popup-overlay{display:none;position:fixed;right:20px;bottom:20px;z-index:1000}.popup-content{background-color:#fff;padding:0;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,0.2);max-width:350px;width:100%;position:relative;overflow:hidden;animation:slideInRight 0.5s ease-out}.close-btn{position:absolute;top:5px;right:5px;font-size:24px;color:white;background-color:rgba(0,0,0,0.5);border-radius:50%;width:30px;height:30px;line-height:28px;text-align:center;cursor:pointer;z-index:10}.close-btn:hover{background-color:rgba(0,0,0,0.8)}
