#qaliqTenzimlemeTable td:nth-child(10),
#qaliqTenzimlemeTable th:nth-child(10) {
  font-weight: bold;
}

.qaliq-progress-wrap {
  width: 100%;
  max-width: 680px;
  margin: 8px auto 12px;
  padding: 8px 10px;
  box-sizing: border-box;
}

.qaliq-progress {
  width: 100%;
  height: 14px;
  background: #eef1f5;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.qaliq-progress__bar {
  height: 100%;
  width: 0%;
  color: #000;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  white-space: nowrap;
  transition: width 0.25s ease;
  background: linear-gradient(90deg, #5ee07a, #39b54a);
  position: relative;
}

.qaliq-progress__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: qaliqShimmer 1.4s infinite;
}

@keyframes qaliqShimmer {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}

.qaliq-progress__text {
  margin-top: 6px;
  text-align: center;
  font-family: Calibri, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 13px;
  color: #333;
}

/* —— Səhifə qabığı (Transfer Yığım ilə eyni üslub) —— */
#qaliqtenzimlemePage .qt-page {
  max-width: 1100px;
}

#qaliqtenzimlemePage .qt-heading {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

#qaliqtenzimlemePage .qt-form-row {
  margin-bottom: 12px;
}

#qaliqtenzimlemePage .qt-form-row label {
  display: block;
  font-size: 13px;
  font-weight: 650;
  color: #374151;
  margin-bottom: 4px;
}

#qaliqtenzimlemePage .qt-form-row input[type="text"],
#qaliqtenzimlemePage .qt-form-row input[type="number"] {
  width: 100%;
  max-width: 420px;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

#qaliqtenzimlemePage .qt-form-row--compact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

#qaliqtenzimlemePage .qt-field {
  flex: 1 1 200px;
}

#qaliqtenzimlemePage .qt-field input {
  max-width: 100%;
}

#qaliqtenzimlemePage .qt-submit {
  appearance: none;
  border: none;
  border-radius: 10px;
  padding: 9px 20px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
  transition: transform 0.12s ease, box-shadow 0.2s ease;
  margin-top: 4px;
}

#qaliqtenzimlemePage .qt-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(5, 150, 105, 0.4);
}

#qaliqtenzimlemePage .qt-result {
  margin-top: 18px;
}

/* Sütun keçidləri — rəngli pill (10 sütun) */
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  grid-template-columns: unset !important;
  overflow-x: visible !important;
  margin-top: 16px !important;
  list-style: none !important;
  padding: 0 !important;
  justify-content: flex-start !important;
}

#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li {
  flex: 0 0 auto !important;
}

#qaliqtenzimlemePage #columnToggleQaliqTenzimleme label {
  min-height: 34px !important;
  padding: 6px 12px !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  width: auto !important;
  max-width: 100%;
}

#qaliqtenzimlemePage #columnToggleQaliqTenzimleme label::before {
  content: "\002713" !important;
  font-family: system-ui, "Segoe UI Symbol", "Apple Color Emoji", sans-serif !important;
  font-size: 12px !important;
}

#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(1) label {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
  border-color: #cbd5e1 !important;
  color: #334155 !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(2) label {
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%) !important;
  border-color: #93c5fd !important;
  color: #1e40af !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(3) label {
  background: linear-gradient(180deg, #f5f3ff 0%, #ede9fe 100%) !important;
  border-color: #c4b5fd !important;
  color: #5b21b6 !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(4) label {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%) !important;
  border-color: #6ee7b7 !important;
  color: #047857 !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(5) label {
  background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%) !important;
  border-color: #fdba74 !important;
  color: #c2410c !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(6) label {
  background: linear-gradient(180deg, #fdf4ff 0%, #fae8ff 100%) !important;
  border-color: #e879f9 !important;
  color: #a21caf !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(7) label {
  background: linear-gradient(180deg, #ecfeff 0%, #cffafe 100%) !important;
  border-color: #67e8f9 !important;
  color: #0e7490 !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(8) label {
  background: linear-gradient(180deg, #fef3c7 0%, #fde68a 100%) !important;
  border-color: #fbbf24 !important;
  color: #92400e !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(9) label {
  background: linear-gradient(180deg, #fce7f3 0%, #fbcfe8 100%) !important;
  border-color: #f472b6 !important;
  color: #9d174d !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(10) label {
  background: linear-gradient(180deg, #e2e8f0 0%, #cbd5e1 100%) !important;
  border-color: #94a3b8 !important;
  color: #1e293b !important;
}

#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(1) input:checked + label {
  background: linear-gradient(145deg, #64748b, #475569) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(71, 85, 105, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(2) input:checked + label {
  background: linear-gradient(145deg, #3b82f6, #2563eb) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(3) input:checked + label {
  background: linear-gradient(145deg, #8b5cf6, #7c3aed) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(4) input:checked + label {
  background: linear-gradient(145deg, #10b981, #059669) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(5) input:checked + label {
  background: linear-gradient(145deg, #f97316, #ea580c) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(6) input:checked + label {
  background: linear-gradient(145deg, #d946ef, #c026d3) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(192, 38, 211, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(7) input:checked + label {
  background: linear-gradient(145deg, #06b6d4, #0891b2) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(8, 145, 178, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(8) input:checked + label {
  background: linear-gradient(145deg, #eab308, #ca8a04) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(202, 138, 4, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(9) input:checked + label {
  background: linear-gradient(145deg, #ec4899, #db2777) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(219, 39, 119, 0.35) !important;
}
#qaliqtenzimlemePage #columnToggleQaliqTenzimleme li:nth-child(10) input:checked + label {
  background: linear-gradient(145deg, #475569, #334155) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(51, 65, 85, 0.35) !important;
}

#qaliqtenzimlemePage #columnToggleQaliqTenzimleme input:checked + label::before {
  color: #fff !important;
  opacity: 1 !important;
}

/* Nəticə: toolbar + cədvəl */
#qaliqTenzimlemeResult .qt-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 12px;
}

#qaliqTenzimlemeResult .qt-search {
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 360px;
  padding: 8px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  font-size: 13px;
  outline: none;
  margin-right: auto;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

#qaliqTenzimlemeResult .qt-search:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

#qaliqTenzimlemeResult .qt-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 4px 12px rgba(15, 23, 42, 0.12);
  transition: transform 0.12s ease, filter 0.15s ease, box-shadow 0.2s ease;
}

#qaliqTenzimlemeResult .qt-pill:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

#qaliqTenzimlemeResult .qt-pill--amber {
  background: linear-gradient(145deg, #f59e0b 0%, #d97706 55%, #b45309 100%);
}

#qaliqTenzimlemeResult .qt-data-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Calibri, "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  margin-top: 8px;
  border: 1px solid #0f172a;
  border-radius: 10px;
  overflow: hidden;
}

#qaliqTenzimlemeResult .qt-data-table th {
  background: #a7f3d0;
  color: #0f172a;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #000;
  cursor: pointer;
}

#qaliqTenzimlemeResult .qt-data-table th.nofilter {
  cursor: default;
}

#qaliqTenzimlemeResult .qt-data-table td {
  border: 1px solid #000;
  padding: 6px;
  text-align: center;
}

#qaliqTenzimlemeResult .qt-data-table td.left {
  text-align: left;
}

#qaliqTenzimlemeResult .qt-data-table td.bold {
  font-weight: 700;
  font-size: 14px;
}

#qaliqTenzimlemeResult .qt-data-table tbody tr:nth-child(odd) {
  background: #fff;
}

#qaliqTenzimlemeResult .qt-data-table tbody tr:nth-child(even) {
  background: #e0f2fe;
}

#qaliqTenzimlemeResult .qt-data-table tbody tr:hover {
  background: #cffafe;
}

#qaliqTenzimlemeResult .qt-stats {
  margin-top: 12px;
  font-weight: 700;
  font-size: 13px;
  color: #0f172a;
  padding: 10px 12px;
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

/* Filtr modalı */
#qaliqTenzimlemeResult .qt-filter-overlay {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 11050;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(4px);
}

#qaliqTenzimlemeResult .qt-filter-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.22);
  width: min(520px, 94vw);
  max-height: 86vh;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: Calibri, system-ui, sans-serif;
}

#qaliqTenzimlemeResult .qt-filter-head {
  position: relative;
  padding: 14px 48px 12px 16px;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, #fafbfc 0%, #f4f6f9 100%);
}

#qaliqTenzimlemeResult .qt-filter-title {
  font-weight: 800;
  font-size: 15px;
  color: #0f172a;
}

#qaliqTenzimlemeResult .qt-modal-close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #fff;
  color: #64748b;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

#qaliqTenzimlemeResult .qt-modal-close i {
  font-size: 13px;
  line-height: 1;
}

#qaliqTenzimlemeResult .qt-modal-close:hover {
  background: #f8fafc;
  color: #0f172a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

#qaliqTenzimlemeResult .qt-modal-close:active {
  transform: translateY(-50%) scale(0.96);
}

#qaliqTenzimlemeResult .qt-filter-body {
  padding: 12px 14px;
  overflow: auto;
  flex: 1;
  min-height: 0;
}

#qaliqTenzimlemeResult .qt-filter-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid #eef2f7;
  background: #fafbfc;
}

#qaliqTenzimlemeResult .qt-foot-btn {
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

#qaliqTenzimlemeResult .qt-foot-btn--ghost {
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
}

#qaliqTenzimlemeResult .qt-foot-btn--emerald {
  color: #fff;
  background: linear-gradient(145deg, #34d399, #10b981);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
}

#qaliqTenzimlemeResult .qt-foot-btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

#qaliqTenzimlemeResult .qt-modal-chip {
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.15s ease;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

#qaliqTenzimlemeResult .qt-modal-chip--sky {
  color: #1e3a5f;
  background: linear-gradient(145deg, #e0f2fe, #bae6fd);
}

#qaliqTenzimlemeResult .qt-modal-chip--rose-soft {
  color: #881337;
  background: linear-gradient(145deg, #ffe4e6, #fecdd3);
}

#qaliqTenzimlemeResult .qt-modal-chip:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

#qaliqTenzimlemeResult .qt-filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

#qaliqTenzimlemeResult .qt-filter-search {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 13px;
  box-sizing: border-box;
}

#qaliqTenzimlemeResult .qt-filter-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#qaliqTenzimlemeResult .qt-filter-grid2 label {
  font-size: 12px;
  font-weight: 650;
  color: #475569;
  display: block;
  margin-bottom: 4px;
}

#qaliqTenzimlemeResult .qt-filter-grid2 input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 13px;
  box-sizing: border-box;
}

#qaliqTenzimlemeResult .qt-filter-list-inner {
  max-height: 52vh;
  overflow: auto;
  border: 1px solid #e5e7eb;
  padding: 6px;
  border-radius: 10px;
  background: #fafafa;
}

#qaliqTenzimlemeResult .qt-filter-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  column-gap: 10px;
  padding: 5px 8px;
  border-radius: 8px;
}

#qaliqTenzimlemeResult .qt-filter-row:hover {
  background: #f1f5f9;
}

#qaliqTenzimlemeResult .qt-filter-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

#qaliqTenzimlemeResult .qt-filter-row span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
