.container-ihtiyac {
      max-width: 800px;
      margin: auto;
      padding: 20px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    label {
      display: block;
      margin: 10px 0 5px;
    }

    input {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    button {
      width: 100%;
      padding: 10px;
      background-color: #3883ab;
      color: #fff;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: .2s;
    }

    button:hover {
      background-color: #275d7a;
    }

    .sonuc {
      margin-top: 20px;
      font-size: 18px;
    }

    .sonuc span {
      font-weight: bold;
      display: inline-block;
      width: 200px;
    }

    table {
      width: 100%;
      margin-top: 30px;
      border-collapse: collapse;
      font-size: 14px;
      overflow-x:auto;
    }

    table th, table td {
      padding: 8px;
      border: 1px solid #ccc;
      text-align: center;
    }

    table th {
      background-color: #f0f0f0;
    }

    table tbody tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    table tfoot td {
      font-weight: bold;
      background-color: #f0f0f0;
    }

    table td:first-child,
    table th:first-child {
      text-align: center;
    }



/* VADELİ MEVDUAT SAYFASI BAŞLANGIÇ */
  .vadeli-form .form-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.vadeli-form input[type="number"],
.vadeli-form select {
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Input kalan alanı kaplasın */
.vadeli-form input[type="number"] {
  flex: 1;
}

/* Select sabit genişlik */
.vadeli-form select {
  flex: 0 0 100px;
  padding-right: 30px; /* Sağ tarafa ok için yer aç */
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
}

/* Yıllık Faiz Oranı inputunun genişliğini diğerleriyle eşitle */
.vadeli-form .form-row:has(input#faizOrani) input[type="number"] {
  flex: 0 1 calc(100% - 110px); /* 100px select genişliği + 10px gap */
}
/* VADELİ MEVDUAT SAYFASI BİTİŞ */




/* DÖVİZ ÇEVİRİSİ SAYFASI BAŞLANGIÇ */
.vadeli-form .label-inline {
  align-items: center; /* Dikey hizala */
}

.vadeli-form .label-inline label {
  flex: 0 0 auto; /* Label otomatik genişlik alsın, küçülmesin */
  margin: 0 10px 0 0; /* Üst/alt margin sıfırla, sağa boşluk ver */
  white-space: nowrap; /* Label metni tek satırda kalsın */
}

.vadeli-form .label-inline select {
  flex: 1; /* Select kalan alanı kapsın */
  min-width: 100px; /* Minimum genişlik ver, çok küçülmesin */
}

.vadeli-form .label-inline label {
  flex: 0 0 120px; /* En uzun label'a göre genişlik ayarla (örneğin 180px, test edip ayarlayabilirsin) */
  margin: 0 10px 0 0;
  white-space: nowrap;
  text-align: left; /* Sol hizala, ama istersen right yapabilirsin */
}

#degistirButon {
  height: 44px; 
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  padding: 0 12px;
  margin: 10px 0;
  border: 1px solid #3883ab;
  border-radius: 5px;
  background-color: #3883ab;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
}

#degistirButon:hover {
  background-color: #275d7a;
}

#degistirButon span {
  font-size: 18px;
}
/* DÖVİZ ÇEVİRİSİ SAYFASI BİTİŞ */





/* TAHVİL HESAPLAMA BAŞLANGIÇ */
/* Vadeye kalan gün alanını diğerleriyle aynı genişliğe getirme */
.vadeli-form .form-row:has(input#vade) input[type="number"] {
  flex: 0 1 calc(100% - 110px);
}
/* TAHVİL HESAPLAMA BİTİŞ */





/* IBAN DOĞRULAMA BAŞLANGIÇ */
#ibanInput {
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%; /* Diğer giriş alanları gibi tam genişlik */
}
/* IBAN DOĞRULAMA BİTİŞ */






/* REPO HESAPLAMA BAŞLANGIÇ */
.repo-vadeli-form .repo-form-row {
  display: flex;
  gap: 10px;
}

.repo-vadeli-form .repo-label {
  flex: 0 0 150px; /* Tüm label'lara aynı genişlik ver */
  margin: 0 10px 0 0;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #222;
  font-family: Arial, sans-serif;
  line-height: 44px; /* input yüksekliğiyle eşleşsin */
  height: 44px;       /* input ile aynı yükseklik */
}

.repo-vadeli-form .repo-input {
  flex: 1; /* Label genişliği dışında kalan alanı tamamen kapla */
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  height: 44px;
  line-height: normal;
  font-family: Arial, sans-serif;
  color: #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* REPO HESAPLAMA BİTİŞ */




/* EMLAK VERGİSİ HESAPLAMA BAŞLANGIÇ */
#emlak-h2 h2{
  margin-bottom: -20PX;
}

.emlak-form {
  margin-top: 20px;
}

.emlak-row.emlak-inline {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 15px;
}

.emlak-row.emlak-inline label {
  flex: 0 0 180px;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

.emlak-row.emlak-inline input[type="number"],
.emlak-row.emlak-inline select {
  flex: 1;
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.emlak-form select {
  padding-right: 30px; /* Ok için sağda boşluk bırak */
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
  -webkit-appearance: none; /* Varsayılan oku kaldıran kod */
  -moz-appearance: none; /* Varsayılan oku kaldıran kod */
  appearance: none; /* Varsayılan oku kaldıran kod */
}

/* Radyo butonlar için özel stil */
.emlak-radio-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.emlak-radio-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0; 
}

.emlak-radio-option input[type="radio"] {
  margin: 3.5px 0 0 0; 
  width: auto;
}

.emlak-radio-option label {
  flex: 1; 
  white-space: normal;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.4;
}

#sonuclar p {
  margin-bottom: 4px;
}

.emlak-container {
  max-width: 800px;
  margin: 0;
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #222;
  margin-left: -20px;
  
}
#emlak-islem-container.emlak-row.emlak-inline {
  align-items: flex-start;
}

#emlak-islem-container .emlak-radio-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

#emlak-islem-container .emlak-radio-option label {
  flex: 1;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}
/* EMLAK VERGİSİ HESAPLAMA BİTİŞ */




/* TAKSİTLİ NAKİT AVANS BAŞLANGIÇ */
.faiz-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 20px;
}

.faiz-label {
  width: 25%;
  font-weight: bold;
  padding-top: 10px;
}

.faiz-options {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Hiza düzeltme */
.faiz-option-inline {
  display: flex;
  align-items: baseline; /* Tüm elemanları dikeyde ortalar */
  gap: 8px;
}

.faiz-option-inline input[type="radio"] {
  margin: 0;
  width: auto;
}

.faiz-option-inline label {
  margin: 0;
}

.faiz-option-inline input[type="number"] {
  width: 115px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
/* TAKSİTLİ NAKİT AVANS BİTİŞ */






/* DAMGA VERGİSİ HESAPLAMA BAŞLANGIÇ */
.dv-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dv-form .dv-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.dv-form label {
  flex: 0 0 150px;
  white-space: nowrap;
  text-align: left;
}

.dv-form select,
.dv-form input[type="number"] {
  flex: 1;
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.dv-form select {
  padding-right: 30px;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Özel Dropdown Stilleri */
.dv-custom-select {
  flex: 1;
  position: relative;
  height: 44px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
}

.dv-selected-option {
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dv-option-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.dv-option-list li {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  white-space: normal; /* Metinlerin aşağı kaymasını sağlar */
  overflow-wrap: break-word; /* Uzun kelimeleri böler, taşmayı önler */
  word-break: break-word; /* Tarayıcı uyumluluğu için yedek */
}

.dv-option-list li:hover {
  background: #f0f0f0;
}

.dv-info {
  background: #f9f9f9;
  padding: 10px;
  font-size: 14px;
  border-left: 4px solid #3883ab;
  margin-bottom: 10px;
}

.dv-sonuc {
  margin-top: 20px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #222;
}

.dv-sonuc p {
  margin-bottom: 4px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #222;
}

.dv-sonuc span {
  font-weight: bold;
  display: inline-block;
  width: 200px;
}
/* DAMGA VERGİSİ HESAPLAMA BİTİŞ */






/* KDV HESAPLAMA BAŞLANGIÇ */
#kdv-h2 h2{
  margin-bottom: -20px;
}

.kdv-form {
  margin-top: 20px;
}

.kdv-row.kdv-inline {
  display: flex;
  gap: 10px;
  align-items: flex-start; /* Emlak sayfasındaki gibi */
  margin-bottom: 15px;
}

.kdv-row.kdv-inline label {
  flex: 0 0 180px;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

.kdv-row.kdv-inline input[type="number"],
.kdv-row.kdv-inline select {
  flex: 1;
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.kdv-form select {
  padding-right: 30px; /* Ok için sağda boşluk bırak */
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Radyo butonlar için özel stil */
.kdv-radio-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kdv-radio-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0; /* Taşmayı önler */
}

.kdv-radio-option input[type="radio"] {
  margin: 3.5px 0 0 0;
  width: auto;
}

.kdv-radio-option label {
  flex: 1;
  white-space: normal;
  word-break: break-word; /* Uzun kelimeleri böler */
  font-size: 16px;
  line-height: 1.4;
}

.kdv-container {
  max-width: 800px;
  margin: 0;
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #222;
  margin-left: -20px;
}

#kdv-islem-container.kdv-row.kdv-inline {
  align-items: flex-start;
}

#kdv-islem-container .kdv-radio-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

#kdv-islem-container .kdv-radio-option label {
  flex: 1;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}
/* KDV HESAPLAMA BİTİŞ */






/* KAMBİYO HESAPLAMA BAŞLANGIÇ */
.kambiyo-row {
  display: flex;
  align-items: flex-start; /* Üstten hizalama */
  gap: 10px;
  margin-bottom: 15px;
}

.kambiyo-row > label {
  flex: 0 0 150px; /* "Hesaplama Şekli:" için sabit genişlik */
  font-weight: normal;
  font-size: 16px;
  white-space: nowrap;
  margin: 0;
  line-height: 1.4;
}

.kambiyo-option {
  flex: 1;
  display: flex;
  align-items: flex-start; /* Checkbox ve metni üstten hizala */
  gap: 8px;
}

.kambiyo-option input[type="checkbox"] {
  margin-top: 3.5px;
  width: auto;
}

.kambiyo-option label {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  flex: 1;
  cursor: pointer;
}


.container-ihtiyac input[type="number"] {
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  box-sizing: border-box;
}
/* KAMBİYO HESAPLAMA BİTİŞ */





/* GELİR VERGİSİ HESAPLAMA BAŞLANGIÇ */
.gv-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #222;
}

.gv-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

/* FORM ROW */
.gv-form {
  margin-top: 20px;
}

.gv-row.gv-inline {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.gv-row.gv-inline label {
  flex: 0 0 180px;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

.gv-row.gv-inline input[type="number"],
.gv-row.gv-inline select {
  flex: 1;
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.gv-select {
  padding-right: 30px;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* RADYO BUTON GRUBU */
.gv-radio-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gv-radio-option {
  display: flex;
  align-items: flex-start; /* Üstten hizala */
  gap: 8px;
}

.gv-radio-option input[type="radio"],
.gv-radio-option input[type="checkbox"] {
  margin: 3.5px 0 0 0; /* Üstten hafif boşluk, metinle hizalamak için */
  width: auto;
}

.gv-radio-option label {
  white-space: normal;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.4;
  flex: 1;
}

/* SONUÇ VE BUTON */
#gv-calc-btn {
  width: 100%;
  padding: 10px;
  background-color: #3883ab;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#gv-calc-btn:hover {
  background-color: #275d7a;
}

.sonuc p {
  margin-bottom: 4px;
}

#gv-minwage-container.gv-row.gv-inline {
  align-items: flex-start;
}

#gv-minwage-container .gv-radio-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  min-width: 0; /* label’ın flex içindeki taşmasını önler */
}

#gv-minwage-container .gv-radio-option label {
  flex: 1;           /* Label kalan alanı kaplasın */
  white-space: normal; /* Metin satır içinde sarsın */
  word-break: break-word; /* Uzun kelimeleri bölsün */
  line-height: 1.4;
}
/* GELİR VERGİSİ HESAPLAMA BİTİŞ */






/* MESAFE HESAPLAMA BAŞLANGIÇ */
.mh-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mh-form .mh-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.mh-form label {
  flex: 0 0 150px;
  white-space: nowrap;
  text-align: left;
}

.mh-form select,
.mh-form input[type="number"] {
  flex: 1;
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.mh-form select {
  flex: 1;
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  padding-right: 30px;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* Özel Dropdown Stilleri */
.mh-custom-select {
  flex: 1;
  position: relative;
  height: 44px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
}

.mh-selected-option {
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mh-option-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px; /* Sabit yükseklik */
  overflow-y: auto;   /* Scroll bar */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.mh-option-list li {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.mh-option-list li:hover {
  background: #f0f0f0;
}

.mh-info {
  background: #f9f9f9;
  padding: 10px;
  font-size: 14px;
  border-left: 4px solid #3883ab;
  margin-bottom: 10px;
}

.mh-sonuc {
  margin-top: 20px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #222;
}

.mh-sonuc p {
  margin-bottom: 4px; /* 4px yerine 10px */
  line-height: 1.5;    /* Satır yüksekliği ekledim */
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #222;
}

.mh-sonuc span {
  font-weight: bold;
  display: inline-block;
  width: 200px;
}
/* MESAFE HESAPLAMA BİTİŞ */





/* TAKSİ ÜCRETİ HESAPLAMA BAŞLANGIÇ */
.taksi-form {
  margin-top: 20px;
}

.taksi-row.taksi-inline {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.taksi-row.taksi-inline label {
  flex: 0 0 180px;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

.taksi-row.taksi-inline input[type="number"],
.taksi-row.taksi-inline select {
  flex: 1;
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.taksi-form select {
  padding-right: 30px; /* Ok için sağda boşluk bırak */
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
}

#sonuclar p {
  margin-bottom: 4px;
}

.container-taksi {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* TAKSİ ÜCRETİ HESAPLAMA BİTİŞ */






/* YOL TARİFİ HESAPLAMA BAŞLANGIÇ */
.yoltarifi-form-wrapper .yt-form-row {
  display: flex;
  gap: 10px;
  position: relative;
}

.yoltarifi-form-wrapper .yt-label {
  flex: 0 0 150px;
  margin: 0 10px 0 0;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #222;
  font-family: Arial, sans-serif;
  line-height: 44px;
  height: 44px;
}

.yoltarifi-form-wrapper .yt-input {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  height: 44px;
  font-family: Arial, sans-serif;
  color: #222;
  position: relative; /* Öneri listesi için referans noktası */
}

#yt-harita {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  display: none;
  z-index: 0;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.leaflet-routing-container {
  display: none !important;
}
/* YOL TARİFİ HESAPLAMA BİTİŞ */






/* AŞI TAKVİMİ HESAPLAMA BAŞLANGIÇ */
.asi-select-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.asi-label {
  flex: 0 0 140px;
  font-size: 16px;
  white-space: nowrap;
}

.asi-select-row select {
  flex: 1;
  min-width: 0;
  height: 44px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

#asi-h2 h2 {
  margin-bottom: 20px;
}

.asi-form {
  margin-top: 20px; /* KDV sayfasındaki form boşluğu ile aynı */
}

.asi-form select {
  padding-right: 30px; /* Ok için sağda boşluk bırak */
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%233883ab" d="M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.asi-hint {
  font-size: 13px;
  color: #666;
  margin-top: -5px;
  display: block;
  opacity: 0.8;
  margin-left: 151px; /* .asi-label genişliği kadar sola boşluk bırak */
}
/* AŞI TAKVİMİ BİTİŞ */




/* FOOTER ARKAPLAN RENGİ YÜKSEKLİK AYARLAMALARI */
#footer-arka-plan-index{
  min-height: 11vh;
}

#footer-arka-plan-asi{
  min-height: 34vh;
}

#footer-arka-plan-damga{
  min-height: 11vh;
}

#footer-arka-plan-doviz{
  min-height: 20vh;
}

#footer-arka-plan-emlak{
  min-height: 13.9vh;
}

#footer-arka-plan-finans{
  min-height: 11vh;
}

#footer-arka-plan-gelir{
  min-height: 13.3vh;
}

#footer-arka-plan-iban{
  min-height: 34.5vh;
}

#footer-arka-plan-ihtiyac{
  min-height: 14.5vh;
}

#footer-arka-plan-kambiyo{
  min-height: 28.5vh;  
}

#footer-arka-plan-kdv{
  min-height: 15vh;    
}

#footer-arka-plan-konut{
  min-height: 14.5vh;   
}

#footer-arka-plan-kredidosya{
  min-height: 34vh;  
}

#footer-arka-plan-kredi{
  min-height: 11vh;  
}

#footer-arka-plan-mesafe{
  min-height: 31vh; 
}

#footer-arka-plan-repo{
  min-height: 24vh; 
}

#footer-arka-plan-saglik{
  min-height: 11vh;
}

#footer-arka-plan-seyahat{
  min-height: 11vh;
}

#footer-arka-plan-tahvil{
  min-height: 14.7vh;
}

#footer-arka-plan-taksi{
  min-height: 29.5vh;
}

#footer-arka-plan-nakitavans{
  min-height: 14.5vh;  
}

#footer-arka-plan-tasit{
  min-height: 14.5vh;  
}

#footer-arka-plan-ticariarac{
  min-height: 14.5vh;
}

#footer-arka-plan-vadelimevduat{
  min-height: 14.5vh;
}

#footer-arka-plan-vergi{
  min-height: 11vh;
}

#footer-arka-plan-yoltarifi{
  min-height: 30.3vh;
}




@media (max-width: 1674px){
  #footer-arka-plan-asi{
    min-height: 37vh;
}

  #footer-arka-plan-damga{
    min-height: 13vh;
}

#footer-arka-plan-doviz{
  min-height: 23vh;
}

#footer-arka-plan-emlak{
  min-height: 15.3vh;
}

#footer-arka-plan-finans{
  min-height: 10vh;
}

#footer-arka-plan-gelir{
  min-height: 15.8vh;
}

#footer-arka-plan-iban{
  min-height: 37vh;
}

#footer-arka-plan-ihtiyac{
  min-height: 17vh;
}

#footer-arka-plan-kambiyo{
  min-height: 30vh;  
}

#footer-arka-plan-kdv{
  min-height: 17vh;    
}

#footer-arka-plan-konut{
  min-height: 17vh;   
}

#footer-arka-plan-kredidosya{
  min-height: 36.3vh;  
}

#footer-arka-plan-mesafe{
  min-height: 33.5vh; 
}

#footer-arka-plan-repo{
  min-height: 26vh; 
}

#footer-arka-plan-saglik{
  min-height: 18vh;
}

#footer-arka-plan-seyahat{
  min-height: 16.5vh;
}

#footer-arka-plan-tahvil{
  min-height: 17vh;
}

#footer-arka-plan-taksi{
  min-height: 32vh;
}

#footer-arka-plan-nakitavans{
  min-height: 16vh;  
}

#footer-arka-plan-tasit{
  min-height: 17vh;  
}

#footer-arka-plan-ticariarac{
  min-height: 17vh;
}

#footer-arka-plan-vadelimevduat{
  min-height: 17vh;
}

#footer-arka-plan-vergi{
  min-height: 10vh;
}

#footer-arka-plan-yoltarifi{
  min-height: 33vh;
}

}





@media (max-width: 600px){
#footer-arka-plan-index{
  min-height: 7vh;
}

  #footer-arka-plan-emlak{
  min-height: 9vh;
}

#footer-arka-plan-finans{
  min-height: 7vh;
}

#footer-arka-plan-gelir{
  min-height: 11vh;
}

#footer-arka-plan-kambiyo{
  min-height: 26.4vh;  
}

#footer-arka-plan-kdv{
  min-height: 13vh;    
}

#footer-arka-plan-kredi{
  min-height: 7vh;  
}

#footer-arka-plan-saglik{
  min-height: 7.5vh;
}

#footer-arka-plan-seyahat{
  min-height: 7.5vh;
}

#footer-arka-plan-nakitavans{
  min-height: 14vh;  
}

#footer-arka-plan-vergi{
  min-height: 7vh;
}

}