.custom_scroll {
    &::-webkit-scrollbar {
        background: none;
        width: 10px;
        height: 10px;
    }

    &::-webkit-scrollbar-button{
        display: none;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #B2B3B9;
        border-radius: 51px;
        background-clip: padding-box;
        border: 3px solid transparent;
    }

    &::-webkit-scrollbar-track {
        background: none;
    }
}