/* Custom Scrollbar Styles - Global */


/* Hide Scrollbar - Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

/* Hide Scrollbar - Firefox */
* {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
