.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(107,107,107,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;z-index:9999;color:#fff}.loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;transition-delay:5s}.loader{width:48px;height:48px;display:inline-block;position:relative}.loader:before{content:"";box-sizing:border-box;width:48px;height:48px;border-radius:50%;background:#fe760f;position:absolute;left:0;top:0;-webkit-animation:sk-scaleout 1s infinite ease-in-out}.loader:after{animation-delay:1s}.container{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;width:100vw}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);opacity:.5;transform:scale(1)}}::-webkit-scrollbar{width:7px;height:5px}::-webkit-scrollbar-track{background:lack}::-webkit-scrollbar-thumb{background:#525560;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#e05c44}body{background-color:#fff!important}
