.ui.loader{display:inline-block;height:66px;text-align:center;width:66px}.ui.loader svg{animation:1.15s infinite reverse spin linear;height:66px;width:66px}.ui.loader-fluid{display:block;width:100%}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}