.loading-overlay{z-index:1000;background-color:#fbf7f3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loading-bar-container{background-color:#f0f0f0;width:100%;height:3px;position:fixed;top:0;left:0;overflow:hidden}.loading-bar{background:linear-gradient(90deg,#32b3c2,#56c5d2);width:0%;height:5px;animation:2.5s cubic-bezier(.4,0,.2,1) infinite loadingAnimation,1.2s ease-in-out infinite pulsate}@keyframes loadingAnimation{0%{width:0%;transform:translate(0)}30%{width:40%;transform:translate(0)}60%{width:70%;transform:translate(0)}80%{width:85%;transform:translate(-10%)}to{width:100%;transform:translate(0)}}@keyframes pulsate{0%{opacity:1}50%{opacity:.8}to{opacity:1}}
