/*# sourceMappingURL=custom.min.css.map */

.auth-one-bg {
  .bg-overlay {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ) !important;
    opacity: 0.9;
  }
}

.oculto-inicial {
  opacity: 0; /* Totalmente transparente */
  visibility: hidden; /* Oculta el elemento del flujo del documento y de eventos de puntero */
  transition: opacity 1s ease-in-out, visibility 2s ease-in-out; /* Define la transición */
  /* NOTA: Las transiciones de 'display' no funcionan. Usamos 'opacity' y 'visibility'. */
}

:root {
  /*
  --vz-primary: #004075;
  --vz-primary-text-emphasis: #1d5686;
  --vz-primary-rgb: 0, 64, 117;
  --vz-primary-hover: #376a95;
  --vz-primary-solid-hover: #1d5686;
  --vz-primary-solid: #004075;
  --vz-primary-soft: #e6f0f6;

  --vz-secondary: #fe7e0b;
  --vz-secondary-text-emphasis: #ff9c3f;
  --vz-secondary-rgb: 254, 126, 11;
  --vz-secondary-hover: #e6730a;
  --vz-secondary-solid-hover: #ff9c3f;
  --vz-secondary-solid: #fe7e0b;
  --vz-secondary-soft: #fff4e6;
*/
  --vz-secondary: #004075;
  --vz-secondary-text-emphasis: #1d5686;
  --vz-secondary-rgb: 0, 64, 117;
  --vz-secondary-hover: #376a95;
  --vz-secondary-solid-hover: #1d5686;
  --vz-secondary-solid: #004075;
  --vz-secondary-soft: #e6f0f6;

  --vz-primary: #fe7e0b;
  --vz-primary-text-emphasis: #ff9c3f;
  --vz-primary-rgb: 254, 126, 11;
  --vz-primary-hover: #e6730a;
  --vz-primary-solid-hover: #ff9c3f;
  --vz-primary-solid: #fe7e0b;
  --vz-primary-soft: #fff4e6;

      --vz-topnav-item-active-color: #e6730a;
}
body.modal-stack .modal.show {
  display: block !important;
  opacity: 1;
}

@keyframes destello {
  0% {
    box-shadow: 0 0 0 rgba(255, 105, 180, 0); /* Sombra inicial transparente */
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(254, 126, 11, 0.8); /* Brillo en el 50% */
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 105, 180, 0); /* Vuelve a ser transparente */
  }
}
.auth-one-bg {
   
    background-size: cover !important;
}
.card-destello {
  animation: destello 1s ease-in-out forwards; /* Aplica la animación */
}
.auth-one-bg {
  background-size: unset;
}
.logo-lg img {
  height: 34px;
}

.sticky-top {
  z-index: 10;
}

/* ======================================================= */
/* ========= NUEVOS ESTILOS PARA IMAGEN LIGHTBOX ========= */
/* ======================================================= */
.unit-image-container {
  cursor: pointer;
  overflow: hidden; /* Asegura que el overlay respete los bordes redondeados de la imagen */
  border-radius: 0.375rem; /* Hereda el redondeo de Bootstrap para imágenes */
}

.unit-image-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.unit-image-container:hover .image-overlay {
  opacity: 1;
}

.unit-image-container .img-fluid {
  transition: transform 0.3s ease-in-out;
}

.unit-image-container:hover .img-fluid {
  transform: scale(1.05); /* Sutil efecto de zoom en la imagen */
}
.product-thumbnail-slider .swiper-slide {
  cursor: zoom-in;
}
.profile-wid-bg {
  &::before {
    content: "";
    position: absolute;

    background: rgba(243, 116, 67, 0.8);
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ) !important;
  }
}

.table th.sort {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}
.table .sort::before {
  top: 15px;
}
.table .sort::after {
  top: 9px;
}
.choices {
  margin-bottom: 0px !important;
}

.editform .hidden_inform {
  display: none;
}

.paginator .las {
  font-size: 15px;
  font-weight: bold;
}
.paginator .form-horizontal .control-label {
  text-align: right;
}
.las-disable {
  color: #f0f0f0;
}
table.paginator {
  border-radius: 10px;
}
table.paginator tr td {
  padding: 0px 5px;
  font-size: larger;
  border: 5px solid #fafaf9;
}
.form-control-static {
  display: block;
}
.mt-radio-inline {
  margin-top: 7px;
}

.fc-event {
  cursor: pointer;
}

.fc-event-title,
.fc-sticky {
  font-weight: 500 !important;
  text-overflow: ellipsis;
  white-space: unset;
}
.error-message {
  color: red;
  margin-top: 5px;
  font-size: x-small;
}

.absolute {
  position: absolute !important;
  overflow: hidden;
}

.modal-body div {
  margin-bottom: 10px;
}
#templateRow {
  display: none;
}

#preloaderCalendar {
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  opacity: 35%;
  z-index: 1;
}
/* Estilos para el calendario de agendamiento de visitas */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.date-btn, .date-header{
  border: none;
  background-color: transparent;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}
.date-header{
  font-weight: bold;
  color: var(--vz-secondary);

}
.date-btn.active {
  background-color: var(--vz-primary) !important;
  color: white;
}
.date-btn.active {
  background-color: var(--bs-primary);
  color: white;
}
.date-btn.disabled {
  color: #adb5bd;
  cursor: not-allowed;
}

.time-slot-btn {
  width: 100%;
  margin-bottom: 0.5rem;
}
.choices__list--dropdown {
  z-index: 5;
}

.file-preview-item .card {
  overflow: hidden; /* Evita que el contenido se desborde */
}

.file-preview-item .preview-image {
  max-height: 100px; /* Ajusta la altura máxima de la imagen */
  width: auto; /* Mantiene la proporción */
  max-width: 100%; /* Evita que exceda el ancho de la tarjeta */
  object-fit: contain; /* Escala la imagen manteniendo la proporción dentro del contenedor */
  margin: 0 auto; /* Centra la imagen si es más estrecha que la tarjeta */
  padding-top: 10px; /* Espacio superior */
  display: block; /* Necesario para el margin auto horizontal */
}

.file-preview-item .preview-icon {
  min-height: 100px; /* Altura mínima similar a la imagen */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa; /* Un fondo ligero para el área del icono */
  border-bottom: 1px solid #dee2e6; /* Separador opcional */
}

.file-preview-item .preview-icon i {
  font-size: 3rem; /* Tamaño del icono (fa-3x ya lo hace, pero puedes ajustar aquí) */
}

.file-preview-item .card-body {
  padding: 0.75rem; /* Ajusta el padding del cuerpo */
  text-align: center; /* Centra el texto y botón */
}

.file-preview-item .file-name {
  font-size: 0.8rem; /* Tamaño de fuente más pequeño para el nombre */
  margin-bottom: 0.5rem; /* Espacio antes del botón */
  white-space: nowrap; /* Evita que el nombre del archivo salte de línea */
  overflow: hidden; /* Oculta el texto que desborda */
  text-overflow: ellipsis; /* Añade puntos suspensivos (...) */
  max-width: 100%; /* Asegura que no exceda el ancho del contenedor */
  display: block; /* Para que max-width funcione bien */
}

.sorting:before,
table.dataTable > thead .sorting_asc:before {
  right: 0.5rem !important;
  top: 12px !important;
}

#Show_x_notas_internas label {
  color: #3577f1;
}
#Show_x_notas_internas textarea {
  border-color: #3577f1;
}

#Show_x_notas_internas small.text-muted {
  color: red !important;
  font-weight: 500;
  font-size: 12px;
}

.filter-sticky {
  top: 63px;
  z-index: 1;
}

.navbar.sticky-active .card {
  background-color: rgba(255, 255, 255, 0.88);
  transition: background-color 0.3s ease;
  backdrop-filter: blur(5px); /* opcional: efecto difuminado */
  opacity: 1;
}

/* ===== ESTILOS PARA PROYECTOSLIST.PHP ===== */

/* Efecto hover para la tarjeta y hacerla clickeable */
.project-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.project-card-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.project-card-link .card {
  height: 100%;
  overflow: hidden;
}

/* Estilos para el banner */
.project-card .card-img-container {
  position: relative;
  overflow: hidden;
  /* Asegura que el banner no se salga de los bordes redondeados */
}

.project-banner {
  position: absolute;
  top: 56px;
  right: -45px;
  background-color: #dc3545;
  color: white;
  padding: 5px 40px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Ajustes para el carrusel dentro de la tarjeta */
.project-card .carousel-item img {
  height: 250px;
  /* Altura fija para las imágenes */
  object-fit: cover;
  /* Asegura que la imagen cubra el espacio sin deformarse */
}

/* Pequeño ajuste para el header de los filtros */
.filter-header {
  background-color: #fff;
}

/* Estilos para badges de promociones */
.promociones-container {
  margin-top: 8px;
}

.promotion-badge {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
  cursor: help;
  border: 1px solid rgba(25, 135, 84, 0.2);
}

.promotion-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(25, 135, 84, 0.2);
  background-color: rgba(25, 135, 84, 0.15) !important;
}

.promotion-badge i {
  font-size: 0.7rem;
}

/* Variantes de colores para diferentes promociones */
.promotion-badge.promo-special {
  background-color: rgba(220, 53, 69, 0.1) !important;
  color: #dc3545 !important;
  border-color: rgba(220, 53, 69, 0.2);
}

.promotion-badge.promo-special:hover {
  background-color: rgba(220, 53, 69, 0.15) !important;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.2);
}

.promotion-badge.promo-limited {
  background-color: rgba(255, 193, 7, 0.1) !important;
  color: #ffc107 !important;
  border-color: rgba(255, 193, 7, 0.2);
}

.promotion-badge.promo-limited:hover {
  background-color: rgba(255, 193, 7, 0.15) !important;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}

/* Variante para promociones de descuento */
.promotion-badge.promo-discount {
  background-color: rgba(13, 110, 253, 0.1) !important;
  color: #0d6efd !important;
  border-color: rgba(13, 110, 253, 0.2);
}

.promotion-badge.promo-discount:hover {
  background-color: rgba(13, 110, 253, 0.15) !important;
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.2);
}

/* Animación suave para los badges */
@keyframes badgeGlow {
  0% { box-shadow: 0 0 0 rgba(25, 135, 84, 0.4); }
  50% { box-shadow: 0 0 8px rgba(25, 135, 84, 0.4); }
  100% { box-shadow: 0 0 0 rgba(25, 135, 84, 0.4); }
}

.promotion-badge:focus {
  animation: badgeGlow 1.5s ease-in-out;
}

/* Responsive design para badges */
@media (max-width: 576px) {
  .promotion-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.4rem;
  }
  
  .promociones-container .d-flex {
    gap: 0.25rem;
  }
}

/* ===== ESTILOS PARA PROYECTOSVIEW.PHP ===== */

.product-img-slider .swiper-slide img {
  border-radius: .5rem;
}

.map-container iframe {
  width: 100%;
  height: 180px;
  border: 0;
  border-radius: .375rem;
}

.product-nav-slider .nav-slide-item {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: .5rem;
  overflow: hidden;
}

.product-nav-slider .swiper-slide-thumb-active .nav-slide-item {
  border-color: var(--bs-primary);
}

.stat-card {
  border-style: dashed !important;
}

.pdf-iframe-container {
  position: relative;
  width: 100%;
  height: 75vh;
  /* Aumentado para modales más grandes */
  border: 1px solid #dee2e6;
  border-radius: .375rem;
}

.pdf-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Estilos para la sección de stock */
#stockSection .table th {
  background-color: #f8f9fa;
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
  padding: 12px 8px;
  font-size: 0.875rem;
}

#stockSection .table td {
  padding: 12px 8px;
  vertical-align: middle;
  font-size: 0.875rem;
}

#stockSection .table tbody tr:hover {
  background-color: #f8f9fa;
}

.badge {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
}

#loadingUnidadesSection {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#noResultadosSection {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ===== ESTILOS PARA COTIZADOR - AUTOCOMPLETADO DE CLIENTE ===== */

/* Animación de resaltado cuando se autocompleta un formulario */
@keyframes formHighlight {
  0% { 
    background-color: rgba(25, 135, 84, 0.1);
    box-shadow: 0 0 0 rgba(25, 135, 84, 0.3);
  }
  50% { 
    background-color: rgba(25, 135, 84, 0.2);
    box-shadow: 0 0 10px rgba(25, 135, 84, 0.3);
  }
  100% { 
    background-color: transparent;
    box-shadow: 0 0 0 rgba(25, 135, 84, 0.3);
  }
}

.card-highlight {
  animation: formHighlight 2s ease-in-out;
}

/* Estilos para indicadores de búsqueda de cliente */
.cliente-search-indicator {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.cliente-search-indicator i {
  font-size: 0.7rem;
}

/* Animación de pulso para el indicador de búsqueda */
@keyframes searchPulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.cliente-search-indicator.searching {
  animation: searchPulse 1.5s ease-in-out infinite;
}

/* Animación de guardado automático */
@keyframes saveSuccess {
  0% { 
    opacity: 0;
    transform: translateY(10px);
  }
  50% { 
    opacity: 1;
    transform: translateY(0);
  }
  100% { 
    opacity: 1;
    transform: translateY(0);
  }
}

.cliente-search-indicator.text-success {
  animation: saveSuccess 0.5s ease-in-out;
}

/* Estilos específicos para indicadores de guardado */
.cliente-search-indicator.text-info {
  color: #0dcaf0 !important;
}

.cliente-search-indicator.text-info i {
  animation: searchPulse 1s ease-in-out infinite;
}

/* Estilos para campos autocompletados */
.form-control.autocompleted {
  background-color: rgba(25, 135, 84, 0.05);
  border-color: rgba(25, 135, 84, 0.3);
  transition: all 0.3s ease;
}

.form-control.autocompleted:focus {
  background-color: #fff;
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Estilos para sección del cónyuge cuando se muestra */
#spouseInfoSection {
  transition: all 0.3s ease-in-out;
}

#spouseInfoSection.show {
  animation: fadeInUp 0.5s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================= */
/* ESTILOS PARA MODAL DE VISITAS */
/* ========================================= */

/* Mini calendario */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

/* Calendario de 30 días */
.calendar-30days {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.date-header {
  font-weight: 600;
  text-align: center;
  padding: 8px;
  color: var(--vz-secondary);
}

.date-btn {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
}

.date-empty {
  min-height: 45px;
}

.month-label {
  font-size: 9px;
  color: var(--vz-secondary);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 2px;
}

.slots-indicator {
  position: absolute;
  top: -7px;
  right: -7px;
  background: var(--vz-primary);
  color: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.navbar-brand-box.horizontal-logo {

    @media (max-width: 767.98px) {
        display: block !important;
    }
}
@media (max-width: 767.98px) {
    .logo {
        span.logo-lg {
            display: none;
        }

        span.logo-sm {
            display: inline-block;
        }
    }
}

.date-btn.active {
  background-color: var(--vz-primary);
  border-color: var(--vz-primary);
  color: white;
  font-weight: 600;
}

.date-btn.disabled {
  background-color: #f8f9fa;
  color: #adb5bd;
  cursor: not-allowed;
  border-color: #e9ecef;
}

.date-btn.disabled:hover {
  background-color: #f8f9fa;
  border-color: #e9ecef;
  transform: none;
  box-shadow: none;
}

/* Botones de horario */
.time-slot-btn {
  border-radius: 25px !important;
  font-weight: 500;
  padding: 12px 24px;
  transition: all 0.3s ease;
  border: 2px solid var(--vz-primary) !important;
  color: var(--vz-primary) !important;
}

.time-slot-btn:hover {
  background-color: var(--vz-primary) !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 126, 11, 0.3);
  border-color: var(--vz-primary) !important;
}

.time-slot-btn.active {
  background-color: var(--vz-primary) !important;
  color: white !important;
  font-weight: 600;
  border-color: var(--vz-primary) !important;
}

/* Contenedor de slots de tiempo */
.time-slots-container {
     max-height: 450px !important;
    overflow-y: auto;
    padding-top: 10px;
    align-items: center;
}

/* Animaciones para el modal */
#visitaModal .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

#visitaModal .modal-header {
  background: linear-gradient(135deg, var(--vz-primary) 0%, var(--vz-primary) 100%);
  color: white;
  border-radius: 15px 15px 0 0;
  padding: 25px 30px;
}

#visitaModal .modal-body {
  padding: 30px;
}

/* Estados de los inputs del formulario de visita */
#visitClientForm .form-control {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

#visitClientForm .form-control:focus {
  border-color: var(--vz-primary);
  box-shadow: 0 0 0 0.2rem rgba(254, 126, 11, 0.25);
}

#visitClientForm .form-control.border-success {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

/* Información seleccionada */
.alert-info {
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  border: none;
  border-radius: 12px;
  border-left: 5px solid var(--vz-primary);
}

/* Botones del modal */
#goToFormButton, #confirmVisitButton {
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#goToFormButton:not(:disabled):hover,
#confirmVisitButton:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--vz-primary-rgb), 0.3);
}

/* Navegación entre meses (para futuras mejoras) */
.calendar-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-navigation button {
  background: none;
  border: 2px solid var(--vz-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vz-primary);
  transition: all 0.2s ease;
}

.calendar-navigation button:hover {
  background-color: var(--vz-primary);
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .date-btn {
    padding: 8px;
    min-height: 40px;
    font-size: 14px;
  }
  .position-sticky {
    position: relative !important;
  }
  .filter-sticky {
    top: 0px;
  }
  .time-slot-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  #visitaModal .modal-body {
    padding: 20px;
  }
  
  #visitaModal .modal-header {
    padding: 20px;
  }
}

/* ===================================================
   SISTEMA DE DOCUMENTOS - DROPZONE PERSONALIZADO
   ================================================== */

.dropzone-container .dropzone-area {
    border: 2px dashed #dee2e6;
    border-radius: 0.75rem;
    background: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 2rem;
    text-align: center;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone-container .dropzone-area:hover {
    border-color: #6c757d;
    background: #e9ecef;
}

.dropzone-container .dropzone-area.drag-over {
    border-color: #0d6efd;
    background: #cfe2ff;
    border-style: solid;
}

.dropzone-container .dropzone-area .dropzone-message {
    color: #6c757d;
}

.dropzone-container .dropzone-area .dropzone-message i {
    color: #0d6efd;
}

.dropzone-container .dropzone-area .dropzone-message h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.dropzone-container .documento-item {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    position: relative;
}

.dropzone-container .documento-item:hover {
    border-color: #adb5bd;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.dropzone-container .documento-item .documento-info {
    display: flex;
    align-items: center;
    flex: 1;
}

.dropzone-container .documento-item .documento-info .documento-icon {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.dropzone-container .documento-item .documento-info .documento-icon.icon-image { 
    color: #28a745; 
}

.dropzone-container .documento-item .documento-info .documento-icon.icon-pdf { 
    color: #dc3545; 
}

.dropzone-container .documento-item .documento-info .documento-icon.icon-word { 
    color: #2b579a; 
}

.dropzone-container .documento-item .documento-info .documento-detalles {
    flex: 1;
}

.dropzone-container .documento-item .documento-info .documento-detalles .documento-nombre {
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #212529;
    font-size: 0.9rem;
}

.dropzone-container .documento-item .documento-info .documento-detalles .documento-size {
    font-size: 0.75rem;
    color: #6c757d;
}

.dropzone-container .documento-item .documento-acciones {
    display: flex;
    gap: 0.25rem;
}

.dropzone-container .documento-item .documento-acciones .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.dropzone-container .documento-item.uploading {
    opacity: 0.6;
}

.dropzone-container .documento-item.uploading .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
}

.dropzone-container .documento-item.uploading .progress .progress-bar {
    background: #0d6efd;
}

.dropzone-container .documento-item.upload-error {
    border-color: #dc3545;
    background: #f8d7da;
}

.dropzone-container .documento-item.upload-error .documento-nombre {
    color: #721c24;
}

.dropzone-container .documento-item.upload-success {
    border-color: #198754;
    background: #d1e7dd;
}

.dropzone-container .documento-item.upload-success .documento-nombre {
    color: #0a3622;
}
