::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  border-radius: 11px;
  /*padding-left: 2px;*/
}

::-webkit-scrollbar-thumb {
  background: rgb(68,57,56);
  border-radius: 11px;
}

::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 15px;
  /*box-shadow: inset 7px 10px 12px #f0f0f0;*/
}

#accordion-45 .accordion-button {
  padding-top: 10px;
  font-family: SF PRO TEXT;
  padding-bottom: 10px;
  color: rgb(139,139,139);
}

#accordion-4 .accordion-button {
  padding-top: 10px;
  color: rgb(139,139,139);
  font-family: SF PRO TEXT;
  padding-bottom: 10px;
}

