.npl-loader{
  position:fixed; inset:0;
  background:rgba(0,0,0,.45);
  display:flex; align-items:center; justify-content:center;
  z-index:9999;
}
.npl-loader-box{
  background:#fff;
  padding:22px 26px;
  border-radius:16px;
  text-align:center;
  min-width:140px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.npl-text{
  letter-spacing:6px;
  font-size:20px;
}
.card{ border:0; border-radius:16px; box-shadow:0 6px 22px rgba(0,0,0,.06); }
