.reconciliation-selection-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px 12px;
}
.reconciliation-selection-tools > div { display: flex; gap: 7px; }
.reconciliation-selection-tools button {
  height: 32px;
  border: 1px solid #cbdce2;
  border-radius: 16px;
  background: #fff;
  padding: 0 13px;
  color: #49616c;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.reconciliation-selection-tools button.active {
  background: #e0f4f3;
  border-color: #15969b;
  color: #087078;
}
.reconciliation-selection-tools label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #36515c;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.reconciliation-selection-tools input {
  width: 16px;
  height: 16px;
  accent-color: #0d6972;
}
#reconciliationPreviewExcel,#reconciliationPreviewPdf { border-color: #b9cdd4 !important; background: #fff !important; color: #234d58; cursor: pointer; }
#reconciliationPreviewExcel:hover,#reconciliationPreviewPdf:hover { border-color: #13818b !important; background: #eef8f8 !important; }
