.preloader{align-items:center;background-color:#fff;display:flex;inset:0;justify-content:center;position:fixed;z-index:99999}.preloader__circular{animation:rotate 2s linear infinite;height:50px;width:50px}.preloader__path{fill:none;stroke:var(--rgba-global-colors-primary);stroke-width:4px;animation:animateStroke 1.5s ease-in-out infinite;stroke-linecap:round}.preloader.theme-dark{background-color:var(--rgba-dark-theme-colors-primary)}.preloader.theme-dark .preloader__path{stroke:#fff}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes animateStroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}