/* /ortak/assets/css/bezgo-components.css
 * Bezgo tasarim sistemi — TUM projelerde paylasilan JENERIK bilesenler.
 * scripts('HEAD') ile global yuklenir (adminlte4_bridge.css'ten SONRA).
 * KURAL: Sayfaya-ozel stiller buraya GIRMEZ; onlar projeler/{proje}/assets/css/{slug}.page.css'te kalir.
 * Kademeli konsolidasyon hedefi: jenerik bezgo-* bilesenleri (filter card/header/offcanvas,
 * main-tabs, page-version, hd-status, dt-toolbar/footer, editor-bs5) tek evde toplanir;
 * adminlte4_bridge.css = saf AdminLTE4/BS5 uyum katmaninda kalir.
 */

/* === Versiyon rozeti — "UI test vXXXX" etiketleri TUM sayfalarda gizli ===
 * Etiketler PHP/markup'ta kalir (data-ui-version attribute'u + span) ama kullaniciya
 * gosterilmez. Geri acmak gerekirse bu kuraldaki display:none kaldirilir; alttaki taban
 * stil (yorumda) tekrar etkinlestirilir. */
.bezgo-page-version {
    display: none !important;
}

/* Taban gorunum (gizleme kaldirilirsa kullanilacak):
.bezgo-page-version {
    display: inline-flex;
    align-items: center;
    height: 18px;
    margin-left: 8px;
    padding: 0 7px;
    border-radius: 3px;
    background: #eef2f7;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    vertical-align: middle;
}
*/

/* === Durum pill'leri (hd-status) — tum projelerde ortak === */
.hd-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 24px;
    padding: 0 .65rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
    white-space: nowrap;
    border: 1px solid transparent;
}

.hd-status-open {
    color: #087443;
    background: #dcfce7;
    border-color: #bbf7d0;
}

.hd-status-closed {
    color: #9f1239;
    background: #ffe4e6;
    border-color: #fecdd3;
}

.hd-status-ended {
    color: #991b1b;
    background: #fee2e2;
    border-color: #fecaca;
}

.table td .hd-btn-detail,
.table td .hd-status {
    vertical-align: middle;
}


/* ====================================================================
   adminlte4_bridge.css'ten taşınan JENERİK bezgo bileşenleri (bridge ayrıştırma).
   Cascade korundu: bezgo-components.css bridge'den HEMEN SONRA yüklenir.
   ==================================================================== */


.card.card-info.bezgo-filter-card > .card-header:not([style*="background-color"]),
.card.card-info.filter-card > .card-header:not([style*="background-color"]) {
  border-bottom-color: var(--bezgo-filter-header-border, #9dbfe0) !important;
  background: var(--bezgo-filter-header, #f2f8f7) !important;
  color: var(--bezgo-filter-header-text, #1f344d) !important;
}

.bezgo-dt-toolbar {
  gap: 3px;
  margin-bottom: 4px;
}

.bezgo-dt-footer {
  min-height: 28px;
  gap: 8px;
  font-size: 12px;
}

.dataTables_wrapper.bezgo-dt-processing-host,
.dt-container.bezgo-dt-processing-host,
.bezgo-processing-host {
  position: relative;
}

.dataTables_wrapper .dt-processing,
.dataTables_wrapper .dataTables_processing,
.dt-container .dt-processing,
.dt-container .dataTables_processing,
.bezgo-processing-host > .bezgo-dt-container-processing {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 30 !important;
  display: none;
  min-width: 150px;
  margin: 0 !important;
  padding: 9px 18px !important;
  transform: translate(-50%, -50%);
  border: 1px solid #b8c4d1 !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #1f2937 !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .2) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  text-align: center !important;
}

.dt-container .dt-layout-row,
.dt-container .bezgo-dt-toolbar,
.dataTables_wrapper .bezgo-dt-toolbar {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  margin: 0 0 4px 0 !important;
}

.dt-container .bezgo-dt-toolbar .dt-layout-start,
.dt-container .bezgo-dt-toolbar .dt-layout-end {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.dt-container .bezgo-dt-toolbar .dt-layout-end,
.dt-container .dt-search,
.dataTables_wrapper .dataTables_filter {
  margin-left: auto !important;
}

.dt-container .bezgo-dt-footer,
.dataTables_wrapper .bezgo-dt-footer {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  border-top: 2px solid #0f2b1d !important;
  padding-top: 4px !important;
  margin-top: 0 !important;
}

.dt-container .bezgo-dt-footer .dt-paging,
.dataTables_wrapper .bezgo-dt-footer .dataTables_paginate {
  margin-left: auto !important;
}

.dt-container .bezgo-dt-toolbar,
.dataTables_wrapper .bezgo-dt-toolbar {
  min-height: 30px;
  padding: 4px 6px !important;
  border: 1px solid #d9e2ec;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #fff;
}

.dt-container .bezgo-dt-footer,
.dataTables_wrapper .bezgo-dt-footer {
  min-height: 30px;
  padding: 5px 6px !important;
  border: 1px solid #d9e2ec !important;
  border-top: 0 !important;
  border-radius: 0 0 6px 6px;
  background: #fff;
}

.dt-container .bezgo-dt-toolbar,
.dataTables_wrapper .bezgo-dt-toolbar,
.dt-container .dt-layout-row:first-child {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  min-height: 36px;
  padding: 6px 8px !important;
  border: 1px solid var(--bezgo-dt-border) !important;
  border-bottom: 0 !important;
  border-radius: 7px 7px 0 0 !important;
  background: #fff !important;
}

.dt-container .bezgo-dt-footer,
.dataTables_wrapper .bezgo-dt-footer,
.dt-container .dt-layout-row:last-child {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-height: 34px;
  padding: 6px 8px !important;
  border: 1px solid var(--bezgo-dt-border) !important;
  border-top: 0 !important;
  border-radius: 0 0 7px 7px !important;
  background: #fff !important;
}

.dataTables_wrapper .bezgo-dt-toolbar,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dt-buttons {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.filter-card.card > .card-header,
.filter-card > .card-header,
.card.bezgo-filter-card > .card-header,
.card[id*="filtre" i] > .card-header,
.card[id*="filter" i] > .card-header,
#filtreT > .card-header,
#filtreTDetay > .card-header {
  border-bottom-color: var(--bezgo-filter-header-border) !important;
  border-radius: 0 !important;
  background: var(--bezgo-filter-header) !important;
  color: var(--bezgo-filter-header-text) !important;
}

.dataTables_wrapper .bezgo-dt-toolbar,
.dt-container .bezgo-dt-toolbar,
.dataTables_wrapper .bezgo-dt-fallback-toolbar,
.dt-container .bezgo-dt-fallback-toolbar {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  min-height: 38px !important;
  padding: 5px 7px 6px !important;
  border-bottom: 1px solid #d8e2dc !important;
  background: var(--bezgo-table-surface) !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dt-container .dt-length,
.dt-container .dt-search,
.bezgo-dt-fallback-length,
.bezgo-dt-fallback-search {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.dataTables_wrapper .dataTables_filter,
.dt-container .dt-search,
.bezgo-dt-fallback-search {
  margin-left: auto !important;
}

.dataTables_wrapper input[type="search"],
.dt-container input[type="search"],
.bezgo-dt-fallback-search input,
.dataTables_wrapper .dataTables_length select,
.dt-container .dt-length select,
.bezgo-dt-fallback-length select {
  min-height: 28px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 12px !important;
}

@media (max-width: 767.98px) {
  .dataTables_wrapper .dataTables_filter,
  .dt-container .dt-search,
  .bezgo-dt-fallback-search {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .dataTables_wrapper input[type="search"],
  .dt-container input[type="search"],
  .bezgo-dt-fallback-search input {
    width: 100% !important;
  }
}

.card.bezgo-filter-card.bz-hselect.bz-hinput > .card-header:not([style*="#28a745"]):not([style*="40, 167, 69"]),
.card.bezgo-filter-card.bz-hselect2.bz-hinput > .card-header:not([style*="#28a745"]):not([style*="40, 167, 69"]),
.filter-card.bz-hselect.bz-hinput > .card-header:not([style*="#28a745"]):not([style*="40, 167, 69"]),
.filter-card.bz-hselect2.bz-hinput > .card-header:not([style*="#28a745"]):not([style*="40, 167, 69"]),
.card[id*="filtre" i].bz-hselect.bz-hinput > .card-header:not([style*="#28a745"]):not([style*="40, 167, 69"]),
.card[id*="filter" i].bz-hselect2.bz-hinput > .card-header:not([style*="#28a745"]):not([style*="40, 167, 69"]) {
  border-bottom-color: var(--bezgo-filter-header-border) !important;
  background: var(--bezgo-filter-header) !important;
  color: var(--bezgo-filter-header-text) !important;
}

.filtre-label,
.card-body label:not(.form-check-label):not(.custom-control-label):not(.bezgo-dt-fallback-length):not(.bezgo-dt-fallback-search),
.filter-card label:not(.form-check-label):not(.custom-control-label) {
  margin-bottom: 4px !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.dataTables_wrapper .bezgo-dt-footer,
.dt-container .bezgo-dt-footer,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dt-container .dt-info,
.dt-container .dt-paging {
  display: flex !important;
  align-items: center !important;
}

.dataTables_wrapper .bezgo-dt-footer,
.dt-container .bezgo-dt-footer,
.dt-container .dt-layout-row:last-child,
.dataTables_wrapper > .row:last-child {
  justify-content: space-between !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  min-height: 42px !important;
  padding: 7px 8px !important;
  border-top: 1px solid #d8e2ec !important;
  background: #f8fafc !important;
}

@media (max-width: 900px) {
  .dataTables_wrapper .bezgo-dt-toolbar,
  .dt-container .bezgo-dt-toolbar,
  .dataTables_wrapper .bezgo-dt-fallback-toolbar,
  .dt-container .bezgo-dt-fallback-toolbar {
    align-items: stretch !important;
  }
}
/* Bezgo common panel/DataTable layout helpers v20260515-1.
   Header colors are owned by the common token block above. */

.filter-card > .card-body,
.card.bezgo-filter-card > .card-body {
  padding: 12px 14px 10px !important;
}

.filter-card > .card-body > .form-row,
.card.bezgo-filter-card > .card-body > .form-row {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
  gap: 12px 14px !important;
  align-items: end !important;
  margin: 0 !important;
}

.filter-card > .card-body > .form-row > [class*="col-"],
.card.bezgo-filter-card > .card-body > .form-row > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.filter-card .row,
.card.bezgo-filter-card .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 8px !important;
}

.filter-card .row > [class*="col-"],
.card.bezgo-filter-card .row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.filter-card .card-footer,
.card.bezgo-filter-card .card-footer {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  padding: 8px 14px !important;
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
}

/* Filtre şeridi ile altındaki sonuç kartı/satırı arası STANDART boşluk (urun_listesi standardı,
   tüm sayfalarda tutarlı). Offcanvas (position:fixed) DOM'da aradadır ama .card/.row olmadığı
   için sibling seçici onu atlar; doğrudan sonuç kartına/satırına uygulanır. */
.bezgo-filter-card ~ .card,
.bezgo-filter-card ~ .row {
  margin-top: 10px;
}

.dataTables_wrapper .bezgo-dt-toolbar,
.dt-container .bezgo-dt-toolbar {
  min-height: 36px !important;
  padding: 6px 8px !important;
  border: 1px solid #d9e3ec !important;
  border-bottom: 0 !important;
  background: #f8fafc !important;
  border-radius: 8px 8px 0 0 !important;
}

@media (max-width: 900px) {
  .filter-card > .card-body > .form-row,
  .card.bezgo-filter-card > .card-body > .form-row {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
  }

  .dataTables_wrapper .bezgo-dt-toolbar,
  .dt-container .bezgo-dt-toolbar {
    flex-wrap: wrap !important;
  }
}

.dataTables_wrapper .bezgo-dt-toolbar,
.dt-container .bezgo-dt-toolbar,
#siparisList_wrapper .bezgo-dt-toolbar {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#siparisList_wrapper .bezgo-native-dt-buttons {
  display: none !important;
}
/* Bezgo filter/table refinement v20260515-3 */
.card.bezgo-filter-card .card-body > .row,
.filter-card .card-body > .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  gap: 0 !important;
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.card.bezgo-filter-card .card-body > .row > [class*="col-"],
.filter-card .card-body > .row > [class*="col-"] {
  padding-left: 6px !important;
  padding-right: 6px !important;
  margin-bottom: 10px !important;
}

.card.bezgo-filter-card label,
.filter-card label {
  font-weight: 600 !important;
  color: #172033 !important;
  margin-bottom: 4px !important;
}

.card.bezgo-filter-card .form-control,
.card.bezgo-filter-card .form-select,
.card.bezgo-filter-card .select2-container .select2-selection,
.filter-card .form-control,
.filter-card .form-select,
.filter-card .select2-container .select2-selection {
  min-height: 31px !important;
  border-color: #cbd5e1 !important;
  border-radius: 6px !important;
}

.card.bezgo-filter-card .card-footer .btn,
.filter-card .card-footer .btn {
  min-height: 30px !important;
  padding: 5px 14px !important;
}

.dataTables_wrapper .bezgo-dt-toolbar,
.dt-container .bezgo-dt-toolbar,
.bezgo-dt-toolbar,
.bezgo-fallback-dt-toolbar {
  min-height: 34px !important;
  padding: 5px 8px !important;
  gap: 6px !important;
}

.dt-container .dt-buttons .dt-button,
.dataTables_wrapper .dt-buttons .dt-button,
.bezgo-fallback-dt-buttons .dt-button,
.bezgo-dt-toolbar .dt-button {
  min-height: 24px !important;
  padding: 3px 9px !important;
  border-radius: 5px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  box-shadow: none !important;
}

.dt-container .dt-buttons .dt-button span,
.dataTables_wrapper .dt-buttons .dt-button span,
.bezgo-fallback-dt-buttons .dt-button span,
.bezgo-dt-toolbar .dt-button span,
.btn,
.btn span {
  font-weight: 500 !important;
}

.dataTables_wrapper input[type="search"],
.dt-container input[type="search"],
.bezgo-dt-toolbar input[type="search"] {
  height: 26px !important;
  min-height: 26px !important;
  padding: 3px 8px !important;
  border-radius: 5px !important;
  font-size: 11px !important;
}

.dataTables_wrapper select,
.dt-container select,
.bezgo-dt-toolbar select {
  height: 26px !important;
  min-height: 26px !important;
  padding: 2px 24px 2px 7px !important;
  border-radius: 5px !important;
  font-size: 11px !important;
}

.dataTables_wrapper .dataTables_info,
.dt-container .dt-info,
.bezgo-dt-info,
.siparis-manual-info {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #334155 !important;
}
/* Bezgo filter layout repair v20260515-12: flatten nested legacy filter grids and compact panel bands. */
.card.bz-hflabel > .card-header,
.card.bz-hflabel > .card-header[style],
.card.bezgo-filter-card > .card-header,
.filter-card > .card-header,
[id*="filtre" i] > .card-header,
[id*="filter" i] > .card-header,
.card.bz-hdt > .card-header,
.card.bz-htabledt > .card-header,
.card.bz-hdtwrap > .card-header {
  min-height: 28px !important;
  padding: 5px 10px !important;
  line-height: 18px !important;
}

.card.bz-hflabel > .card-header .card-title,
.card.bezgo-filter-card > .card-header .card-title,
.filter-card > .card-header .card-title,
[id*="filtre" i] > .card-header .card-title,
[id*="filter" i] > .card-header .card-title,
.card.bz-hdt > .card-header .card-title,
.card.bz-htabledt > .card-header .card-title,
.card.bz-hdtwrap > .card-header .card-title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.card.bz-hflabel > .card-header .card-tools,
.card.bezgo-filter-card > .card-header .card-tools,
.filter-card > .card-header .card-tools,
[id*="filtre" i] > .card-header .card-tools,
[id*="filter" i] > .card-header .card-tools,
.card.bz-hdt > .card-header .card-tools,
.card.bz-htabledt > .card-header .card-tools,
.card.bz-hdtwrap > .card-header .card-tools {
  top: 3px !important;
  right: 8px !important;
}

.card.bz-hflabel > .card-header .btn-tool,
.card.bezgo-filter-card > .card-header .btn-tool,
.filter-card > .card-header .btn-tool,
[id*="filtre" i] > .card-header .btn-tool,
[id*="filter" i] > .card-header .btn-tool,
.card.bz-hdt > .card-header .btn-tool,
.card.bz-htabledt > .card-header .btn-tool,
.card.bz-hdtwrap > .card-header .btn-tool {
  width: 22px !important;
  height: 20px !important;
  min-height: 20px !important;
  padding: 0 !important;
  line-height: 18px !important;
}

/* Bezgo offcanvas filter layout v20260515-14. */
.bezgo-offcanvas-filter-host .bezgo-filter-launcher {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 54px !important;
  padding: 10px 14px !important;
  background: #fff !important;
}

.bezgo-filter-launcher-title {
  color: #1f2937 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
}

.bezgo-filter-launcher-text {
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.bezgo-filter-launcher-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.bezgo-filter-offcanvas {
  width: min(560px, 94vw) !important;
  border-left: 1px solid #cbd5e1 !important;
  box-shadow: -16px 0 40px rgba(15, 23, 42, .18) !important;
  background: #f8fafc !important;
}

.bezgo-filter-offcanvas .offcanvas-header {
  align-items: flex-start !important;
  min-height: 58px !important;
  padding: 14px 16px 12px !important;
  border-bottom: 1px solid #dbe5ef !important;
  background: #fff !important;
}

.bezgo-filter-offcanvas .offcanvas-title {
  color: #111827 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  margin: 0 !important;
}

.bezgo-filter-offcanvas-subtitle {
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  margin-top: 2px !important;
}

.bezgo-filter-offcanvas .btn-close {
  width: 32px !important;
  height: 32px !important;
  margin: -4px -4px 0 0 !important;
  padding: 7px !important;
  border-radius: 7px !important;
  opacity: .75 !important;
}

.bezgo-filter-offcanvas .btn-close:hover {
  background-color: #eef2f7 !important;
  opacity: 1 !important;
}

.bezgo-filter-offcanvas .offcanvas-body {
  padding: 14px 16px !important;
  overflow-y: auto !important;
}

.bezgo-filter-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 14px !important;
  align-items: end !important;
}

.bezgo-filter-field,
.bezgo-filter-field[style] {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bezgo-filter-field-wide {
  grid-column: 1 / -1 !important;
}

.bezgo-filter-field .filtre-label {
  display: block !important;
  color: #1f2937 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  margin: 0 0 4px !important;
}

.bezgo-filter-field .form-control,
.bezgo-filter-field .form-select,
.bezgo-filter-field .select2-container {
  width: 100% !important;
  min-height: 32px !important;
}

.bezgo-filter-field .select2-container--default .select2-selection--single,
.bezgo-filter-field .select2-container--default .select2-selection--multiple {
  min-height: 32px !important;
  border-color: #cbd5e1 !important;
  border-radius: 6px !important;
}

.bezgo-filter-inline-actions .btn-group {
  display: inline-flex !important;
  gap: 6px !important;
}

.bezgo-filter-inline-actions .btn {
  min-height: 30px !important;
  padding: 4px 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
}

.bezgo-filter-offcanvas-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 12px 16px !important;
  border-top: 1px solid #dbe5ef !important;
  background: #fff !important;
}

.bezgo-filter-offcanvas-footer .btn,
.bezgo-filter-launcher-actions .btn {
  min-height: 32px !important;
  padding: 6px 13px !important;
  border-radius: 7px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
}

@media (max-width: 640px) {
  .bezgo-offcanvas-filter-host .bezgo-filter-launcher {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .bezgo-filter-launcher-actions {
    width: 100% !important;
    justify-content: stretch !important;
  }

  .bezgo-filter-launcher-actions .btn {
    flex: 1 1 auto !important;
  }

  .bezgo-filter-grid {
    grid-template-columns: 1fr !important;
  }
}
/* Bezgo offcanvas compact patch v20260515-15. */
.bezgo-offcanvas-filter-host .bezgo-filter-launcher {
  justify-content: flex-end !important;
  min-height: 42px !important;
  padding: 6px 12px !important;
}

.bezgo-filter-launcher-actions {
  gap: 7px !important;
}

.bezgo-filter-offcanvas {
  width: min(520px, 92vw) !important;
}

.bezgo-filter-offcanvas .offcanvas-header {
  align-items: center !important;
  min-height: 44px !important;
  padding: 9px 14px !important;
}

.bezgo-filter-offcanvas .offcanvas-title {
  font-size: 16px !important;
  line-height: 20px !important;
}

.bezgo-filter-offcanvas .offcanvas-body {
  padding: 12px 14px !important;
}

.bezgo-filter-grid {
  gap: 10px 12px !important;
}

.bezgo-filter-field .filtre-label {
  margin-bottom: 3px !important;
}

.bezgo-filter-offcanvas-footer {
  padding: 10px 14px !important;
  gap: 7px !important;
}

.bezgo-filter-offcanvas-footer .btn,
.bezgo-filter-launcher-actions .btn {
  min-height: 30px !important;
  padding: 5px 11px !important;
}

/* Shared vendor component standard v20260523-11.
   Keep Select2 and DataTables 2 stable after Bootstrap 5/AdminLTE 4 assets load. */
.bezgo-filter-offcanvas .select2-container,
.bezgo-filter-field .select2-container {
  width: 100% !important;
  max-width: 100% !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--single,
.bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
.bezgo-filter-field .select2-container--default .select2-selection--single,
.bezgo-filter-field .select2-container--default .select2-selection--multiple {
  min-height: 32px !important;
  height: 32px !important;
  padding: 4px 28px 4px 6px !important;
  overflow: hidden !important;
  border: 1px solid #c7d6e5 !important;
  border-radius: 5px !important;
  background: #fff !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
.bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 22px !important;
  padding: 0 !important;
  color: #172033 !important;
  font-size: 12px !important;
  line-height: 22px !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__arrow,
.bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
  right: 6px !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered,
.bezgo-filter-field .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  width: 100% !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 22px !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  height: 20px !important;
  min-height: 20px !important;
  max-width: calc(100% - 6px) !important;
  margin: 0 !important;
  padding: 0 7px 0 18px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #22a447 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice__display,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice__display {
  overflow: hidden !important;
  padding: 0 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice__remove,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 15px !important;
  height: 20px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
  line-height: 19px !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-search--inline,
.bezgo-filter-field .select2-selection--multiple .select2-search--inline {
  position: static !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 18px !important;
  height: 22px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.bezgo-filter-offcanvas .bezgo-select2-has-value .select2-selection--multiple .select2-search--inline,
.bezgo-filter-field .bezgo-select2-has-value .select2-selection--multiple .select2-search--inline {
  position: static !important;
  flex: 0 0 4px !important;
  width: 4px !important;
  min-width: 4px !important;
}

.bezgo-filter-offcanvas .bezgo-select2-empty .select2-selection--multiple .select2-search--inline,
.bezgo-filter-field .bezgo-select2-empty .select2-selection--multiple .select2-search--inline {
  position: static !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-search__field,
.bezgo-filter-field .select2-selection--multiple .select2-search__field {
  width: 100% !important;
  min-width: 0 !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #172033 !important;
  font-size: 12px !important;
  line-height: 22px !important;
  box-shadow: none !important;
}

.bezgo-filter-offcanvas .bezgo-select2-has-value .select2-selection--multiple .select2-search__field,
.bezgo-filter-field .bezgo-select2-has-value .select2-selection--multiple .select2-search__field {
  width: 4px !important;
  min-width: 4px !important;
}

.bezgo-filter-offcanvas .select2-search__field::placeholder,
.bezgo-filter-field .select2-search__field::placeholder,
.bezgo-filter-offcanvas .select2-selection__placeholder,
.bezgo-filter-field .select2-selection__placeholder {
  color: #8aa0b8 !important;
  opacity: 1 !important;
}

/* Bezgo form/table standard v20260523-4 */
.bezgo-dt-toolbar {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 40px !important;
  padding: 5px 8px !important;
  border: 1px solid #d7e2ec !important;
  border-bottom: 0 !important;
  border-radius: 5px 5px 0 0 !important;
  background: #f8fafc !important;
}

.bezgo-dt-toolbar .dataTables_length,
.bezgo-dt-toolbar .dt-buttons,
.bezgo-dt-toolbar .dataTables_filter {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.bezgo-dt-toolbar .dataTables_length label,
.bezgo-dt-toolbar .dataTables_filter label {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  white-space: nowrap !important;
}

.bezgo-dt-toolbar .dataTables_length select,
.bezgo-dt-toolbar .dataTables_filter input {
  height: 28px !important;
  min-height: 28px !important;
  padding: 3px 9px !important;
  border: 1px solid #cbd8e4 !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  color: #0f172a !important;
  font-size: 12px !important;
  line-height: 20px !important;
  box-shadow: none !important;
}

.bezgo-dt-toolbar .dataTables_filter {
  margin-left: auto !important;
}

.bezgo-dt-toolbar .dataTables_filter input {
  width: min(180px, 22vw) !important;
}

.bezgo-dt-toolbar .dt-button,
.bezgo-dt-toolbar button.dt-button,
.bezgo-dt-toolbar .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 24px !important;
  min-height: 24px !important;
  margin: 0 2px 0 0 !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  box-shadow: none !important;
}

.bezgo-dt-toolbar .dt-button:hover,
.bezgo-dt-toolbar button.dt-button:hover,
.bezgo-dt-toolbar .btn:hover {
  filter: brightness(.96) !important;
}

.bezgo-dt-footer,
.dataTables_wrapper .dataTables_scroll + .row,
.dataTables_wrapper .dataTables_scrollFoot + .row {
  display: flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 5px 8px !important;
  border: 1px solid #d7e2ec !important;
  border-top: 0 !important;
  border-radius: 0 0 5px 5px !important;
  background: #fff !important;
}

.bezgo-dt-footer .dataTables_info,
.dataTables_wrapper .dataTables_info {
  margin: 0 !important;
  padding: 0 !important;
  color: #1f3b57 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.bezgo-dt-footer .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate {
  display: flex !important;
  justify-content: flex-end !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
}

.bezgo-filter-offcanvas .select2-container {
  width: 100% !important;
}

.bezgo-filter-offcanvas .select2-hidden-accessible,
.bezgo-filter-field .select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--single,
.bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
.bezgo-filter-field .select2-container--default .select2-selection--single,
.bezgo-filter-field .select2-container--default .select2-selection--multiple {
  position: relative !important;
  min-height: 34px !important;
  height: auto !important;
  padding: 5px 28px 5px 6px !important;
  border: 1px solid #c8d6e4 !important;
  border-radius: 5px !important;
  background: #fff !important;
  overflow: visible !important;
}

.bezgo-filter-offcanvas .select2-container--default.select2-container--focus .select2-selection--multiple,
.bezgo-filter-field .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .18) !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered,
.bezgo-filter-field .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 3px !important;
  width: 100% !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 22px !important;
  overflow: visible !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered li,
.bezgo-filter-field .select2-selection--multiple .select2-selection__rendered li {
  float: none !important;
  list-style: none !important;
  margin: 0 !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 7px 0 20px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #22a447 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  max-width: 100% !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice__display,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice__display {
  display: inline-flex !important;
  align-items: center !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 0 !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice__remove,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 16px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 19px !important;
  text-align: center !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-search--inline,
.bezgo-filter-field .select2-selection--multiple .select2-search--inline {
  display: inline-flex !important;
  align-items: center !important;
  flex: 1 1 auto !important;
  height: 22px !important;
  min-width: 24px !important;
  margin: 0 !important;
}

.bezgo-filter-offcanvas .bezgo-select2-empty .select2-selection--multiple .select2-search--inline,
.bezgo-filter-field .bezgo-select2-empty .select2-selection--multiple .select2-search--inline {
  position: absolute !important;
  left: 7px !important;
  top: 5px !important;
  right: 28px !important;
  width: auto !important;
  min-width: 0 !important;
}

.bezgo-filter-offcanvas .bezgo-select2-has-value .select2-selection--multiple .select2-search--inline,
.bezgo-filter-field .bezgo-select2-has-value .select2-selection--multiple .select2-search--inline {
  width: 2px !important;
  min-width: 2px !important;
  flex: 0 0 2px !important;
  overflow: hidden !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-search__field,
.bezgo-filter-field .select2-selection--multiple .select2-search__field {
  width: 100% !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: #0f172a !important;
  font-size: 12px !important;
  line-height: 22px !important;
  transform: none !important;
}

.bezgo-filter-offcanvas .bezgo-select2-empty .select2-selection--multiple .select2-search__field,
.bezgo-filter-field .bezgo-select2-empty .select2-selection--multiple .select2-search__field {
  width: 100% !important;
  min-width: 0 !important;
}

.bezgo-filter-offcanvas .bezgo-select2-has-value .select2-selection--multiple .select2-search__field,
.bezgo-filter-field .bezgo-select2-has-value .select2-selection--multiple .select2-search__field {
  width: 2px !important;
  min-width: 2px !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-search__field[placeholder],
.bezgo-filter-field .select2-selection--multiple .select2-search__field[placeholder] {
  min-width: 120px !important;
}

.bezgo-filter-offcanvas .bezgo-select2-has-value .select2-selection--multiple .select2-search__field[placeholder],
.bezgo-filter-field .bezgo-select2-has-value .select2-selection--multiple .select2-search__field[placeholder] {
  min-width: 2px !important;
}

.bezgo-filter-offcanvas .form-control,
.bezgo-filter-offcanvas .form-select,
.bezgo-filter-field .form-control,
.bezgo-filter-field .form-select {
  min-height: 32px !important;
  height: 32px !important;
  padding: 4px 9px !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

.bezgo-filter-offcanvas input::placeholder,
.bezgo-filter-field input::placeholder,
.bezgo-filter-offcanvas .select2-search__field::placeholder,
.bezgo-filter-field .select2-search__field::placeholder,
.bezgo-filter-offcanvas .select2-selection__placeholder,
.bezgo-filter-field .select2-selection__placeholder {
  color: #8aa0b8 !important;
  opacity: 1 !important;
}

/* Terminal Select2 override v20260524-4. This block must stay at file end. */
.bezgo-filter-offcanvas .select2-container.bezgo-select2-multiple,
.bezgo-filter-field .select2-container.bezgo-select2-multiple {
  height: auto !important;
  min-height: 32px !important;
  max-height: none !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--single,
.bezgo-filter-field .select2-container--default .select2-selection--single {
  position: relative !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 5px 28px 5px 6px !important;
  overflow: hidden !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
.bezgo-filter-field .select2-container--default .select2-selection--multiple {
  position: relative !important;
  height: auto !important;
  min-height: 32px !important;
  max-height: none !important;
  padding: 5px 28px 5px 6px !important;
  overflow: visible !important;
  line-height: 20px !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered,
.bezgo-filter-field .select2-selection--multiple .select2-selection__rendered {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 22px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  line-height: 22px !important;
  transform: none !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered li,
.bezgo-filter-field .select2-selection--multiple .select2-selection__rendered li {
  float: none !important;
  margin: 0 !important;
  list-style: none !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice {
  position: relative !important;
  display: inline-flex !important;
  flex: 0 1 auto !important;
  align-items: center !important;
  height: 20px !important;
  min-height: 20px !important;
  max-width: 120px !important;
  margin: 0 !important;
  padding: 0 7px 0 18px !important;
  overflow: hidden !important;
  line-height: 20px !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice__display,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice__display {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.bezgo-filter-offcanvas .bezgo-select2-has-value .select2-selection--multiple .select2-search--inline,
.bezgo-filter-field .bezgo-select2-has-value .select2-selection--multiple .select2-search--inline {
  display: inline-flex !important;
  flex: 1 0 72px !important;
  align-items: center !important;
  width: auto !important;
  min-width: 72px !important;
  height: 20px !important;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.bezgo-filter-offcanvas .bezgo-select2-has-value .select2-selection--multiple .select2-search__field,
.bezgo-filter-field .bezgo-select2-has-value .select2-selection--multiple .select2-search__field,
.bezgo-filter-offcanvas .bezgo-select2-has-value .select2-selection--multiple .select2-search__field[placeholder],
.bezgo-filter-field .bezgo-select2-has-value .select2-selection--multiple .select2-search__field[placeholder] {
  width: 72px !important;
  min-width: 72px !important;
  height: 20px !important;
  margin: 0 !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__clear,
.bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute !important;
  top: 5px !important;
  right: 7px !important;
  margin: 0 !important;
}

/* Terminal form, Select2 and DataTables pagination standard v20260524-5. */
.bezgo-filter-offcanvas .form-control,
.bezgo-filter-offcanvas .form-select,
.bezgo-filter-field .form-control,
.bezgo-filter-field .form-select {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 5px 9px !important;
  line-height: 20px !important;
}

.bezgo-filter-offcanvas textarea.form-control,
.bezgo-filter-field textarea.form-control {
  height: auto !important;
  max-height: none !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--single,
.bezgo-filter-field .select2-container--default .select2-selection--single {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}

.bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
.bezgo-filter-field .select2-container--default .select2-selection--multiple {
  height: auto !important;
  min-height: 32px !important;
  max-height: none !important;
  overflow: visible !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered,
.bezgo-filter-field .select2-selection--multiple .select2-selection__rendered {
  align-items: center !important;
  flex-wrap: wrap !important;
  min-height: 22px !important;
  max-height: none !important;
  overflow: visible !important;
}

.bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice,
.bezgo-filter-field .select2-selection--multiple .select2-selection__choice {
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
}

body .bezgo-filter-offcanvas .form-control,
body .bezgo-filter-offcanvas .form-select,
body .bezgo-filter-field .form-control,
body .bezgo-filter-field .form-select {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 5px 9px !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single,
body .bezgo-filter-field .select2-container--default .select2-selection--single {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 5px 28px 5px 7px !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 20px !important;
  line-height: 20px !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple {
  height: auto !important;
  min-height: 32px !important;
  max-height: none !important;
  padding: 5px 28px 5px 7px !important;
  overflow: visible !important;
}

body .bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-field .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 20px !important;
  max-height: none !important;
  overflow: visible !important;
}

body .bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-field .select2-selection--multiple .select2-selection__choice {
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 20px !important;
}

/* Final shared pagination standard from magaza-siparisler v20260524-7. */
body .siparis-manual-footer,
body .bezgo-manual-dt-footer {
  display: flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 4px 7px !important;
  border: 1px solid #d8e2ec !important;
  border-top: 0 !important;
  border-radius: 0 0 6px 6px !important;
  background: #fff !important;
}

body .siparis-manual-paging,
body .bezgo-manual-dt-paging,
body .dt-container .dt-paging,
body .dataTables_wrapper .dataTables_paginate,
body .dataTables_wrapper .pagination {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 3px !important;
  flex-wrap: nowrap !important;
  margin-left: auto !important;
  padding: 0 !important;
}

body .siparis-manual-paging .dt-button,
body .bezgo-manual-dt-paging .dt-button,
body .dt-container .dt-paging button,
body .dt-container .dt-paging .dt-paging-button,
body .dataTables_wrapper .dataTables_paginate .paginate_button,
body .dataTables_wrapper .pagination .page-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 25px !important;
  min-height: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 2px 8px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
  background: #64748b !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body .siparis-manual-paging .dt-button.current,
body .bezgo-manual-dt-paging .dt-button.current,
body .dt-container .dt-paging button.current,
body .dt-container .dt-paging button[aria-current="page"],
body .dt-container .dt-paging .dt-paging-button.current,
body .dt-container .dt-paging .dt-paging-button[aria-current="page"],
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .pagination .page-item.active .page-link,
body .dataTables_wrapper .pagination .page-link[aria-current="page"],
body .dataTables_wrapper .pagination .active > .page-link {
  border-color: #2563eb !important;
  background: #2563eb !important;
  background-image: none !important;
  color: #fff !important;
}

body .siparis-manual-paging .dt-button.disabled,
body .bezgo-manual-dt-paging .dt-button.disabled,
body .dt-container .dt-paging button.disabled,
body .dt-container .dt-paging button:disabled,
body .dt-container .dt-paging .dt-paging-button.disabled,
body .dt-container .dt-paging .dt-paging-button:disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .pagination .page-item.disabled .page-link {
  border-color: #d1d9e4 !important;
  background: #e2e8f0 !important;
  background-image: none !important;
  color: #64748b !important;
  opacity: .78 !important;
  pointer-events: none !important;
}

/* Final shared offcanvas/filter Select2 standard v20260524-8. */
body .bezgo-filter-offcanvas .select2-container,
body .bezgo-filter-field .select2-container {
  width: 100% !important;
  height: auto !important;
  min-height: 32px !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single,
body .bezgo-filter-field .select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 0 28px 0 8px !important;
  border: 1px solid #cbd7e6 !important;
  border-radius: 5px !important;
  background: #fff !important;
  overflow: hidden !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  padding: 0 !important;
  color: #1f2937 !important;
  font-size: 12px !important;
  line-height: 30px !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .bezgo-filter-offcanvas .select2-search__field::placeholder,
body .bezgo-filter-field .select2-search__field::placeholder {
  color: #8392aa !important;
  opacity: 1 !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__arrow,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px !important;
  right: 6px !important;
  height: 24px !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple {
  display: block !important;
  height: auto !important;
  min-height: 32px !important;
  max-height: none !important;
  padding: 4px 28px 4px 7px !important;
  border: 1px solid #cbd7e6 !important;
  border-radius: 5px !important;
  background: #fff !important;
  overflow: visible !important;
}

body .bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-field .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 22px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body .bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-field .select2-selection--multiple .select2-selection__choice {
  display: inline-flex !important;
  align-items: center !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 6px 0 4px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #16a34a !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
}

body .bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-field .select2-selection--multiple .select2-selection__choice__remove {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 18px !important;
  margin: 0 3px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #0f172a !important;
  line-height: 18px !important;
}

body .bezgo-filter-offcanvas .select2-search--inline,
body .bezgo-filter-field .select2-search--inline {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 72px !important;
  height: 22px !important;
  margin: 0 !important;
}

body .bezgo-filter-offcanvas .select2-search--inline .select2-search__field,
body .bezgo-filter-field .select2-search--inline .select2-search__field {
  width: auto !important;
  min-width: 72px !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1f2937 !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

body .bezgo-filter-offcanvas .select2-container--focus .select2-selection,
body .bezgo-filter-field .select2-container--focus .select2-selection,
body .bezgo-filter-offcanvas .select2-container--open .select2-selection,
body .bezgo-filter-field .select2-container--open .select2-selection {
  border-color: #60a5fa !important;
  box-shadow: 0 0 0 .15rem rgba(37, 99, 235, .18) !important;
}

body .bezgo-filter-grid {
  align-items: start !important;
}

body .bezgo-filter-field {
  min-height: 0 !important;
  overflow: visible !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple {
  height: auto !important;
  min-height: 34px !important;
  max-height: none !important;
  padding: 4px 28px 4px 6px !important;
  overflow: visible !important;
}

body .bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-field .select2-selection--multiple .select2-selection__rendered {
  display: block !important;
  min-height: 24px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  list-style: none !important;
}

body .bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__rendered li,
body .bezgo-filter-field .select2-selection--multiple .select2-selection__rendered li {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: top !important;
  margin: 1px 4px 3px 0 !important;
}

body .bezgo-filter-offcanvas .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-field .select2-selection--multiple .select2-selection__choice {
  height: 20px !important;
  min-height: 20px !important;
  padding: 0 6px 0 4px !important;
  background: #16a34a !important;
  border: 0 !important;
  border-radius: 2px !important;
  color: #fff !important;
  line-height: 20px !important;
}

body .bezgo-filter-offcanvas .select2-search--inline,
body .bezgo-filter-field .select2-search--inline {
  min-width: 90px !important;
  height: 22px !important;
}

body .bezgo-filter-offcanvas .select2-search--inline .select2-search__field,
body .bezgo-filter-field .select2-search--inline .select2-search__field {
  display: inline-block !important;
  width: auto !important;
  min-width: 90px !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 22px !important;
}

/* Final shared UI standard v20260524-15: manual DT footer + offcanvas Select2. */
body .bezgo-manual-dt-footer,
body .siparis-manual-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-height: 32px !important;
  padding: 4px 7px !important;
  border: 1px solid #d8e2ec !important;
  border-top: 0 !important;
  border-radius: 0 0 6px 6px !important;
  background: #fff !important;
}

body .bezgo-manual-dt-info,
body .siparis-manual-info {
  flex: 1 1 auto !important;
  min-width: 180px !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  white-space: nowrap !important;
}

body .bezgo-manual-dt-paging,
body .siparis-manual-paging {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 3px !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  margin-left: auto !important;
}

body .bezgo-manual-dt-paging .dt-button,
body .siparis-manual-paging .dt-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 25px !important;
  min-height: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 2px 8px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
  background: #64748b !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body .bezgo-manual-dt-paging .dt-button.current,
body .siparis-manual-paging .dt-button.current {
  border-color: #2563eb !important;
  background: #2563eb !important;
  color: #fff !important;
}

body .bezgo-manual-dt-paging .dt-button.disabled,
body .siparis-manual-paging .dt-button.disabled {
  border-color: #d1d9e4 !important;
  background: #e2e8f0 !important;
  color: #64748b !important;
  opacity: .78 !important;
  pointer-events: none !important;
}

body .bezgo-manual-dt-paging .dt-button span,
body .siparis-manual-paging .dt-button span {
  font-weight: 400 !important;
  line-height: 18px !important;
}

body .dt-container.bezgo-has-manual-paging > .dt-layout-row.bz-hdtinfo,
body .dt-container.bezgo-has-manual-paging > .dt-layout-row.bz-hdtpaging,
body .dt-container.bz-hmanfoot > .dt-layout-row.bz-hdtinfo,
body .dt-container.bz-hmanfoot > .dt-layout-row.bz-hdtpaging,
body .dataTables_wrapper.bezgo-has-manual-paging > .row.bz-hdtinfo2,
body .dataTables_wrapper.bezgo-has-manual-paging > .row.bz-hdtpaginate,
body .dataTables_wrapper.bezgo-has-manual-paging > .row.bz-hpag,
body .dataTables_wrapper.bz-hmanfoot > .row.bz-hdtinfo2,
body .dataTables_wrapper.bz-hmanfoot > .row.bz-hdtpaginate,
body .dataTables_wrapper.bz-hmanfoot > .row.bz-hpag,
body .bezgo-manual-dt-footer + .dt-layout-row.bz-hdtinfo,
body .bezgo-manual-dt-footer + .dt-layout-row.bz-hdtpaging,
body .bezgo-manual-dt-footer + .row.bz-hdtinfo2,
body .bezgo-manual-dt-footer + .row.bz-hdtpaginate,
body .bezgo-manual-dt-footer + .row.bz-hpag,
body .bezgo-native-dt-footer-hidden {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

body .bezgo-filter-offcanvas .select2-container,
body .bezgo-filter-field .select2-container {
  width: 100% !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple {
  display: block !important;
  height: auto !important;
  min-height: 34px !important;
  max-height: none !important;
  padding: 4px 28px 4px 6px !important;
  overflow: visible !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block !important;
  min-height: 22px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  list-style: none !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: top !important;
  margin: 1px 4px 3px 0 !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-search--inline {
  width: auto !important;
  min-width: 90px !important;
  height: 22px !important;
}

body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-search__field {
  width: auto !important;
  min-width: 90px !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 22px !important;
}

body .offcanvas .select2-container,
body .bezgo-offcanvas .select2-container {
  width: 100% !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple {
  display: flex !important;
  align-items: center !important;
  min-height: 32px !important;
  height: auto !important;
  padding: 3px 28px 3px 6px !important;
  overflow: visible !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 3px !important;
  min-height: 22px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #16a34a !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 19px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 17px !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 11px !important;
  line-height: 17px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 22px !important;
  margin: 0 !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-search__field {
  width: auto !important;
  min-width: 2ch !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 22px !important;
}

body .offcanvas .select2-container--default .select2-selection--single,
body .bezgo-offcanvas .select2-container--default .select2-selection--single {
  min-height: 32px !important;
  height: 32px !important;
}

body .offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 30px !important;
  padding-left: 8px !important;
  padding-right: 28px !important;
  color: #334155 !important;
  line-height: 30px !important;
}

body .offcanvas .select2-container--default .select2-selection--single .select2-selection__arrow,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
}

/* Shared Select2 compact chip repair v20260525-3. */
body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative !important;
  gap: 4px !important;
  max-width: 100% !important;
  padding: 0 6px 0 4px !important;
  overflow: hidden !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static !important;
  inset: auto !important;
  flex: 0 0 13px !important;
  width: 13px !important;
  min-width: 13px !important;
  height: 15px !important;
  margin: 0 !important;
  line-height: 15px !important;
  transform: none !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  display: inline-block !important;
  min-width: 0 !important;
  max-width: 72px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  line-height: 19px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Shared Select2 compact chip repair v20260525-4. */
body .offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple {
  display: block !important;
  height: auto !important;
  min-height: 32px !important;
  max-height: none !important;
  padding: 3px 28px 3px 6px !important;
  overflow: visible !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  align-content: flex-start !important;
  gap: 3px 4px !important;
  width: 100% !important;
  min-height: 22px !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  float: none !important;
  list-style: none !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 4px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 4px) !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 6px 0 3px !important;
  background: #16a34a !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  flex: 0 0 14px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 16px !important;
  padding: 0 !important;
  color: #111827 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 2px !important;
  line-height: 16px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  display: inline-block !important;
  min-width: 0 !important;
  max-width: 104px !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  line-height: 20px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-search--inline {
  display: inline-flex !important;
  flex: 1 1 48px !important;
  align-items: center !important;
  min-width: 48px !important;
  max-width: 100% !important;
  height: 22px !important;
  margin: 0 !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-search__field {
  width: 100% !important;
  min-width: 48px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 22px !important;
}

/* Shared form, Select2 and DataTables final standard v20260525-5. */
body .offcanvas .select2-container--default,
body .bezgo-offcanvas .select2-container--default,
body .bezgo-filter-offcanvas .select2-container--default,
body .bezgo-filter-field .select2-container--default {
  width: 100% !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple {
  display: block !important;
  height: auto !important;
  min-height: 32px !important;
  padding: 3px 24px 3px 5px !important;
  overflow: visible !important;
  border: 1px solid #c7d4e3 !important;
  border-radius: 4px !important;
  background: #fff !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  align-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 3px 4px !important;
  width: 100% !important;
  min-height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  float: none !important;
  list-style: none !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 3px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 4px) !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 6px 0 2px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #16a34a !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  flex: 0 0 14px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  transform: none !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  display: inline-block !important;
  min-width: 0 !important;
  max-width: 84px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  line-height: 20px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-search--inline,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-search--inline {
  display: inline-flex !important;
  align-items: center !important;
  flex: 1 1 100% !important;
  min-width: 100% !important;
  height: 22px !important;
  margin: 0 !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-search__field {
  width: 100% !important;
  min-width: 100% !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 0 0 4px !important;
  color: #334155 !important;
  line-height: 22px !important;
}

body .offcanvas .select2-container--default.bezgo-select2-has-value .select2-selection--multiple .select2-search--inline,
body .bezgo-offcanvas .select2-container--default.bezgo-select2-has-value .select2-selection--multiple .select2-search--inline,
body .bezgo-filter-offcanvas .select2-container--default.bezgo-select2-has-value .select2-selection--multiple .select2-search--inline,
body .bezgo-filter-field .select2-container--default.bezgo-select2-has-value .select2-selection--multiple .select2-search--inline,
body .offcanvas .select2-selection__choice + .select2-search--inline,
body .bezgo-offcanvas .select2-selection__choice + .select2-search--inline,
body .bezgo-filter-offcanvas .select2-selection__choice + .select2-search--inline,
body .bezgo-filter-field .select2-selection__choice + .select2-search--inline {
  flex: 0 0 2px !important;
  min-width: 2px !important;
  width: 2px !important;
}

body .offcanvas .select2-container--default.bezgo-select2-has-value .select2-selection--multiple .select2-search__field,
body .bezgo-offcanvas .select2-container--default.bezgo-select2-has-value .select2-selection--multiple .select2-search__field,
body .bezgo-filter-offcanvas .select2-container--default.bezgo-select2-has-value .select2-selection--multiple .select2-search__field,
body .bezgo-filter-field .select2-container--default.bezgo-select2-has-value .select2-selection--multiple .select2-search__field,
body .offcanvas .select2-selection__choice + .select2-search--inline .select2-search__field,
body .bezgo-offcanvas .select2-selection__choice + .select2-search--inline .select2-search__field,
body .bezgo-filter-offcanvas .select2-selection__choice + .select2-search--inline .select2-search__field,
body .bezgo-filter-field .select2-selection__choice + .select2-search--inline .select2-search__field {
  min-width: 2px !important;
  width: 2px !important;
  padding-left: 0 !important;
}

body .offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 8px !important;
  padding-right: 26px !important;
  color: #334155 !important;
}

/* Shared offcanvas filter polish v20260525-7. */
body .offcanvas .form-control,
body .bezgo-offcanvas .form-control,
body .bezgo-filter-offcanvas .form-control,
body .offcanvas input.form-control,
body .bezgo-offcanvas input.form-control,
body .bezgo-filter-offcanvas input.form-control {
  min-height: 32px !important;
  height: 32px !important;
  padding: 5px 8px !important;
  color: #334155 !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

body .offcanvas .form-control::placeholder,
body .bezgo-offcanvas .form-control::placeholder,
body .bezgo-filter-offcanvas .form-control::placeholder {
  color: #8da0b7 !important;
  opacity: 1 !important;
}

body .offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 8px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-search__field,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-search__field {
  padding-left: 3px !important;
}
/* Shared offcanvas Select2 final polish v20260526-6. */
body .offcanvas .offcanvas-header,
body .bezgo-offcanvas .offcanvas-header,
body .bezgo-filter-offcanvas .offcanvas-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-right: 14px !important;
}

body .offcanvas .offcanvas-header .btn-close,
body .bezgo-offcanvas .offcanvas-header .btn-close,
body .bezgo-filter-offcanvas .offcanvas-header .btn-close,
body .offcanvas .offcanvas-header [data-bs-dismiss="offcanvas"],
body .bezgo-offcanvas .offcanvas-header [data-bs-dismiss="offcanvas"],
body .bezgo-filter-offcanvas .offcanvas-header [data-bs-dismiss="offcanvas"] {
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  background-position: center !important;
  background-size: 11px 11px !important;
  box-shadow: none !important;
  opacity: .82 !important;
}

body .offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 8px !important;
  padding-right: 26px !important;
  line-height: 30px !important;
}

body .offcanvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .offcanvas .form-control::placeholder,
body .bezgo-offcanvas .form-control::placeholder,
body .bezgo-filter-offcanvas .form-control::placeholder {
  color: #8da0b7 !important;
  opacity: 1 !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple {
  padding: 3px 28px 3px 5px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 2px 3px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex !important;
  align-items: center !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 5px 0 0 !important;
  background: #16a34a !important;
  border: 1px solid #159447 !important;
  border-radius: 1px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  vertical-align: middle !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 14px !important;
  width: 14px !important;
  height: 16px !important;
  min-width: 14px !important;
  min-height: 16px !important;
  margin: 0 3px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, .45) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  vertical-align: middle !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  display: inline-flex !important;
  align-items: center !important;
  height: 16px !important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  vertical-align: middle !important;
}

body .offcanvas .btn,
body .bezgo-offcanvas .btn,
body .bezgo-filter-offcanvas .btn {
  min-height: 29px !important;
  padding: 4px 11px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

body .offcanvas .bezgo-filter-inline-actions .btn,
body .bezgo-offcanvas .bezgo-filter-inline-actions .btn,
body .bezgo-filter-offcanvas .bezgo-filter-inline-actions .btn {
  min-height: 28px !important;
  padding: 4px 10px !important;
}

/* Shared offcanvas Select2/button refinement v20260527-1. */
body .offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 7px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 19px !important;
  min-height: 19px !important;
  line-height: 19px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 17px !important;
  min-height: 17px !important;
  line-height: 17px !important;
  padding-bottom: 1px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  height: 17px !important;
  line-height: 17px !important;
}

body .offcanvas .bezgo-filter-inline-actions .btn,
body .bezgo-offcanvas .bezgo-filter-inline-actions .btn,
body .bezgo-filter-offcanvas .bezgo-filter-inline-actions .btn {
  min-height: 26px !important;
  padding: 3px 9px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

/* Shared offcanvas Select2/button refinement v20260527-2. */
body .offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 6px !important;
  text-indent: 0 !important;
}

body .offcanvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

body .offcanvas .bezgo-filter-inline-actions .btn,
body .bezgo-offcanvas .bezgo-filter-inline-actions .btn,
body .bezgo-filter-offcanvas .bezgo-filter-inline-actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

/* Shared offcanvas inline action alignment v20260527-3. */
body .offcanvas .bezgo-filter-inline-actions > .filtre-label,
body .bezgo-offcanvas .bezgo-filter-inline-actions > .filtre-label,
body .bezgo-filter-offcanvas .bezgo-filter-inline-actions > .filtre-label {
  display: none !important;
}

body .offcanvas .bezgo-filter-inline-actions,
body .bezgo-offcanvas .bezgo-filter-inline-actions,
body .bezgo-filter-offcanvas .bezgo-filter-inline-actions {
  display: flex !important;
  align-items: flex-start !important;
  padding-top: 0 !important;
}

body .offcanvas .bezgo-filter-inline-actions .btn-group,
body .bezgo-offcanvas .bezgo-filter-inline-actions .btn-group,
body .bezgo-filter-offcanvas .bezgo-filter-inline-actions .btn-group {
  align-items: center !important;
  margin-top: 3px !important;
}

/* Shared offcanvas Select2 single placeholder alignment v20260527-4. */
body .offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--single .select2-selection__rendered,
body .bezgo-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 4px !important;
}

/* Shared offcanvas Select2 multiple vertical alignment v20260527-6. */
body .offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple {
  display: flex !important;
  align-items: center !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 2px 4px !important;
  min-height: 22px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Product/filter Select2 token remove final visual v20260527-4. */
body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 5px 0 0 !important;
  border: 1px solid #159447 !important;
  border-radius: 0 !important;
  background: #16a34a !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 14px !important;
  width: 14px !important;
  min-width: 14px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(21, 148, 71, .55) !important;
  background: #fff !important;
  color: #111827 !important;
  font: 500 11px/16px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  overflow: hidden !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before,
body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after {
  content: none !important;
  display: none !important;
}

body .offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span,
body .bezgo-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span,
body .bezgo-filter-offcanvas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span,
body .bezgo-filter-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: block !important;
  visibility: visible !important;
  color: #111827 !important;
  font: 500 11px/16px Arial, Helvetica, sans-serif !important;
  transform: translateY(-.5px) !important;
}

/* Shared AdminLTE 4 / Bootstrap 5 DataTables Editor standard v20260527-8. */
body.bezgo-editor-open {
  overflow: hidden !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5,
body .modal.DTED.bezgo-editor-bs5 {
  z-index: 1065 !important;
  overflow: hidden !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTED_Lightbox_Container,
body .modal.DTED.bezgo-editor-bs5 .modal-dialog {
  width: min(1360px, calc(100vw - 24px)) !important;
  max-width: 1344px !important;
  height: calc(100vh - 28px) !important;
  max-height: calc(100vh - 28px) !important;
  margin: 14px auto !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTED_Lightbox_Content,
body .modal.DTED.bezgo-editor-bs5 .modal-content {
  display: flex !important;
  flex-direction: column !important;
  max-height: 100% !important;
  overflow: hidden !important;
  border: 1px solid rgba(17, 24, 39, .22) !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .34) !important;
}

body div.DTED_Lightbox_Close,
body div.DTE_Header .DTED_Lightbox_Close,
body div.DTE_Header .btn-close,
body div.DTE_Header .close,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTED_Lightbox_Close,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header .DTED_Lightbox_Close,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header .btn-close,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header .close,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header .bezgo-editor-close,
body .modal.DTED.bezgo-editor-bs5 .modal-header .btn-close,
body .modal.DTED.bezgo-editor-bs5 .DTE_Header .btn-close,
body .modal.DTED.bezgo-editor-bs5 .modal-header .close,
body .modal.DTED.bezgo-editor-bs5 .DTE_Header .close,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-close {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  left: auto !important;
  inset-inline-end: 10px !important;
  inset-inline-start: auto !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  text-shadow: none !important;
  z-index: 5 !important;
  transform: translateY(-50%) !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header .bezgo-editor-close-source,
body .modal.DTED.bezgo-editor-bs5 .DTE_Header .bezgo-editor-close-source,
body .modal.show:has(#customForm) .modal-header .btn-close,
body .modal.show:has(#customForm) .modal-header .close,
body .modal.show:has(#customForm) .DTE_Header .btn-close,
body .modal.show:has(#customForm) .DTE_Header .close,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Header .btn-close,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Header .close,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTED_Lightbox_Close {
  display: none !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header .bezgo-editor-close-proxy,
body .modal.DTED.bezgo-editor-bs5 .DTE_Header .bezgo-editor-close-proxy,
body div.DTE_Header.bezgo-editor-header .bezgo-editor-close-proxy,
body .modal.show:has(#customForm) .modal-header .bezgo-editor-close-proxy,
body .modal.show:has(#customForm) .DTE_Header .bezgo-editor-close-proxy,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Header .bezgo-editor-close-proxy {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  left: auto !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: transparent !important;
  color: #111827 !important;
  box-shadow: none !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: center !important;
  z-index: 20 !important;
  transform: translateY(-50%) !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header .bezgo-editor-close-proxy,
body .modal.DTED.bezgo-editor-bs5 .DTE_Header .bezgo-editor-close-proxy,
body div.DTE_Header.bezgo-editor-header .bezgo-editor-close-proxy {
  visibility: visible !important;
  opacity: 1 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  background: #f8fbff !important;
  color: #0f172a !important;
  font-size: 20px !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header > .bezgo-editor-close,
body .modal.DTED.bezgo-editor-bs5 .DTE_Header > .bezgo-editor-close {
  right: 10px !important;
  left: auto !important;
  margin-left: auto !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTED_Lightbox_Close::after,
body .modal.DTED.bezgo-editor-bs5 .modal-header .close span {
  content: "x";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header,
body div.DTED_Lightbox_Wrapper.bezgo-editor-bs5 div.DTE_Header,
body div.DTE_Header.bezgo-editor-header,
body .modal.DTED.bezgo-editor-bs5 .modal-header,
body .modal.show:has(#customForm) .modal-header,
body .modal.show:has(#customForm) .DTE_Header,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Header {
  position: relative !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 8px 42px 6px 12px !important;
  border-bottom: 1px solid #d7dee7 !important;
  background: #f3f4f6 !important;
}

body .modal.DTED.bezgo-editor-bs5 .DTE_Header.bezgo-editor-header {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Header_Content,
body div.DTED_Lightbox_Wrapper.bezgo-editor-bs5 div.DTE_Header_Content,
body .modal.DTED.bezgo-editor-bs5 .modal-title {
  color: #1f2937 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Body,
body .modal.DTED.bezgo-editor-bs5 .modal-body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 6px 8px 6px !important;
  overflow: auto !important;
  background: #fff !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Body_Content,
body .modal.DTED.bezgo-editor-bs5 .DTE_Body_Content {
  max-height: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Footer,
body div.DTED_Lightbox_Wrapper.bezgo-editor-bs5 div.DTE_Footer,
body .modal.DTED.bezgo-editor-bs5 .modal-footer,
body .modal.show:has(#customForm) .modal-footer,
body .modal.show:has(#customForm) .DTE_Footer,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Footer {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 10px !important;
  border-top: 1px solid #d7dee7 !important;
  background: #f3f4f6 !important;
  overflow: visible !important;
}

body .modal.DTED.bezgo-editor-bs5 .modal-footer:has(.DTE_Form_Error:not([style*="display: none"])),
body .modal.show:has(#customForm) .modal-footer:has(.DTE_Form_Error:not([style*="display: none"])),
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Footer:has(.DTE_Form_Error:not([style*="display: none"])) {
  height: auto !important;
  min-height: 36px !important;
  padding: 4px 10px !important;
}

body .modal.DTED.bezgo-editor-bs5 .DTE_Form_Error,
body .modal.show:has(#customForm) .DTE_Form_Error,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Form_Error {
  flex: 1 1 auto !important;
  margin: 0 12px 0 0 !important;
  color: #dc3545 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: left !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Form_Buttons,
body .modal.DTED.bezgo-editor-bs5 .DTE_Form_Buttons,
body .modal.show:has(#customForm) .DTE_Form_Buttons,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Form_Buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  min-height: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
}

body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTE_Footer button,
body .modal.DTED.bezgo-editor-bs5 .modal-footer .btn,
body .modal.show:has(#customForm) .modal-footer .btn,
body .modal.show:has(#customForm) .DTE_Footer button,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Footer button {
  min-height: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

body .bezgo-editor-template {
  width: 100%;
}

body .bezgo-editor-template .bezgo-editor-card {
  margin: 0 !important;
  border: 1px solid #d6dee8 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05) !important;
}

body .bezgo-editor-template .bezgo-editor-card.card-outline,
body .bezgo-editor-template .bezgo-editor-card.card-outline-tabs {
  border-top: 0 !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm .bezgo-editor-card {
  width: 100% !important;
  border-top: 0 !important;
}

body .bezgo-editor-template .bezgo-editor-card > .card-header {
  padding: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: #fff !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm .bezgo-editor-card > .card-header,
body .modal.DTED.bezgo-editor-bs5 #customForm .card-header.p-0.border-bottom-0 {
  border-bottom: 0 !important;
  background: #fff !important;
}

body .bezgo-editor-template .nav-tabs {
  min-height: 0 !important;
  padding: 0 !important;
  align-items: flex-end !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  gap: 4px !important;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm .bezgo-editor-card.card-outline-tabs > .card-header > .nav-tabs,
body .modal.DTED.bezgo-editor-bs5 #customForm .nav.nav-tabs {
  min-height: 0 !important;
  padding: 0 !important;
  align-items: flex-end !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  gap: 4px !important;
}

body .bezgo-editor-template .nav-tabs::before,
body .bezgo-editor-template .nav-tabs::after,
body .modal.DTED.bezgo-editor-bs5 #customForm .nav.nav-tabs::before,
body .modal.DTED.bezgo-editor-bs5 #customForm .nav.nav-tabs::after {
  display: none !important;
  content: none !important;
}

body .bezgo-editor-template .nav-tabs .nav-item {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

body .bezgo-editor-template .nav-tabs .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 5px 13px !important;
  border: 1px solid #c8d8e8 !important;
  border-radius: 6px 6px 0 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
  background-clip: padding-box !important;
  color: #334155 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9) !important;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm .bezgo-editor-card.card-outline-tabs > .card-header .nav-link,
body .modal.DTED.bezgo-editor-bs5 #customForm .nav-tabs .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 5px 13px !important;
  border: 1px solid #c8d8e8 !important;
  border-radius: 6px 6px 0 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
  color: #334155 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9) !important;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body .bezgo-editor-template .nav-tabs .nav-item + .nav-item .nav-link {
  margin-left: 0 !important;
}

body .bezgo-editor-template .nav-tabs .nav-link:hover {
  color: #173251 !important;
  border-color: #9dbfe0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%) !important;
}

body .bezgo-editor-template .nav-tabs .nav-link.active {
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: -1px !important;
  color: #173251 !important;
  font-weight: 600 !important;
  border-color: #9dbfe0 #9dbfe0 #f7fbff !important;
  background: linear-gradient(180deg, #d9ecfb 0%, #b7d7f2 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45) !important;
}

body .bezgo-editor-template .nav-tabs .nav-link.active::after,
body .modal.DTED.bezgo-editor-bs5 #customForm .nav-tabs .nav-link.active::after,
body .modal.DTED.bezgo-editor-bs5 #customForm .nav-tabs .nav-item.show .nav-link::after,
body .bezgo-main-tabs.nav-tabs .nav-link.active::after,
body .bezgo-main-tabs.nav-tabs .nav-item.show .nav-link::after {
  content: "" !important;
  position: absolute !important;
  right: -1px !important;
  bottom: 0 !important;
  left: -1px !important;
  height: 2px !important;
  z-index: 4 !important;
  border-radius: 0 !important;
  background: #168bd2 !important;
  box-shadow: none !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm .bezgo-editor-card.card-outline-tabs > .card-header .nav-link.active,
body .modal.DTED.bezgo-editor-bs5 #customForm .nav-tabs .nav-link.active,
body .modal.DTED.bezgo-editor-bs5 #customForm .nav-tabs .nav-item.show .nav-link {
  position: relative !important;
  margin-bottom: -1px !important;
  color: #173251 !important;
  font-weight: 600 !important;
  border-color: #9dbfe0 #9dbfe0 #f7fbff !important;
  background: linear-gradient(180deg, #d9ecfb 0%, #b7d7f2 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45) !important;
}

body .bezgo-editor-template .card-body {
  padding: 8px 18px 0 !important;
  border-top: 1px solid #d6dee8 !important;
  border-left: 1px solid #d6dee8 !important;
  border-right: 1px solid #d6dee8 !important;
  border-bottom: 1px solid #d6dee8 !important;
  background: #fff !important;
}

body .bezgo-editor-template .tab-content {
  padding: 0 !important;
}

body .bezgo-editor-template fieldset {
  margin: 0 !important;
  padding: 0 0 2px !important;
  border: 0 !important;
}

body .bezgo-editor-template-products .bezgo-editor-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 26px !important;
  row-gap: 2px !important;
}

body .modal.show:has(#customForm) .bezgo-editor-template-products .bezgo-editor-grid,
body div.DTED_Lightbox_Wrapper:has(#customForm) .bezgo-editor-template-products .bezgo-editor-grid {
  row-gap: 2px !important;
}

body .bezgo-editor-template [data-editor-template] {
  min-width: 0 !important;
}

body .bezgo-editor-template div.DTE_Field {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .bezgo-editor-template div.DTE_Field > label {
  width: auto !important;
  max-width: none !important;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  color: #1f2937 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  text-align: left !important;
}

body .bezgo-editor-template div.DTE_Field_Input {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body .bezgo-editor-template div.DTE_Field_InputControl {
  width: 100% !important;
}

body .bezgo-editor-template div.DTE_Field input,
body .bezgo-editor-template div.DTE_Field select,
body .bezgo-editor-template div.DTE_Field textarea,
body .bezgo-editor-template .select2-container--default .select2-selection--single {
  min-height: 31px !important;
  height: 31px !important;
  border: 1px solid #b8c4d1 !important;
  border-radius: 3px !important;
  background-color: #fff !important;
  color: #1f2937 !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

body .bezgo-editor-template div.DTE_Field textarea {
  height: auto !important;
  min-height: 78px !important;
}

body .bezgo-editor-template div.DTE_Field.DTE_Field_Type_trix textarea.bezgo-trix-source,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template div.DTE_Field.DTE_Field_Type_trix textarea.bezgo-trix-source,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template div.DTE_Field.DTE_Field_Type_trix textarea.bezgo-trix-source {
  width: 100% !important;
  min-height: 320px !important;
  height: 320px !important;
  max-height: 520px !important;
  padding: 8px 10px !important;
  font-family: Consolas, Monaco, monospace !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  resize: vertical !important;
}

body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card {
  width: 100% !important;
  border-top: 0 !important;
}

body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card > .card-header,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .card-header.p-0.border-bottom-0,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card > .card-header,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .card-header.p-0.border-bottom-0 {
  border-bottom: 0 !important;
  background: #fff !important;
}

body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card.card-outline-tabs > .card-header > .nav-tabs,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .nav.nav-tabs,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card.card-outline-tabs > .card-header > .nav-tabs,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .nav.nav-tabs {
  min-height: 0 !important;
  padding: 0 !important;
  align-items: flex-end !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  gap: 4px !important;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .nav.nav-tabs::before,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .nav.nav-tabs::after,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .nav.nav-tabs::before,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .nav.nav-tabs::after {
  display: none !important;
  content: none !important;
}

body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card.card-outline-tabs > .card-header .nav-link,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-link,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card.card-outline-tabs > .card-header .nav-link,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 5px 13px !important;
  border: 1px solid #c8d8e8 !important;
  border-radius: 6px 6px 0 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
  color: #334155 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9) !important;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-link.active::after,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-item.show .nav-link::after,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-link.active::after,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-item.show .nav-link::after {
  content: "" !important;
  position: absolute !important;
  right: -1px !important;
  bottom: 0 !important;
  left: -1px !important;
  height: 2px !important;
  z-index: 4 !important;
  border-radius: 0 !important;
  background: #168bd2 !important;
  box-shadow: none !important;
}

body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card.card-outline-tabs > .card-header .nav-link.active,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-link.active,
body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-item.show .nav-link,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .bezgo-editor-card.card-outline-tabs > .card-header .nav-link.active,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-link.active,
body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .bezgo-editor-template .nav-tabs .nav-item.show .nav-link {
  position: relative !important;
  margin-bottom: -1px !important;
  color: #173251 !important;
  font-weight: 600 !important;
  border-color: #9dbfe0 #9dbfe0 #f7fbff !important;
  background: linear-gradient(180deg, #d9ecfb 0%, #b7d7f2 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45) !important;
}

body .bezgo-editor-template .DTE_Field_Info,
body .bezgo-editor-template .DTE_Field_Message,
body .bezgo-editor-template .help-block,
body .bezgo-editor-template small,
body .bezgo-editor-template [data-dte-e="msg-info"],
body .bezgo-editor-template .form-text.small,
body .modal.show:has(#customForm) .DTE_Field_Info,
body .modal.show:has(#customForm) .DTE_Field_Message,
body .modal.show:has(#customForm) .help-block,
body .modal.show:has(#customForm) small,
body .modal.show:has(#customForm) [data-dte-e="msg-info"],
body .modal.show:has(#customForm) .form-text.small,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Field_Info,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Field_Message,
body div.DTED_Lightbox_Wrapper:has(#customForm) .help-block,
body div.DTED_Lightbox_Wrapper:has(#customForm) small,
body div.DTED_Lightbox_Wrapper:has(#customForm) [data-dte-e="msg-info"],
body div.DTED_Lightbox_Wrapper:has(#customForm) .form-text.small {
  margin-top: 4px !important;
  color: #475569 !important;
  font-size: .650em !important;
  line-height: 1.05 !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm [data-dte-e="msg-info"].form-text.small,
body .modal.show:has(#customForm) [data-dte-e="msg-info"].form-text.small,
body div.DTED_Lightbox_Wrapper:has(#customForm) [data-dte-e="msg-info"].form-text.small {
  display: block !important;
  margin-top: 4px !important;
  font-size: .650em !important;
  line-height: 1.05 !important;
}

body .bezgo-editor-template [data-dte-e="msg-error"],
body .modal.DTED.bezgo-editor-bs5 #customForm [data-dte-e="msg-error"],
body .modal.show:has(#customForm) [data-dte-e="msg-error"],
body div.DTED_Lightbox_Wrapper:has(#customForm) [data-dte-e="msg-error"],
body .bezgo-editor-template .DTE_Field_Error,
body .modal.DTED.bezgo-editor-bs5 #customForm .DTE_Field_Error,
body .modal.show:has(#customForm) .DTE_Field_Error,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Field_Error {
  display: block !important;
  margin-top: 4px !important;
  color: #dc3545 !important;
  font-size: .650em !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm .DTE_Field_Name_et_products\.sku [data-dte-e="msg-info"],
body .modal.DTED.bezgo-editor-bs5 #customForm .DTE_Field_Name_et_products\.barcode [data-dte-e="msg-info"],
body .modal.show:has(#customForm) .DTE_Field_Name_et_products\.sku [data-dte-e="msg-info"],
body .modal.show:has(#customForm) .DTE_Field_Name_et_products\.barcode [data-dte-e="msg-info"],
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Field_Name_et_products\.sku [data-dte-e="msg-info"],
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Field_Name_et_products\.barcode [data-dte-e="msg-info"] {
  color: #ef4444 !important;
}

body .modal.DTED.bezgo-editor-bs5 .select2-container--open .select2-results__option,
body .modal.DTED.bezgo-editor-bs5 .select2-dropdown .select2-search__field,
body .modal.show:has(#customForm) .select2-container--open .select2-results__option,
body .modal.show:has(#customForm) .select2-dropdown .select2-search__field,
body .select2-container--open .select2-results__option,
body .select2-container--open .select2-search__field {
  font-size: 12px !important;
  line-height: 18px !important;
}

body.bezgo-editor-open .select2-dropdown .select2-search--dropdown {
  display: block !important;
  padding: 4px !important;
}

body.bezgo-editor-open .select2-dropdown .select2-search--dropdown.select2-search--hide {
  display: block !important;
}

body.bezgo-editor-open .select2-dropdown .select2-search__field {
  display: block !important;
  width: 100% !important;
  height: 26px !important;
  padding: 3px 7px !important;
  border: 1px solid #b8c6d6 !important;
  border-radius: 3px !important;
}

body.bezgo-editor-open .dataTables_wrapper .dt-processing,
body.bezgo-editor-open .dataTables_wrapper .dataTables_processing,
body.bezgo-editor-open .dt-container .dt-processing,
body.bezgo-editor-open .dt-container .dataTables_processing,
body.bezgo-editor-open .bezgo-dt-container-processing {
  display: none !important;
}

/* Filtre kartı urun_listesi şeridiyle aynı görünsün: komple açık zemin (#f2f8f7) + mavi kenarlık;
   header iç çizgisi (border-bottom) yok, header zemini kartla aynı (beyaz kart + ayrı header değil). */
body .card.bezgo-filter-card,
body .card.card-info.bezgo-filter-card {
  background: var(--bezgo-filter-header, #f2f8f7) !important;
  border: 1px solid var(--bezgo-filter-header-border, #9dbfe0) !important;
}
body .card.bezgo-filter-card > .bezgo-filter-header {
  background: transparent !important;
  border-bottom: 0 !important;
}

/* Shared filter header action alignment and DataTable button standard v20260527-1. */
body .card.bezgo-filter-card > .bezgo-filter-header,
body .filter-card > .bezgo-filter-header,
body .bezgo-filter-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 40px !important;
  height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* DataTables master-detail "+/−" satır-detay ikonu (standart, tüm sayfalarda).
   FontAwesome 5 Free (all.min.css yüklü). */
table.dataTable tbody td.details-control {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
table.dataTable tbody td.details-control::before {
  content: "+";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #22a447;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
}
table.dataTable tbody tr.shown td.details-control::before {
  content: "-";
  background: #dc3545;
}

/* Standart sayfalarda (data-ui-version) DataTables scrollX head/body BİREBİR hizalı
   (urun_listesi recipe): scroll wrapper + tablolar %100 genişlik + table-layout:fixed ->
   head ve body tabloları aynı genişlik -> kümülatif sütun kayması olmaz. */
[data-ui-version] .dt-scroll-head,
[data-ui-version] .dt-scroll-body,
[data-ui-version] .dataTables_scrollHead,
[data-ui-version] .dataTables_scrollBody {
  width: 100% !important;
}
[data-ui-version] .dt-scroll-head table.dataTable,
[data-ui-version] .dt-scroll-body table.dataTable,
[data-ui-version] .dataTables_scrollHead table.dataTable,
[data-ui-version] .dataTables_scrollBody table.dataTable {
  margin: 0 !important;
  table-layout: fixed !important;
}

/* Standart sonuç kartında boş card-footer alttaki boşluğu yapmasın. */
[data-ui-version] .bezgo-filter-card ~ .card > .card-footer:empty,
[data-ui-version] .bezgo-filter-card ~ .row .card > .card-footer:empty {
  display: none !important;
}

body .card.bezgo-filter-card > .bezgo-filter-header .card-title,
body .filter-card > .bezgo-filter-header .card-title,
body .bezgo-filter-header .card-title {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  margin: 0 !important;
  line-height: 18px !important;
}

body .bezgo-filter-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  align-self: center !important;
  gap: 8px !important;
  height: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

body .bezgo-filter-actions .btn {
  display: inline-grid !important;
  grid-auto-flow: column !important;
  align-items: center !important;
  justify-content: center !important;
  place-items: center !important;
  gap: 5px !important;
  min-height: 28px !important;
  height: 28px !important;
  padding: 0 10px !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

body .bezgo-filter-actions .btn i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 14px !important;
  width: 14px !important;
  min-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-align: center !important;
}

body .dt-container .dt-buttons,
body .dataTables_wrapper .dt-buttons,
body .bezgo-dt-toolbar .dt-buttons,
body .bezgo-fallback-dt-buttons {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
}

body .dt-container .dt-buttons .dt-button,
body .dataTables_wrapper .dt-buttons .dt-button,
body .dt-container button.dt-button,
body .dataTables_wrapper button.dt-button,
body .dataTables_wrapper a.dt-button,
body .dataTables_wrapper input.dt-button,
body .bezgo-dt-toolbar .dt-button,
body .bezgo-dt-toolbar button.dt-button,
body .bezgo-fallback-dt-buttons .dt-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  height: 26px !important;
  min-width: 0 !important;
  padding: 0 10px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
  background: linear-gradient(#ffffff, #f3f6fa) !important;
  color: #172033 !important;
  box-shadow: 0 1px 1px rgba(15, 23, 42, .08) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

body .dt-container .dt-buttons .dt-button:hover,
body .dataTables_wrapper .dt-buttons .dt-button:hover,
body .bezgo-dt-toolbar .dt-button:hover,
body .bezgo-fallback-dt-buttons .dt-button:hover {
  border-color: #94a3b8 !important;
  background: #eaf1f8 !important;
  color: #0f172a !important;
}

body .dt-container .dt-buttons .dt-button.buttons-create,
body .dataTables_wrapper .dt-buttons .dt-button.buttons-create,
body .bezgo-dt-toolbar .dt-button.buttons-create,
body .bezgo-fallback-dt-buttons .dt-button.buttons-create {
  border-color: #2563eb !important;
  background: #2563eb !important;
  color: #fff !important;
}

body .dt-container .dt-buttons .dt-button.buttons-edit,
body .dataTables_wrapper .dt-buttons .dt-button.buttons-edit,
body .dt-container .dt-buttons .dt-button.buttons-selected,
body .dataTables_wrapper .dt-buttons .dt-button.buttons-selected,
body .bezgo-dt-toolbar .dt-button.buttons-edit,
body .bezgo-dt-toolbar .dt-button.buttons-selected,
body .bezgo-fallback-dt-buttons .dt-button.buttons-edit,
body .bezgo-fallback-dt-buttons .dt-button.buttons-selected {
  border-color: #64748b !important;
  background: #64748b !important;
  color: #fff !important;
}

body .dt-container .dt-buttons .dt-button.buttons-remove,
body .dataTables_wrapper .dt-buttons .dt-button.buttons-remove,
body .bezgo-dt-toolbar .dt-button.buttons-remove,
body .bezgo-fallback-dt-buttons .dt-button.buttons-remove {
  border-color: #dc3545 !important;
  background: #dc3545 !important;
  color: #fff !important;
}

body .dt-container .dt-buttons .dt-button.buttons-excel,
body .dataTables_wrapper .dt-buttons .dt-button.buttons-excel,
body .bezgo-dt-toolbar .dt-button.buttons-excel,
body .bezgo-fallback-dt-buttons .dt-button.buttons-excel {
  border-color: #198754 !important;
  background: #198754 !important;
  color: #fff !important;
}

body .modal.DTED.bezgo-editor-bs5 .DTE_Processing_Indicator,
body .modal.show:has(#customForm) .DTE_Processing_Indicator,
body div.DTED_Lightbox_Wrapper:has(#customForm) .DTE_Processing_Indicator {
  z-index: 40 !important;
}

body .bezgo-editor-template .bezgo-editor-readonly-field > label,
body .bezgo-editor-template .bezgo-editor-readonly-field .DTE_Field > label,
body .bezgo-editor-template div.DTE_Field.bezgo-editor-readonly-field > label,
body .bezgo-editor-template div.DTE_Field.DTE_Field_Name_et_products-sku > label,
body .bezgo-editor-template div.DTE_Field.DTE_Field_Name_et_products-barcode > label {
  color: #ef4444 !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.sku"] label,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.barcode"] label,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.sku"] .DTE_Label,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.barcode"] .DTE_Label {
  color: #ef4444 !important;
}

body .bezgo-editor-template .bezgo-editor-readonly-field .DTE_Field_Info,
body .bezgo-editor-template .bezgo-editor-readonly-field .DTE_Field_Message,
body .bezgo-editor-template .bezgo-editor-readonly-field .DTE_Field > .DTE_Field_Info,
body .bezgo-editor-template .bezgo-editor-readonly-field .DTE_Field > .DTE_Field_Message,
body .bezgo-editor-template div.DTE_Field.bezgo-editor-readonly-field .DTE_Field_Info,
body .bezgo-editor-template div.DTE_Field.bezgo-editor-readonly-field .DTE_Field_Message,
body .bezgo-editor-template div.DTE_Field.DTE_Field_Name_et_products-sku .DTE_Field_Info,
body .bezgo-editor-template div.DTE_Field.DTE_Field_Name_et_products-sku .DTE_Field_Message,
body .bezgo-editor-template div.DTE_Field.DTE_Field_Name_et_products-barcode .DTE_Field_Info,
body .bezgo-editor-template div.DTE_Field.DTE_Field_Name_et_products-barcode .DTE_Field_Message {
  color: #ef4444 !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.sku"] .DTE_Field_Info,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.sku"] .DTE_Field_Message,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.barcode"] .DTE_Field_Info,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.barcode"] .DTE_Field_Message,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.sku"] .help-block,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.barcode"] .help-block,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.sku"] small,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.barcode"] small {
  color: #ef4444 !important;
}

body .modal.DTED.bezgo-editor-bs5 .bezgo-editor-readonly-text {
  color: #ef4444 !important;
}

body .bezgo-editor-template .bezgo-editor-readonly-field input,
body .bezgo-editor-template .bezgo-editor-readonly-field .select2-container--default .select2-selection--single,
body .bezgo-editor-template div.DTE_Field.DTE_Field_Name_et_products-sku input,
body .bezgo-editor-template div.DTE_Field.DTE_Field_Name_et_products-barcode input {
  border-color: #d6a0a0 !important;
  background-color: #fffdfd !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.sku"] input,
body .modal.DTED.bezgo-editor-bs5 #customForm [data-editor-template="et_products.barcode"] input {
  border-color: #d6a0a0 !important;
  background-color: #fffdfd !important;
}

body .bezgo-editor-template .DTE_Field_Error {
  margin-top: 4px !important;
  color: #dc3545 !important;
  font-size: 12px !important;
  line-height: 16px !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm div.editor_upload div.drop,
body .modal.show:has(#customForm) div.editor_upload div.drop,
body div.DTED_Lightbox_Wrapper:has(#customForm) div.editor_upload div.drop {
  font-size: 11px !important;
  line-height: 1.2 !important;
}

body .modal.DTED.bezgo-editor-bs5 #customForm div.editor_upload div.drop span,
body .modal.DTED.bezgo-editor-bs5 #customForm div.editor_upload div.rendered span,
body .modal.show:has(#customForm) div.editor_upload div.drop span,
body .modal.show:has(#customForm) div.editor_upload div.rendered span,
body div.DTED_Lightbox_Wrapper:has(#customForm) div.editor_upload div.drop span,
body div.DTED_Lightbox_Wrapper:has(#customForm) div.editor_upload div.rendered span {
  font-size: 11px !important;
  line-height: 1.2 !important;
}

@media (max-width: 1100px) {
  body .bezgo-editor-template-products .bezgo-editor-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  body .DTED_Lightbox_Wrapper.bezgo-editor-bs5 .DTED_Lightbox_Container,
  body .modal.DTED.bezgo-editor-bs5 .modal-dialog {
    width: calc(100vw - 20px) !important;
    height: calc(100vh - 20px) !important;
    max-height: calc(100vh - 20px) !important;
    margin: 10px auto !important;
  }

  body .bezgo-editor-template div.DTE_Field {
    grid-template-columns: 1fr !important;
    row-gap: 4px !important;
  }
}

/* Shared DataTables hardening v20260527-2. */
body .bezgo-dt-processing-host {
  position: relative !important;
}

body .bezgo-dt-processing-host > .bezgo-dt-main-processing,
body .dataTables_wrapper.bezgo-dt-processing-host > .bezgo-dt-main-processing,
body .dt-container.bezgo-dt-processing-host > .bezgo-dt-main-processing {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 60 !important;
  min-width: 150px !important;
  margin: 0 !important;
  padding: 8px 16px !important;
  transform: translate(-50%, -50%) !important;
  border: 1px solid #b8c4d1 !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,.96) !important;
  color: #1f2937 !important;
  box-shadow: 0 10px 26px rgba(15,23,42,.18) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  text-align: center !important;
  pointer-events: none !important;
}

body .dt-container .dt-buttons .dt-button,
body .dataTables_wrapper .dt-buttons .dt-button,
body .dt-container button.dt-button,
body .dataTables_wrapper button.dt-button,
body .dataTables_wrapper a.dt-button,
body .dataTables_wrapper input.dt-button,
body .bezgo-dt-toolbar .dt-button,
body .bezgo-dt-toolbar button.dt-button,
body .bezgo-fallback-dt-buttons .dt-button {
  min-width: 88px !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 12px !important;
  border: 1px solid #b7cce0 !important;
  border-radius: 4px !important;
  background: linear-gradient(#edf6ff,#dcecf9) !important;
  color: #173251 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
}

body .dt-container .dt-buttons .dt-button:hover,
body .dataTables_wrapper .dt-buttons .dt-button:hover,
body .bezgo-dt-toolbar .dt-button:hover,
body .bezgo-fallback-dt-buttons .dt-button:hover {
  border-color: #8fb2d5 !important;
  background: linear-gradient(#f7fbff,#d1e6f8) !important;
  color: #0f2c4a !important;
}

body .dt-container .dt-buttons .dt-button.buttons-remove,
body .dataTables_wrapper .dt-buttons .dt-button.buttons-remove,
body .bezgo-dt-toolbar .dt-button.buttons-remove,
body .bezgo-fallback-dt-buttons .dt-button.buttons-remove {
  border-color: #e2b9b9 !important;
  background: linear-gradient(#fff1f1,#f7dada) !important;
  color: #7f1d1d !important;
}

body .dt-container .dt-buttons .dt-button.buttons-excel,
body .dataTables_wrapper .dt-buttons .dt-button.buttons-excel,
body .bezgo-dt-toolbar .dt-button.buttons-excel,
body .bezgo-fallback-dt-buttons .dt-button.buttons-excel {
  border-color: #b8d7c1 !important;
  background: linear-gradient(#effaf2,#dcefe2) !important;
  color: #14532d !important;
}

/* Shared DataTables button and filter action finish v20260527-3. */
body .bezgo-filter-header {
  position: relative !important;
}

body .bezgo-filter-header .bezgo-filter-actions {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  height: 28px !important;
  line-height: 1 !important;
}

body .bezgo-filter-header .bezgo-filter-actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

body .bezgo-filter-header .bezgo-filter-actions .btn i,
body .bezgo-filter-header .bezgo-filter-actions .btn .fa,
body .bezgo-filter-header .bezgo-filter-actions .btn .fas {
  line-height: 1 !important;
}

body .dt-container .dt-buttons .btn,
body .dataTables_wrapper .dt-buttons .btn,
body .bezgo-dt-toolbar .dt-buttons .btn,
body .bezgo-dt-toolbar .btn.btn-secondary,
body .bezgo-fallback-dt-buttons .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 88px !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 12px !important;
  border: 1px solid #b8cce0 !important;
  border-radius: 4px !important;
  background: linear-gradient(#edf6ff,#dcecf8) !important;
  color: #173251 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body .dt-container .dt-buttons .btn:hover,
body .dataTables_wrapper .dt-buttons .btn:hover,
body .bezgo-dt-toolbar .dt-buttons .btn:hover,
body .bezgo-dt-toolbar .btn.btn-secondary:hover,
body .bezgo-fallback-dt-buttons .btn:hover {
  border-color: #8fb2d5 !important;
  background: linear-gradient(#f7fbff,#d2e7f8) !important;
  color: #0f2c4a !important;
}

body .dt-container .dt-buttons .btn.disabled,
body .dataTables_wrapper .dt-buttons .btn.disabled,
body .bezgo-dt-toolbar .dt-buttons .btn.disabled,
body .bezgo-dt-toolbar .btn.btn-secondary.disabled,
body .bezgo-fallback-dt-buttons .btn.disabled {
  border-color: #d6dde6 !important;
  background: linear-gradient(#f4f6f8,#e7ebf0) !important;
  color: #7b8794 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7) !important;
  filter: grayscale(.35) !important;
  opacity: .58 !important;
  cursor: not-allowed !important;
}

body .dt-container .dt-buttons .btn.buttons-remove,
body .dataTables_wrapper .dt-buttons .btn.buttons-remove,
body .bezgo-dt-toolbar .dt-buttons .btn.buttons-remove,
body .bezgo-fallback-dt-buttons .btn.buttons-remove {
  border-color: #e2b8b8 !important;
  background: linear-gradient(#fff2f2,#f6dbdb) !important;
  color: #7f1d1d !important;
}

body .dt-container .dt-buttons .btn.buttons-excel,
body .dataTables_wrapper .dt-buttons .btn.buttons-excel,
body .bezgo-dt-toolbar .dt-buttons .btn.buttons-excel,
body .bezgo-fallback-dt-buttons .btn.buttons-excel {
  border-color: #b8d6c2 !important;
  background: linear-gradient(#f0fbf3,#dcefe3) !important;
  color: #14532d !important;
}

body .dt-container .dt-buttons .btn.buttons-select-all,
body .dataTables_wrapper .dt-buttons .btn.buttons-select-all,
body .dt-container .dt-buttons .btn.buttons-select-none,
body .dataTables_wrapper .dt-buttons .btn.buttons-select-none,
body .bezgo-dt-toolbar .dt-buttons .btn.buttons-select-all,
body .bezgo-dt-toolbar .dt-buttons .btn.buttons-select-none {
  border-color: #cbd5e1 !important;
  background: linear-gradient(#f8fafc,#e9eef5) !important;
  color: #1f2937 !important;
}

body .bezgo-main-tabs.nav-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body .bezgo-main-tabs.nav-tabs .nav-item {
  margin: 0 !important;
}

body .bezgo-main-tabs.nav-tabs .nav-link {
  min-height: 28px !important;
  padding: 5px 13px !important;
  border: 1px solid var(--bezgo-tab-border) !important;
  border-radius: 6px 6px 0 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9) !important;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease !important;
}

body .bezgo-main-tabs.nav-tabs .nav-link:hover {
  border-color: var(--bezgo-tab-border) !important;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%) !important;
  color: #173251 !important;
}

body .bezgo-main-tabs.nav-tabs .nav-link.active,
body .bezgo-main-tabs.nav-tabs .nav-item.show .nav-link {
  position: relative !important;
  margin-bottom: -1px !important;
  border-color: var(--bezgo-tab-border) var(--bezgo-tab-border) var(--bezgo-tab-surface) !important;
  background: linear-gradient(180deg, #d9ecfb 0%, #b7d7f2 100%) !important;
  color: #173251 !important;
  font-weight: 600 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45) !important;
}

body .bezgo-main-tabs.nav-tabs .nav-link.disabled,
body .bezgo-main-tabs.nav-tabs .nav-link[aria-disabled="true"],
body .bezgo-main-tabs.nav-tabs .ih-tab-disabled .nav-link {
  border-color: #d8dee6 !important;
  background: #eef2f6 !important;
  color: #9aa7b5 !important;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  opacity: .9 !important;
  cursor: not-allowed !important;
}
/* ===== DataTables scrollBody — tasarımlı ince scrollbar (TÜM datatable'larda standart) =====
   Önceden sadece soulecon_page_view.css'te tanımlıydı; eticaret (urun_listesi) vb. düz tarayıcı
   scrollbar'ı görüyordu. Buraya alınarak global yapıldı: her projedeki DataTables aynı görünür. */
.dataTables_scrollBody,
.dt-scroll-body {
  scrollbar-width: thin;
  scrollbar-color: #8d99a6 transparent;
}

.dataTables_scrollBody::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-track,
.dt-scroll-body::-webkit-scrollbar-track {
  background: transparent;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb {
  background: #8d99a6;
  border-radius: 4px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover,
.dt-scroll-body::-webkit-scrollbar-thumb:hover {
  background: #6f7d8c;
}

/* ===== Sayfa üst sekme şeridi (ürün-listesi standardı) — JENERİK, tüm sayfalarda =====
   .bezgo-main-tabs görünümü zaten global. Bu blok sekme şeridini sayfa düzenine oturtur:
   tam-yükseklik flex kolonlarda sabit-yükseklik üst satır + altındaki filtre kartının
   üst köşelerini düzleştirir (şeritle bütünleşik dursun). Tek sekme de olsa çalışır. */
.bezgo-product-tabs-shell {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background: transparent;
}

/* Sekme şeridi altındaki filtre kartı TAM düz köşe olmalı (üst köşeler şeritle
   bütünleşik, alt köşeler de düz). Sadece üst köşeleri düzleştirince kartın varsayılan
   yuvarlak ALT köşeleri (0 0 8px 8px) ince şeritte oval/bozuk duruyordu. */
.bezgo-product-tabs-shell + .bezgo-filter-card,
.bezgo-product-tabs-shell + .bezgo-filter-card > .card-header,
.bezgo-product-tabs-shell + .bezgo-filter-card > .bezgo-filter-header {
  border-radius: 0 !important;
}

/* ===== Standart tek-tablo liste sayfası (urun_listesi/data_aktar deseni) — JENERİK =====
   Opt-in: content-wrapper'a .bezgo-standard-list-page sınıfı. İçerik tam-yükseklik flex kolon;
   filtre kartı sabit, sonuç kartı (.bezgo-list-table-card) kalanı doldurur ve footer'a flush oturur.
   Tek BS5 tab (data-bs-toggle="tab") + tab-pane ile sarmalı sonuç kartını destekler. */
.bezgo-standard-list-page .content {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

.bezgo-standard-list-page .bezgo-filter-card {
  flex: 0 0 auto;
  margin: 0;
}

.bezgo-standard-list-page .content > .tab-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.bezgo-standard-list-page .content > .tab-content > .tab-pane.active {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.bezgo-list-table-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  margin: 6px 0 0;
  border: 1px solid #d9e2ec !important;
  border-radius: 0 0 8px 8px !important;
  overflow: hidden;
}

.bezgo-list-table-card,
.bezgo-list-table-card > .card-header {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.bezgo-list-table-card > .card-header {
  flex: 0 0 auto;
  min-height: 34px;
  padding: .42rem .75rem;
}

.bezgo-list-table-card > .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding: 6px 6px 0 !important;
  background: #f4f9f3 !important;
}

.bezgo-list-table-card > .card-footer {
  display: none;
}

/* 2-tablolu (yan yana kart) standart sayfa: tab-pane içindeki .row ve sütunlar da tam-yükseklik
   (acik_il_ilce, acik_network gibi master-detail sayfalar). */
.bezgo-standard-list-page .content > .tab-content > .tab-pane.active > .row {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 10px;
}

.bezgo-standard-list-page .content > .tab-content > .tab-pane.active > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.bezgo-standard-list-page .content > .tab-content > .tab-pane.active > .row > [class*="col-"] > .bezgo-list-table-card {
  margin-top: 0;
}

/* ============================================================================
   DT_HELPER.bindActionsDropdown — ortak "İşlemler" açılır menü görünümü
   (mantık: dt.helper.js). Toolbar'daki gerçek butonlar gizlenip tek "İşlemler"
   butonu + body'ye fixed render edilen beyaz/kompakt/tek-kolon menü ile sunulur.
   Buton görünümü gerçek DataTables toolbar butonuyla (`.btn.btn-secondary`) AYNI:
   renk/gradient/border/shadow `btn-secondary`'den; metrikler buradan (DevTools ile
   doğrulanan değerler: 24px / 3px 9px / radius 5px / 11px / 500).
   ============================================================================ */

/* Gizli kaynak buton şeridi (wiring/izin/disabled için DOM'da kalır).
   NOT: `body` prefix ŞART — kaynak .dt-buttons üzerinde inline display:inline-flex +
   global `body .bezgo-dt-toolbar .dt-buttons{display:inline-flex!important}` var; DevTools
   ile doğrulandı: body-prefix'siz kural kazanamıyor, body-prefix ile display:none oluyor. */
body .bezgo-dt-toolbar .dt-buttons.bezgo-dt-actions-source {
  display: none !important;
}

/* "İşlemler" sarmalı. */
body .bezgo-dt-toolbar .bezgo-dt-actions {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

/* "İşlemler" butonu metrikleri — gerçek toolbar butonuyla BİREBİR (DevTools ile doğrulandı:
   24px / 3px 9px / radius 5 / 11px / weight 500; border #b8cce0, gradient #edf6ff→#dcecf8,
   renk #173251 btn-secondary'den). Selektör spesifikliği `body .bezgo-dt-toolbar .btn.btn-secondary`
   (font-weight:700, 0,3,1) kuralını YENMEK zorunda → `.btn.bezgo-dt-actions-btn` (0,3,1, daha geç)
   + `.btn.btn-secondary.bezgo-dt-actions-btn` (0,4,1) ile garanti. */
body .bezgo-dt-toolbar .btn.bezgo-dt-actions-btn,
body .bezgo-dt-toolbar .btn.btn-secondary.bezgo-dt-actions-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 3px 9px !important;
  border-radius: 5px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

body .bezgo-dt-toolbar .bezgo-dt-actions-btn.is-open {
  filter: brightness(.96) !important;
  outline: none !important;
}

/* Açılır menü — body altına fixed konumlanır (JS left/top inline verir); clip yemez. */
.bezgo-dt-actions-menu {
  position: fixed !important;
  z-index: 2000 !important;
  min-width: 168px !important;
  max-height: 60vh !important;
  overflow-y: auto !important;
  padding: 4px !important;
  border: 1px solid #d9e2ec !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12) !important;
  font-size: 12px !important;
}

.bezgo-dt-actions-menu .bezgo-dt-actions-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #1f2937 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.bezgo-dt-actions-menu .bezgo-dt-actions-item:hover,
.bezgo-dt-actions-menu .bezgo-dt-actions-item:focus {
  background: #eef2f7 !important;
  color: #173251 !important;
  outline: none !important;
}

.bezgo-dt-actions-menu .bezgo-dt-actions-item.disabled {
  opacity: .5 !important;
  background: transparent !important;
  pointer-events: none !important;
  cursor: default !important;
}

/* ============================================================================
   Ortak "yeşil" sayfa yükleniyor/işleniyor göstergesi (UI_HELPER.createPageProcessing)
   plan_detay_ana modelinden standartlaştırıldı. plan_detay kendi
   .plan-detail-loading-* sınıflarını kullanmaya devam eder (plan_detay.common.css);
   bu jenerik sınıflar varsayılan (default) controller'ı kullanan DİĞER sayfalar
   içindir. JS motoru bu DOM'u tek sefer (idempotent) üretir.
   ========================================================================= */
.bezgo-page-processing-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2050;
  background: rgba(242, 248, 247, .58);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(3px);
  transition: opacity .16s ease;
}

.bezgo-page-processing-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.bezgo-page-processing-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2060;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 280px;
  max-width: min(520px, calc(100vw - 32px));
  padding: 10px 14px;
  border: 1px solid #9ed7b1;
  border-radius: 6px;
  background: #dff5e7;
  box-shadow: 0 10px 28px rgba(23, 50, 81, .18);
  color: #124526;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.98);
  transition: opacity .16s ease, transform .16s ease;
}

.bezgo-page-processing-banner.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.bezgo-page-processing-banner.is-error {
  border-color: #efb3b3;
  background: #fde2e2;
  color: #7d1d1d;
}

.bezgo-page-processing-banner.is-complete {
  border-color: #9ed7b1;
  background: #e8f8ee;
}

.bezgo-page-processing-spinner {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(18, 69, 38, .18);
  border-top-color: #22a652;
  border-radius: 50%;
  flex: 0 0 auto;
  animation: bezgoPageProcessingSpin .75s linear infinite;
}

.bezgo-page-processing-banner.is-error .bezgo-page-processing-spinner {
  border-color: rgba(125, 29, 29, .18);
  border-top-color: #dc3545;
}

.bezgo-page-processing-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1px;
}

.bezgo-page-processing-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.bezgo-page-processing-subtitle {
  font-size: 11px;
  line-height: 15px;
  opacity: .82;
}

@keyframes bezgoPageProcessingSpin {
  to {
    transform: rotate(360deg);
  }
}

/* ============================================================
   Seçili filtre özeti (UI_HELPER.bindFilterSummary) v20260709-1
   Filtre şeridinde başlık ile sağdaki aksiyon butonları arasında
   kompakt rozetler; boşken tamamen gizlenir (is-empty).
   ============================================================ */
body .bezgo-filter-header .bezgo-filter-summary {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px 6px;
  min-width: 0;
  margin: 0 10px 0 8px;
}

/* Chip'ler varken başlık içerik genişliğinde kalır (page.css'in flex:1 kuralını ezer)
   -> chip'ler başlığın hemen ardından SOLDAN başlar. */
body .bezgo-filter-header.bezgo-filter-header-has-summary .card-title {
  flex: 0 1 auto !important;
  margin-right: 0 !important;
}

/* Chip'li şerit yerleşimi: başlık | esnek chip alanı | butonlar (3 kolon grid).
   Ortak standarttaki absolute-konumlu aksiyon grubu akışa alınır -> chip'ler hiçbir
   genişlikte butonların altına giremez; taşan chip'ler kendi hücresinde alt satıra akar.
   <=576px yerleşimi sayfaların mobil grid kuralları yönetir. */
@media (min-width: 577px) {
  body .card.bezgo-filter-card > .bezgo-filter-header.bezgo-filter-header-has-summary,
  body .filter-card > .bezgo-filter-header.bezgo-filter-header-has-summary,
  body .bezgo-filter-header.bezgo-filter-header-has-summary {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center !important;
    column-gap: 8px;
  }

  body .bezgo-filter-header.bezgo-filter-header-has-summary .bezgo-filter-summary {
    margin: 0;
  }
}

body .bezgo-filter-header.bezgo-filter-header-has-summary .bezgo-filter-actions {
  position: static !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  justify-self: end;
}

body .bezgo-filter-header .bezgo-filter-summary.is-empty {
  display: none;
}

/* Chip: modern nötr tag — başlık semi-bold, değer normal; uzun değer ellipsis + title tooltip */
.bezgo-filter-summary-item {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  max-width: 260px;
  min-width: 0;
  height: 22px;
  padding: 0 3px 0 8px;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background: #f8fafc;
  color: #334155;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  transition: background-color .12s ease, border-color .12s ease;
}

.bezgo-filter-summary-item:hover {
  border-color: #b9c7d6;
  background: #f1f5f9;
}

.bezgo-filter-summary-label {
  flex: 0 0 auto;
  color: #1f2937;
  font-weight: 600;
  white-space: nowrap;
}

.bezgo-filter-summary-values {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #475569;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bezgo-filter-summary-empty {
  font-size: 11px;
  opacity: .65;
}

/* Chip kaldırma butonu: yuvarlak hover alanlı, ikon CSS ile çizilir (font/vendor bağımsız) */
.bezgo-filter-summary-remove {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 1px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease;
}

.bezgo-filter-summary-remove::before,
.bezgo-filter-summary-remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1.5px;
  border-radius: 1px;
  background: currentColor;
}

.bezgo-filter-summary-remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bezgo-filter-summary-remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bezgo-filter-summary-remove:hover,
.bezgo-filter-summary-remove:focus-visible {
  background: #fee2e2;
  color: #b91c1c;
  outline: none;
}

/* Dinamik filtre özeti: ilk iki chip görünür, kalanların tamamı +N menüsünde.
   Menüdeki chip'ler de etkileşimlidir; x gerçek filtreyi temizler. */
.bezgo-filter-summary.bezgo-filter-summary-collapsed {
  flex-wrap: nowrap;
  overflow: visible;
}

.bezgo-filter-summary-more {
  display: inline-flex;
  position: relative;
  align-items: center;
  flex: 0 0 auto;
}

.bezgo-filter-summary-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 22px;
  margin: 0;
  padding: 0 8px;
  border: 1px dashed #b9c7d6;
  border-radius: 6px;
  background: #fff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.bezgo-filter-summary-more-button:hover,
.bezgo-filter-summary-more-button:focus {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
}

.bezgo-filter-summary-more-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: auto;
  min-width: 280px;
  max-width: min(440px, calc(100vw - 24px));
  padding: 8px;
  z-index: 1080;
}

.bezgo-filter-summary-more-menu.show {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
}

.bezgo-filter-summary-more-menu .bezgo-filter-summary-item {
  max-width: 100%;
}

/* ============================================================
   Nötr filtre şeridi teması (ortak, opsiyonel) v20260709-4
   Kullanım: filtre kartına .bezgo-filter-card-neutral sınıfı ekle.
   Modern SaaS bar: beyaz/nötr zemin, ince gri border, dengeli buton
   tonları. Chip'lerle (bezgo-filter-summary) birlikte tasarlandı.
   ============================================================ */
body .card.bezgo-filter-card.bezgo-filter-card-neutral,
body .card.card-info.bezgo-filter-card.bezgo-filter-card-neutral {
  background: #fbfcfe !important;
  border: 1px solid #dbe3ec !important;
}

body .card.bezgo-filter-card.bezgo-filter-card-neutral > .bezgo-filter-header {
  background: transparent !important;
  color: #1f2937 !important;
}

body .card.bezgo-filter-card.bezgo-filter-card-neutral > .bezgo-filter-header .card-title {
  color: #1f2937 !important;
}

/* Gelişmiş Filtreler: temiz outline/secondary */
body .bezgo-filter-card .bezgo-filter-actions .btn-outline-secondary,
body .bezgo-filter-card-neutral .bezgo-filter-actions .btn-outline-secondary {
  border-color: #cbd5e1 !important;
  background: #fff !important;
  color: #334155 !important;
}

body .bezgo-filter-card .bezgo-filter-actions .btn-outline-secondary:hover,
body .bezgo-filter-card .bezgo-filter-actions .btn-outline-secondary:focus,
body .bezgo-filter-card-neutral .bezgo-filter-actions .btn-outline-secondary:hover,
body .bezgo-filter-card-neutral .bezgo-filter-actions .btn-outline-secondary:focus {
  border-color: #94a3b8 !important;
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

/* Listele: belirgin ama dengeli success */
body .bezgo-filter-card .bezgo-filter-actions .btn-success,
body .bezgo-filter-card-neutral .bezgo-filter-actions .btn-success {
  border-color: #15803d !important;
  background: #16a34a !important;
  color: #fff !important;
}

body .bezgo-filter-card .bezgo-filter-actions .btn-success:hover,
body .bezgo-filter-card .bezgo-filter-actions .btn-success:focus,
body .bezgo-filter-card-neutral .bezgo-filter-actions .btn-success:hover,
body .bezgo-filter-card-neutral .bezgo-filter-actions .btn-success:focus {
  border-color: #166534 !important;
  background: #15803d !important;
}

/* Özet doluyken şerit sabit 40px'e sıkışmasın: içerikle büyür (rozetler alt satıra kırılır). */
body .card.bezgo-filter-card > .bezgo-filter-header.bezgo-filter-header-has-summary,
body .filter-card > .bezgo-filter-header.bezgo-filter-header-has-summary,
body .bezgo-filter-header.bezgo-filter-header-has-summary {
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 34px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  align-items: center !important;
  overflow: visible !important;
}

body .bezgo-filter-header.bezgo-filter-header-has-summary .card-title,
body .bezgo-filter-header.bezgo-filter-header-has-summary .bezgo-filter-summary,
body .bezgo-filter-header.bezgo-filter-header-has-summary .bezgo-filter-actions {
  align-self: center !important;
}

body .bezgo-filter-header.bezgo-filter-header-has-summary .bezgo-filter-summary {
  align-items: center !important;
  overflow: visible !important;
}

/* Masaustunde filtre seridi tek satir ve tam merkezde kalir. Ek class/attribute
   secicisi, sayfa CSS'lerindeki eski height:auto kurallarini bilincli olarak ezer. */
@media (min-width: 577px) {
  body .card.bezgo-filter-card > .bezgo-filter-header.bezgo-filter-header-has-summary[class],
  body .filter-card > .bezgo-filter-header.bezgo-filter-header-has-summary[class],
  body .bezgo-filter-header.bezgo-filter-header-has-summary[class] {
    height: 34px !important;
    min-height: 34px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  body .bezgo-filter-header.bezgo-filter-header-has-summary .card-title,
  body .bezgo-filter-header.bezgo-filter-header-has-summary .bezgo-filter-summary {
    height: 22px !important;
    min-height: 22px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-items: center !important;
    align-content: center !important;
    line-height: 22px !important;
  }

  body .bezgo-filter-header.bezgo-filter-header-has-summary .card-title > span {
    display: inline-flex;
    align-items: center;
    height: 22px;
    line-height: 22px;
  }

  body .bezgo-filter-header.bezgo-filter-header-has-summary .bezgo-filter-actions {
    height: 28px !important;
    min-height: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-items: center !important;
    align-content: center !important;
  }

  body .bezgo-filter-header.bezgo-filter-header-has-summary .bezgo-filter-summary {
    flex-wrap: nowrap !important;
  }
}

/* Urun listesi referans standardi: tum eticaret filtre kartlarinda tek ve ince
   cerceve, duz kose, golgesiz yuzey. Eski card-info/page kurallari bunu ezemez. */
body .card.card-info.bezgo-filter-card,
body .card.bezgo-filter-card {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid #dbe3ec !important;
  border-radius: 0 !important;
  background: #fbfcfe !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body .card.card-info.bezgo-filter-card > .bezgo-filter-header,
body .card.bezgo-filter-card > .bezgo-filter-header {
  box-sizing: border-box !important;
  min-height: 34px !important;
  height: 34px !important;
  padding: 2px 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1f2937 !important;
  box-shadow: none !important;
}

body .card.bezgo-filter-card > .bezgo-filter-header .card-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px;
  min-width: 0;
  max-width: clamp(180px, 24vw, 330px);
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

body .card.bezgo-filter-card > .bezgo-filter-header .bezgo-filter-context {
  overflow: hidden;
  color: #516579;
  font-size: 11px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Urun listesi referansi: DataTable kontrol seridi bagimsiz, dort kosesi
   yuvarlak bir arac cubugudur. */
body .dt-container .bezgo-dt-toolbar,
body .dataTables_wrapper .bezgo-dt-toolbar {
  min-height: 38px !important;
  margin-bottom: 6px !important;
  border: 1px solid #d9e2ec !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
}

/* +N filtre butonu sayfa-bazli .btn kurallarindan etkilenmez. */
body .bezgo-filter-header .bezgo-filter-summary-more-button.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 0 !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 1px dashed #b9c7d6 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #2563eb !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

body .bezgo-filter-header .bezgo-filter-summary-more-button.btn:hover,
body .bezgo-filter-header .bezgo-filter-summary-more-button.btn:focus {
  border-color: #2563eb !important;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  box-shadow: none !important;
}

@media (max-width: 576px) {
  body .card.bezgo-filter-card > .bezgo-filter-header {
    height: auto !important;
    min-height: 34px !important;
    padding: 5px 6px !important;
  }

  body .card.bezgo-filter-card > .bezgo-filter-header .card-title {
    max-width: none;
  }

  body .bezgo-filter-header .bezgo-filter-summary {
    margin: 0;
    width: 100%;
  }
}

/* ============================================================
   Compact Toolbar Controls (.bezgo-toolbar-*)
   Kart başlığı içi buton + select grubu. .bezgo-filter-actions
   İLE BİRLİKTE kullanılır; ortak 28px/nowrap kilidini yalnız bu
   varyantta gevşetir (height:auto + wrap). Buton default'u beyaz
   dolgun zemin + koyu yeşil metin: yeşil kart başlığında kaybolmaz.
   ============================================================ */

body .bezgo-filter-actions.bezgo-toolbar-controls {
  height: auto !important;
  min-height: 26px !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 6px 8px !important;
}

/* Aksiyon butonu: beyaz dolgun varyant */
body .bezgo-filter-actions.bezgo-toolbar-controls .btn.bezgo-toolbar-btn {
  height: 26px !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border: 1px solid #cfe0d6 !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  color: #14532d !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .12) !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .btn.bezgo-toolbar-btn:hover {
  border-color: #9fd0b2 !important;
  background-color: #eaf6ef !important;
  color: #14532d !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .btn.bezgo-toolbar-btn:focus,
body .bezgo-filter-actions.bezgo-toolbar-controls .btn.bezgo-toolbar-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, .18) !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .btn.bezgo-toolbar-btn:active {
  background-color: #dff0e6 !important;
}

/* Alternatif mavi dolgun varyant (tanımlı; default değil) */
body .bezgo-filter-actions.bezgo-toolbar-controls .btn.bezgo-toolbar-btn.bezgo-toolbar-btn--primary {
  border-color: #1d4ed8 !important;
  background-color: #2563eb !important;
  color: #fff !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .btn.bezgo-toolbar-btn.bezgo-toolbar-btn--primary:hover {
  border-color: #1e40af !important;
  background-color: #1d4ed8 !important;
  color: #fff !important;
}

/* Kompakt select: 26px — butonla TAM hizalı; native ok gizlenip
   özel caret çizilir ki kutu input değil dropdown olarak okunsun */
body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select {
  flex: 0 0 auto !important;
  height: 26px !important;
  min-height: 26px !important;
  padding: 1px 24px 1px 8px !important;
  border: 1px solid #cfe0d6 !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  color: #1f2937 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-shadow: 0 1px 1.5px rgba(15, 23, 42, .08) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23417c58' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 10px 6px !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select:hover {
  border-color: #9fd0b2 !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select:focus {
  border-color: #9fd0b2 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, .18) !important;
}

/* Genişlik varyantları — kompakt: uzun placeholder'lar şeridi domine etmesin */
body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select--sm {
  width: 72px !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select--md {
  width: 112px !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select--lg {
  width: 152px !important;
}

/* select2 single render desteği (gelecek kullanım: toolbar içinde select2'ye
   dönüştürülen select'ler aynı 28px kompakt ölçüde kalır) */
body .bezgo-filter-actions.bezgo-toolbar-controls .select2-container {
  flex: 0 0 auto !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .select2-container--default .select2-selection--single {
  height: 26px !important;
  min-height: 26px !important;
  border: 1px solid #cfe0d6 !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  box-shadow: 0 1px 1.5px rgba(15, 23, 42, .08) !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 22px 0 8px !important;
  color: #1f2937 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px !important;
  right: 4px !important;
}

body .bezgo-filter-actions.bezgo-toolbar-controls .select2-container--default.select2-container--focus .select2-selection--single,
body .bezgo-filter-actions.bezgo-toolbar-controls .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #9fd0b2 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, .18) !important;
}

/* Dar ekran: grup tam satıra yayılır, select'ler esner */
@media (max-width: 576px) {
  body .bezgo-filter-actions.bezgo-toolbar-controls {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select,
  body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select--sm,
  body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select--md,
  body .bezgo-filter-actions.bezgo-toolbar-controls .bezgo-toolbar-select--lg {
    flex: 1 1 120px !important;
    width: auto !important;
    min-width: 0 !important;
  }
}
