.dz-size, .dz-progress { 
    display: none; 
}

/*
.upload-modal {
    padding: 25px;
    border-radius: 12px;
}

.upload-zone {
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    padding: 2rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.upload-zone:hover {
    border-color: #007bff;
    background: #f1f8ff;
}

.upload-illustration {
    color: #6c757d;
    margin-bottom: 1rem;
}

.upload-details {
    color: #6c757d;
    font-size: 0.9em;
    margin: 1rem 0;
}

.file-counter {
    font-weight: 500;
    color: #495057;
}

.modal-upload-footer {
    background: transparent;
    border-top: 1px solid #e9ecef;
    padding: 1.5rem 0 0 0;
    margin-top: 1.5rem;
}

.btn-action {
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: transform 0.1s ease;
}

.btn-action:hover {
    transform: translateY(-1px);
}

.btn-clear {
    border: 1px solid #dee2e6;
    padding: 7px 15px;
}

.upload-progress {
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    margin-top: 1rem;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #007bff;
    transition: width 0.3s ease;
}*/

/* Preview estilizado de archivos */
/*.dz-preview {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    margin: 5px 0;
    background: white;
    display: flex;
    align-items: center;
}

.dz-preview .dz-details {
    flex-grow: 1;
    padding: 0 10px;
}*/

/*eliminar nombre preview dropzone con display: none;*/
/*.dz-preview .dz-filename {
    font-weight: 500;
    color: #495057;
    display: none;
}*/

/*eliminar barra de progreso dropzone con display: none;*/
/*.dropzone .dz-preview .dz-progress {
    display: none;
}

.dz-preview .dz-size {
    font-size: 0.8em;
    color: #6c757d;
}

.dz-preview .dz-remove {
    color: #dc3545;
    margin-left: auto;
    cursor: pointer;
}*/

/* Estado de hover para archivos */
/*.dz-preview:hover {
    transform: translateX(3px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}*/

/* Feedback visual para archivos inválidos */
/*.dz-error-message {
    background: #dc3545;
    color: white;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 5px;
}*/

/* Mobile Optimization */
/*@media (max-width: 576px) {
    .upload-zone {
        padding: 1.5rem;
    }
    
    .upload-details {
        font-size: 0.8em;
    }
    
    .btn-action {
        padding: 6px 15px;
        font-size: 0.9em;
    }
}*/