/* [project]/node_modules/@timeedit/ui-components/lib/src/components/Spin/Spin.css [app-client] (css) */
@layer teui-components {
  .load-spinner-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
