/* [project]/src/app/(dashboard)/template.module.css [app-client] (css) */
.template-module__Ia8nBW__page > * {
  animation: template-module__Ia8nBW__settle .55s var(--ease) backwards;
}

.template-module__Ia8nBW__page > :nth-child(2) {
  animation-delay: 40ms;
}

.template-module__Ia8nBW__page > :nth-child(3) {
  animation-delay: 80ms;
}

.template-module__Ia8nBW__page > :nth-child(4) {
  animation-delay: .12s;
}

.template-module__Ia8nBW__page > :nth-child(5) {
  animation-delay: .16s;
}

.template-module__Ia8nBW__page > :nth-child(n+6) {
  animation-delay: .2s;
}

@keyframes template-module__Ia8nBW__settle {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

/*# sourceMappingURL=src_app_%28dashboard%29_template_module_1zdauo9.css.map*/