[data-active="true"] {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 500 !important;
}

[data-active="false"] {
  background-color: transparent !important;
  color: rgb(148, 163, 184) !important;
  font-weight: 500 !important;
}
