/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.table-csv-exporter {
  padding: 0 0.5rem;
}
.table-csv-exporter .custom-radio:not(:last-child) {
  margin-bottom: 0.5rem;
}
.table-csv-exporter .radio-input-row {
  display: flex;
  align-items: center;
  margin-left: var(--spectrum-global-dimension-size-125);
  margin-top: var(--spectrum-global-dimension-size-85);
  margin-right: 0.5rem;
}
.table-csv-exporter .radio-input-row .form-control {
  min-width: 0;
}
.table-csv-exporter .radio-input-row > *:not(:last-child) {
  margin-right: 0.25rem;
}
.table-csv-exporter .checkbox-options {
  margin-bottom: 0.5rem;
}
.table-csv-exporter .section-footer .error-message {
  color: var(--dh-color-negative-bg);
}
.table-csv-exporter .section-footer .download-status {
  margin-bottom: 1rem;
}
.table-csv-exporter .section-footer .btn-downloading {
  align-self: flex-end;
  min-width: 10rem;
}

/*# sourceMappingURL=TableCsvExporter.css.map */
