.parallax1 > use {
  animation: move-forever1 30s linear infinite;
  &:nth-child(1) {
    animation-delay: -6s;
  }
}
.parallax2 > use {
  animation: move-forever2 24s linear infinite;
  &:nth-child(1) {
    animation-delay: -6s;
  }
}
.parallax3 > use {
  animation: move-forever3 18s linear infinite;
  &:nth-child(1) {
    animation-delay: -6s;
  }
}
.parallax4 > use {
  animation: move-forever4 12s linear infinite;
  &:nth-child(1) {
    animation-delay: -6s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.admin-mesh-bg {
  background-color: rgb(61, 59, 63);
  background-image:
    radial-gradient(at 15% 25%, rgb(84, 79, 89) 0px, rgba(0, 0, 0, 0) 55%),
    radial-gradient(at 80% 15%, rgb(88, 84, 80) 0px, rgba(0, 0, 0, 0) 50%),
    radial-gradient(at 55% 85%, rgb(65, 64, 72) 0px, rgba(0, 0, 0, 0) 55%),
    radial-gradient(at 90% 75%, rgb(48, 52, 61) 0px, rgba(0, 0, 0, 0) 45%),
    radial-gradient(at 10% 80%, rgb(74, 68, 62) 0px, rgba(0, 0, 0, 0) 50%),
    radial-gradient(at 50% 40%, rgb(65, 60, 72) 0px, rgba(0, 0, 0, 0) 40%);
}

.admin-body-bg {
  background-color: rgb(243, 244, 246);
  background-attachment: fixed;
  background-image:
    radial-gradient(at 10% 20%, rgb(236, 233, 240) 0px, rgba(0, 0, 0, 0) 50%),
    radial-gradient(at 85% 10%, rgb(240, 238, 235) 0px, rgba(0, 0, 0, 0) 45%),
    radial-gradient(at 60% 80%, rgb(232, 232, 238) 0px, rgba(0, 0, 0, 0) 50%),
    radial-gradient(at 90% 70%, rgb(228, 232, 238) 0px, rgba(0, 0, 0, 0) 40%),
    radial-gradient(at 15% 85%, rgb(238, 235, 230) 0px, rgba(0, 0, 0, 0) 45%),
    radial-gradient(at 50% 45%, rgb(235, 233, 240) 0px, rgba(0, 0, 0, 0) 35%);
}

.wave {
  position: relative;
  z-index: 1;
}

.footer-wave {
  padding-top: 0;
}

.wave-left {
  max-width: 4em;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.wave svg {
  display: flex;
  height: 2em;
  width: 100%;
}

.top-shadow {
  filter: drop-shadow(-5px -10px 5px #00000033);
}

.wave-top svg {
  margin-top: -2em;
}

.rotate-wave {
  transform: rotate(180deg);
}

.wave-over-image {
  margin-top: -1.95em !important;
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  position: relative;
}

.wave-white path {
  fill: white;
}
