.clean-scrollbar {
    max-height: 500px;
    overflow-y: auto;
}

.clean-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.clean-scrollbar::-webkit-scrollbar-thumb {
    background-color: #7A7A7A;
    border-radius: 4px;
}