/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2023 | 14:36:46 */
body {
	overflow-x: hidden;
	width: 100%;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #E61980 #FFFFFF;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #FFFFFF;
}

*::-webkit-scrollbar-track:hover {
  background-color: #FFFFFF;
}

*::-webkit-scrollbar-track:active {
  background-color: #FFFFFF;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #E61980;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #C81670;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #E61980;
}
