.lead-tickets-container[data-v-f314a0df] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
}
.lead-tickets-wrapper[data-v-f314a0df] {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  animation: fadeIn-f314a0df 0.3s ease-in-out;
}
.lead-tickets-header[data-v-f314a0df] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.header-left[data-v-f314a0df] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.back-button[data-v-f314a0df] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f3f4f6;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #4a6cf7;
}
.back-button[data-v-f314a0df]:hover {
  background-color: #eef2ff;
  transform: translateX(-2px);
}
.back-button[data-v-f314a0df]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(74, 108, 247, 0.2);
}
.back-button i[data-v-f314a0df] {
  font-size: 14px;
}
.lead-tickets-title .title-with-icon[data-v-f314a0df] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.lead-tickets-title .title-with-icon i[data-v-f314a0df] {
  margin-right: 10px;
  color: #4a6cf7;
  font-size: 20px;
}
.lead-tickets-actions[data-v-f314a0df] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lead-tickets-actions .ticket-count small[data-v-f314a0df] {
  color: #6b7280;
  font-size: 13px;
}
.lead-tickets-body[data-v-f314a0df] {
  padding: 0;
}
.tickets-section[data-v-f314a0df] {
  padding: 16px 20px 20px;
}
.fade-table-enter-active[data-v-f314a0df], .fade-table-leave-active[data-v-f314a0df] {
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-table-enter[data-v-f314a0df], .fade-table-leave-to[data-v-f314a0df] {
  opacity: 0;
}
.inline-loading-container[data-v-f314a0df] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}
.inline-loading-spinner[data-v-f314a0df] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f4f6;
  border-radius: 50%;
  border-top-color: #4a6cf7;
  animation: spin-f314a0df 1s ease-in-out infinite;
}
.inline-loading-text[data-v-f314a0df] {
  margin-top: 12px;
  color: #6b7280;
  font-size: 14px;
}
@keyframes spin-f314a0df {
to {
    transform: rotate(360deg);
}
}
.cell-content-flex[data-v-f314a0df] {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cell-content-flex[data-v-f314a0df] > * {
  min-width: 0;
  max-width: 100%;
  flex-shrink: 1;
}
.cell-content-flex-center[data-v-f314a0df] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cell-icon[data-v-f314a0df] {
  color: #64748b;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.user-avatar[data-v-f314a0df] {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}
.agent-avatar[data-v-f314a0df] {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}
.primary-text[data-v-f314a0df] {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 100%;
  flex-shrink: 1;
}
.secondary-text[data-v-f314a0df] {
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 100%;
  flex-shrink: 1;
}
.text-gray-400[data-v-f314a0df] {
  color: #9ca3af;
}
.ticket-id[data-v-f314a0df] {
  font-weight: 600;
  color: #4a6cf7;
  font-size: 13px;
}
.protocol-badge[data-v-f314a0df] {
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.protocol-badge[data-v-f314a0df]:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}
.status-badge[data-v-f314a0df] {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  flex-shrink: 1;
}
.status-success[data-v-f314a0df] {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.status-warning[data-v-f314a0df] {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
}
.status-danger[data-v-f314a0df] {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.status-primary[data-v-f314a0df] {
  background: #dbeafe;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}
.status-secondary[data-v-f314a0df] {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}
.status-info[data-v-f314a0df] {
  background: #e0e7ff;
  color: #3730a3;
  border: 1px solid #c7d2fe;
}
.rating-stars[data-v-f314a0df] {
  display: flex;
  gap: 2px;
}
.rating-text[data-v-f314a0df] {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}
.pagination-container[data-v-f314a0df] {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
.lead-tickets-header[data-v-f314a0df] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.header-left[data-v-f314a0df] {
    width: 100%;
    margin-bottom: 8px;
}
.lead-tickets-actions[data-v-f314a0df] {
    width: 100%;
    justify-content: space-between;
}
.user-avatar[data-v-f314a0df] {
    width: 28px;
    height: 28px;
}
.agent-avatar[data-v-f314a0df] {
    width: 20px;
    height: 20px;
}
}
@keyframes fadeIn-f314a0df {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}