.loading-dots{display:flex;align-items:center;justify-content:center;gap:4px;height:20px}.loading-dots span{width:6px;height:6px;background-color:#115e98;border-radius:50%;display:inline-block;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}body{font-family:Roboto,sans-serif}.firstBox{padding:10px;height:50vh;overflow-y:auto}.firstBox::-webkit-scrollbar{width:10px}.firstBox::-webkit-scrollbar-thumb{background-color:#e7e7e7;border-radius:2px;cursor:pointer}.firstBox::-webkit-scrollbar-thumb:hover{background-color:#d3d3d3}.firstBox::-webkit-scrollbar-track:hover{background-color:#f0f0f0}.bgImage{background-image:url(/assets/shyena-DZcymptZ.png);background-size:100vw 100vh;background-repeat:no-repeat;width:100%;height:auto}
