.loading-animation{width:54px;height:20px;display:inline-block;position:relative}.loading-animation div{background:#7d5f41;border-radius:50%;width:10px;height:10px;animation-timing-function:cubic-bezier(0,1,1,0);position:absolute;top:5px}.loading-animation div:first-child{animation:.6s infinite loading-animation1;left:0}.loading-animation div:nth-child(2){animation:.6s infinite loading-animation2;left:0}.loading-animation div:nth-child(3){animation:.6s infinite loading-animation2;left:20px}.loading-animation div:nth-child(4){animation:.6s infinite loading-animation3;left:44px}@keyframes loading-animation1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes loading-animation3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes loading-animation2{0%{transform:translate(0)}to{transform:translate(24px)}}.full-screen-loading{z-index:10000001;color:#d3deea;background:#080c16;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:20px;display:flex;position:fixed;inset:0}.hidden{display:none!important}
