#pokbon-ma-popups-container{position:relative;z-index:999999}
.pokbon-popup-wrapper{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999}
.pokbon-popup-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(0px)}
.pokbon-popup{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;color:#1d2327;max-width:90vw;max-height:90vh;overflow:auto;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.pokbon-popup-header{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px}
.pokbon-popup-title{margin:0}
.pokbon-popup-close{background:transparent;border:0;font-size:18px;cursor:pointer}
.pokbon-popup-body{margin:0}
.pokbon-popup-image{max-width:100%;height:auto;margin:0 0 12px;display:block}
.pokbon-popup-subheading{color:#444;margin:0 0 8px}
.pokbon-popup-btn{border:0;color:#fff;padding:10px 16px;border-radius:6px;cursor:pointer}
.pokbon-popup-input{display:block;width:100%;padding:10px;margin:0 0 10px;border:1px solid #ced4da;border-radius:6px}
.pokbon-popup-success{background:#ecfdf5;color:#065f46;padding:10px;border-radius:6px;margin-top:10px}
.pokbon-popup-wrapper.pokbon-popup-visible .pokbon-popup{animation:pokbonFadeIn .25s ease both}
@keyframes pokbonFadeIn{from{opacity:0;transform:translate(-50%,-55%)}to{opacity:1;transform:translate(-50%,-50%)}}
