/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2024 | 15:47:57 */
body
{
	overflow-x:hidden;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #DE1C34 #212C3D;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 15px;
  width: 15px;
}
*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #212C3D;
}

*::-webkit-scrollbar-track:hover {
  background-color: #212C3D;
}

*::-webkit-scrollbar-track:active {
  background-color: #212C3D;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #DE1C34;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #DE1C34;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #DE1C34;
}
