html{scroll-behavior:smooth}:root{--scrollbar-thumb-color:#7861ff;--scrollbar-track-color:#f0f0f0;--scrollbar-thumb-hover-color:#5f43e8;--scrollbar-bg:#000;--scrollbar-width:5px}.App{height:100%}::-webkit-scrollbar{width:var(--scrollbar-width)}::-webkit-scrollbar,::-webkit-scrollbar-track{background-color:var(--scrollbar-bg)}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:10px;border:2px solid var(--scrollbar-track-color)}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color)}.loader{width:50px;box-shadow:inset 0 0 0 3px #fff;position:relative;animation:l6 1.5s linear infinite}.loader,.loader:before{aspect-ratio:1;border-radius:50%}.loader:before{content:"";position:absolute;top:100%;box-shadow:inherit;width:25px}@keyframes l6{to{transform:rotate(1turn)}}@media (max-width:768px){::-webkit-scrollbar{display:none}}