<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*long selector to override bootstrap styles*/
input.mat-input-element.mat-form-field-autofill-control,
textarea.mat-input-element.mat-form-field-autofill-control,
input.mat-input-element.mat-autocomplete-trigger {
    font: inherit;
    background: transparent;
    color: currentColor;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
    box-shadow: none;
    height: inherit;
}
input.mat-end-date.mat-date-range-input-inner,
input.mat-start-date.mat-date-range-input-inner {
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    line-height: inherit;
    height: inherit;
}

.mat-checkbox.checkbox {
    padding-left: 0;
}

/* avoid overlapping style between legacy and new components*/
apfr-public-holidays-dialog .mat-pseudo-checkbox-checked
{
    background-color: transparent;
}

apfr-public-holidays-dialog *, apfr-public-holidays-dialog *:before, apfr-public-holidays-dialog *:after {
    box-sizing: border-box;
}
</pre></body></html>