@import './orion-fusion-theme/IconOverDue.module';
@import './clinical-lowlight-theme/IconOverDue.module';

/* stylelint-disable selector-class-pattern */
:local {
  .IconOverDue {
    path:nth-of-type(1) {
      fill: var(--terra-icon-over-due-path-1-fill, currentColor);
    }

    path:nth-of-type(2) {
      fill: var(--terra-icon-over-due-path-2-fill, #e50000);
    }

    path:nth-of-type(3) {
      fill: var(--terra-icon-over-due-path-3-fill, #fff);
    }
  }
}
/* stylelint-enable selector-class-pattern */
