.loader{width:40px;height:40px}.loader,.loader-small{border:5px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}.loader-small{width:20px;height:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}