/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2023 | 17:27:07 */
body
{
	overflow-x:hidden !important;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #997D3A #000000;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #000000;
}

*::-webkit-scrollbar-track:hover {
  background-color: #000000;
}

*::-webkit-scrollbar-track:active {
  background-color: #000000;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #997D3A;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #997D3A;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #997D3A;
}
