.negwork-lists-container {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.negwork-lists-container::-webkit-scrollbar {
    height: 6px;
}

.negwork-lists-container::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.negwork-lists-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}