*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-thumb {
    background-color: #7c3aed;
    border-radius: 6px;
}

*::-webkit-scrollbar-track {
    background-color: #1f2937;
}