.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.grow{--grow-duration: 1.25s;background-color:#282c34;width:1rem;height:1rem;border-radius:50%}.growing{animation-name:grow;animation-fill-mode:both;animation-duration:var(--grow-duration);animation-delay:var(--grow-delay);animation-iteration-count:infinite;animation-timing-function:ease}.row{display:flex;gap:.5rem}.one{--grow-delay: .25s}.two{--grow-delay: .5s}.three{--grow-delay: .75s}@keyframes grow{0%{opacity:0;transform:scale(.4)}50%{transform:scale(1)}to{transform:scale(.4);opacity:1}}.grow-copy{--grow-duration: 1.25s;--size: .5rem;background-color:#282c34;width:var(--size);height:var(--size);border-radius:50%}.custom-scrollbar::-webkit-scrollbar{width:10px;height:10px}.custom-scrollbar::-webkit-scrollbar-track{background:#e5e5ff;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#b8b8ff;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#8a8aff}tr:last-child td{border:none}.hidden-scrollbar::-webkit-scrollbar{display:none}.hidden-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
