.CybotCookiebotDialogBodyLevelButtonSliderWrapper:has(input:not(:checked)) .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #b1bbc2 !important;
}

.CybotCookiebotDialogBodyLevelButtonSliderWrapper:has(input:checked) .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #003262 !important;
}

.CybotCookiebotDialogBodyLevelButtonSliderWrapper:has(input:disabled) .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #d8dde1 !important;
}
