.fcr-checkbox-wrapper .fcr-checkbox-input-wrapper {
  border-color: var(--fcr_web_ui_scene_mainicon1);
}

.fcr-checkbox-wrapper .fcr-checkbox-s .fcr-checkbox-input-wrapper {
  border-width: 1px;
}

.fcr-checkbox-wrapper .fcr-checkbox {
  border-radius: 12px;
  height: 24px;
  width: 24px;
  background-color: var(--fcr_ui_scene_line1);
  filter: opacity(0.5);
  border-width: 4px;
  border-radius: 8px;
  cursor: pointer;
}

.fcr-checkbox-wrapper-disabled .fcr-checkbox {
  cursor: not-allowed;
}

.fcr-checkbox-wrapper-disabled .fcr-checkbox input {
  cursor: not-allowed;
}

.fcr-checkbox-wrapper .fcr-checkbox .fcr-checkbox-input-wrapper input {
  cursor: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.fcr-checkbox-wrapper .fcr-checkbox .fcr-checkbox-input-wrapper {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: inherit;
}

.fcr-checkbox-wrapper .fcr-checkbox .fcr-checkbox-inner {
  border-radius: 3px;
  opacity: 1;
}
