.loader{border:2px solid #f3f3f3;border-radius:50%;border-top:2px solid #4a4a4a;width:60px;height:60px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:auto;margin-bottom:10px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}