.global-loader{justify-content:center;align-items:center;width:100%;display:flex}.loader{box-sizing:border-box;background:linear-gradient(#0089ff 0%,#0087ff33 67%);border-radius:50%;width:62px;height:62px;animation:1s linear infinite rotation;display:inline-block;position:relative}.loader:after{content:"";box-sizing:border-box;background:#e9f3ff;border-radius:50%;width:55px;height:55px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
