body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

body::-webkit-scrollbar-thumb {
    background-color: #d41d1a ;
    border-radius: 10px;

}

.search-content::-webkit-scrollbar {
    width: 5px;
}

.search-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;

}

.search-content::-webkit-scrollbar-thumb {
    background-color: #d41d1a ;
    border-radius: 10px;

}

.left-sub-menu::-webkit-scrollbar {
    width: 2px;
}

.left-sub-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;

}

.left-sub-menu::-webkit-scrollbar-thumb {
    background-color: #d41d1a ;
    border-radius: 10px;

}



.last-sider-bar::-webkit-scrollbar {
    width: 2px;
}

.last-sider-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;

}

.last-sider-bar::-webkit-scrollbar-thumb {
    background-color: #d41d1a ;
    border-radius: 10px;

}
