body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

body::-webkit-scrollbar-thumb {
    background-color: #FF4D03;

}

.search-content::-webkit-scrollbar {
    width: 5px;
}

.search-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);


}

.search-content::-webkit-scrollbar-thumb {
    background-color: #FF4D03;


}

.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);


}

.left-sub-menu::-webkit-scrollbar-thumb {
    background-color: #FF4D03;


}



.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);


}

.last-sider-bar::-webkit-scrollbar-thumb {
    background-color: #FF4D03;


}
