.spin-animation path {
    animation: custom 2s linear infinite;
}

@keyframes custom {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.2;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.spin-animation path:nth-child(1) {
    animation-delay: 0s;
}

.spin-animation path:nth-child(2) {
    animation-delay: 0.5s;
}

.spin-animation path:nth-child(3) {
    animation-delay: 1s;
}

.spin-animation path:nth-child(4) {
    animation-delay: 2s;
}

.style_copyIcon__GJL9e {
  background-image: url(/_next/static/media/copy.89d68c8b.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.style_copyIcon__GJL9e:hover {
  background-image: url(/_next/static/media/copy-hover.2cc86992.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.style_copyIcon__GJL9e.style_copied__qGMIw {
  background-image: url(/_next/static/media/copied.350b63f0.svg);
}
.style_svgIcon__KFfCm {
  background-image: url(/_next/static/media/svg.85d3fb3b.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.style_svgIconed__3YlRE {
  background-image: url(/_next/static/media/svged.195f7ae0.svg);
  background-position: center;
  background-repeat: no-repeat;
}

