::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #e3e3e3 !important
}

::-webkit-scrollbar-thumb {
    background: #ff6600 !important
}

::-webkit-scrollbar-thumb:hover {
    background: #ff6600 !important
}