Try simple CSS.
body:not(.is-admin) .mapplic-popup-body{ display:none; }
This will hide the container only if admin is not logged in.