.pgx-overlay{z-index:99999;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.pgx-popup{background:#fff;border-radius:14px;width:92%;max-width:720px;animation:.4s pgxFade;display:flex;position:relative;overflow:hidden}@keyframes pgxFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.pgx-close{cursor:pointer;z-index:2;color:#000;background:0 0;border:none;font-size:22px;position:absolute;top:12px;right:18px}.pgx-left{color:#fff;background:#c8020e;width:50%;padding:30px}.pgx-left h2{margin-bottom:10px}.pgx-left p{margin-bottom:15px;font-size:14px}.pgx-left ul{padding:0;font-size:14px;list-style:none}.pgx-left li{margin-bottom:8px}.pgx-right{background:#f1e7e7;width:50%;padding:25px}.pgx-right h3{color:#c8020e;margin-bottom:15px}.pgx-form{flex-direction:column;gap:12px;display:flex}.pgx-input{width:100%;color:#000!important;background:#fff!important;border:1px solid #bbb!important;border-radius:8px!important;outline:none!important;padding:12px!important;font-size:14px!important}.pgx-input::placeholder{color:#666}.pgx-input:focus{box-shadow:0 0 0 2px #c8020e33;border-color:#c8020e!important}.pgx-btn{color:#fff;cursor:pointer;background:#c8020e;border:none;border-radius:25px;padding:12px;font-weight:600}.pgx-btn:hover{background:#a0010b}@media (max-width:768px){.pgx-popup{flex-direction:column}.pgx-left,.pgx-right{width:100%}}
