
/* Scrollbar Styling */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background-color: #e4e4e4;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #e4e4e4;
border: 1px solid #aaa;
}