/* ==========================================================================
   Loading Styles
   ========================================================================== */

/* Loading container */

.loading {
  background: var(--color-dark);
  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: 80px;
  height: 80px;
}
