/* StomaDent CRM v10.0.6 — checkbox te dukshme + kolona e dates se lead-it */

/* 1. Checkbox-et ne "Te gjithe leads": me te medha dhe qarte te dukshme */
.leads-page .data-table th:first-child,
.leads-page .data-table td:first-child {
  width: 44px;
  padding-left: 14px;
  padding-right: 6px;
  text-align: center;
}

.leads-page .data-table input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #4058d6;
  cursor: pointer;
  vertical-align: middle;
  /* fallback per browser-a qe injorojne accent-color */
  outline: 1px solid #c6cfe2;
  outline-offset: 0;
  border-radius: 4px;
}

.leads-page .data-table input[type="checkbox"]:checked {
  outline-color: #4058d6;
}

.leads-page .data-table th:first-child input[type="checkbox"] {
  outline-color: #b3bed6;
}

/* 2. Checkbox-et ne Lead Inbox (Te reja / Te Team Leader) */
.inbox-page .sd-inbox-checkbox-v1003 {
  width: 18px;
  height: 18px;
  accent-color: #4058d6;
  cursor: pointer;
  outline: 1px solid #c6cfe2;
  border-radius: 4px;
}

.inbox-page .sd-inbox-checkbox-v1003:checked {
  outline-color: #4058d6;
}

/* Koka e listes te zhvendoset njesoj si rreshtat, qe kolonat te rreshtohen */
.inbox-page .inbox-list-head {
  padding-left: 52px !important;
}

/* 3. Kolona "Data e lead-it" */
.data-table .created-cell-v1006 {
  color: #3f4a61;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
  display: block;
}

/* 4. Filtrat ne toolbar (operatori / grupi) */
.leads-page .table-toolbar select {
  min-width: 165px;
}
