#s2k-loader {
  all: initial;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  color: #555;
  backdrop-filter: blur(20px);
  cursor: wait;
}
