[data-testid="fixture-weekend-only-checkbox"] {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  align-items: center !important;
}

[data-testid="fixture-weekend-only-checkbox"] > span:first-child {
  width: 1rem !important;
  height: 1rem !important;
  min-width: 1rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid rgb(100 116 139) !important;
  background: white !important;
  color: transparent !important;
  box-sizing: border-box !important;
}

[data-testid="fixture-weekend-only-checkbox"][aria-checked="true"] > span:first-child {
  color: rgb(2 132 199) !important;
  font-weight: 700 !important;
}

[data-testid="fixture-weekend-only-checkbox"]:hover {
  background: transparent !important;
}
