.focus-primary {
  box-shadow: 0px 0px 0px 4px #BCD3FF;
  border-radius: 8px;
}

.focus-secondary {
  box-shadow: 0px 0px 0px 4px #AFFFD7;
  border-radius: 8px;
}

.focus-negative {
  box-shadow: 0px 0px 0px 4px #FAB2C7;
  border-radius: 8px;
}