/* ==========================================================================
   Loading Styles
   ========================================================================== */

/* Loading container */

.loading {
  background: var(--color-black);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 99999;
}

/* Loading image */

.loading-img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  mix-blend-mode: lighten;
}
