.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
  transition: all 0.2s ease-in-out;
}
.star-active {
  font-variation-settings: "FILL" 1;
  color: #ED1E24 !important;
}
.chip-active {
  background-color: #7D9AA8 !important;
  color: white !important;
  border-color: #7D9AA8 !important;
}
.progress-bar {
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
