.custom-scrollbar {
    box-sizing: content-box
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #181818
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #8b8b8c;
    border-radius: 8px;
    border: 2px solid #8b8b8c
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #8b8b8c transparent
}
