#loadBar {
  background: #00000094;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lb-modal {
  position: relative;
  top: 50%;
  width: 50%;
  margin: auto;
  padding: 32px 0px;
  text-align: center;
}

