/* 申请管理与报表页面统一规格；仅作用于申请页展示，不改变数据或交互逻辑。 */
.admin-shell.active-apply .apply-date-quick.date-quick-bar {
  gap: 12px !important;
  margin: 0 0 12px !important;
}

.admin-shell.active-apply .apply-date-quick.date-quick-bar button {
  min-width: 116px !important;
  min-height: 38px !important;
  height: 38px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #37ad45 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 38px !important;
  box-shadow: none !important;
}

.admin-shell.active-apply .apply-formal-table,
.admin-shell.active-apply .apply-main-card.apply-table table.signTable.apply-formal-table {
  width: max-content !important;
  min-width: 1800px !important;
  table-layout: auto !important;
  font-size: 16px !important;
}

.admin-shell.active-apply .apply-formal-table th,
.admin-shell.active-apply .apply-formal-table td,
.admin-shell.active-apply .apply-main-card.apply-table table.signTable.apply-formal-table > thead > tr > th,
.admin-shell.active-apply .apply-main-card.apply-table table.signTable.apply-formal-table > tbody > tr > td {
  min-width: 72px !important;
  height: 44px !important;
  padding: 7px 10px !important;
  border: 1px solid #dce8ed !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.admin-shell.active-apply .apply-formal-table th,
.admin-shell.active-apply .apply-main-card.apply-table table.signTable.apply-formal-table > thead > tr > th {
  background: #e5f2f6 !important;
  color: #2d3f48 !important;
  font-weight: 900 !important;
}

.admin-shell.active-apply .apply-formal-table td,
.admin-shell.active-apply .apply-main-card.apply-table table.signTable.apply-formal-table > tbody > tr > td {
  color: #344952 !important;
  background: #fff !important;
}

.admin-shell.active-apply .apply-formal-table tbody tr:nth-child(2n) td,
.admin-shell.active-apply .apply-main-card.apply-table table.signTable.apply-formal-table > tbody > tr:nth-child(2n) > td {
  background: #f7fafb !important;
}
