/* ---------- COLORS  ---------- */
/* Brand primary: black (replaces former blue #1864F2). */
/* ---------- FONTS  ---------- */
.main-content__layout.financial-report-page {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  box-sizing: border-box;
}

.financial-report-page__row {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.financial-report-page__date-input.form-control,
.financial-report-page__date-input.form-control.flatpickr-input {
  font-size: 14px;
  line-height: 1.28;
  padding: 0.375rem 0.75rem;
  min-width: 10rem;
  min-height: auto;
  box-sizing: border-box;
}

.company-report-queue-page .financial-report-controls #company-report-queue-search.form-control,
.company-report-queue-page .financial-report-controls #company-report-queue-status.form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  padding: 0.375rem 0.75rem;
  height: auto;
  min-height: auto;
  box-sizing: border-box;
}
.company-report-queue-page .companies-admin-table.sorting-and-selecting-wrap__table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
.company-report-queue-page .companies-admin-table.sorting-and-selecting-wrap__table tr > th,
.company-report-queue-page .companies-admin-table.sorting-and-selecting-wrap__table tr > td {
  width: auto !important;
  max-width: none;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  word-break: break-word;
}
.company-report-queue-page .companies-admin-table.sorting-and-selecting-wrap__table tr > th:first-of-type,
.company-report-queue-page .companies-admin-table.sorting-and-selecting-wrap__table tr > td:first-of-type {
  width: auto !important;
  padding-left: 12px;
}
.company-report-queue-page .companies-admin-table.sorting-and-selecting-wrap__table tr > th:last-of-type,
.company-report-queue-page .companies-admin-table.sorting-and-selecting-wrap__table tr > td:last-of-type {
  padding-right: 12px;
}
.company-report-queue-page .company-report-queue-table__col-period {
  min-width: 6.75rem;
  max-width: 8.5rem;
}
.company-report-queue-page .company-report-queue-table__col-datetime {
  min-width: 6.25rem;
  max-width: 7.5rem;
}
.company-report-queue-page .company-report-queue-table__subline {
  margin-top: 0.2rem;
  font-size: 0.8125rem;
  line-height: 1.35;
}
.company-report-queue-page .company-report-queue-table__sort {
  display: inline;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: inherit;
  color: #1B1B1E;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  vertical-align: baseline;
}
.company-report-queue-page .company-report-queue-table__sort:hover:not(:disabled) {
  color: #1B1B1E;
  text-decoration: none;
}
.company-report-queue-page .company-report-queue-table__sort:disabled {
  cursor: default;
  opacity: 0.65;
}

.company-report-queue-run-page .company-report-queue-run {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.company-report-queue-run-page .company-report-queue-run__body {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid #dadee5;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  max-width: 36rem;
  box-sizing: border-box;
}
.company-report-queue-run-page .company-report-queue-run__logo-wrap {
  position: static;
  transform: none;
  padding: 0;
  margin: 0 auto 1.5rem;
}
.company-report-queue-run-page .company-report-queue-run__logo {
  max-width: min(160px, 50vw);
  margin: 0 auto;
}
.company-report-queue-run-page .company-report-queue-run__icon {
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.company-report-queue-run-page .company-report-queue-run__icon-mark {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
.company-report-queue-run-page .company-report-queue-run__body--outcome--success .company-report-queue-run__icon-mark,
.company-report-queue-run-page .company-report-queue-run__body--outcome--success .company-report-queue-run__title {
  color: #2e7d32;
}
.company-report-queue-run-page .company-report-queue-run__body--outcome--failure .company-report-queue-run__icon-mark,
.company-report-queue-run-page .company-report-queue-run__body--outcome--failure .company-report-queue-run__title {
  color: #c62828;
}
.company-report-queue-run-page .company-report-queue-run__error {
  text-align: center;
  word-break: break-word;
  color: #c62828;
}
.company-report-queue-run-page .company-report-queue-run__details {
  text-align: center;
  margin: 0 auto;
  max-width: 28rem;
}
.company-report-queue-run-page .company-report-queue-run__details dt {
  font-weight: 600;
  margin-top: 0.75rem;
}
.company-report-queue-run-page .company-report-queue-run__details dt:first-child {
  margin-top: 0;
}
.company-report-queue-run-page .company-report-queue-run__details dd {
  margin-bottom: 0;
  word-break: break-word;
}
.company-report-queue-run-page .company-report-queue-run__actions {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vault-file-info {
  width: 100%;
  box-sizing: border-box;
}
.vault-file-info__card {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.vault-file-info__details dt {
  font-weight: 600;
}

/*# sourceMappingURL=financial-report.css.map */
