#lsw-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  font-family: sans-serif;
  color: white;
}

#lsw-spin-btn {
  padding: 10px 20px;
  background-color: #f39c12;
  border: none;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
}
