@keyframes waveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}::-webkit-scrollbar{width:7px;height:5px}::-webkit-scrollbar-track{background:lack}::-webkit-scrollbar-thumb{background:#320b38;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#cb3066}body{background-color:#080414!important}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#6b6b6b4d;-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)}}.loader{width:16px;height:16px;border-radius:50%;display:block;margin:15px auto;position:relative;background:#fff;box-shadow:-24px 0 #fff,24px 0 #fff;box-sizing:border-box;animation:shadowPulse 2s linear infinite}@keyframes shadowPulse{33%{background:#fff;box-shadow:-24px 0 #0683e3,24px 0 #fff}66%{background:#3c8dcb;box-shadow:-24px 0 #fff,24px 0 #fff}to{background:#fff;box-shadow:-24px 0 #fff,24px 0 #7bbcee}}
