html[data-pbt-auth-locked='1'] body,
html[data-pbt-auth-locked='1'] body * {
  visibility: hidden !important;
}

html[data-pbt-auth-locked='1'] body::before {
  content: 'Loading...';
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #334155;
  visibility: visible;
}
