.bpn-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7);z-index:999999;display:flex;align-items:center;justify-content:center;animation:bpn-fadeIn 0.3s ease-in-out}.bpn-popup{background:#fff;border-radius:0;box-shadow:none;width:100%;height:100%;padding:0;position:relative;animation:bpn-slideDown 0.3s ease-in-out;display:flex;align-items:center;justify-content:center}.bpn-popup-content{padding:30px;text-align:center;width:100%;max-width:600px}.bpn-popup-content p{margin:0 0 20px 0;font-size:16px;line-height:1.6;color:#333;font-weight:500;white-space:pre-line;word-wrap:break-word}.bpn-popup-close{background-color:#dc3232;color:#fff;border:none;padding:12px 30px;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color 0.3s ease,opacity 0.3s ease;min-width:120px}.bpn-popup-close:hover{opacity:.9}.bpn-popup-close:active{transform:scale(.98)}input.bpn-error{border-color:#dc3232!important;box-shadow:0 0 0 1px #dc3232!important}@keyframes bpn-fadeIn{from{opacity:0}to{opacity:1}}@keyframes bpn-slideDown{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}body.rtl .bpn-popup-content{direction:rtl}body.rtl .bpn-popup-content p{text-align:right}@media (max-width:600px){.bpn-popup{width:100%;height:100%;margin:0}.bpn-popup-content{padding:20px;max-width:100%}.bpn-popup-content p{font-size:14px}.bpn-popup-close{padding:10px 20px;font-size:14px}}