body {
  padding: 0;
  margin: 0;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  height: 100%;
  background-color: #fff;

  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  flex-wrap: nowrap;
}

.loader.block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.loader.tint-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.loader img {
  width: 150px;
}
.loader.small img {
  width: 100px;
}

/*#! sourceMappingURL=loader.css.map */
