#first-time-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease}#first-time-popup.show{opacity:1;visibility:visible}#first-time-popup-content{position:relative;background-color:#fff;padding:20px;border-radius:8px;text-align:left;max-width:500px;width:90%;box-sizing:border-box;font-size:16px;overflow-y:auto;max-height:90vh;color:#000}#first-time-popup-content p{margin-bottom:15px;color:inherit}.close-popup{position:absolute;top:10px;right:15px;color:#aaa;font-size:28px;font-weight:bold;cursor:pointer}.close-popup:hover,.close-popup:focus{color:#000;text-decoration:none}#first-time-popup-content button{margin-top:15px;padding:10px 20px;min-width:100px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;touch-action:manipulation}#first-time-popup-content button:hover{background-color:#218838}@media(max-width: 600px){#first-time-popup-content{padding:15px;font-size:14px;max-width:90%;width:95%;color:#000}#first-time-popup-content p{color:inherit}.close-popup{color:#aaa}.close-popup:hover,.close-popup:focus{color:#000}#first-time-popup-content button{padding:8px 16px;font-size:14px}}
/*# sourceMappingURL=common_theme_33_9fcd1a9916a4bab0b754c84c8d19aed409033da4.css.map?__ws=www.pgbchat.com */