/* =========================================================
   GÖNÜLLÜLÜK FORMU CSS
   Form ID: form_69de1fb672c28
   Version: 1.0.9
========================================================= */

/* Ana form kutusu */
form#form_69de1fb672c28.af-form.acf-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px !important;
  background: #f9f9f9 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
}

/* Label */
form#form_69de1fb672c28 .acf-label label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

/* Inputlar */
form#form_69de1fb672c28 input[type="text"],
form#form_69de1fb672c28 input[type="email"],
form#form_69de1fb672c28 input[type="number"],
form#form_69de1fb672c28 textarea,
form#form_69de1fb672c28 select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border 0.2s ease;
  background: #fff;
}

/* Focus */
form#form_69de1fb672c28 input:focus,
form#form_69de1fb672c28 textarea:focus,
form#form_69de1fb672c28 select:focus {
  border-color: #0073aa;
  outline: none;
}

/* Genel field arka planı */
form#form_69de1fb672c28 .acf-fields > .acf-field {
  background: #f9f9f9;
}

/* Page wrap */
form#form_69de1fb672c28 .af-page-wrap {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Yuvarlak gri index gizle */
form#form_69de1fb672c28 .af-page-button span.index {
  display: none !important;
}

/* Page button */
form#form_69de1fb672c28 .af-page-button {
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Page numara yazısı */
form#form_69de1fb672c28 .af-page-button span.title {
  display: inline !important;
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 600;
}

/* Aktif sekme */
form#form_69de1fb672c28 .af-page-button.current {
  background: #cc287e !important;
  border-color: #cc287e !important;
}

form#form_69de1fb672c28 .af-page-button.current span.title {
  color: #fff !important;
}

/* Önceki - Sonraki butonları */
form#form_69de1fb672c28 .af-previous-button,
form#form_69de1fb672c28 .af-next-button,
form#form_69de1fb672c28 .acf-button.af-submit-button,
form#form_69de1fb672c28 input[type="submit"] {
  background: #ed4998 !important;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
}

/* Hover */
form#form_69de1fb672c28 .af-previous-button:hover,
form#form_69de1fb672c28 .af-next-button:hover,
form#form_69de1fb672c28 .acf-button.af-submit-button:hover,
form#form_69de1fb672c28 input[type="submit"]:hover {
  background: #cc287e !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* DISABLED (GRİ - KESİN) */
form#form_69de1fb672c28 .af-previous-button:disabled,
form#form_69de1fb672c28 .af-next-button:disabled,
form#form_69de1fb672c28 .af-previous-button[disabled],
form#form_69de1fb672c28 .af-next-button[disabled] {
  background: #e5e5e5 !important;
  color: #999 !important;
  cursor: not-allowed;
  transform: none;
}

/* Accordion başlık */
form#form_69de1fb672c28 .acf-accordion .acf-accordion-title label {
  font-weight: 700 !important;
  color: #000 !important;
}

/* Mesaj alanı */
form#form_69de1fb672c28 .acf-field-message .acf-input {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  margin: 0 !important;
  height: auto !important;
  min-height: unset !important;
  text-align: left !important;
}

form#form_69de1fb672c28 .acf-field-message .acf-input p {
  margin: 4px 0 !important;
  line-height: 1.4 !important;
  font-size: 15px !important;
  color: #333 !important;
}

form#form_69de1fb672c28 .acf-field-message .acf-input p:last-child {
  margin-bottom: 0 !important;
}

form#form_69de1fb672c28 .acf-field-message .acf-input br {
  display: none !important;
}

/* Checkbox / radio listeleri */
form#form_69de1fb672c28 .acf-radio-list.acf-hl,
form#form_69de1fb672c28 .acf-checkbox-list.acf-hl {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 6px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

form#form_69de1fb672c28 .acf-radio-list.acf-hl li,
form#form_69de1fb672c28 .acf-checkbox-list.acf-hl li {
  margin: 0 !important;
  white-space: normal;
}

/* clearfix pseudo elemanlarını kaldır */
form#form_69de1fb672c28 .acf-hl:before,
form#form_69de1fb672c28 .acf-hl:after,
form#form_69de1fb672c28 .acf-bl:before,
form#form_69de1fb672c28 .acf-bl:after,
form#form_69de1fb672c28 .acf-cf:before,
form#form_69de1fb672c28 .acf-cf:after {
  content: none !important;
}

/* Başarı mesajı */
form#form_69de1fb672c28 + .af-success,
.af-success {
  background: #ffffff;
  border-left: 6px solid #28a745;
  color: #155724;
  padding: 18px 22px;
  margin: 30px auto;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  max-width: 420px;
  animation: popSlide 0.4s ease-out;
  display: flex;
  align-items: center;
}

.af-success::before {
  content: "✔";
  font-size: 22px;
  font-weight: bold;
  color: #28a745;
  margin-right: 12px;
}

@keyframes popSlide {
  from { opacity: 0; transform: translateY(-15px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Mobil */
@media (max-width: 600px) {
  form#form_69de1fb672c28 {
    padding: 16px !important;
  }

  form#form_69de1fb672c28 .acf-radio-list.acf-hl,
  form#form_69de1fb672c28 .acf-checkbox-list.acf-hl {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 10px;
  }

  form#form_69de1fb672c28 .af-page-wrap {
    gap: 6px;
  }

  form#form_69de1fb672c28 .af-previous-button,
  form#form_69de1fb672c28 .af-next-button,
  form#form_69de1fb672c28 .acf-button.af-submit-button,
  form#form_69de1fb672c28 input[type="submit"] {
    width: 100%;
    margin-top: 8px;
  }
}

/* Gönüllülük kişi bilgileri grubu */
form#form_69de1fb672c28 .af-field-gonulluluk-kisibilgileri > .acf-input > .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

/* İsim ve Soyisim yan yana */
form#form_69de1fb672c28 .af-field-gonulluluk-kisibilgileri .acf-field[data-name="gonulluluk_isim"],
form#form_69de1fb672c28 .af-field-gonulluluk-kisibilgileri .acf-field[data-name="gonulluluk_soyisim"] {
  width: 50%;
  box-sizing: border-box;
}

/* Cinsiyet altta tam genişlik */
form#form_69de1fb672c28 .af-field-gonulluluk-kisibilgileri .acf-field[data-name="gonulluluk_cinsiyet"] {
  width: 100%;
  box-sizing: border-box;
}

/* E-posta + Cep Telefonu yan yana */
form#form_69de1fb672c28 .af-field-gonulluluk-kisiyeulasma > .acf-input > .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

form#form_69de1fb672c28 .af-field-gonulluluk-kisiyeulasma .acf-field[data-name="gonulluluk_eposta"],
form#form_69de1fb672c28 .af-field-gonulluluk-kisiyeulasma .acf-field[data-name="gonululuk_cep_telefonu"] {
  width: 50%;
  box-sizing: border-box;
}
/* Yaşadığın İl + İlçe yan yana */
form#form_69de1fb672c28 .af-field-gonulluluk-adres > .acf-input > .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

form#form_69de1fb672c28 .af-field-gonulluluk-adres .acf-field[data-name="gonulluluk_yasadigin_il"],
form#form_69de1fb672c28 .af-field-gonulluluk-adres .acf-field[data-name="gonulluluk_yasadigin_ilce"] {
  width: 50%;
  box-sizing: border-box;
}

/* GROUP KUTULARINI KALDIR */
form#form_69de1fb672c28 .acf-fields.-border {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

/* group içindeki field border çizgilerini de yumuşat */
form#form_69de1fb672c28 .acf-fields.-border > .acf-field {
  border-top: none !important;
}

/* Okul bilgileri grubu */
form#form_69de1fb672c28 .af-field-gonulluluk-okulbilgileri > .acf-input > .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

form#form_69de1fb672c28 .af-field-gonulluluk-okulbilgileri .acf-field[data-name="gonulluluk_okudugun_okul"],
form#form_69de1fb672c28 .af-field-gonulluluk-okulbilgileri .acf-field[data-name="gonulluluk_okudugun_bolum"] {
  width: calc(50% - 6px);
  box-sizing: border-box;
}
/* Çalışılan yer / departman grubu */
form#form_69de1fb672c28 .af-field-gonulluluk-calisilanyerdepartman > .acf-input > .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

form#form_69de1fb672c28 .af-field-gonulluluk-calisilanyerdepartman .acf-field[data-name="gonulluluk_calistigin_yer"],
form#form_69de1fb672c28 .af-field-gonulluluk-calisilanyerdepartman .acf-field[data-name="gonulluluk_calistigin_bolumdepartman"] {
  width: calc(50% - 6px);
  box-sizing: border-box;
}
/* KVKK message alanı alt boşluğu azalt */
form#form_69de1fb672c28 .acf-field-message {
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}

/* message içindeki boş p'leri temizle */
form#form_69de1fb672c28 .acf-field-message p {
  margin: 0 !important;
}

/* checkbox üst boşluğu kaldır */
form#form_69de1fb672c28 
.acf-field-gonulluluk_kisisel_verileri_koruma_kanunukvkk {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* checkbox'ı başlığa yaklaştır */
form#form_69de1fb672c28 
.acf-field-gonulluluk_kisisel_verileri_koruma_kanunukvkk .acf-input {
  margin-top: 4px;
}

/* KIZ YURDU FORMUNDAKİ GİBİ DAHA İNCE-UZUN ALAN GÖRÜNÜMÜ */
form#form_69de1fb672c28 .acf-input-wrap {
  max-width: 100%;
}

form#form_69de1fb672c28 .acf-input-wrap input[type="text"],
form#form_69de1fb672c28 .acf-input-wrap input[type="email"],
form#form_69de1fb672c28 .acf-input-wrap input[type="number"],
form#form_69de1fb672c28 .acf-input-wrap select {
  width: 99% !important;
  min-height: 14px !important;
  padding: 6px 10px !important;
  border-radius: 10px !important;
  box-sizing: border-box;
}

/* datepicker text input da aynı görünsün */
form#form_69de1fb672c28 .acf-date-picker .input,
form#form_69de1fb672c28 .acf-date-picker input[type="text"] {
  width: 99% !important;
  min-height: 14px !important;
  padding: 6px 10px !important;
  border-radius: 10px !important;
  box-sizing: border-box;
}

/* textarea bunlardan biraz farklı kalsın */
form#form_69de1fb672c28 .acf-input-wrap textarea {
  width: 92% !important;
  min-height: 120px !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  box-sizing: border-box;
}
/* Çalışılan yer / departman hizalama FIX */
form#form_69de1fb672c28 .af-field-gonulluluk-calisilanyerdepartman > .acf-input > .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* kolonlar */
form#form_69de1fb672c28 .af-field-gonulluluk-calisilanyerdepartman .acf-field {
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* label normal kalsın */
form#form_69de1fb672c28 .af-field-gonulluluk-calisilanyerdepartman .acf-label {
  margin-bottom: 8px;
}

/* input hep aynı hizada olsun */
form#form_69de1fb672c28 .af-field-gonulluluk-calisilanyerdepartman .acf-input {
  margin-top: auto;
}


/* Group alanlarının soldan içeri kaymasını kaldır */
.af-field-type-group > .af-label {
  display: none !important;
}

.af-field-type-group > .af-input {
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.af-field-type-group > .af-input > .acf-fields {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
}

/* Group içindeki her alan da sola tam yaslansın */
.af-field-type-group .acf-field {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Input/select genişlikleri düzgün dursun */
.af-field-type-group .acf-input,
.af-field-type-group .acf-input-wrap,
.af-field-type-group input,
.af-field-type-group select {
  width: 100% !important;
}