/* Clients page-only (scoped by #ibClientsPage) */

#ibClientsPage .ibc-input .form-control,
#ibClientsPage .ibc-input .form-select,
#ibClientsPage .ibc-input .input-group-text {
  border-color: rgba(148, 163, 184, 0.22);
}

#ibClientsPage .ibc-input .input-group-text {
  border-left: 0;
}

#ibClientsPage .ibc-table thead th {
  background: #eef3ff;
  color: #2563eb;
  font-weight: 700;
  font-size: 0.8rem;
  border-bottom: 0;
  white-space: nowrap;
}

#ibClientsPage .ibc-table tbody td {
  font-size: 0.875rem;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.4);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  vertical-align: middle;
}

#ibClientsPage .ibc-table tbody tr:nth-child(even) td {
  background: #f4f6f8;
}

#ibClientsPage .ibc-table th,
#ibClientsPage .ibc-table td {
  border-right: 1px dashed rgba(148, 163, 184, 0.35);
}

#ibClientsPage .ibc-table th:last-child,
#ibClientsPage .ibc-table td:last-child {
  border-right: 0;
}

#ibClientsPage .ibc-link {
  display: inline-block;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  #ibClientsPage .ibc-link {
    max-width: 180px;
  }
}

#ibClientsPage .ibc-dots {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #131313;
  background: transparent;
}

#ibClientsPage .ibc-dots.dropdown-toggle::after {
  display: none;
}

#ibClientsPage .ibc-dots.dropdown-toggle::before {
  content: "⋮";
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  transform: translateY(-1px);
}

#ibClientsPage .ibc-dots:hover {
  background: #f1f5f9;
}

#ibClientsPage .ibc-actions-menu {
  width: 140px;
  border-radius: 12px;
  padding: 8px;
}

#ibClientsPage .ibc-actions-menu .dropdown-item {
  border-radius: 10px;
  padding: 8px 10px;
  font-weight: 700;
  color: #111827;
}

#ibClientsPage .ibc-actions-menu .dropdown-item:hover {
  background: #f1f5f9;
}

#ibClientsPage .ibc-pagination .page-link {
  border: 0;
  border-radius: 10px;
  margin: 0 4px;
  color: #64748b;
  background: #f1f5f9;
  padding: 8px 12px;
  font-weight: 700;
}

#ibClientsPage .ibc-pagination .page-item.active .page-link {
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 10px 18px rgba(13, 110, 253, 0.18);
}

#ibClientsPage .ibc-pagination .page-item.disabled .page-link {
  background: transparent;
  color: #94a3b8;
}

