.firstYear-multiselect .x-boundlist-selected
{
  background-color: #94AE0A;
}

.firstYear-multiselect .x-boundlist
{
  border-color: var(--border-grey);
}

.secondYear-multiselect .x-boundlist-selected
{
  background-color: #115FA6;
  color: white;
}

.secondYear-multiselect .x-boundlist
{
  border-color: var(--border-grey);
}
