/* [project]/web/app/components/base/loading/style.css [app-client] (css) */
.spin-animation path {
  animation: 2s linear infinite custom;
}

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

  25% {
    opacity: .1;
  }

  50% {
    opacity: .2;
  }

  75% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.spin-animation path:first-child {
  animation-delay: 0s;
}

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

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

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

/* [project]/web/app/components/base/copy-feedback/style.module.css [app-client] (css) */
.style-module__gikuLG__copyIcon {
  background-image: url("../media/copy.0j~_uvrxn~5u3.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.style-module__gikuLG__copyIcon:hover {
  background-image: url("../media/copy-hover.16mhb7n6vlnz1.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.style-module__gikuLG__copyIcon.style-module__gikuLG__copied {
  background-image: url("../media/copied.0bj.ybibaizq6.svg");
}

/* [project]/web/app/signin/page.module.css [app-client] (css) */
.page-module__SsuV4a__githubIcon {
  background: url("../media/github.02yldlvv0s701.svg") center / contain no-repeat;
}

html[data-theme="dark"] .page-module__SsuV4a__githubIcon {
  background: url("../media/github-dark.175vimh7s-b6n.svg") center / contain no-repeat;
}

.page-module__SsuV4a__googleIcon {
  background: url("../media/google.0o~8x5lqwx2oh.svg") center / contain no-repeat;
}

.page-module__SsuV4a__linkedinIcon {
  background: url("../media/linkedin.0rd54j-3vg5ag.svg") center / contain no-repeat;
}

html[data-theme="dark"] .page-module__SsuV4a__linkedinIcon {
  background: url("../media/linkedin-dark.0wr72w~bjy0ll.svg") center / contain no-repeat;
}

.page-module__SsuV4a__microsoftIcon {
  background: url("../media/microsoft.0p.il9ybgcou..svg") center / contain no-repeat;
}

html[data-theme="dark"] .page-module__SsuV4a__microsoftIcon {
  background: url("../media/microsoft-dark.0slb0lpjd6e2s.svg") center / contain no-repeat;
}

.page-module__SsuV4a__discordIcon {
  background: url("../media/discord.0h6d1hk6kj92m.svg") center / contain no-repeat;
}

html[data-theme="dark"] .page-module__SsuV4a__discordIcon {
  background: url("../media/discord-dark.0do.2_pzswurc.svg") center / contain no-repeat;
}

/*# sourceMappingURL=web_app_0iv82c_._.css.map*/