/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 08 2024 | 21:01:04 */
body
{
	overflow-x:hidden;
}
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #AC8B48 #000000;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: white;
}

*::-webkit-scrollbar-track:hover {
  background-color: white;
}

*::-webkit-scrollbar-track:active {
  background-color: white;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #a4ebf3;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #a4ebf3;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #a4ebf3;
}
