.loader-container{position:fixed;top:0;right:0;bottom:0;left:0;background:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .3s ease}.spinner{width:60px;height:60px;border:6px solid rgba(0,0,255,.2);border-top-color:#4285f4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
