.tab-group-active h3:first-of-type {
  opacity: 1 !important;
  color: rgb(82 82 82 / 1) !important;
}

.tab-group-active > button.border-grey-320 {
  opacity: 1 !important;
  border-color: rgb(255 95 0 / 1) !important;
}

.tab-group-active > button.border-grey-320 h3 {
  opacity: 1 !important;
  color: rgb(255 95 0 / 1) !important;
}

.tab-group-active p:first-of-type {
  opacity: 1 !important;
  color: rgb(82 82 82 / 1) !important;
}
.tab-group-active > button.border-grey-320 p {
  opacity: 1 !important;
  color: rgb(255 95 0 / 1) !important;
}

.custom-scrollbar ::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
  background-color: rgb(0,0,0,0.3);
  border-radius: 0;
  box-shadow: none;
  border: 0;
  width: 12px;
  border-radius: 6px;
}

.custom-scrollbar ::-webkit-scrollbar-thumb:hover {
  background-color: rgb(0,0,0,0.3);
}

.custom-scrollbar ::-webkit-scrollbar-track {
  background-color: rgb(0,0,0,0.1);
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-radius: 6px;
}