
#loading_cover {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 999999;
  background-color: #fff;
  text-align: center;
}
