/* Start custom CSS */html, body {
   max-width: 100%;
   overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #00e20f;
  border: 1px solid #00e20f;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #00e20f;
}
::-webkit-scrollbar-thumb:active {
  background: #2CE9FFDE;
}
::-webkit-scrollbar-track {
  background: #ff;
  border: 1px none #000000;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #424242;
}
::-webkit-scrollbar-track:active {
  background: #171717;
}
::-webkit-scrollbar-corner {
  background: transparent;
}/* End custom CSS */