::-webkit-scrollbar {
  width: 7px !important;
  height: 5px !important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.bf-container::-webkit-scrollbar {
  width: 2px !important;
}

.bf-container::-webkit-scrollbar-thumb {
  background: #91d5ff !important;
}

.bf-container::-webkit-scrollbar-thumb:hover {
  background: #63b1e1 !important;
}
