@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ui-loader{display:flex;align-items:center;justify-content:center}.ui-loader._sm{width:24px;height:24px}.ui-loader._md{width:48px;height:48px}.ui-loader._lg{width:72px;height:72px}.ui-loader__ring{width:100%;height:100%;animation:ui-loader-rotate 1.4s linear infinite}.ui-loader__track{fill:none;stroke:#efeae7;stroke-width:2.5}.ui-loader__arc{fill:none;stroke:#ab8e66;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:80 126;animation:ui-loader-dash 1.4s ease-in-out infinite}@keyframes ui-loader-rotate{to{transform:rotate(360deg)}}@keyframes ui-loader-dash{0%{stroke-dasharray:1 126;stroke-dashoffset:0}50%{stroke-dasharray:100 126;stroke-dashoffset:-30px}to{stroke-dasharray:100 126;stroke-dashoffset:-126px}}
