.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.326);border-radius:2px}.sidebar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.562);border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffffac}.sidebar{overflow:hidden}.sidebar:hover{overflow-y:scroll}.customScrollBar::-webkit-scrollbar{width:4px}.customScrollBar::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.326);border-radius:2px}.customScrollBar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.562);border-radius:2px}.customScrollBar::-webkit-scrollbar-thumb:hover{background:#ffffffac}.loader{border:4px solid var(--t-blue);border-top:4px solid #000;border-radius:50%;width:50px;height:50px;animation:spin 1s infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}