@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.btnHeader[data-v-c7763fc3] {
  background: linear-gradient(90deg, #1976d2 0%, #42a5f5 100%);
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btnHeader[data-v-c7763fc3]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(25, 118, 210, .25);
}
.modalCardClass[data-v-c7763fc3] {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  overflow: hidden;
}
.modalToolbar[data-v-c7763fc3] {
  background: linear-gradient(90deg, #0d47a1 0%, #1976d2 100%);
  color: #fff;
}
.combobox-pro[data-v-c7763fc3] {
  margin-top: 10px;
}

/* Personalización del campo del combobox */
[data-v-c7763fc3] .combobox-pro .v-field {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
[data-v-c7763fc3] .combobox-pro .v-field--variant-outlined .v-field__outline {
  --v-field-border-width: 1px;
}

/* Chips más prolijos */
[data-v-c7763fc3] .combobox-pro .v-chip {
  background: #e3f2fd;
  color: #0d47a1;
  font-weight: 500;
}

/* Ítems del menú */
[data-v-c7763fc3] .v-overlay-container .v-list .v-list-item {
  border-bottom: 1px dashed #efefef;
}
[data-v-c7763fc3] .v-overlay-container .v-list .v-list-item:last-child {
  border-bottom: none;
}

/* Botones del pie */
.v-card-actions .v-btn[data-v-c7763fc3] {
  border-radius: 8px;
}

/* Footer del modal */
.modalFooter[data-v-c7763fc3] {
  background: #0d47a1 !important; /* azul oscuro */
  color: #fff;
  padding: 8px 16px;
}
.footerBtn[data-v-c7763fc3] {
  color: #fff !important; /* texto blanco, sin fondo */
  font-weight: 600;
}
/* Evita overlay de hover con color indeseado en botones de texto */
[data-v-c7763fc3] .footerBtn .v-btn__overlay {
  background-color: transparent !important;
}

.crud-btn[data-v-c3332e48] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f5f7fa;
    color: #1976d2;
    border: none;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 0.97rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 1px 4px 0 #0001;
}
.crud-btn[data-v-c3332e48]:hover {
    background: #e3eafc;
    color: #0d47a1;
}
.crud-btn .v-icon[data-v-c3332e48] {
    font-size: 1.1rem;
    margin-right: 2px;
}
table[data-v-c3332e48-s] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 2px 8px 0 #0001;
    border-radius: 8px;
    overflow: hidden;
}
table[data-v-c3332e48-s] thead {
    background: linear-gradient(90deg, #f5f7fa 0%, #e2e6ea 100%);
    color: #222;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    border-bottom: 2px solid #e0e0e0;
}
table[data-v-c3332e48-s] th {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 2px solid #e0e0e0;
}
table[data-v-c3332e48-s] tbody {
    background: #fff;
}
table[data-v-c3332e48-s] tr {
    transition: background 0.2s;
}
table[data-v-c3332e48-s] td {
    padding: 10px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.98rem;
    color: #333;
}
table[data-v-c3332e48-s] tr:hover {
    background: #f5f7fa;
}
table[data-v-c3332e48-s] tr:last-child td {
    border-bottom: none;
}
.modelo-card[data-v-c3332e48] {
  background: #ffffff00;
  border-radius: 8px;
  box-shadow: 0 0px 0px 0 #0001;
  margin-bottom: 0px;
  padding: 0;
}
.modelo-content[data-v-c3332e48] {
  padding: 15px 18px 10px 18px;
}
.modelo-titulo[data-v-c3332e48] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: 0.02em;
  margin-left: 4px;
  margin-bottom: 0;
  font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
}
.modelo-subtitulo[data-v-c3332e48] {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
  margin-top: 2px;
}
.modelo-body[data-v-c3332e48] {
  padding-top: 0 !important;
}


.user-card[data-v-838de533] {
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--surface, #ffffff);
  box-shadow: none;
  border: none;
}
.user-card-header[data-v-838de533] {
  background: radial-gradient(circle at top left, #2563eb, #1d4ed8);
  padding: 32px;
  color: #ffffff;
}
.user-card-header-content[data-v-838de533] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-avatar[data-v-838de533] {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.user-card-text[data-v-838de533] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.user-card-text h2[data-v-838de533] {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}
.user-role[data-v-838de533] {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.85;
}
.user-email[data-v-838de533] {
  font-size: 14px;
  opacity: 0.7;
}
.status-chip[data-v-838de533] {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  align-self: flex-start;
}
.status-chip.active[data-v-838de533] {
  background: #16a34a;
  color: #ffffff;
  border: 1px solid #15803d;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.2);
}
.status-chip.inactive[data-v-838de533] {
  background: #ef4444;
  color: #ffffff;
  border: 1px solid #b91c1c;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.18);
}
.user-card-body[data-v-838de533] {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.info-grid[data-v-838de533] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.info-block[data-v-838de533] {
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.18);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-label[data-v-838de533] {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #64748b;
  font-weight: 600;
}
.info-value[data-v-838de533] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
.info-value.status-positive[data-v-838de533] {
  color: #16a34a;
}
.info-value.status-negative[data-v-838de533] {
  color: #ef4444;
}
.meta-section[data-v-838de533] {
  background: rgba(15, 23, 42, 0.02);
  border-radius: 14px;
  padding: 20px 24px;
  border: 1px solid rgba(148, 163, 184, 0.12);
}
.meta-section h3[data-v-838de533] {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}
.meta-section p[data-v-838de533] {
  margin: 0;
  font-size: 15px;
  color: #475569;
}
@media (max-width: 720px) {
.user-card[data-v-838de533] {
    border-radius: 0;
}
.user-card-header[data-v-838de533] {
    padding: 24px;
}
.user-card-body[data-v-838de533] {
    padding: 24px;
}
}

.menuClass[data-v-7e118b01] {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important; /* Gradient Background */
  box-shadow: none !important;
}
.v-list-item[data-v-7e118b01] {
  border-radius: 8px;
  margin-bottom: 0.1rem;
  transition: background 0.18s;
}
.v-list-item[data-v-7e118b01]:hover {
  background: rgba(148, 163, 184, 0.1) !important;
}
.menuSubheader[data-v-7e118b01] {
  color: #f8fafc !important;
  background: transparent !important; /* Transparent to show card gradient */
  padding: 12px 16px !important;
  margin: 0 !important;
  letter-spacing: 0.05em;
  font-weight: 600;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  display: flex;
  align-items: center;
}
[data-v-7e118b01] .v-list {
  background: transparent !important;
  color: #f8fafc !important;
}
[data-v-7e118b01] .v-list-item-title {
  color: #f8fafc !important;
}
hr[data-v-7e118b01] {
  border: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  margin: 8px 0;
}
[data-v-7e118b01] .v-btn {
  color: #ffffff !important;
}

.user-profile-menu-content {
  border-radius: 12px !important;
  background: #1e293b !important; /* Slate 800 - Solid background */
  box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.5), 0 1.5px 8px 0 rgba(0,0,0,0.3) !important;
  border: 1px solid rgba(148, 163, 184, 0.2) !important;
  font-family: 'Roboto', sans-serif !important;
  min-width: 260px !important;
  padding: 0 !important;
  color: #f8fafc !important;
  overflow: hidden !important;
}

.user-menu-container[data-v-59dbb0a8] {
  background: transparent;
  top: -5px;
}

/* Removed .v-menu__content styles as they are now global in .user-profile-menu-content */
.v-list-subheader[data-v-59dbb0a8] {
  font-size: 1.02rem;
  font-weight: 600;
  color: #cbd5e1; /* Slate 300 */
  background: transparent;
  letter-spacing: 0.04em;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  margin-bottom: 0.25rem;
}
.v-list-item-title[data-v-59dbb0a8] {
  font-size: 0.97rem;
  font-weight: 500;
  color: #f8fafc !important; /* Slate 50 */
  letter-spacing: 0.01em;
}
.v-list-item-subtitle[data-v-59dbb0a8] {
  color: #cbd5e1 !important; /* Slate 300 */
}
.v-list-item[data-v-59dbb0a8] {
  border-radius: 8px;
  margin-bottom: 0.1rem;
  transition: background 0.18s;
}
.v-list-item[data-v-59dbb0a8]:hover {
  background: rgba(148, 163, 184, 0.1);
}
.btnHeader[data-v-59dbb0a8] {
  background: var(--buscador-button-primary-bg, linear-gradient(135deg, #526dff 0%, #758bff 100%));
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 2px 8px -4px rgba(82, 109, 255, 0.18);
  font-size: 1.1rem;
  transition: box-shadow 0.18s, background 0.18s;
}
.btnHeader[data-v-59dbb0a8]:hover {
  background: var(--buscador-button-shadow-hover, 0 9px 18px -20px rgba(82, 109, 255, 0.55));
  box-shadow: 0 4px 16px -8px rgba(82, 109, 255, 0.22);
}
.v-avatar[data-v-59dbb0a8] {
  border: 2px solid var(--buscador-border, #d9e2f3);
  box-shadow: 0 2px 8px -4px rgba(82, 109, 255, 0.10);
}

/* Responsive */
@media (max-width: 1024px) {
#cerrarsession[data-v-59dbb0a8], #miperfil[data-v-59dbb0a8], #usuariomail[data-v-59dbb0a8] {
    display: none;
}
.v-menu__content[data-v-59dbb0a8] {
    width: 90vw;
    min-width: unset;
    max-width: 98vw;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
}
}
@media (max-width: 1280px) {
#cerrarsession[data-v-59dbb0a8], #miperfil[data-v-59dbb0a8], #usuariomail[data-v-59dbb0a8] {
    display: block;
}
.v-menu__content[data-v-59dbb0a8] {
    width: 71vw;
    min-width: unset;
    max-width: 98vw;
}
}

.images-container[data-v-70ae5d68] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.image-wrapper[data-v-70ae5d68] {
  position: relative;
  display: inline-block;
}

/* Botón eliminar */
.remove-btn[data-v-70ae5d68] {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0;
  min-width: 0;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  z-index: 15;
}
.remove-btn[data-v-70ae5d68]:hover {
  background: #ffe5e5;
}
.remove-btn[data-v-70ae5d68] .v-icon {
  color: #d32f2f;
}
.imgPaste[data-v-70ae5d68] {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.imgPaste[data-v-70ae5d68]:hover {
  border-color: #1976d2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Estilos globales para el zoom */
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgPaste-zoom {
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  border: 2px solid #1976d2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  background: white;
  padding: 5px;
  animation: zoomIn-70ae5d68 0.2s ease-out;
}
@keyframes zoomIn-70ae5d68 {
from {
    transform: scale(0.5);
    opacity: 0;
}
to {
    transform: scale(1);
    opacity: 1;
}
}

.images-container[data-v-0a8c4ccf] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.image-wrapper[data-v-0a8c4ccf] {
  position: relative;
  display: inline-block;
}
.imgPaste[data-v-0a8c4ccf] {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.imgPaste[data-v-0a8c4ccf]:hover {
  border-color: #1976d2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Estilos globales para el zoom (ya que está en body) */
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgPaste-zoom {
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  border: 2px solid #1976d2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  background: white;
  padding: 5px;
  animation: zoomIn-0a8c4ccf 0.2s ease-out;
}
@keyframes zoomIn-0a8c4ccf {
from {
    transform: scale(0.5);
    opacity: 0;
}
to {
    transform: scale(1);
    opacity: 1;
}
}

[data-v-fbbad0d0] .imgPaste{
  width: 40px;
  height: 40px;
}
[data-v-fbbad0d0] .crud-footer {
  display: none !important;
}
.info-ticket-card[data-v-fbbad0d0] {
  height: 100%;
}
.info-group[data-v-fbbad0d0] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 8px;
}
.info-label[data-v-fbbad0d0] {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #5a6c7d;
  min-width: 140px;
  font-size: 0.9rem;
}
.info-value[data-v-fbbad0d0] {
  color: #2c3e50;
  flex: 1;
  font-size: 0.9rem;
}
.descripcion-text[data-v-fbbad0d0] {
  line-height: 1.5;
  max-height: 100px;
  overflow-y: auto;
}
.bg-info[data-v-fbbad0d0] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.bg-success[data-v-fbbad0d0] {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: white;
}
.v-label[data-v-fbbad0d0] {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.crud-footer {
  display: none !important;
}

.custom-navigation-drawer[data-v-2528d9ac] {
  position: relative;
  z-index: 1000 !important;
  overflow: visible !important;
}
.menu-list[data-v-2528d9ac] {
  position: relative;
  z-index: 1001;
  overflow: visible !important;
}
.lateral-submenu[data-v-2528d9ac] {
  min-width: 220px !important;
  max-width: 300px !important;
  max-height: 400px;
  overflow-y: auto;
  z-index: 10000 !important;
  border-radius: 8px;
}
.sticky-submenu-header[data-v-2528d9ac] {
  position: sticky;
  top: 0;
 background: linear-gradient(106deg, #C51820 50%, #c5182078 100%);
  z-index: 1;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(150, 18, 18, 0.819);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f8fafc;
}
.submenu-content[data-v-2528d9ac] {
  max-height: 300px;
  overflow-y: auto;
}
.submenu-item[data-v-2528d9ac] {
  min-height: 40px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.submenu-item[data-v-2528d9ac]:last-child {
  border-bottom: none;
}
.text-truncate[data-v-2528d9ac] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* hover menu ppal */
.group-activator[data-v-2528d9ac]:hover {
  background-color: #666666b4 !important;
  color: #131516 !important;
  border-radius: 4px;
}
/* color letra menu ppal */
[data-v-2528d9ac] .menu-list > .v-list-item .v-list-item-title {
  color: #e0f2f1 !important;
}
/* color iconos menu ppal*/
[data-v-2528d9ac] .menu-list > .v-list-item .v-list-item__prepend .v-icon {
  color: #cbd5e1 !important; /* Slate 300 */
  opacity: 0.8;
}

/* Ocultación Estándar de Vuetify en modo RAIL */
.v-navigation-drawer--rail .v-list-item-title[data-v-2528d9ac] {
  display: none;
}
.v-navigation-drawer--rail .v-list-item__append[data-v-2528d9ac] {
  display: none;
}
[data-v-2528d9ac] .v-navigation-drawer__content {
  overflow: visible !important;
}
.submenu-item[data-v-2528d9ac]:hover {
  background-color: #a3a3a3 !important;
}
.menu-btn[data-v-2528d9ac] .v-list-item:hover::before {
  background-color: aqua !important;
  opacity: 1 !important;
}

/* Desactiva Hover, Focus y Fondo Activo */
.header-static-item[data-v-2528d9ac] {
    cursor: default;
    background-color: transparent !important;
    padding: 0 16px !important;
}
.header-static-item[data-v-2528d9ac]:hover,
.header-static-item.v-list-item--active[data-v-2528d9ac],
.header-static-item[data-v-2528d9ac]:focus,
.header-static-item[data-v-2528d9ac]:focus-visible {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}
.header-static-item[data-v-2528d9ac] .v-list-item__overlay,
.header-static-item[data-v-2528d9ac] .v-list-item__underlay {
    opacity: 0 !important;
    display: none !important;
}
.header-static-item[data-v-2528d9ac] .v-icon {
    color: #94a3b8 !important;
}
.v-navigation-drawer--rail .header-static-item[data-v-2528d9ac] .v-list-item__append {
    display: flex !important; 
    visibility: visible !important;
}
.v-navigation-drawer--rail .header-static-item[data-v-2528d9ac] .v-list-item__prepend {
    display: flex !important;
    visibility: visible !important;
}

/* color de fondo para el Sidebar */
.custom-navigation-drawer[data-v-2528d9ac] {
    background: linear-gradient(106deg, #C51820 50%, #c5182078 100%);
  
    position: relative;
    z-index: 1000 !important;
    overflow: visible !important;
}
.custom-navigation-drawer[data-v-2528d9ac] .v-navigation-drawer__content {
  background: linear-gradient(106deg, #C51820 50%, #c5182078 100%);
}

.border-2[data-v-35487642] {
  border-width: 2px !important;
}
.border-white[data-v-35487642] {
  border-color: white !important;
}

.lh-1[data-v-280e5761] {
    line-height: 1.2;
}
.gap-2[data-v-280e5761] {
    gap: 8px;
}
/* Personalización sutil del scrollbar para la vista */
.v-container[data-v-280e5761]::-webkit-scrollbar {
    width: 8px;
}
.v-container[data-v-280e5761]::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.v-container[data-v-280e5761]::-webkit-scrollbar-thumb {
    background: #c1c1c1; 
    border-radius: 4px;
}
.v-container[data-v-280e5761]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.reparaciones-table thead th[data-v-0256d606] {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lh-1[data-v-2867a8e2] {
    line-height: 1.2;
}
.gap-3[data-v-2867a8e2] {
    gap: 12px;
}
.border-dashed[data-v-2867a8e2] {
    border-bottom: 1px dashed rgba(0,0,0,0.12) !important;
}
.text-caption[data-v-2867a8e2] {
    font-size: 0.75rem !important;
    letter-spacing: 0.0333333333em !important;
}
.font-monospace[data-v-2867a8e2] {
    font-family: monospace;
}
/* Asegura que los componentes internos ocupen el alto completo si usan fill-height */
.relative-container[data-v-2867a8e2] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.qr-card[data-v-5035b7d0] {
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 10px 30px rgba(18, 38, 63, 0.06);
  border: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-box[data-v-5035b7d0] {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(2,6,23,0.05);
}
.qr-id[data-v-5035b7d0] {
  margin-top: 14px;
  color: #4b5563;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
.qr-card[data-v-5035b7d0] { padding: 16px;
}
.qr-id[data-v-5035b7d0] { font-size: 0.9rem;
}
}

/* Accents y detalles más marcados */
.qr-card[data-v-5035b7d0] {
  position: relative;
  overflow: visible;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.qr-card[data-v-5035b7d0]:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 40px rgba(2,6,23,0.12);
}
.qr-accent[data-v-5035b7d0] {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 56%;
  border-radius: 8px;
  background: linear-gradient(180deg, #0087ca 0%, #f8bc06 100%);
  box-shadow: 0 6px 18px rgba(0,135,202,0.12);
}
.id-label[data-v-5035b7d0] {
  display: inline-block;
  background: rgba(0,135,202,0.06);
  color: #0087ca;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 8px;
  margin-right: 8px;
}
.id-value[data-v-5035b7d0] { color: #0f172a; font-weight: 600;
}
.qr-actions .btn-yellow[data-v-5035b7d0] {
  background: linear-gradient(90deg, #f8bc06, #ffd56b);
  color: #102a43;
  box-shadow: 0 8px 24px rgba(248,188,6,0.12);
}
.qr-actions v-btn.mdi-download[data-v-5035b7d0] {
  color: #102a43;
}
.qr-actions v-btn:hover .btn-yellow[data-v-5035b7d0] { transform: translateY(-2px);
}


.form-section[data-v-1443413f] {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.form-section-header[data-v-1443413f] {
  background-color: #f8f9fa;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 0.85rem;
  color: #1976D2;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-section-body[data-v-1443413f] {
  padding: 12px;
}
.custom-input[data-v-1443413f] .v-field__input {
    font-size: 0.9rem;
}
.custom-input[data-v-1443413f] .v-label {
    font-size: 0.9rem;
}

.lh-1[data-v-e12bf6af] {
  line-height: 1.2;
}
.gap-3[data-v-e12bf6af] {
  gap: 12px;
}
.border-dashed[data-v-e12bf6af] {
  border-bottom: 1px dashed rgba(0,0,0,0.12) !important;
}
.text-caption[data-v-e12bf6af] {
  font-size: 0.75rem !important;
  letter-spacing: 0.0333333333em !important;
}
.font-monospace[data-v-e12bf6af] {
  font-family: monospace;
}
.relative-container[data-v-e12bf6af] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tablero-page[data-v-b3fe9350] {
	background: radial-gradient(circle at 18% 20%, #c7d3e3 0%, #b5c8c0 45%, #aebad0 100%);
	min-height: 100%;
	padding: 24px;
}
.filters-card[data-v-b3fe9350] {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 40px rgba(16, 24, 40, 0.08);
}
.filters-wrap[data-v-b3fe9350] {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.filters-title[data-v-b3fe9350] {
	display: flex;
	align-items: center;
	color: #0f172a;
}
.filters-controls[data-v-b3fe9350] {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	flex: 1;
}
.filter-field[data-v-b3fe9350] {
	min-width: 200px;
}
.logo-card[data-v-b3fe9350] {
	padding: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #e4f4ff 100%);
	box-shadow: 0 12px 40px rgba(15, 118, 110, 0.12);
}
.logo-wrap[data-v-b3fe9350] {
	display: flex;
	align-items: center;
	gap: 16px;
}
.logo-img[data-v-b3fe9350] {
	width: 150px;
	height: 150px;
	object-fit: contain;
	border-radius: 14px;
	background: #1a1945;
	border: 1px solid #dce4ef;
	padding: 8px;
}
.logo-title[data-v-b3fe9350] {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
}
.logo-subtitle[data-v-b3fe9350] {
	font-size: 0.85rem;
	color: #64748b;
}
.company-info[data-v-b3fe9350] {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.info-row[data-v-b3fe9350] {
	display: flex;
	text-align: left;
	color: #1f2937;
	font-size: 0.9rem;
}
.summary-card[data-v-b3fe9350] {
	background: linear-gradient(145deg, #ffffff 0%, #f4fbff 100%);
	box-shadow: 0 10px 36px rgba(15, 23, 42, 0.08);
}
.summary-list[data-v-b3fe9350] {
	max-height: 280px;
	overflow: auto;
}
.summary-list .v-list-item-title[data-v-b3fe9350] {
	text-align: left;
}
.chart-card[data-v-b3fe9350] {
	background: linear-gradient(145deg, #ffffff 0%, #f6fbff 100%);
	box-shadow: 0 12px 42px rgba(15, 23, 42, 0.08);
}
.chart-wrap[data-v-b3fe9350] {
	position: relative;
	min-height: 320px;
	padding: 16px 24px 8px;
	background: linear-gradient(135deg, rgba(52, 211, 197, 0.08), rgba(15, 118, 110, 0.02));
	border-radius: 12px;
}
.chart-area[data-v-b3fe9350] {
	height: 320px;
}
.chart-empty[data-v-b3fe9350] {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	color: #94a3b8;
	font-size: 0.9rem;
	pointer-events: none;
}
@media (max-width: 960px) {
.summary-list[data-v-b3fe9350] {
		max-height: none;
}
.chart-area[data-v-b3fe9350] {
		height: 260px;
}
}

[data-v-8d815d47] .v-field {
  min-height: 36px;
}

.btn-guardar[data-v-69033f12] {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-guardar[data-v-69033f12]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn-guardar[data-v-69033f12]:hover::before {
  width: 300px;
  height: 300px;
}
.btn-guardar[data-v-69033f12]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btnHeader[data-v-8de799b6] {
  transition: all 0.2s ease;
}
.btnHeader[data-v-8de799b6]:hover {
  transform: scale(1.1);
}

.ticket-info-header[data-v-a397347b] {
  display: flex;
  align-items: center;
}
.ticket-titulo-detalle[data-v-a397347b] {
  color: #2c3e50;
  margin: 0;
  font-size: 1.3rem;
}
.info-row[data-v-a397347b] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}
.info-label[data-v-a397347b] {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #5a6c7d;
  min-width: 150px;
}
.info-value[data-v-a397347b] {
  color: #2c3e50;
}
.proceso-card[data-v-a397347b] {
  margin-bottom: 8px;
  transition: all 0.2s ease;
}
.proceso-card[data-v-a397347b]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(2px);
}
.proceso-id[data-v-a397347b] {
  color: #004e9b;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.proceso-titulo[data-v-a397347b] {
  color: #2c3e50;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.proceso-fecha[data-v-a397347b] {
  color: #7f8c8d;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.proceso-descripcion[data-v-a397347b] {
  color: #555;
  font-size: 0.9rem;
}
.btn-cerrar-dialog[data-v-a397347b] {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-cerrar-dialog[data-v-a397347b]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(33, 150, 243, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn-cerrar-dialog[data-v-a397347b]:hover::before {
  width: 300px;
  height: 300px;
}
.btn-cerrar-dialog[data-v-a397347b]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.btnHeader[data-v-a397347b] {
  transition: all 0.2s ease;
}
.btnHeader[data-v-a397347b]:hover {
  transform: scale(1.1);
}

[data-v-bbbcf841] .btnHeader {
  transition: all 0.2s ease;
}
.btnHeader[data-v-bbbcf841]:hover {
  transform: scale(1.1);
}

.titulo[data-v-2ff0d8c1] {
  color: blue;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.contenedor-card[data-v-2ff0d8c1] {
  display: flex;
  color: rgba(0, 0, 0, 0.63);
  flex-direction: column;
  max-height: 90vh;
  max-width: 98vw;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
[data-v-2ff0d8c1] .bg-green-lighten-1 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
[data-v-2ff0d8c1] .table>tbody>tr>td{

  background:#0471BD
}
.tabla-tickets-custom tbody td[data-v-2ff0d8c1] {
  padding: 5px 5px !important;
}
.tabla-tickets-custom thead th[data-v-2ff0d8c1] {
  padding: 7px 7px !important;
}

/* Estilos del dialog de proceso */
.ticket-info-header[data-v-2ff0d8c1] {
  display: flex;
  align-items: center;
}
.ticket-titulo-detalle[data-v-2ff0d8c1] {
  color: #2c3e50;
  margin: 0;
  font-size: 1.3rem;
}
.table[data-v-2ff0d8c1]{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background-color: #ddd !important;
}
.info-row[data-v-2ff0d8c1] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}
.info-label[data-v-2ff0d8c1] {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #5a6c7d;
  min-width: 150px;
}
.info-value[data-v-2ff0d8c1] {
  color: #2c3e50;
}
.historial-section[data-v-2ff0d8c1] {
  margin-top: 20px;
}
.historial-titulo[data-v-2ff0d8c1] {
  display: flex;
  align-items: center;
  color: #2c3e50;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.proceso-card[data-v-2ff0d8c1] {
  margin-bottom: 8px;
  transition: all 0.2s ease;
}
.proceso-card[data-v-2ff0d8c1]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(2px);
}
.proceso-titulo[data-v-2ff0d8c1] {
  color: #2c3e50;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.proceso-fecha[data-v-2ff0d8c1] {
  color: #7f8c8d;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.proceso-descripcion[data-v-2ff0d8c1] {
  color: #555;
  font-size: 0.9rem;
}
.btn-cerrar-dialog[data-v-2ff0d8c1] {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-cerrar-dialog[data-v-2ff0d8c1]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(158, 158, 158, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn-cerrar-dialog[data-v-2ff0d8c1]:hover::before {
  width: 300px;
  height: 300px;
}
.btn-cerrar-dialog[data-v-2ff0d8c1]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: rgba(158, 158, 158, 0.1);
}
.btn-cerrar-dialog[data-v-2ff0d8c1]:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.label-selector[data-v-2ff0d8c1] {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}
.selector-prioridad[data-v-2ff0d8c1] {
  width: 100%;
}
.mb-3[data-v-2ff0d8c1] {
  margin-bottom: 16px;
}


.app-layout[data-v-c11c3d6f] {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
}
.app-main[data-v-c11c3d6f] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding-top: var(--v-layout-top, 100px);
  margin-top: 0 !important;
}
.container-modal[data-v-c11c3d6f] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding-top: 27px !important;
  margin-top: 0 !important;
}
.component-wrapper[data-v-c11c3d6f] {
  flex: 1;
  min-height: fit-content;
  padding-bottom: 16px;
}
#modalMenu[data-v-c11c3d6f] {
  margin: 0 !important;
  width: 100%;
}
.titulo[data-v-c11c3d6f] {
  text-align: start;
  /*text-transform: uppercase;*/
  color: white;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: clamp(4rem, 6vw, 5rem);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  margin: 0;
  letter-spacing: 2px;
}

.alert-footer {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9998;
}
.alert-simple-container {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: min(480px, 90vw);
  z-index: 9999;
}
.alert-simple {
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.alert-snackbar {
  left: 50% !important;
  transform: translateX(-50%);
}
.alert-snackbar .v-snack__wrapper {
  min-width: min(640px, 94vw);
  max-width: min(760px, 94vw);
  border-radius: 16px;
}
.alert-snackbar .v-snack__content {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Bottom sheet ocupa todo el ancho y el fondo se adapta al color */


/* Pro error bottom sheet styles */
.pro-error-sheet {
  width: 100vw !important;
  min-width: 320px;
  max-width: 100vw;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 0 32px rgba(211,47,47,0.18);
  background: linear-gradient(90deg, #d32f2f 0%, #b71c1c 100%);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-error-content {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 16px 16px 20px;
  box-sizing: border-box;
}
.pro-error-icon {
  flex: 0 0 auto;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-error-msg {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pro-error-title {
  font-size: 1.18rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.pro-error-text {
  font-size: 1.04rem;
  color: #fff;
  font-weight: 400;
  opacity: 0.96;
}
/* Botón de cerrar profesional */
.pro-error-close {
  flex: 0 0 auto;
  margin-left: 14px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(211,47,47,0.12);
  transition: box-shadow .18s cubic-bezier(.5,1.8,.5,.8), transform .18s cubic-bezier(.5,1.8,.5,.8);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pro-error-close:hover {
  box-shadow: 0 4px 16px rgba(211,47,47,0.22);
  transform: scale(1.12);
}

.contenedor-card[data-v-c1dac196] {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    max-width: 98vw;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.contenedor-filtro[data-v-c1dac196] {
    flex-shrink: 0;
    padding: 16px 20px 0 20px;
    background: inherit;
    z-index: 2;
}
.contenedor-main[data-v-c1dac196] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: auto;
    padding: 0 20px;
}
.contenedor-tabla[data-v-c1dac196] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contenedor-tabla[data-v-c1dac196] * {
    flex-shrink: 0;
}
.contenedor-paginacion[data-v-c1dac196] {
    flex-shrink: 0;
    padding: 12px 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.modalCardClass {
    display: flex;
    flex-direction: column;
    max-height: 92vh; /* limita el alto total para que el cuerpo pueda scrollear */
}
.crud-body {
    flex: 1 1 auto;
    min-height: 0; /* necesario para que overflow funcione dentro de flex */
    overflow-y: auto; /* scroll vertical sólo en el formulario */
}
.crud-footer {
    display: list-item !important;
    background: #f8f9fb; /* leve contraste para separar del cuerpo */
    text-align: right;
}
