#header .logo a img {
  object-fit: contain !important;
}

.table-top-area.table-controls {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  gap: 1rem;

  margin-bottom: 1.5rem;
}

.table-top-area .controls-left {
  display: flex;

  flex-wrap: wrap;

  gap: 1rem;

  align-items: center;
}

.table-top-area .filter-group {
  display: flex;

  flex-direction: column;
}

.table-top-area.filtreler-ve-butonlar label {
  font-size: 12px;

  font-weight: 500;

  color: #999;

  margin-bottom: 4px;
}

/* YENİ: ARAMA KUTUSU STİLİ */

.table-top-area .search-group {
  position: relative;
}

.table-top-area .search-group .search-icon {
  position: absolute;

  left: 10px;

  top: 31px;

  font-size: 13px;

  color: #999;
}

.table-top-area .search-group input {
  padding-left: 25px;

  /* İkon için boşluk */
}

.table-top-area .btn-filter {
  cursor: pointer;

  align-self: flex-end;

  bottom: 2px;

  position: relative;
}

.table-top-area .controls-right {
  display: flex;

  flex-wrap: wrap;

  gap: 1rem;

  align-items: center;
}

/* === TABLO STİLLERİ === */

.styled-table th,
.styled-table td {
  white-space: nowrap;
}

.styled-table th {
  text-transform: uppercase;
}

.styled-table tbody tr:hover {
  background-color: #f9fafb;
}

.styled-table .title-cell .main-title {
  font-weight: 500;

  color: #111827;
}

.styled-table .title-cell .sub-info {
  font-size: 12px;

  color: #6b7280;
}

.styled-table .badge {
  display: inline-block;

  padding: 4px 10px;

  border-radius: 16px;

  font-size: 12px;

  font-weight: 500;
}

.styled-table .badge.status-success {
  background-color: #dcfce7;

  color: #166534;
}

.styled-table .badge.status-pending {
  background-color: #fef9c3;

  color: #854d0e;
}

.styled-table .badge.status-danger {
  background-color: #fee2e2;

  color: #991b1b;
}

.styled-table .badge.status-neutral {
  background-color: #f3f4f6;

  color: #374151;
}

.styled-table .badge.status-new {
  background-color: #e0f2fe;

  color: #0ea5e9;
}

.styled-table .badge.status-review {
  background-color: #fef3c7;

  color: #f59e0b;
}

.styled-table .badge.status-quoted {
  background-color: #dcfce7;

  color: #22c55e;
}

.styled-table .badge.status-cancelled {
  background-color: #fee2e2;

  color: #ef4444;
}

.styled-table .action-buttons {
  text-align: left;
}

.styled-table .badge-system {
  background: #e0e7ff;

  color: #4338ca;
}

.styled-table .badge-marketing {
  background: #fef9c3;

  color: #854d0e;
}

.styled-table .badge-manual {
  background: #dcfce7;

  color: #166534;
}

.styled-table .status-dot {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  font-weight: 500;

  font-size: 13px;
}

.styled-table .status-dot::before {
  content: "";

  width: 8px;

  height: 8px;

  border-radius: 50%;

  display: inline-block;
}

.styled-table .status-sent::before {
  background: #22c55e;
}

.styled-table .status-failed::before {
  background: #ef4444;
}

.styled-table .status-read::before {
  background: #e66454;
}

.styled-table .status-scheduled::before {
  background: #f59e0b;
}

.styled-table .status-queued::before {
  background: #6b7280;
}

.styled-table .action-buttons a {
  margin-right: 5px;
}

.user-bildirim-tab .controls-top {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 30px;
}

.user-bildirim-tab .recipient-info {
  background: #f9fafb;

  padding: 10px;

  border: 1px solid #e5e7eb;

  border-radius: 6px;

  margin-bottom: 15px;

  font-size: 14px;
}

.user-bildirim-tab .recipient-info i {
  color: #e66454;
}

.user-bildirim-tab .nav-tabs .nav-item .nav-link {
  color: #6b7280;

  font-weight: 500;

  border: none;

  background: transparent;

  font-size: 15px;

  padding: 10px 20px;
}

.user-bildirim-tab .nav-tabs .nav-item .nav-link i {
  width: 20px;

  /* Hepsi aynı kutuya otursun */

  text-align: center;

  /* Ortala */

  font-size: 16px;

  /* İkon boyutunu sabitle */

  line-height: 1;

  /* Yükseklik dengelensin */

  vertical-align: middle;

  /* Yazıyla aynı hizaya getir */

  bottom: 2px;

  position: relative;
}

/* İsteğe bağlı: sadece mobile ikonunu biraz büyütmek için */

.user-bildirim-tab .nav-tabs .nav-item .nav-link i.fa-mobile {
  font-size: 18px;
}

.user-bildirim-tab .recipient-info i {
  width: 20px;

  /* Hepsi aynı kutuya otursun */

  text-align: center;

  /* Ortala */

  font-size: 16px;

  /* İkon boyutunu sabitle */

  line-height: 1;

  /* Yükseklik dengelensin */

  vertical-align: middle;

  /* Yazıyla aynı hizaya getir */

  bottom: 2px;

  position: relative;
}

/* İsteğe bağlı: sadece mobile ikonunu biraz büyütmek için */

.user-bildirim-tab .recipient-info i.fa-mobile {
  font-size: 18px;
}

.user-bildirim-tab .nav-tabs .nav-item.active .nav-link {
  color: #e66454;

  background: transparent;

  border: none;

  border-bottom: 2px solid #e66454;
}

.user-bildirim-tab .whatsapp-preview {
  background: #e5f6d6;

  border: 1px solid #d3e9c2;

  padding: 12px;

  border-radius: 6px;
}

.user-bildirim-tab .char-counter {
  font-size: 12px;

  color: #6b7280;

  margin-top: 4px;
}

/* .user-bildirim-tab i {

      font-size: 16px;

    

  } */

#gorusmeEkleModal {
  z-index: 9999;

  background: #333131c7;
}

#gorusmeEkleModal .modal-content {
  min-width: 75vw;

  max-height: 90%;
}

#gorusmeGoruntuleModal {
  z-index: 9999;

  background: #333131c7;
}

#gorusmeGoruntuleModal .modal-content {
  min-width: 75vw;

  max-height: 90%;
}

#yeniBildirimModal {
  z-index: 9999;

  background: #333131c7;
}

#yeniBildirimModal .modal-content {
  min-width: 60vw;

  max-height: 90%;

  max-width: 640px;
}

#onizleModal {
  z-index: 10000;

  background: #333131c7;
}

#onizleModal .modal-content {
  min-width: 50vw;

  max-height: 90%;

  max-width: 540px;
}

#bildirimDetayModal {
  z-index: 9999;

  background: #333131c7;
}

#bildirimDetayModal .modal-content {
  min-width: 60vw;

  max-height: 90%;
}

.overflow-x-auto {
  overflow-x: auto;
}

.disable-button {
  pointer-events: none;

  opacity: 0.5;
}

.cke_dialog,
.cke_combopanel,
.cke_dialog_container {
  z-index: 99999 !important;

  /* modalın üstüne çıkar */
}

.modal-open .cke_dialog_ui_input_text,
.modal-open .cke_dialog_ui_input_select,
.modal-open .cke_dialog_ui_input_textarea {
  pointer-events: auto !important;

  position: relative;
}

.cke_dialog_background_cover {
  position: fixed;

  z-index: 10000;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

  background-color: black;

  opacity: 0.5;
}

.styled-modal-form .form-section-title {
  font-size: 16px;

  font-weight: 600;

  color: #e66454;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  margin: 12px 0 16px 0;

  padding-bottom: 0.5rem;

  border-bottom: 1px solid #ddd;
}

.styled-modal-form .notes-header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 20px;

  margin: 15px 0 10px 0;
}

.styled-modal-form #show-textarea {
  margin-bottom: 30px;
}

.suggested-tags-container {
  background-color: #f3f3f3;

  width: calc(100% - 30px);

  margin-top: 15px;

  margin-left: 15px;

  padding: 15px 15px;
}

.suggested-tags-category {
  margin-bottom: 1rem;
}

.suggested-tags-category:last-child {
  margin-bottom: 0;
}

.suggested-tags-container h4 {
  font-size: 15px;

  font-weight: 600;

  color: #676a6c;

  margin-top: 0;

  margin-bottom: 0.75rem;
}

.suggested-tags-list {
  display: flex;

  flex-wrap: wrap;

  gap: 1rem;
}

.suggested-tag {
  background-color: #e5e7eb;

  color: #374151;

  padding: 0.5rem 1.25rem;

  border-radius: 16px;

  font-size: 13px;

  cursor: pointer;

  transition: all 0.2s;
}

.suggested-tag:hover {
  background-color: #e66454;

  color: #fff;
}

/* === ETİKET (TAG) ALANI === */

.tag-input-container {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 0.5rem;

  padding: 0.5rem;

  border: #ddd 2px solid;

  box-shadow: none;

  border-radius: 3px;
}

/* .tag-input-container:focus-within {

             outline: none;

            border-color: #eee;

            box-shadow: 0 0 0 3px #eee;

        } */

.tag-input-container input {
  flex-grow: 1;

  border: none;

  outline: none;

  padding: 0.25rem;

  font-size: 1rem;

  min-width: 150px;

  width: 100%;

  padding: 6px 12px;

  font-size: 14px;

  line-height: 1.42857143;

  color: #555;
}

.tag-item {
  background-color: #676a6c;

  color: #fff;

  padding: 0.5rem 1.25rem;

  border-radius: 16px;

  font-size: 13px;

  width: max-content;

  font-weight: 500;

  display: flex;

  align-items: center;
}

.tag-item .remove-tag {
  margin-left: 0.4rem;

  cursor: pointer;

  font-weight: bold;
}

.section-divider {
  border: 0;

  border-top: 1px solid #ddd;

  margin: 2rem 0;
}

.vs h4 {
  font-size: 16px;

  font-weight: 600;

  margin: 0 0 0.75rem 0;

  color: #4b5354;
}

.vs label {
  font-size: 12px;

  opacity: 0.8;
}

.variables-list {
  display: flex;

  flex-wrap: wrap;

  gap: 0.5rem;

  margin-bottom: 1rem;
}

.variable-tag {
  background-color: #dedede;

  color: #e66454;

  padding: 4px 8px;

  border-radius: 6px;

  font-family: monospace;

  cursor: pointer;

  font-size: 14px;
}

#yeniBildirimModal .tab-content {
  margin: 30px 0;
}

.gonderim-zamanlamasi {
  margin-top: 30px;
}

.gonderim-zamanlamasi label {
  font-size: 16px;
}

.scheduling-options label {
  display: inline-flex;

  align-items: center;

  margin-right: 15px;

  cursor: pointer;

  line-height: 1;

  font-size: 13px;
}

.scheduling-options label input {
  margin: 0 5px 0 0;
}

#schedule-datetime-container {
  display: none;

  margin-top: 0.75rem;
}

/* Tooltip (Bilgi İkonu) Stili */

.info-tooltip {
  position: relative;

  display: inline-block;

  margin-left: 5px;

  margin-right: 5px;

  cursor: help;

  font-style: normal;

  font-weight: bold;

  color: #e66454;

  border: 1px solid #e66454;

  border-radius: 50%;

  width: 15px;

  height: 15px;

  text-align: center;

  line-height: 13px;

  font-size: 10px;
}

.info-tooltip .tooltip-text {
  visibility: hidden;

  width: 280px;

  background-color: #e66454;

  color: #fff;

  text-align: center;

  border-radius: 6px;

  padding: 10px;

  position: absolute;

  z-index: 1;

  bottom: 125%;

  left: 50%;

  margin-left: -140px;

  opacity: 0;

  transition: opacity 0.3s;

  font-size: 13px;

  font-weight: 400;

  text-align: left;
}

.info-tooltip:hover .tooltip-text {
  visibility: visible;

  opacity: 1;
}

#onizleModal p {
  margin: 0 0 15px 0;
}

#onizleModal h5 i {
  color: #e66454;
}

.user-bildirim-tab .controls-top h3 {
  margin: 0;
}

/* .filter-group {

  margin: 15px 0;

}



.filter-group label {

  display: block;

  font-weight: bold;

  margin-bottom: 8px;

} */

.radio-tabs {
  display: flex;

  border: 1px solid #ddd;

  border-radius: 8px;

  overflow: hidden;
}

.radio-tabs label {
  flex: auto;

  text-align: center;

  cursor: pointer;

  margin: 0 !important;
}

.radio-tabs input[type="radio"] {
  display: none;
}

.radio-tabs span {
  display: block;

  padding: 8px 12px;

  font-size: 12px;

  color: #676a6c;

  background: #fff;

  transition: background 0.3s, color 0.3s;
}

/* Seçili olan */

.radio-tabs input[type="radio"]:checked + span {
  background: #1976d2;

  color: #fff;

  font-weight: 600;
}

/* Hover efekti */

.radio-tabs span:hover {
  background: #f0f0f0;
}

.uretim-talepleri-filtre-hiza {
  align-items: end !important;

  gap: 0px !important;
}

.production-demand-page .read-only-field {
  background: #f1f5f9;

  font-weight: 600;

  padding: 10px;

  border-radius: 6px;
}

.production-demand-page .total-field {
  background: #e0f2fe;

  color: #0c4a6e;

  font-weight: 700;

  font-size: 1.2rem;

  padding: 12px;

  border-radius: 6px;
}

.production-demand-page .action-buttons {
  display: flex;

  justify-content: center;

  gap: 10px;

  margin-top: 30px;

  margin-bottom: 10px;

  flex-wrap: wrap;
}

.production-demand-page .ek-fiyatlama .rows {
  display: grid;

  grid-template-columns: 3fr 2fr 1fr;

  gap: 10px;

  align-items: end;

  margin-bottom: 15px;
}

.production-demand-page .ek-fiyatlama .rows .form-group {
  margin-bottom: 0;
}

.production-demand-page .fiyatlama-kalemi-ekle-btn {
  width: 100%;

  margin-bottom: 30px;
}

.production-demand-page .fiyatlama-sil-btn {
  height: 40px;

  color: #e66454;

  background-color: #fff;

  border-color: #e66454;

  font-weight: 600;
}

.production-demand-page .fiyatlama-sil-btn:hover {
  height: 40px;

  color: #fff;

  background-color: #e66454;

  border-color: #e66454;

  font-weight: 600;
}

.production-demand-page .line {
  width: 100%;

  height: 1px;

  background: #e3e3e3;

  margin-bottom: 25px;
}

.production-demand-page p {
  font-size: 13px;

  margin: 0;

  margin-bottom: 15px;
}

.production-demand-page p.ozel-row {
  position: relative;
}

.production-demand-page p.ozel-row input {
  width: 100px;

  position: absolute;

  right: 0;

  top: -5px;

  height: 25px;

  font-size: 13px;
}

.production-demand-page p.dikey {
  font-weight: 600;

  margin-left: 0;

  margin: 0;

  margin-bottom: 15px;

  font-size: 13px;
}

.production-demand-page p.dikey strong {
  font-weight: 500;

  color: #676a6c;

  margin-bottom: 0.25rem;

  display: block;
}

.production-demand-page .right-bottom-btn {
  position: absolute;

  bottom: 24px;

  right: 15px;
}

.production-demand-page .not-ekle-btn {
  width: 100%;

  margin-top: 10px;
}

.production-demand-page .panel-heading strong span {
  font-size: 12px;

  color: #999;
}

.production-demand-page .demand-history ul {
  padding-left: 0;

  list-style: none;
}

.production-demand-page .demand-history ul li {
  font-weight: 600;

  color: #676a6c;

  margin-bottom: 15px;

  display: block;

  font-size: 13px;
}

.production-demand-page .demand-history ul li span {
  display: block;

  font-weight: 500;
}

.production-demand-page .ic-baslik {
  font-size: 14px;

  font-weight: 700;

  color: #e66454;

  margin-top: 0;

  margin-bottom: 15px;

  border-bottom: 1px solid #e3e3e3;

  padding-bottom: 0.5rem;
}

.product-info-system {
  display: flex;

  gap: 1rem;

  align-items: center;

  margin: 15px 0;
}

.product-info-system img {
  width: 60px;

  height: 60px;

  border-radius: 6px;

  object-fit: cover;
}

.tooltip {
  z-index: 99999999999999;
}

.production-demands-settings .nav-tabs::before {
  display: none;
}

.production-demands-settings .nav-tabs {
  margin-bottom: 20px;

  background: #fff;

  padding: 15px 15px;

  border-bottom: none;

  display: flex;

  gap: 20px;

  flex-wrap: wrap;
}

.production-demands-settings .nav-tabs .nav-item .nav-link {
  color: #4b5354;

  font-weight: 600;

  border: none;

  background: transparent;

  font-size: 14px;

  padding: 6px 0px;
}

.production-demands-settings .nav-tabs .nav-item.active .nav-link {
  color: #e66454;

  background: transparent;

  border: none;

  border-bottom: 2px solid #e66454;
}

.production-demands-settings .setting-item {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 1rem 0;

  border-bottom: 1px solid #ddd;

  flex-wrap: wrap;

  gap: 1rem;
}

.production-demands-settings .setting-item:last-child {
  border-bottom: none;
}

.production-demands-settings .setting-item-label {
  font-weight: 600;
}

.production-demands-settings .setting-item-label small {
  display: block;

  font-weight: 400;

  margin-top: 4px;

  max-width: 400px;
}

.production-demands-settings .setting-item-control {
  display: flex;

  align-items: center;

  gap: 14px;
}

.production-demands-settings .form-control.wide {
  min-width: 300px;
}

.production-demands-settings .feature-accordion-item {
  border: 1px solid #ddd;

  border-radius: 3px;

  margin-bottom: 14px;

  overflow: hidden;
}

.production-demands-settings .feature-accordion-header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 14px;

  background-color: #e3e3e3;

  cursor: pointer;
}

.production-demands-settings .feature-accordion-header h4 {
  margin: 0;

  font-size: 14px;

  font-size: 14px;

  font-weight: 600;

  color: #4b5354;
}

.production-demands-settings .feature-controls {
  display: flex;

  align-items: center;

  gap: 15px;
}

.production-demands-settings .accordion-toggle-icon {
  font-size: 20px;

  font-weight: bold;

  color: var(--primary-color);

  width: 20px;

  text-align: center;
}

.production-demands-settings .feature-accordion-content {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.4s ease-out;
}

.production-demands-settings .feature-accordion-item .btn-danger {
  height: 30px;

  font-size: 12px;

  font-weight: 600;

  line-height: 1.5;
}

.production-demands-settings .btn-add {
  background-color: #1976d2;

  color: #fff;
}

.production-demands-settings .btn-add:hover {
  background-color: #0c4a6e;

  color: #fff;
}

.production-demands-settings
  .feature-accordion-item.open
  .feature-accordion-content {
  max-height: 1000px;
}

.production-demands-settings
  .feature-accordion-item.open
  .accordion-toggle-icon::before {
  content: "−";
}

.production-demands-settings
  .feature-accordion-item:not(.open)
  .accordion-toggle-icon::before {
  content: "+";
}

.production-demands-settings .options-container {
  padding: 14px;

  counter-reset: item-counter;
}

.production-demands-settings
  .options-container
  .setting-item
  .setting-item-label::before {
  counter-increment: item-counter;

  content: counter(item-counter) ". ";

  font-weight: 600;
}

.production-demands-settings .add-item-form {
  display: flex;

  gap: 10px;

  margin-top: 14px;

  padding: 14px 0;
}

.production-demands-settings .add-item-form input {
  flex-grow: 1;
}

.production-demands-settings p {
  margin: 0;

  margin-bottom: 15px;

  font-size: 13px;
}

.production-demands-settings .basic-checkbox {
  font-size: 13px;

  margin: 0;

  display: flex;

  gap: 5px;
}

.production-demands-settings .panel-heading strong {
  color: #1976d2;
}

.swal2-icon {
  position: relative !important;

  justify-content: center !important;

  width: 5em !important;

  height: 5em !important;

  margin: 1.25em auto 1.875em !important;

  border: 0.25em solid !important;

  border-radius: 50% !important;

  line-height: 5em !important;
}

.ozellikSecenekModal .table > tbody > tr > td {
  line-height: 20px !important;

  padding: 5px 8px;

  font-size: 13px;
}

.ozellikSecenekModal .table > tbody > tr > td input {
  height: 30px;

  font-size: 13px;
}

.ozellikSecenekModal {
  margin-left: 255px;
}

.xml-detail-area .panel-heading .panel-title {
  color: #4b5354;

  font-weight: 700;
}

.xml-detail-area .panel-heading .panel-title a {
  display: flex;

  align-items: center;
}

.xml-detail-area .panel-heading .panel-title i {
  color: #e66454;

  font-size: 20px;

  margin-right: 3px;
}

.xml-detail-area .panel-heading .panel-title i.chevron-icon {
  color: #4b5354;

  font-size: 16px;

  margin-left: 5px;
}

.xml-detail-area .checkbox-group {
  display: flex;

  align-items: center;

  background-color: #f3f3f3;

  padding: 15px;

  border-radius: 0px;

  border: 1px solid #ddd;
}

.xml-detail-area .checkbox-group input {
  width: 18px;

  height: 18px;

  margin-right: 6px;

  margin-top: 0;
}

.xml-detail-area .checkbox-group label {
  margin-bottom: 0;

  font-weight: 600;
}

.xml-detail-area h4.ara-baslik {
  font-size: 14px;

  font-weight: 700;

  color: #e66454;
}

.xml-detail-area .row {
  margin-bottom: 0px;
}

/* SADECE İHTİYAÇ DUYULAN ÖZEL CSS STİLLERİ */

.xml-detail-area .selected-tag {
  display: inline-flex;

  align-items: center;

  background-color: #f0f0f0;

  border: 1px solid #ccc;

  border-radius: 4px;

  padding: 3px 8px;

  margin-right: 5px;

  margin-bottom: 5px;

  font-size: 13px;

  line-height: 1.2;
}

.xml-detail-area .selected-tag .remove-btn {
  background: none;

  border: none;

  color: #888;

  margin-left: 5px;

  padding: 0;

  font-size: 16px;

  line-height: 1;

  cursor: pointer;

  opacity: 0.8;
}

.xml-detail-area .selected-tag .remove-btn:hover {
  opacity: 1;

  color: #d9534f;
}

.xml-detail-area .selection-area {
  display: flex;

  align-items: center;

  gap: 10px;
}

.xml-detail-area .selection-area .selected-items-container {
  padding: 10px 10px 5px 10px;

  border: 1px solid #ddd;

  min-height: 40px;

  width: 100%;
}

.xml-detail-area .modal-list-table thead input[type="checkbox"] {
  margin: 0;
}

.xml-modals {
  margin-left: 255px;
}

.xml-modals .modal-search-bar {
  margin-bottom: 20px;
}

.xml-modals .modal-list-table th {
  padding: 10px 5px;

  font-size: 13px;

  line-height: 1.3 !important;

  text-align: center;

  vertical-align: middle !important;
}

.xml-modals .modal-list-table th input {
  position: relative;

  top: 2px;
}

.xml-modals .modal-list-table td {
  padding: 5px;

  font-size: 13px;

  line-height: 1.3 !important;

  text-align: center;

  vertical-align: middle !important;
}

.split-area {
  display: flex;

  align-items: self-end;
}

.split-area .form-group {
  min-width: 150px;
}

.split-area #split_file_input_container {
  width: 100%;
}

#userGorusmeNotlariTable.dataTable > tbody > tr > td {
  text-align: left !important;
}

.user-bildirim-tab .dataTable > tbody > tr > td {
  text-align: left !important;
}

/* 1. Hem TH hem de TD'ler için sabit genişliği zorlayan sınıf */
.dt-etiket-fixed {
  /* Başlıkta zorladığınız değerler, TH ve TD'de aynı olmalı */
  min-width: 150px;
  max-width: 300px;
  width: 300px;

  /* İçerik taşarsa gizle ve zorla kes */
  overflow: hidden;

  /* İçeriğin yeni satıra geçmesini sağlamak için */
  white-space: normal !important; /* Datatables'ın varsayılan 'nowrap' ayarını geçersiz kılar */
}

/* 3. Etiketleri yan yana değil, yeni satırda dizmeye zorla */
.dt-etiket-fixed span.badge {
  /* Etiketlerin satır içi yerine blok (yeni satır) veya 
       satır içi blok (yan yana ama kırılabilir) olmasını sağlar */
  display: inline-block;
  margin: 2px 2px; /* Etiketler arasına küçük boşluk koyar */
  /* Opsiyonel: Eğer etiketler çok uzunsa onları da kes */
  /* max-width: 100%; */
  /* word-wrap: break-word; */
}

@media (max-width: 1199.98px) {
  .table-top-area .filter-group,
  .table-top-area .controls-right {
    width: 100%;
  }

  .table-top-area .controls-right {
    margin-top: 20px;
  }

  .uretim-talepleri-filtre-hiza {
    align-items: center !important;
  }

  .uretim-talepleri-filtre-hiza .controls-left {
    min-width: 260px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
  }

  .xml-modals .modal-dialog {
    width: 500px;
  }
}

@media (max-width: 767.98px) {
  .user-bildirim-tab .nav-tabs {
    display: flex;

    flex-direction: column;

    gap: 10px;

    border-bottom: none;

    background: #f3f3f3;

    padding: 15px 10px;
  }

  .user-bildirim-tab .nav-tabs .nav-item.active .nav-link {
    border: none;

    border-bottom: none;

    font-weight: 600;
  }

  .user-bildirim-tab .nav-tabs .nav-item .nav-link {
    padding: 5px 0;
  }

  #yeniBildirimModal .modal-content {
    overflow-x: hidden;
  }

  .radio-tabs {
    flex-direction: column;
  }

  .production-demand-page p.ozel-row input {
    position: relative;

    top: 5px;
  }

  .production-demands-settings .setting-item {
    flex-direction: column;

    align-items: flex-start;
  }

  .ozellikSecenekModal {
    margin-left: 0px;
  }

  .xml-modals {
    margin-left: 0px;
  }

  .split-area .form-group {
    min-width: 120px;
  }
}
