/* Global visual background — PBB Online Pretest System */
html{min-height:100%;background:transparent!important}
body,
body.user-app,
body.admin-body,
body.register-page{
  min-height:100vh;
  background-color:transparent!important;
  background-image:var(--pbb-page-bg,url('../images/bgpretest1.png'))!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
}
.app-shell,.admin-app-shell,.admin-shell,.app-body,.admin-main,.page-wrap,.admin-content,.page-shell,.plans-wrap{background-color:transparent!important}
.admin-main::before,.app-main::before,.page-bg{display:none!important}
@media(max-width:760px){body,body.user-app,body.admin-body,body.register-page{background-attachment:scroll!important;background-position:center top!important}}
