.loading-indicator-full-page{position:fixed;text-align:center;z-index:2000;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.2)}.loading-indicator-position{position:absolute;width:100px;height:100px;top:50%;left:50%;margin-top:-50px;margin-left:-50px}.lds-hourglass{display:inline-block;position:relative;width:80px;height:80px}.lds-hourglass:after{content:" ";display:block;border-radius:50%;width:0;height:0;margin:8px;box-sizing:border-box;border-color:#75c8ff transparent;border-style:solid;border-width:32px;animation:lds-hourglass 1.2s infinite}@keyframes lds-hourglass{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{transform:rotate(5turn)}}