* {
  margin: 0;
  padding: 0;
}

.loading {
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading-wrap {
  left: 0;
  right: 0;
  margin: auto;
}
.loading-wrap img {
  width: 160px;
  height: auto;
}

/*# sourceMappingURL=loading.css.map */