/* zoom/blur/blur.css */
#blur-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background: rgba(20, 20, 20, 0.5);
  display: none;
  z-index: 1003;
}
