.module-profile-circle-animation{animation:.6s scaleInOut}@keyframes scaleInOut{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}#side-bar::-webkit-scrollbar{width:10px}#side-bar::-webkit-scrollbar-thumb{background-color:#0000;border:3px solid #0000;border-radius:20px;transition:all .3s}#side-bar:hover::-webkit-scrollbar-thumb{background-color:var(--chakra-colors-gray-600);border:3px solid var(--chakra-colors-gray-900)}html[data-theme=dark] #side-bar::-webkit-scrollbar-track{background-color:#0000}
