#app-loader.hidden {
  display: none;
  visibility: hidden;
}

.lock-scroll {
  overflow: hidden;
}

#app-loader {
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.06);
}
