/*
Theme Name: ESY INFOTECH PVT LTD - Web Design Company Kolkata
Theme URI:  https://esyinfotech.com/
Author:     Abhay Sharma
Author URI: https://esyinfotech.com/
Version:    1.0.0
License:    GNU General Public License v3
License URI: https://esyinfotech.com/

*/



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #007aff; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #007aff; 
}


