.loading-spinner{top:0;left:0;width:100%;height:100%;text-align:center;z-index:9999}.spinner{margin:25% auto;width:60px;height:60px;border:10px solid #cecece;border-top-color:#003b4d;border-radius:50%;animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:600px){.spinner{margin:50% auto;width:60px;height:60px;border:10px solid #cecece;border-top-color:#003b4d;border-radius:50%;animation:spin 4s linear infinite}}