  .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table th, .table td {
        white-space: nowrap;
        vertical-align: middle;
        font-size: 14px;
        padding: 8px;
        border: 1px solid #ddd;
    }
    .form-filter .form-group {
        margin-bottom: 15px;
    }
    .form-filter label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .disabled-link {
        opacity: 0.15;
        cursor: not-allowed;
        pointer-events: none;
    }
    .flatpickr-input {
        width: 100%;
    }
    .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        color: #555;
        background-color: #eee;
        border: 1px solid #ccc;
        border-right: none;
    }
    .input-group-btn .btn {
        border-left: none;
        height: 34px;
    }
    .card {
        transition: transform 0.2s;
        border: none;
    }
    .card:hover {
        transform: translateY(-5px);
    }
    .card-body {
        padding: 1.5rem;
    }
    .card-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
    }
    .card-text {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .document-upload-box {
        border: 2px dashed #ddd;
        padding: 20px;
        border-radius: 5px;
        transition: all 0.3s;
        height: 100%;
    }
    .document-upload-box:hover {
        border-color: #aaa;
        background-color: #f9f9f9;
    }
    .document-preview {
        max-width: 100px;
        max-height: 100px;
        margin: 10px 0;
    }
    .cliente-item {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        transition: background-color 0.2s;
    }
    .cliente-item:hover {
        background-color: #f8f9fa !important;
    }
    .cliente-nombre {
        font-weight: 600;
        color: #333;
        margin-bottom: 3px;
    }
    .cliente-documento {
        font-weight: 500;
        color: #555;
        margin-bottom: 3px;
    }
    .cliente-plataforma {
        font-size: 0.9em;
        color: #666;
        font-style: italic;
    }
    @keyframes pulseGlow {
        0% { filter: brightness(1); box-shadow: 0 0 5px rgba(13, 202, 240, 0.3); }
        50% { filter: brightness(1.15); box-shadow: 0 0 10px rgba(13, 202, 240, 0.5), 0 0 20px rgba(13, 202, 240, 0.3); }
        100% { filter: brightness(1); box-shadow: 0 0 5px rgba(13, 202, 240, 0.3); }
    }
    @media (max-width: 768px) {
        .table th, .table td {
            font-size: 12px;
            padding: 6px;
        }
        .form-filter .form-group {
            margin-bottom: 15px;
        }
        .form-filter .form-control, .input-group-addon, .input-group-btn .btn {
            font-size: 14px;
            height: 38px;
        }
        .box-header {
            flex-direction: column;
            gap: 10px;
        }
        .btn {
            width: 100%;
            margin-bottom: 10px;
        }
        .table-responsive {
            font-size: 12px;
        }
        .card-title {
            font-size: 0.9rem;
        }
        .card-text {
            font-size: 1.2rem;
        }
    }
    @media (max-width: 576px) {
        .table th, .table td {
            font-size: 10px;
            padding: 4px;
        }
        .form-filter label {
            font-size: 12px;
        }
        .form-filter .form-control, .input-group-addon, .input-group-btn .btn {
            font-size: 12px;
            height: 34px;
        }
        .card-title {
            font-size: 0.8rem;
        }
        .card-text {
            font-size: 1rem;
        }
    }