
.ticket-container[data-v-71729d5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 500px;
}
.ticket-list[data-v-71729d5a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  border-right: 1px solid #ebeef5;
  padding-right: 15px;
}
.ticket-filters[data-v-71729d5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.ticket-item[data-v-71729d5a] {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ebeef5;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ticket-item[data-v-71729d5a]:hover {
  background-color: #f5f7fa;
}
.ticket-item.active[data-v-71729d5a] {
  background-color: #ecf5ff;
  border-color: #c6e2ff;
}
.ticket-header[data-v-71729d5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.ticket-title[data-v-71729d5a] {
  font-weight: bold;
  font-size: 14px;
}
.ticket-meta[data-v-71729d5a] {
  font-size: 12px;
  color: #909399;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.ticket-preview[data-v-71729d5a] {
  font-size: 13px;
  color: #606266;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-detail[data-v-71729d5a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0 15px;
}
.ticket-detail-header[data-v-71729d5a] {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebeef5;
}
.ticket-detail-header h3[data-v-71729d5a] {
  margin-top: 0;
  margin-bottom: 15px;
}
.ticket-detail-meta[data-v-71729d5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ticket-detail-info[data-v-71729d5a] {
  margin-bottom: 20px;
  background-color: #f5f7fa;
  border-radius: 6px;
  padding: 15px;
}
.info-item[data-v-71729d5a] {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-item .label[data-v-71729d5a] {
  font-weight: bold;
  margin-right: 10px;
  min-width: 90px;
}
.ticket-detail-description[data-v-71729d5a] {
  margin-bottom: 20px;
}
.ticket-detail-description h4[data-v-71729d5a] {
  margin-bottom: 10px;
}
.ticket-detail-actions[data-v-71729d5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.ticket-empty[data-v-71729d5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #909399;
}
.ticket-empty i[data-v-71729d5a] {
  font-size: 48px;
  margin-bottom: 15px;
}
.no-tickets[data-v-71729d5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  color: #909399;
}
.no-tickets i[data-v-71729d5a] {
  font-size: 48px;
  margin-bottom: 15px;
}
.ticket-pagination[data-v-71729d5a] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Transitions */
.ticket-list-enter-active[data-v-71729d5a],
.ticket-list-leave-active[data-v-71729d5a] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ticket-list-enter[data-v-71729d5a],
.ticket-list-leave-to[data-v-71729d5a] {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* Ticket Reply Styles */
.ticket-replies[data-v-71729d5a] {
  margin-top: 30px;
  border-top: 1px solid #ebeef5;
  padding-top: 20px;
}
.no-replies[data-v-71729d5a] {
  text-align: center;
  color: #909399;
  margin: 20px 0;
  font-style: italic;
}
.reply-list[data-v-71729d5a] {
  margin-bottom: 20px;
}
.reply-item[data-v-71729d5a] {
  padding: 12px 15px;
  background-color: #f5f7fa;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}
.reply-item.own-reply[data-v-71729d5a] {
  background-color: #ecf5ff;
  border-color: #c6e2ff;
}
.reply-header[data-v-71729d5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  font-size: 13px;
}
.reply-author[data-v-71729d5a] {
  font-weight: bold;
  color: #409eff;
}
.reply-time[data-v-71729d5a] {
  color: #909399;
}
.reply-content p[data-v-71729d5a] {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.new-reply-form[data-v-71729d5a] {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
}
.new-reply-form h5[data-v-71729d5a] {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
}


.ticket-badge[data-v-3ab1f18b] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f56c6c;
  color: white;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ticket-badge[data-v-3ab1f18b]:hover {
  background-color: #e64242;
}
.ticket-count[data-v-3ab1f18b] {
  margin-left: 4px;
}

