#wait {
    /* display: none; */
    z-index: 100000 !important;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2px;
  }
  #wait img {
    width: 65%;
    height: auto;
  }
  #wait p {
  background: #fdfaea !important;
  font-size: x-small;
  width: fit-content;
  }