.loading_container{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.loading_text{font-size:2rem;font-weight:600;font-family:sans-serif}.dots_box{display:flex;gap:1rem}.loading_dot{width:20px;height:20px;background-color:#000;border-radius:50%;animation:bounce 1s infinite ease-in-out both;animation-delay:attr(data-delay type(<time>))}.loading_dot:nth-child(1){animation-delay:0s}.loading_dot:nth-child(2){animation-delay:.2s}.loading_dot:nth-child(3){animation-delay:.5s}.gray{background-color:#58595b}.orange{background-color:#f58345}@keyframes bounce{0%,80%,to{transform:translateY(0) scale(1)}40%{transform:translateY(-10px) scale(1.1)}}
