/* [project]/packages/ui/src/components/shadcn/ui/popover.module.css [client] (css) */
.popover-module__ELtYJa__popover-trigger-width {
  width: var(--radix-popover-trigger-width);
}

/* [project]/packages/ui/src/components/LogoLoader/loading-anim.module.css [client] (css) */
.loading-anim-module__T3MC1q__loading path {
  stroke-dasharray: 30 220;
  animation: 1.15s cubic-bezier(.39, .29, .5, .59) infinite both loading-anim-module__T3MC1q__dash;
}

@keyframes loading-anim-module__T3MC1q__dash {
  from {
    stroke-dashoffset: 52px;
  }

  to {
    stroke-dashoffset: 280px;
  }
}

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