#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/bg_square.png);
  background-repeat: repeat-x;
  background-size: 30px 45px;
  z-index: 10000;
}

#page-loading {
  /* display: none; */
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/bg_square.png);
  background-repeat: repeat-x;
  background-size: 30px 45px;
  z-index: 10000;
}

#loading svg,
#page-loading svg {
  width: 400px!important;
  height: 400px!important;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

lottie-player {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}