.loader{flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.loading-text{color:#fff;margin-left:10px;font-size:14pt;font-weight:600}.dot{margin-left:3px;animation:1.5s infinite blink}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}.loading-bar-background{--height:30px;box-sizing:border-box;width:200px;height:var(--height);border-radius:calc(var(--height) / 2);background-color:#212121;align-items:center;padding:5px;display:flex;box-shadow:inset -2px 2px 4px #0c0c0c}.loading-bar{--height:20px;width:0%;height:var(--height);border-radius:calc(var(--height) / 2);background:linear-gradient(#f9c74f 0%,#de4a0f 100%);flex-direction:column;justify-content:center;animation:4s ease-out infinite loading;display:flex;position:relative;overflow:hidden}.white-bars-container{align-items:center;gap:18px;display:flex;position:absolute}.white-bar{opacity:.3;background:linear-gradient(-45deg,#fff 0%,#fff0 70%);width:10px;height:45px;rotate:45deg}@keyframes loading{0%{width:0}80%{width:100%}to{width:100%}}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}
