body {
    background: #f8f9fa;
}
.lexdocs-container {
    margin-top: 40px;
}
.dashboard-card {
    max-width: 1400px;
    width: 100%;
    margin: 40px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 32px 32px 24px 32px;
}
.dashboard-title {
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 18px;
}
.dashboard-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.dashboard-btn {
    font-size: 1rem;
    padding: 10px 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 8px;
}
.dashboard-stats {
    display: flex;
    gap: 32px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    width: 100%;
}
.dashboard-stat-card {
    flex: 1 1 0;
    min-width: 220px;
    background: #f9fafb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    text-align: center;
    padding: 14px 6px;
}
.dashboard-stat-title {
    font-size: 0.98rem;
    color: #555;
    font-weight: 600;
    margin-bottom: 6px;
}
.dashboard-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
}
.dashboard-table-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #555;
}
.card-text {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}
.table thead th {
    font-size: 0.95rem;
    font-weight: 700;
}
.table td, .table th {
    vertical-align: middle;
}

/* === CORREÇÃO DO ESPAÇAMENTO DA TABELA === */
/* Remover espaçamento desnecessário na tabela - FORÇAR APLICAÇÃO */
.table td, .table th {
    padding: 0.5rem 0.75rem !important;
    vertical-align: middle;
}

/* Checkbox colado com o número do processo - FORÇAR APLICAÇÃO */
.form-check {
    margin: 0 !important;
    padding: 0 !important;
}

.form-check-input {
    margin: 0 !important;
}

.form-check-label {
    margin: 0 !important;
    padding: 0 !important;
}

/* Primeira coluna (checkbox) mais compacta - FORÇAR APLICAÇÃO */
.table th:first-child,
.table td:first-child {
    width: 40px !important;
    padding-left: 0.5rem !important;
    padding-right: 0.25rem !important;
}

/* Segunda coluna (número) colada com checkbox - FORÇAR APLICAÇÃO */
.table th:nth-child(2),
.table td:nth-child(2) {
    padding-left: 0.25rem !important;
}

/* SOBRESCREVER QUALQUER CSS EXTERNO */
body .table td, body .table th {
    padding: 0.5rem 0.75rem !important;
}

body .table th:first-child,
body .table td:first-child {
    width: 40px !important;
    padding-left: 0.5rem !important;
    padding-right: 0.25rem !important;
}

body .table th:nth-child(2),
body .table td:nth-child(2) {
    padding-left: 0.25rem !important;
}
.pesquisa-datadjud-container {
    max-width: 1300px;
    margin: 48px auto 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 36px 32px 32px 32px;
}
.pesquisa-datadjud-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 32px;
}
.pesquisa-datadjud-form .form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}
.pesquisa-datadjud-form .form-group {
    flex: 1 1 0;
    min-width: 180px;
}
.pesquisa-datadjud-form label {
    font-weight: 600;
    margin-bottom: 4px;
}
.pesquisa-datadjud-form input,
.pesquisa-datadjud-form select {
    width: 100%;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 1rem;
}
.pesquisa-datadjud-form button {
    width: 220px;
    margin: 0 auto;
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 8px;
}


