::-webkit-scrollbar {
  width: 6px;
  background-color: #f1f1f1;
}

body::-webkit-scrollbar {
  width: 7px !important;
  background-color: #EEEEEE;
}

::-webkit-scrollbar-track {
  border: 6px;
}

body::-webkit-scrollbar-track {
  border: none;
}

::-webkit-scrollbar-thumb {
  background-color: #fff !important;
  border-radius: 0px !important;
  border: none;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fff !important;
}

::-webkit-scrollbar-thumb:active {
  background-color: #fff !important;
}

/*# sourceMappingURL=scrollbar.css.map */
