/*scrollbar style*/
::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: #fff
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #bfbfbf
}
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #eaeaea
}