
/* Premium Modal Styles */
.premium-modal[data-v-5bd6f7d4] {
  font-family: 'Inter', 'Outfit', sans-serif !important;
  font-size: 16px;
}
.premium-modal h3[data-v-5bd6f7d4] {
  font-size: 1.35rem !important;
  font-weight: 800 !important;
}
.premium-modal p[data-v-5bd6f7d4], .premium-modal label[data-v-5bd6f7d4] {
  font-size: 1.05rem !important;
  color: #455a64;
}
.gradient-header[data-v-5bd6f7d4] {
  background: linear-gradient(135deg, #3f51b5 0%, #1a237e 100%) !important;
}
.gradient-btn[data-v-5bd6f7d4] {
  background: linear-gradient(135deg, #3f51b5 0%, #283593 100%) !important;
}
.bg-light-grey[data-v-5bd6f7d4] {
  background-color: #f4f7f9 !important;
}
.border-light[data-v-5bd6f7d4] {
  border: 1px solid rgba(0,0,0,0.05) !important;
}

/* Setting Blocks */
.setting-block[data-v-5bd6f7d4] {
  border: 1px solid rgba(63, 81, 181, 0.1) !important;
}

/* Custom Input Fields */
.custom-field .v-input__slot[data-v-5bd6f7d4] {
  background: #ffffff !important;
  border: 2px solid rgba(63, 81, 181, 0.1) !important;
  font-weight: 700;
  font-size: 1.1rem;
}
.extra-big-field .v-input__slot[data-v-5bd6f7d4] {
  background: #ffffff !important;
  border: 3px solid rgba(63, 81, 181, 0.12) !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  height: 72px !important;
  padding: 0 24px !important;
}
.big-label[data-v-5bd6f7d4] {
  font-size: 1.25rem !important;
  letter-spacing: -0.5px;
}
.shadow-soft[data-v-5bd6f7d4] {
  box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
}
.fee-detail-box[data-v-5bd6f7d4] {
  height: 280px !important; /* Shorter convenient height */
}
.icon-glow-indigo[data-v-5bd6f7d4] {
  background: white;
  border-radius: 50%;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(63, 81, 181, 0.15);
  display: inline-flex;
}
.w-100[data-v-5bd6f7d4] { width: 100% !important;
}

/* Category Cards */
.type-card[data-v-5bd6f7d4] {
  border: 2px solid transparent !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 160px; /* Equalized fixed height */
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.type-card[data-v-5bd6f7d4]:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.08) !important;
}
.active-type[data-v-5bd6f7d4] {
  box-shadow: 0 15px 35px rgba(63, 81, 181, 0.2) !important;
  transform: translateY(-8px) scale(1.04) !important;
  border-width: 4px !important;
}
.title-text[data-v-5bd6f7d4] {
  font-size: 1.25rem !important;
  letter-spacing: -0.5px;
}
.border-indigo[data-v-5bd6f7d4] { border-color: #3f51b5 !important; background-color: #f5f6ff !important;
}
.border-red[data-v-5bd6f7d4] { border-color: #f44336 !important; background-color: #fff5f5 !important;
}
.border-teal[data-v-5bd6f7d4] { border-color: #009688 !important; background-color: #f2fbfa !important;
}
.active-type.border-indigo[data-v-5bd6f7d4] { background: linear-gradient(145deg, #f5f6ff, #e8eaff) !important;
}
.active-type.border-teal[data-v-5bd6f7d4] { background: linear-gradient(145deg, #f2fbfa, #d0f0ed) !important;
}

/* Section Borders */
.border-indigo-light[data-v-5bd6f7d4] { border: 1px solid #c5cae9 !important;
}
.border-red-light[data-v-5bd6f7d4] { border: 1px solid #ffcdd2 !important;
}
.border-teal-light[data-v-5bd6f7d4] { border: 1px solid #b2dfdb !important;
}

/* Preview Panel */
.preview-panel[data-v-5bd6f7d4] {
  box-shadow: inset 0 0 15px rgba(0,0,0,0.02);
}
.preview-card[data-v-5bd6f7d4] {
  border: 1px solid rgba(0,0,0,0.03);
}
.dashed-divider[data-v-5bd6f7d4] {
  border-style: dashed !important;
  border-color: rgba(0,0,0,0.1) !important;
}

/* History Sidebar */
.history-sidebar[data-v-5bd6f7d4] {
  width: 320px;
  min-width: 320px;
  height: auto;
  min-height: 500px;
}
.modal-main-content-narrow[data-v-5bd6f7d4] {
  max-width: calc(100% - 320px);
}
.history-list-compact[data-v-5bd6f7d4] {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 5px;
}
.custom-scrollbar[data-v-5bd6f7d4]::-webkit-scrollbar {
  width: 4px;
}
.custom-scrollbar[data-v-5bd6f7d4]::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar[data-v-5bd6f7d4]::-webkit-scrollbar-thumb {
  background: #cfd8dc;
  border-radius: 10px;
}
.border-left-light[data-v-5bd6f7d4] {
  border-left: 1px solid rgba(0,0,0,0.05) !important;
}
.history-mini-detail[data-v-5bd6f7d4] {
  font-size: 11px;
  line-height: 1.4;
}
.text-tiny[data-v-5bd6f7d4] {
  font-size: 10px;
}
.history-card[data-v-5bd6f7d4] {
  border-left: 3px solid #607d8b !important;
  transition: background 0.2s;
}
.history-card[data-v-5bd6f7d4]:hover {
  background-color: #fcfcfc !important;
}

/* Utilities */
.opacity-30[data-v-5bd6f7d4] { opacity: 0.3;
}
.opacity-60[data-v-5bd6f7d4] { opacity: 0.6;
}
.pointer-events-none[data-v-5bd6f7d4] { pointer-events: none;
}
.position-relative[data-v-5bd6f7d4] { position: relative;
}
.position-absolute-tr[data-v-5bd6f7d4] { position: absolute; top: 0; right: 0;
}
.italic[data-v-5bd6f7d4] { font-style: italic;
}
.transition-all[data-v-5bd6f7d4] {
  transition: all 0.3s ease;
}

/* Original Page Styles */
.breadCurmb[data-v-5bd6f7d4] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadCurmb label[data-v-5bd6f7d4] {
  font-size: 14px;
}
.breadCurmb span[data-v-5bd6f7d4] {
  color: #999;
}
.stats-card[data-v-5bd6f7d4] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.05) !important;
}
.stats-card[data-v-5bd6f7d4]:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.08) !important;
}
.section-card[data-v-5bd6f7d4] {
  border: 1px solid rgba(0,0,0,0.05) !important;
}
.silver-bg[data-v-5bd6f7d4] {
  background-color: #f8f9fa;
  border: 1px solid rgba(0,0,0,0.02);
}
.border-left-product[data-v-5bd6f7d4] { border-left: 4px solid #3f51b5;
}
.border-left-location[data-v-5bd6f7d4] { border-left: 4px solid #f44336;
}
.border-left-delivery[data-v-5bd6f7d4] { border-left: 4px solid #009688;
}
.border-left-zone[data-v-5bd6f7d4] { border-left: 4px solid #ffc107;
}
.product-text[data-v-5bd6f7d4] { color: #3f51b5;
}
.location-text[data-v-5bd6f7d4] { color: #f44336;
}
.delivery-text[data-v-5bd6f7d4] { color: #009688;
}
.zone-text[data-v-5bd6f7d4] { color: #ff8f00;
}
.bg-white[data-v-5bd6f7d4] { background-color: #ffffff !important;
}

