﻿.please-wait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  filter: grayscale(100%);
  z-index: 9990;
  --mud-typography-body2-size: 20px;
}
.please-wait.dark {
  background-color: rgba(0, 0, 0, 0.5);
}