.blocking-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba( 166, 166, 166 ,  1 );
  background: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
  opacity: .30;
  filter: Alpha(Opacity=30);
  z-index: 10000;
  touch-action: none;
}
