.form-check-input {
  box-shadow: none !important;
}

.form-control {
  background-image: none !important;
  box-shadow: none !important;
  border-color: #dedfe1 !important;
}

.form-select {
  box-shadow: none !important;
  border-color: #dedfe1 !important;
}

.draggable .modal-header {
  cursor: move;
}

.pointer {
  cursor: pointer;
}

.dataTables_wrapper .dataTables_processing {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 11000 !important;
  display: block;
  background-color: #ffffff !important;
}

.nowrap {
  white-space: nowrap !important;
}
@media screen and (max-width: 1250px) {
  .nomobile {
    visibility: hidden;
    clear: both;
    float: right;
    margin: 5px auto;
    width: 22%;
    height: auto;
    display: none;
  }
}

.gizle {
  visibility: hidden;
  display: none;
}

.z_index {
  left: 0px;
  top: 0px;
  z-index: 9991;
}

.leftOrt{
  margin-left: 285px;
}
.leftOrt-150{
  margin-left: 150px;
}

.pac-container {
  z-index: 10000 !important;
}

#map {
  height: 300px;
  border-radius: 5px; 
  border: 2px solid #cfcfcf; 
  overflow: hidden; 
}

.tabloCizgi {
  /* border-bottom: 1px solid #dddddd !important; */
  border-right: 1px solid #dddddd !important;
  overflow: hidden;
}
 
/* .araCizgi{
 border-right: 1px solid #dddddd !important;
 } */

 .turTarihGecti {
  filter: grayscale(100%);
}

.blinking-text {
  font-weight: bold;
  color: red;
  animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
      visibility: hidden;
  }
}


.mw-1100px {
  max-width: 1100px !important;
}

.mw-1200px {
  max-width: 1200px !important;
}

.mw-1300px {
  max-width: 1300px !important;
}

.mw-1400px {
  max-width: 1400px !important;
}



.disabled-input {
  background-color: #e9ecef; /* Grileştirme rengi */
  cursor: not-allowed;
}

.fixed-height-table {
  height: 100px;
  /* overflow-y: auto; */
}





/* DataTable turuncu satır stilleri */
.turuncuSatir {
  background-color: #cc7921 !important;
  /* border-left: 4px solid #ff9500 !important; */
}

/* Hover durumunda da rengin korunması için */
.turuncuSatir:hover {
  background-color: #cc7921 !important;
}

/* DataTable zebra striping'i geçersiz kılmak için */
#agenaCloudTable tbody tr.turuncuSatir.odd {
  background-color: #cc7921 !important;
}

#agenaCloudTable tbody tr.turuncuSatir.even {
  background-color: #e4b788 !important;
}

/* Bootstrap table striped class'ını geçersiz kılmak için */
.table-striped tbody tr.turuncuSatir {
  background-color: #cc7921 !important;
}

/* Seçili satır durumunda */
.turuncuSatir.selected {
  background-color: #cc7921 !important;
}

/* Responsive mod için */
@media (max-width: 768px) {
  .turuncuSatir {
      background-color: #cc7921 !important;
      /* border: 2px solid #ff9500 !important; */
  }
}

.pasif {
  pointer-events: none; /* Tıklanamaz yapar */
  background-color: #e0f0ff !important; /* Hafif mavi */
  color: #6c757d !important; /* Soluk yazı rengi */
  border-color: #cce5ff !important;
  opacity: 0.7;
  cursor: not-allowed;
}
