.loader{border:16px solid #f3f3f3;border-top:16px solid #3db;border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.sm-loader{width:40px;height:40px}.md-loader{width:60px;height:60px}.xl-loader{width:90px;height:90px}.lg-loader{width:70px;height:70px}