
/* ===== Stats Card ===== */
.stats-card[data-v-9e757924] {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  border-radius: 16px;
  border: 2px solid #e0e0e0;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.stats-card[data-v-9e757924]:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.stat-item[data-v-9e757924] {
  margin-bottom: 8px;
}
.stat-box[data-v-9e757924] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: default;
}
.stat-box[data-v-9e757924]:hover {
  transform: translateY(-2px);
}
.stat-icon[data-v-9e757924] {
  font-size: 32px;
  min-width: 40px;
  text-align: center;
}
.stat-content[data-v-9e757924] {
  flex: 1;
  min-width: 0;
}
.stat-label[data-v-9e757924] {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.7;
  margin-bottom: 4px;
}
.stat-value[data-v-9e757924] {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.stat-delivered[data-v-9e757924] {
  background: #e8f3ec;
  border-left: 4px solid #7bb48a;
}
.stat-delivered .stat-label[data-v-9e757924] {
  color: #3d7961;
}
.stat-delivered .stat-value[data-v-9e757924] {
  color: #2d5f4a;
}
.stat-pending[data-v-9e757924] {
  background: #f9f6f0;
  border-left: 4px solid #e6d166;
}
.stat-pending .stat-label[data-v-9e757924] {
  color: #7a7030;
}
.stat-pending .stat-value[data-v-9e757924] {
  color: #5d5824;
}
.stat-pending-early[data-v-9e757924] {
  background: #f0f4fb;
  border-left: 4px solid #6b9fd8;
}
.stat-pending-early .stat-label[data-v-9e757924] {
  color: #2c5aa0;
}
.stat-pending-early .stat-value[data-v-9e757924] {
  color: #1f3f70;
}
.stat-pending-late[data-v-9e757924] {
  background: #faf6f1;
  border-left: 4px solid #d4a574;
}
.stat-pending-late .stat-label[data-v-9e757924] {
  color: #8b6f47;
}
.stat-pending-late .stat-value[data-v-9e757924] {
  color: #6b5535;
}
.stat-remaining[data-v-9e757924] {
  background: #f0f4fb;
  border-left: 4px solid #6b9fd8;
}
.stat-remaining .stat-label[data-v-9e757924] {
  color: #2c5aa0;
}
.stat-remaining .stat-value[data-v-9e757924] {
  color: #1f3f70;
}
.stat-cancelled[data-v-9e757924] {
  background: #f5f3f1;
  border-left: 4px solid #b8a0a0;
}
.stat-cancelled .stat-label[data-v-9e757924] {
  color: #5d4f4f;
}
.stat-cancelled .stat-value[data-v-9e757924] {
  color: #423a3a;
}

/* ===== Section Headers ===== */
.section-header[data-v-9e757924] {
  margin: 28px 0 16px 0;
  padding: 20px 24px;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.section-header[data-v-9e757924]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  pointer-events: none;
}
.section-header.header-early[data-v-9e757924] {
  background: linear-gradient(135deg, #f0f4fb 0%, #e8eef8 100%);
  border-left: 6px solid #6b9fd8;
}
.section-header.header-late[data-v-9e757924] {
  background: linear-gradient(135deg, #faf6f1 0%, #f5ede4 100%);
  border-left: 6px solid #d4a574;
}
.section-header.header-pending[data-v-9e757924] {
  background: linear-gradient(135deg, #f9f6f0 0%, #f5f1e8 100%);
  border-left: 6px solid #e6d166;
}
.section-header.header-delivered[data-v-9e757924] {
  background: linear-gradient(135deg, #f1f6f0 0%, #e8ede8 100%);
  border-left: 6px solid #7bb48a;
}
.section-header.header-cancelled[data-v-9e757924] {
  background: linear-gradient(135deg, #f5f3f1 0%, #f0ebe8 100%);
  border-left: 6px solid #b8a0a0;
}
.header-content[data-v-9e757924] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-icon[data-v-9e757924] {
  font-size: 40px;
  line-height: 1;
}
.header-text[data-v-9e757924] {
  flex: 1;
}
.header-title[data-v-9e757924] {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.header-early .header-title[data-v-9e757924] {
  color: #2c5aa0;
}
.header-late .header-title[data-v-9e757924] {
  color: #8b6f47;
}
.header-pending .header-title[data-v-9e757924] {
  color: #7a7030;
}
.header-delivered .header-title[data-v-9e757924] {
  color: #3d7961;
}
.header-cancelled .header-title[data-v-9e757924] {
  color: #5d4f4f;
}
.header-subtitle[data-v-9e757924] {
  margin: 0;
  font-size: 13px;
  opacity: 0.75;
  font-weight: 500;
}
.header-early .header-subtitle[data-v-9e757924] {
  color: #4a74b8;
}
.header-late .header-subtitle[data-v-9e757924] {
  color: #a88662;
}
.header-pending .header-subtitle[data-v-9e757924] {
  color: #9d8f4f;
}
.header-delivered .header-subtitle[data-v-9e757924] {
  color: #5a9270;
}
.header-cancelled .header-subtitle[data-v-9e757924] {
  color: #8b7b7b;
}

/* ===== Responsive Headers ===== */
@media (max-width: 768px) {
.section-header[data-v-9e757924] {
    padding: 16px 16px;
}
.header-icon[data-v-9e757924] {
    font-size: 32px;
}
.header-title[data-v-9e757924] {
    font-size: 18px;
}
.header-subtitle[data-v-9e757924] {
    font-size: 12px;
}
}
@media (max-width: 480px) {
.stats-card[data-v-9e757924] {
    margin-bottom: 16px;
}
.stat-box[data-v-9e757924] {
    padding: 12px 10px;
}
.stat-icon[data-v-9e757924] {
    font-size: 28px;
}
.stat-label[data-v-9e757924] {
    font-size: 11px;
}
.stat-value[data-v-9e757924] {
    font-size: 20px;
}
.section-header[data-v-9e757924] {
    padding: 12px 12px;
    margin: 20px 0 12px 0;
}
.header-content[data-v-9e757924] {
    gap: 12px;
}
.header-icon[data-v-9e757924] {
    font-size: 28px;
}
.header-title[data-v-9e757924] {
    font-size: 16px;
}
.header-subtitle[data-v-9e757924] {
    font-size: 11px;
}
}

/* ===== البطاقات على الجوال ===== */
.mobile-card[data-v-9e757924] {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #1976d2;
  transition: all 0.3s ease;
}
.mobile-card[data-v-9e757924]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.mobile-card.is-new[data-v-9e757924] {
  border-left: 4px solid #4caf50;
  background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
}

/* ===== رأس البطاقة ===== */
.card-header[data-v-9e757924] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  gap: 10px;
}
.header-left[data-v-9e757924] {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
  min-width: 0;
}

/* ===== أيقونة التسليم ===== */
.delivery-icon[data-v-9e757924] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.delivery-icon.unpicked[data-v-9e757924] {
  color: #9c27b0;
}
.delivery-icon.delivered[data-v-9e757924] {
  color: #4caf50;
}
.delivery-icon.undelivered[data-v-9e757924] {
  color: #f44336;
}
.delivery-icon.cancelled[data-v-9e757924] {
  color: #b8a0a0;
}

/* ===== اسم العميل ===== */
.customer-name[data-v-9e757924] {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-name.has-image[data-v-9e757924] {
  color: #1976d2;
  cursor: pointer;
  text-decoration: underline;
}
.subscription-id[data-v-9e757924] {
  font-size: 12px;
  color: #757575;
  margin-right: 4px;
  direction: ltr;
}

/* ===== شارة جديد ===== */
.new-badge[data-v-9e757924] {
  background: #4caf50;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ===== معلومات الفرع والشركة ===== */
.card-branch[data-v-9e757924] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 8px;
  gap: 12px;
}
.branch-text[data-v-9e757924] {
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  flex: 1;
}
.notes-text[data-v-9e757924] {
  font-size: 13px;
  font-weight: 600;
  color: #1976d2;
  text-align: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* ===== حالة الطلب ===== */
.card-status[data-v-9e757924] {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.badge[data-v-9e757924] {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.badge-type[data-v-9e757924] {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}
.badge-status[data-v-9e757924] {
  background: #e3f2fd;
  color: #1976d2;
  border: 1px solid #90caf9;
}
.badge-status.status-approved[data-v-9e757924] {
  background: #c8e6c9;
  color: #2e7d32;
  border: 1px solid #81c784;
}
.badge-status.status-pending[data-v-9e757924] {
  background: #ffe0b2;
  color: #e65100;
  border: 1px solid #ffcc80;
}
.badge-status.status-rejected[data-v-9e757924] {
  background: #ffcdd2;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

/* ===== أيقونة التسليم ===== */
.action-deliver[data-v-9e757924] {
  color: #4caf50 !important;
  font-size: 26px;
}
.action-deliver[data-v-9e757924]:hover:not(.disabled) {
  color: #45a049 !important;
}
.action-deliver.disabled[data-v-9e757924] {
  color: #bdbdbd !important;
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: none !important;
}

/* ===== أيقونة الإلغاء ===== */
.action-cancel[data-v-9e757924] {
  color: #f44336 !important;
  font-size: 26px;
}
.action-cancel[data-v-9e757924]:hover:not(.disabled) {
  color: #da190b !important;
}
.action-cancel.disabled[data-v-9e757924] {
  color: #bdbdbd !important;
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: none !important;
}

/* ===== فاصل الأيقونات ===== */
.action-divider[data-v-9e757924] {
  width: 2px;
  height: 24px;
  background: #e0e0e0;
  margin: 0 4px;
  border-radius: 1px;
}

/* ===== أيقونات الإجراءات ===== */
.card-actions[data-v-9e757924] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  flex-wrap: wrap;
}
.action-camera[data-v-9e757924] {
  margin: 0 !important;
}
.action-icon[data-v-9e757924] {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.action-icon[data-v-9e757924]:hover:not(.disabled):not(.inactive) {
  background: rgba(0, 0, 0, 0.08);
  transform: scale(1.15);
}
.action-phone[data-v-9e757924] {
  color: #1976d2 !important;
  font-size: 26px;
}
.action-phone[data-v-9e757924]:hover:not(.disabled) {
  color: #1565c0 !important;
}
.action-whatsapp[data-v-9e757924] {
  color: #25d366 !important;
  font-size: 26px;
}
.action-whatsapp[data-v-9e757924]:hover:not(.disabled) {
  color: #1fad53 !important;
}
.action-period[data-v-9e757924] {
  color: #f44336 !important;
  font-size: 26px;
}
.action-period[data-v-9e757924]:hover:not(.disabled) {
  color: #da190b !important;
}
.action-period.disabled[data-v-9e757924] {
  color: #bdbdbd !important;
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: none !important;
}
.action-map[data-v-9e757924] {
  font-size: 26px;
  color: #ff9800 !important;
}
.action-map[data-v-9e757924]:hover:not(.inactive) {
  color: #f57c00 !important;
}
.action-map.inactive[data-v-9e757924] {
  color: #bdbdbd !important;
  cursor: default !important;
  opacity: 0.5;
}

/* ===== نمط محدث للـ checkboxes ===== */
.checkbox-marked .v-icon.v-icon[data-v-9e757924] {
  color: green !important;
}
.checkbox-unmarked .v-icon.v-icon[data-v-9e757924] {
  color: red !important;
}
.v-icon[disabled][data-v-9e757924] {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

/* ===== Empty State Styling ===== */
.empty-state-container[data-v-9e757924] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 40px 20px;
}
.empty-state[data-v-9e757924] {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.empty-state-icon[data-v-9e757924] {
  width: 120px;
  height: 120px;
  opacity: 0.5;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}
.empty-state-title[data-v-9e757924] {
  font-size: 20px;
  font-weight: 600;
  color: #424242;
  margin: 0;
  margin-top: 8px;
}
.empty-state-message[data-v-9e757924] {
  font-size: 14px;
  color: #757575;
  margin: 0;
  line-height: 1.5;
}

/* ===== Empty State Icon Text ===== */
.empty-state-icon-text[data-v-9e757924] {
  font-size: 80px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

/* ===== Empty State Color Variants ===== */
.empty-state-pending[data-v-9e757924] {
  background: linear-gradient(135deg, #f3e5f5 0%, #ede7f6 100%);
  border-radius: 16px;
}
.empty-state-pending .empty-state-icon-text[data-v-9e757924] {
  color: #7b1fa2;
}
.empty-state-early[data-v-9e757924] {
  background: linear-gradient(135deg, #e3f2fd 0%, #f1f8fd 100%);
  border-radius: 16px;
}
.empty-state-early .empty-state-icon-text[data-v-9e757924] {
  color: #1976d2;
}
.empty-state-late[data-v-9e757924] {
  background: linear-gradient(135deg, #ffe0b2 0%, #fff3e0 100%);
  border-radius: 16px;
}
.empty-state-late .empty-state-icon-text[data-v-9e757924] {
  color: #e65100;
}
.empty-state-delivered[data-v-9e757924] {
  background: linear-gradient(135deg, #c8e6c9 0%, #e8f5e9 100%);
  border-radius: 16px;
}
.empty-state-delivered .empty-state-icon-text[data-v-9e757924] {
  color: #2e7d32;
}
.empty-state-cancelled[data-v-9e757924] {
  background: linear-gradient(135deg, #ffcdd2 0%, #ffebee 100%);
  border-radius: 16px;
}
.empty-state-cancelled .empty-state-icon-text[data-v-9e757924] {
  color: #c62828;
}

/* ===== responsive - تابليت ===== */
@media (max-width: 768px) {
.mobile-card[data-v-9e757924] {
    padding: 14px;
}
.card-header[data-v-9e757924] {
    margin-bottom: 10px;
    gap: 8px;
}
.customer-name[data-v-9e757924] {
    font-size: 15px;
}
.card-branch[data-v-9e757924] {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
}
.card-actions[data-v-9e757924] {
    gap: 10px;
    padding-top: 10px;
}
.action-icon[data-v-9e757924] {
    font-size: 24px;
    padding: 6px;
}
.action-deliver[data-v-9e757924],
  .action-cancel[data-v-9e757924],
  .action-phone[data-v-9e757924],
  .action-whatsapp[data-v-9e757924],
  .action-period[data-v-9e757924],
  .action-map[data-v-9e757924] {
    font-size: 24px;
}
.action-divider[data-v-9e757924] {
    height: 22px;
}
}

/* ===== responsive - موبايل صغير ===== */
@media (max-width: 480px) {
.mobile-card[data-v-9e757924] {
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.card-header[data-v-9e757924] {
    margin-bottom: 8px;
    padding-bottom: 8px;
    gap: 6px;
}
.header-left[data-v-9e757924] {
    gap: 6px;
}
.delivery-icon[data-v-9e757924] {
    font-size: 20px;
}
.customer-name[data-v-9e757924] {
    font-size: 14px;
}
.new-badge[data-v-9e757924] {
    font-size: 11px;
    padding: 3px 10px;
}
.card-branch[data-v-9e757924] {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 6px;
    margin-bottom: 10px;
}
.branch-text[data-v-9e757924] {
    font-size: 13px;
}
.notes-text[data-v-9e757924] {
    font-size: 12px;
}
.card-status[data-v-9e757924] {
    gap: 6px;
    margin-bottom: 10px;
}
.badge[data-v-9e757924] {
    padding: 6px 10px;
    font-size: 12px;
}
.card-actions[data-v-9e757924] {
    gap: 8px;
    padding-top: 10px;
    justify-content: center;
}
.action-icon[data-v-9e757924] {
    font-size: 22px;
    padding: 5px;
}
.action-deliver[data-v-9e757924],
  .action-cancel[data-v-9e757924],
  .action-phone[data-v-9e757924],
  .action-whatsapp[data-v-9e757924],
  .action-period[data-v-9e757924],
  .action-map[data-v-9e757924] {
    font-size: 22px;
}
.action-divider[data-v-9e757924] {
    height: 20px;
    margin: 0 3px;
}
.empty-state-icon[data-v-9e757924] {
    width: 100px;
    height: 100px;
}
.empty-state-title[data-v-9e757924] {
    font-size: 18px;
}
.empty-state-message[data-v-9e757924] {
    font-size: 13px;
}
.empty-state-icon-text[data-v-9e757924] {
    font-size: 60px;
    min-height: 80px;
}
}

/* ===== responsive - موبايل فائق الصغر ===== */
@media (max-width: 360px) {
.mobile-card[data-v-9e757924] {
    padding: 10px;
}
.card-header[data-v-9e757924] {
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.customer-name[data-v-9e757924] {
    font-size: 13px;
}
.card-actions[data-v-9e757924] {
    gap: 6px;
}
.action-icon[data-v-9e757924] {
    font-size: 20px;
    padding: 4px;
}
.action-deliver[data-v-9e757924],
  .action-cancel[data-v-9e757924],
  .action-phone[data-v-9e757924],
  .action-whatsapp[data-v-9e757924],
  .action-period[data-v-9e757924],
  .action-map[data-v-9e757924] {
    font-size: 20px;
}
.badge[data-v-9e757924] {
    padding: 5px 8px;
    font-size: 11px;
}
.empty-state-icon-text[data-v-9e757924] {
    font-size: 50px;
    min-height: 70px;
}
.empty-state-title[data-v-9e757924] {
    font-size: 16px;
}
}

