#novagates-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.65);
  display: none; align-items:center; justify-content:center;
  z-index: 999999;
}
#novagates-modal {
  background: #fff; border-radius: 10px; width: min(900px, 95vw); height: min(640px, 90vh);
  box-shadow: 0 10px 40px rgba(0,0,0,.4);
  position: relative; overflow: hidden;
}
#novagates-modal .ng-header { padding:10px 14px; font-weight:600; border-bottom:1px solid #eee; display:flex; align-items:center; justify-content:space-between; }
#novagates-modal .ng-body { position:absolute; inset: 42px 0 0 0; }
#novagates-modal .ng-close { border:0; background:transparent; font-size:20px; cursor:pointer; line-height:1; }
#novagates-modal .ng-body #novagates-sdk-container { width:100%; height:100%; }
