#loader{border:0px solid #f3f3f3;border-bottom:2px solid #037FFF;border-top:2px solid #037FFF;border-radius:51%;width:150px;height:150px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-img{width:100px;height:100px;border-radius:85%;margin:1em;position:absolute;object-fit:contain;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
