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