/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.styled-scrollbar {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.styled-scrollbar::-webkit-scrollbar {
  width: 14px;
  height: 20px;
}

.styled-scrollbar::-webkit-scrollbar-track {
  background: #ffffff;
}

.styled-scrollbar::-webkit-scrollbar-thumb {
  background: #003d3fd3;
  border-radius: 3px;
}

.styled-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #003d3fd8;
}
/*# sourceMappingURL=globalStyle.css.map */