/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2023 | 07:51:46 */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px ; 
  border-radius: 0px;
	 background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #720e1d; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #720e1d; 
}