.fox-loader{height:100%;margin-left:auto;margin-right:auto;position:relative}.fox-loader.fox-loader-invisible .fox-loader-backdrop{background-color:#0000}.fox-loader.full-sized{height:calc(var(--vh,1vh) * 100)}.fox-loader .fox-loader-backdrop{background-color:color-mix(in srgb, var(--blue600) 20%, transparent);z-index:1300;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:static}.fox-loader .fox-loader-spinner{animation:1.4s linear infinite fox-loader-rotate;display:block}.fox-loader .fox-loader-spinner.color-primary .fox-loader-circle{stroke:var(--blue600)}.fox-loader .fox-loader-spinner.color-secondary .fox-loader-circle{stroke:var(--grey600)}.fox-loader .fox-loader-spinner.color-inherit .fox-loader-circle{stroke:currentColor}.fox-loader .fox-loader-circle{stroke-dasharray:80 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.4s ease-in-out infinite fox-loader-dash}@keyframes fox-loader-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fox-loader-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:100 200;stroke-dashoffset:-15px}to{stroke-dasharray:100 200;stroke-dashoffset:-125px}}
