.loading{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;background-color:rgba(var(--light-f-rgb),.6);z-index:10000;.lds-ripple{display:inline-block;position:relative;width:100px;height:100px;margin:0 auto;div{position:absolute;border:4px solid var(--primary);opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}div:nth-child(2){animation-delay:-.5s}}}@keyframes lds-ripple{0%{top:46px;left:46px;width:0;height:0;opacity:1}to{top:0;left:0;width:92px;height:92px;opacity:0}}.spinner-container{background:var(--light-f);position:absolute;bottom:0;width:100%;z-index:9;height:150px;small{text-align:center;width:100%;display:block;font-size:11px;margin-top:2px;opacity:.8;z-index:9;margin-left:3px}.spinner-container-bottom{position:relative;background:transparent;padding-bottom:24px;padding-top:10px}.spinner{top:10%;position:relative;margin:auto;width:100%;height:60px;text-align:center;font-size:10px;z-index:99;>div{background-color:var(--light-3);opacity:.7;height:100%;width:5px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s ease-in-out infinite;animation:sk-stretchdelay 1.2s ease-in-out infinite}.rect{margin-left:1px;margin-right:1px}.rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}}}@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}