.loader-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:transparent}.spinner{display:inline-block;position:relative;width:64px;height:64px}.spinner div{box-sizing:border-box;display:block;position:absolute;width:51px;height:51px;margin:6px;border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid transparent;border-top-color:#4285f4}.spinner div:first-child{animation-delay:-.45s}.spinner div:nth-child(2){animation-delay:-.3s}.spinner div:nth-child(3){animation-delay:-.15s}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}