.ct-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.btn-diligenciar {
    white-space: normal;
    padding: 0.85rem 1rem;
}

.btn-diligenciar .small {
    font-weight: 400;
}

/* DataTables Editor: campo de carga PDF (evita botón invisible / sin clic) */
div.DTE div.DTE_Field_Type_upload div.DTE_Field_Input {
    width: 100% !important;
}

div.DTE div.editor_upload {
    width: 100%;
    padding-top: 4px;
}

div.DTE div.editor_upload div.cell.upload {
    position: relative;
    min-height: 2.85rem;
}

div.DTE div.editor_upload button.btn {
    float: none !important;
    display: block !important;
    width: 100% !important;
    min-height: 2.85rem;
    margin: 0 !important;
    background: #0f3b52 !important;
    color: #fff !important;
    border-color: #0f3b52 !important;
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
    border-radius: 12px !important;
}

div.DTE div.editor_upload button.btn:hover {
    filter: brightness(0.95);
}

div.DTE div.editor_upload input[type="file"] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 2.85rem;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 2;
    font-size: 0 !important;
}

div.DTE div.editor_upload div.drop {
    border: 2px dashed #c5d9e8;
    background: #f7fafc;
    color: #173445;
    min-height: 4.5rem;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
}

div.DTE div.editor_upload div.drop span {
    color: #5b7384;
    line-height: 1.4;
}

div.DTE div.editor_upload div.rendered {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #173445;
}

div.DTE div.editor_upload div.clearValue button {
    float: none !important;
    margin-top: 8px;
    width: auto;
    display: inline-block !important;
    background: #e9f1f7 !important;
    color: #0b1f2a !important;
    border-color: #d7e6f2 !important;
}
