/* 
  note on overwriting 'global' vars, requiring higher specificity. 
  I copy from devtools and change .ag-theme-quarts into .ag-theme-quartz.ag-theme-quartz-topay
  For example this selector: .ag-theme-quartz.ag-theme-quartz-topay .ag-checkbox-input-wrapper.ag-checked.ag-disabled
  with this rule: --ag-checkbox-checked-color: #3c763d;
  makes disabled (non-edit) checked checkboxes green.
  but edit checkboxes, which also use --ag-checkbox-checked-color, are unchanged from this (still blue).
*/

.ag-theme-quartz.ag-theme-quartz-topay .ag-checkbox-input-wrapper.ag-checked.ag-disabled {
  --ag-checkbox-checked-color: #3c763d;
}