.loading {

display: none;

&__overlay {
  align-items: center;
  background: rgba($white, 0.8);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}

&__icon {
  width: 250px;
}

}