.hx-scroll::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

.hx-scroll::-webkit-scrollbar-track {
    background: #ffffff !important;
    border-radius: 2px !important;
}

.hx-scroll::-webkit-scrollbar-thumb {
    background: #DEDEDE !important;
    border-radius: 2px !important;
}

.hx-scroll::-webkit-scrollbar-corner {
    background: #e6e6e6 !important;
}
