.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.custom-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;border-color:rgba(var(--text-color-secondary));border-radius:2px;border-width:1px;cursor:pointer;height:18px;outline:none;position:relative;width:18px}.custom-checkbox:is(.dark *){border-color:hsla(0,0%,100%,.5)}.custom-checkbox:checked{background-color:#000}.custom-checkbox:checked:after{color:#fff;content:"✓";font-size:14px;font-weight:800;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));border-radius:2px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#fff}