/* JurisCRM v4.3 — formulário de tarefa (estilo da referência) */
.tk-form{display:flex;flex-direction:column;gap:16px}
.tk-grupo{display:flex;flex-direction:column;gap:6px}
.tk-label{font-size:13.5px;color:#374151;font-weight:500}
.tk-req{color:#dc2626;margin-left:2px}
.tk-label-sm{font-size:12px;color:#6b7280;font-weight:500}
.tk-sub{margin-top:8px;display:flex;flex-direction:column;gap:4px}
.tk-hint{font-size:11.5px;color:#9ca3af}
/* campo com botão à direita, como na referência */
.tk-inline{display:flex;align-items:stretch;gap:0;border:1px solid #e5e7eb;border-radius:8px;
  background:#f9fafb;overflow:hidden}
.tk-inline .form-input,.tk-inline input[type=text]{flex:1;border:0;background:transparent;
  padding:11px 14px;font-size:14px;outline:none}
.tk-btn-lat{border:0;border-left:1px solid #e5e7eb;background:#fff;padding:0 16px;font-size:13px;
  color:#374151;white-space:nowrap;border-radius:0;cursor:pointer}
.tk-btn-lat:hover{background:#f3f4f6}
.tk-chips{flex:1;display:flex;flex-wrap:wrap;gap:6px;padding:9px 12px;min-height:42px;align-items:center}
.tk-ph{color:#9ca3af;font-size:14px}
.tk-chip{display:inline-flex;align-items:center;gap:6px;background:#e0e7ff;color:#3730a3;
  border-radius:20px;padding:3px 6px 3px 12px;font-size:12.5px;font-weight:500}
.tk-chip button{border:0;background:none;color:#3730a3;cursor:pointer;font-size:15px;line-height:1;padding:0 4px}
/* listas suspensas */
.tk-drop{border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-top:4px;
  max-height:240px;overflow:auto;box-shadow:0 4px 14px rgba(0,0,0,.06)}
.tk-drop-men{position:absolute;z-index:70;min-width:220px}
.tk-drop-item{display:block;padding:9px 14px;font-size:13.5px;cursor:pointer;border-bottom:1px solid #f3f4f6}
.tk-drop-item:last-child{border-bottom:0}
.tk-drop-item:hover{background:#f9fafb}
.tk-drop-desc{font-size:12px;color:#6b7280;margin-top:2px}
.tk-papel{float:right;font-size:11px;color:#9ca3af}
/* três colunas de data */
.tk-linha3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}
@media(max-width:640px){.tk-linha3{grid-template-columns:1fr}}
/* caixas de seleção */
.tk-checks{display:flex;gap:22px;flex-wrap:wrap}
.tk-check{display:flex;align-items:center;gap:7px;font-size:13.5px;color:#374151;cursor:pointer}
.tk-check input{width:15px;height:15px;cursor:pointer}
.tk-marcadores{display:flex;gap:20px;flex-wrap:wrap;padding-top:14px;border-top:1px solid #f3f4f6}
/* textarea e anexos */
.tk-textarea{min-height:96px;resize:vertical;font-family:inherit;line-height:1.55}
.tk-anexo-btn{align-self:flex-start;border:1px solid #e5e7eb;background:#fff;font-size:13.5px}
.tk-anexos{display:flex;flex-direction:column;gap:4px;margin-top:8px}
.tk-anexo{font-size:12.5px;color:#374151;background:#f9fafb;border-radius:6px;padding:6px 10px}
.tk-anexo-tam{color:#9ca3af;margin-left:8px;font-size:11.5px}
/* campos em geral dentro do form */
.tk-form .form-input{border:1px solid #e5e7eb;border-radius:8px;padding:11px 14px;font-size:14px;
  background:#f9fafb;width:100%}
.tk-form .form-input:focus{outline:none;border-color:#2563eb;background:#fff;
  box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.modal-lg{max-width:880px}
