/* [project]/src/components/ui/Skeleton.module.css [app-client] (css) */
.Skeleton-module__QUUPIW__loadingContainer {
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  display: flex;
}

.Skeleton-module__QUUPIW__spinner {
  border: 3px solid #e8e8e8;
  border-top-color: var(--color-primary, #3679b5);
  border-radius: 50%;
  animation: .8s linear infinite Skeleton-module__QUUPIW__spin;
}

@keyframes Skeleton-module__QUUPIW__spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=src_components_ui_Skeleton_module_dd3b95a4.css.map*/