
.articles-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgb(91, 192, 222);
    border-radius: 10px;
    background-color: #d9edf7;
}
.articles-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #d9edf7;
}
.articles-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(91, 192, 222);
    box-shadow: inset 0 0 6px rgb(91, 192, 222);
    background-color: #5bc0de;
}


.categories-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgb(91, 192, 222);
    border-radius: 10px;
    background-color: #d9edf7;
}
.categories-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #d9edf7;
}
.categories-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(91, 192, 222);
    box-shadow: inset 0 0 6px rgb(91, 192, 222);
    background-color: #5bc0de;
}

.side-btns::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgb(91, 192, 222);
    border-radius: 10px;
    background-color: #d9edf7;
}
.side-btns::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #d9edf7;
}
.side-btns::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(91, 192, 222);
    box-shadow: inset 0 0 6px rgb(91, 192, 222);
    background-color: #5bc0de;
}

.table-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgb(91, 192, 222);
    border-radius: 10px;
    background-color: #d9edf7;
}
.table-wrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #d9edf7;
}
.table-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(91, 192, 222);
    background-color: #5bc0de;
}




.scrolling::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgb(91, 192, 222);
    border-radius: 10px;
    background-color: inherit;
}
.scrolling::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: inherit;
}
.scrolling::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(91, 192, 222);
    background-color: #5bc0de;
}

