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