/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2026 | 21:43:26 */
/* cp-pages-meu-trabalho-descobertos.css — Auto-descobrir processos via OAB.
   Banner no topo da aba Processos + lista de selecao no modal (CpdsModal).
   Prefixo cp-mtr-desc-*. !important nas props do BuddyBoss. */

/* ── Banner ───────────────────────────────────────────────────────────── */
.cp-mtr-desc-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 18px 0 !important;
  padding: 13px 16px !important;
  background: #fffdf2;
  border: 1px solid #f0e3a8;
  border-radius: 12px;
}
.cp-mtr-desc-banner-body {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cp-mtr-desc-banner-icon { font-size: 1.2rem !important; }
.cp-mtr-desc-banner-txt {
  font-size: 0.9rem !important;
  color: #5a5320 !important;
  line-height: 1.4 !important;
}
.cp-mtr-desc-banner-txt strong { color: #1A1A1A !important; font-weight: 800 !important; }
.cp-mtr-desc-banner .cpds-btn { flex: 0 0 auto; }

/* ── Modal ────────────────────────────────────────────────────────────── */
.cp-mtr-desc-lead {
  font-size: 0.88rem !important;
  color: #6b6b76 !important;
  line-height: 1.45 !important;
  margin: 0 0 14px 0 !important;
}
.cp-mtr-desc-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 10px 0 !important;
  border-bottom: 1px solid #ececf2;
  margin: 0 0 6px 0 !important;
}
.cp-mtr-desc-selall {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #2a2a3a !important;
  cursor: pointer;
}
.cp-mtr-desc-counter {
  font-size: 0.8rem !important;
  color: #8a8a96 !important;
}

.cp-mtr-desc-list {
  max-height: 46vh;
  overflow-y: auto;
  margin: 0 0 6px 0 !important;
}
.cp-mtr-desc-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 10px 4px !important;
  border-bottom: 1px solid #f2f2f6;
  cursor: pointer;
}
.cp-mtr-desc-row:hover { background: #fafafc !important; }
.cp-mtr-desc-row input[type="checkbox"] {
  width: 17px !important;
  height: 17px !important;
  margin: 2px 0 0 0 !important;
  flex: 0 0 auto;
  accent-color: var(--cp-amarelo, #F7D44A);
  cursor: pointer;
}
.cp-mtr-desc-row-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cp-mtr-desc-row-num {
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  color: #2a2a3a !important;
  font-variant-numeric: tabular-nums;
}
.cp-mtr-desc-row-meta {
  font-size: 0.76rem !important;
  color: #8a8a96 !important;
  line-height: 1.35 !important;
}
.cp-mtr-desc-trib {
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  color: #3a3a52 !important;
  background: #ececf4;
  border-radius: 5px;
  padding: 1px 6px !important;
  text-transform: uppercase;
}

.cp-mtr-desc-hint { margin: 8px 0 0 0 !important; }
.cp-mtr-desc-foot {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 2px 0 !important;
  margin: 6px 0 0 0 !important;
  border-top: 1px solid #ececf2;
}
