/* Ba&#1044;&#1119;&#1044;�&#1045;&#1119; formu stil tan&#1044;�mlamalar&#1044;� */

/* Form elemanlar&#1044;� i&#1043;�in genel stil */
#customMollieForm select,
#customMollieForm input[type="text"],
#customMollieForm input[type="email"],
#customMollieForm input[type="tel"],
#customMollieForm input[type="number"] {
  width: 100%;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 15px;
  border: 4px solid #ffad00;
  height: 40px;
  box-sizing: border-box; /* Padding ve border'&#1044;� geni&#1045;&#1119;li&#1044;&#1119;e dahil et */
}
#donationCategory {
  padding: 0 0 0 10px !important;
  /* height: 60px !important; */
}
#customMollieForm select option {
  /* T&#1043;&#1112;m se&#1043;�enekler i&#1043;�in stiller */
  padding: 10px;
  font-weight: 600;
  background-color: #ffad00;
  color: #ffffff;
}

#customMollieForm {
  background-color: rgba(255, 250, 240, 0);
  border: none;
  font-family: "Montserrat";
}
/* Input placeholder renk */
#customMollieForm input::placeholder {
  color: #888;
}

/* G&#1043;�nder butonu i&#1043;�in stil */
#customMollieForm input[type="submit"] {
  background-color: #333; /* Buton rengi */
  color: #ffad00;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 20%;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

#customMollieForm input[type="submit"]:hover {
  background-color: #ffad00; /* Buton hover rengi */
  color: white;
}
/* Her form &#1043;�&#1044;&#1119;esini ay&#1044;�rmak i&#1043;�in &#1043;&#1112;st ve alt marjlar */
#customMollieForm .form-field {
  margin-bottom: 15px;
}

/* E&#1044;&#1119;er form alanlar&#1044;� yan yana gelirse flexbox kullanarak hizalay&#1044;�n */
#customMollieForm .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Yan yana gelen form alanlar&#1044;� i&#1043;�in sol ve sa&#1044;&#1119; marjlar */
#customMollieForm .form-field-inline {
  margin-right: 10px;
  flex: 1; /* E&#1045;&#1119;it geni&#1045;&#1119;likte olmalar&#1044;�n&#1044;� sa&#1044;&#1119;lar */
}
/* Placeholder metin stilini belirleyin */
#customMollieForm ::placeholder {
  color: #aaa; /* Daha hafif bir renk kullan&#1044;�n */
  font-style: italic; /* &#1044;�pucu oldu&#1044;&#1119;unu vurgulamak i&#1043;�in */
}
/* Odaklan&#1044;�ld&#1044;�&#1044;&#1119;&#1044;�nda input alanlar&#1044;�n&#1044;�n stilini belirleyin */
#customMollieForm input[type="text"]:focus,
#customMollieForm input[type="email"]:focus,
#customMollieForm input[type="tel"]:focus,
#customMollieForm select:focus {
  outline: none; /* Varsay&#1044;�lan taray&#1044;�c&#1044;� odak &#1043;�er&#1043;�evesini kald&#1044;�r&#1044;�n */
  border-color: #ffad00; /* Site rengi ile uyumlu bir odak rengi */
  box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5); /* Hafif bir d&#1044;�&#1045;&#1119; g&#1043;�lge efekti */
}
/* Toplam tutar k&#1044;�sm&#1044;� i&#1043;�in stil */
#subtotal {
  font-size: 20px;
  font-weight: bold;
  color: #ffad00;
  display: flex;
  justify-content: end;
  align-items: center;
}

.currency-symbol {
  color: #000;
  font-weight: bold;
  font-size: 26px;
}
/* Ba&#1044;&#1119;&#1044;�&#1045;&#1119; &#1043;�&#1044;&#1119;esi konteyner stillemesi */
/* Ba&#1044;&#1119;&#1044;�&#1045;&#1119; &#1043;�&#1044;&#1119;esi konteyner stillemesi */
.donation-item {
  max-width: 530px;

  background-color: white;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Ba&#1044;&#1119;&#1044;�&#1045;&#1119; ba&#1045;&#1119;l&#1044;�&#1044;&#1119;&#1044;� stillemesi */
.donation-header-country-type {
  background-color: #ffad00;
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
  color: white;
  font-weight: bold;
}
.donation-header-country-type .country-name {
  font-size: 95%;
}

.donation-header-country-type .type-name {
  font-size: 75%;
  color: #000;
}
.donation-category-type {
  width: 100%;
  font-weight: bold;
}

.quantity-controls {
  display: flex;
  font-weight: bold;
  align-items: center;
  position: relative; /* Pozisyon ayar&#1044;� */
}
.user-amount-input {
  display: flex;
  justify-content: center;
  align-items: baseline;

  width: 110px;
  height: 40px;
}

.user-amount-input label {
  background-color: #000;
  color: white;
  height: 40px;
  padding: 6px;
}

#customMollieForm .user-amount-input input[type="number"] {
  background-color: #000;
  color: white !important;
  border: none !important;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0 0 0 10px;
}
.user-amount-input input::placeholder {
  color: white;
  opacity: 1;
}

.donation-name-input {
  border: none !important;
}
.donation-amount {
  font-weight: bold;
  color: #000000;
  padding: 5px 10px;
  font-size: 16px;

  white-space: nowrap; /* Miktar&#1044;�n tek sat&#1044;�rda kalmas&#1044;�n&#1044;� sa&#1044;&#1119;la */
}
.quantity-change-amount {
  background-color: #000;
}
/* Art&#1044;� ve eksi butonlar&#1044;�n&#1044;�n stillemesi */
#customMollieForm .quantity-change {
  display: flex;
  background-color: transparent;
  color: white;
  border: none;
  padding: 0 14px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 30px; /* Geni&#1045;&#1119;lik ayarlanabilir */
  height: 20px; /* Y&#1043;&#1112;kseklik ayarlanabilir */
  vertical-align: middle;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
/* Art&#1044;� "+" (yukar&#1044;�) i&#1043;�in &#1043;&#1112;&#1043;�gen */
/* Art&#1044;� "+" i&#1045;&#1119;areti */
.quantity-change.increase::before,
.quantity-change.increase::after {
  content: "";
  position: absolute;
  border-style: solid;
}

.quantity-change.increase::before {
  /* Yukar&#1044;� y&#1043;�nl&#1043;&#1112; &#1043;&#1112;&#1043;�gen */
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffad00 transparent;
}

.quantity-change.increase::after {
  /* "+" i&#1045;&#1119;areti */
  content: "+";
  color: #000;
  font-size: 20px; /* Art&#1044;� i&#1045;&#1119;aretinin boyutu */
  font-weight: bold;
  border: transparent;
  line-height: 20px;
  padding-top: 3px;
  padding-bottom: 0; /* &#1044;�&#1045;&#1119;aretin &#1043;&#1112;&#1043;�gen i&#1043;�indeki konumunu ayarla */
}

/* Eksi "-" i&#1045;&#1119;areti */
.quantity-change.decrease::before,
.quantity-change.decrease::after {
  content: "";
  position: absolute;
  border-style: solid;
}

.quantity-change.decrease::before {
  /* A&#1045;&#1119;a&#1044;&#1119;&#1044;� y&#1043;�nl&#1043;&#1112; &#1043;&#1112;&#1043;�gen */
  border-width: 15px 15px 0 15px;
  border-color: #ffad00 transparent transparent transparent;
}

.quantity-change.decrease::after {
  /* "-" i&#1045;&#1119;areti */
  content: "−"; /* Unicode minus sign */
  color: #000;
  border: transparent;
  font-size: 20px; /* Eksi i&#1045;&#1119;aretinin boyutu */
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 0; /* &#1044;�&#1045;&#1119;aretin &#1043;&#1112;&#1043;�gen i&#1043;�indeki konumunu ayarla */
}
/* Hover durumu */

.quantity-change:hover::after {
  color: #fff; /* Metin rengi */
}

.quantity-change:active::after {
  color: #fff; /* Metin rengi */
}

.quantity-change.decrease:active::before {
  border-color: #ff0000 transparent transparent transparent; /* A&#1045;&#1119;a&#1044;&#1119;&#1044;� &#1043;&#1112;&#1043;�genin active durumunda rengi */
}

.quantity-change.increase:active::before {
  border-color: transparent transparent #ff0000 transparent; /* Yukar&#1044;� &#1043;&#1112;&#1043;�genin active durumunda rengi */
}
/* Butonlar&#1044;�n yan&#1044;�ndaki miktar input'u stillemesi */
#customMollieForm .quantity-input {
  border: none !important;
  padding: 5px 10px !important; /* &#1044;�&#1043;� bo&#1045;&#1119;luk */
  text-align: center !important; /* Metni ortala */
  margin: 0 0 !important; /* Sa&#1044;&#1119; ve sol bo&#1045;&#1119;luk */
  font-size: 18px !important; /* Okunakl&#1044;� yaz&#1044;� boyutu */
  font-weight: bold !important;
  background-color: #000000 !important; /* Beyaz arka plan */
  color: #ffffff !important; /* Siyah yaz&#1044;� rengi */
  width: 50px !important; /* Sabit geni&#1045;&#1119;lik */
  height: 40px !important;
  align-self: center !important; /* Kendi ekseninde ortala */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox i&#1043;�in */
  appearance: textfield !important; /* Standart &#1043;�zellik */
}

/* Miktar ve butonlar&#1044;�n oldu&#1044;&#1119;u b&#1043;�l&#1043;&#1112;m&#1043;&#1112;n stillemesi */
/* .quantity-change-amount {
  width: 35px;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  background-color: #000; 
  padding: 2px; 
  border-radius: 20px;
} */
.my-custom-class {
  margin-top: 25px;
}
.form-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.form-row input[type="text"] {
  flex: 1; /* E&#1045;&#1119;it geni&#1045;&#1119;likte olmalar&#1044;�n&#1044;� sa&#1044;&#1119;lar */
  margin-right: 10px; /* &#1044;�lk input'tan sonra bir bo&#1045;&#1119;luk b&#1044;�rak&#1044;�r */
}

.form-row input[type="text"]:last-child {
  margin-right: 0; /* Son input'ta sa&#1044;&#1119;a marj b&#1044;�rakmaz */
}
/* &#1043;�zel checkbox container stilini belirleyin */
.checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 20px;
  margin-top: 30px;
}

/* Ger&#1043;�ek checkbox'&#1044;� gizleyin */
.checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 32px;
  width: 28px;
  margin-top: -7px;
  margin-left: -30px;
  z-index: 2; /* &#1043;&#1114;zerine t&#1044;�klanabilirlik i&#1043;�in z-index'i art&#1044;�r&#1044;�n */
}

/* Yeni onay kutusu &#1045;&#1119;eklini olu&#1045;&#1119;turun */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #000000;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  z-index: 1; /* Checkmark z-index'ini ayarlay&#1044;�n */
}

/* Onay kutusu se&#1043;�ildi&#1044;&#1119;inde bir onay i&#1045;&#1119;areti g&#1043;�sterin */
.checkbox-container input:checked ~ .checkmark {
  background-color: #000; /* &#1044;�&#1045;&#1119;aretli oldu&#1044;&#1119;unda arka plan rengi */
  border: none;
}

/* Onay i&#1045;&#1119;aretini olu&#1045;&#1119;turun */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Onay kutusu se&#1043;�ildi&#1044;&#1119;inde i&#1045;&#1119;areti g&#1043;�ster */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Label stilini belirleyin */
.checkbox-container label {
  font-size: 13px;
  display: block;
}

/* Ba&#1044;&#1119;&#1044;�&#1045;&#1119; butonu i&#1043;�in stil */
#customMollieForm .donate-button {
  background-color: #333; /* Butonun arka plan rengi */
  color: #ffad00;
  padding: 5px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;

  font-weight: bold;

  height: 25%;
  margin-top: 10px;
  font-size: 18px;
}

/* Toplam tutar bilgisi i&#1043;�in stil */
.total-amount {
  display: flex;
  align-items: center;
}

.total-amount span {
  font-weight: bold;
  color: #000;
}

#subtotalValue {
  margin-left: 10px; /* Tutar&#1044;�n ba&#1045;&#1119;&#1044;�ndaki 'Totaalbedrag' metninden bo&#1045;&#1119;luk */
  font-size: 1.5em; /* Tutar metninin boyutu */
  color: #000;
}
.form-submit-subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* Radyo butonlar&#1044;� i&#1043;�in stil */
/* Konteyner stilini ayarla */
.donation-type-selection,
.country-selection {
  background-color: transparent;
  display: flex; /* Flexbox d&#1043;&#1112;zenini kullan */

  padding: 0 0 25px 15px;
  justify-content: space-between; /* &#1044;�ki radyo butonu aras&#1044;�nda bo&#1045;&#1119;luk b&#1044;�rak */
}
.country-selection label[for="GRIEKENLAND"] {
  padding: 0 0 0 20px;
}

.donation-type-selection {
  padding: 10px 40px 20px 60px;
}
/* &#1043;�zelle&#1045;&#1119;tirilmi&#1045;&#1119; radyo butonlar&#1044;� i&#1043;�in label stilini ayarla */
.donation-type-button,
.country-button {
  flex: 1; /* Flexbox &#1043;�zelli&#1044;&#1119;i ile her bir etiketi e&#1045;&#1119;it geni&#1045;&#1119;likte yap */
  margin: 0 10px; /* Sa&#1044;&#1119; ve sol bo&#1045;&#1119;luk b&#1044;�rak */
  cursor: pointer;
  color: #000;
  text-align: center; /* Metni ortala */
  font-weight: bold;
  font-size: 14px; /* Font boyutunu belirle */
  position: relative; /* Ps&#1043;�do elementler i&#1043;�in konumland&#1044;�rma */
  padding-left: 0px;
  user-select: none; /* Metni se&#1043;�ilemez yap */
  line-height: 25px; /* Y&#1043;&#1112;ksekli&#1044;&#1119;i belirle */
}

/* Radyo butonunun &#1043;�zelle&#1045;&#1119;tirilmi&#1045;&#1119; g&#1043;�rselini gizle */
.donation-type-selection input[type="radio"],
.country-selection input[type="radio"] {
  display: none; /* Ger&#1043;�ek radyo butonunu gizle */
}

/* &#1043;�zelle&#1045;&#1119;tirilmi&#1045;&#1119; radyo butonunun g&#1043;�rselini olu&#1045;&#1119;tur */
.donation-type-button::before,
.country-button:before {
  content: ""; /* &#1044;�&#1043;�eri&#1044;&#1119;i bo&#1045;&#1119; olan bir ps&#1043;�do element */
  position: absolute; /* Label i&#1043;�indeki mutlak konum */
  top: 50%;
  left: 0;

  transform: translateY(-50%); /* Yatay eksende ortala */
  width: 20px;
  height: 20px;
  border: 2px solid #ffad00; /* Kenarl&#1044;�k stilini ekle */
  border-radius: 50%; /* Daire &#1045;&#1119;eklinde yap */
  background-color: #fff; /* Arka plan rengi */
}

/* Radyo butonu se&#1043;�ildi&#1044;&#1119;inde g&#1043;�rseli de&#1044;&#1119;i&#1045;&#1119;tir */
.donation-type-selection
  input[type="radio"]:checked
  + .donation-type-button::before,
.country-selection input[type="radio"]:checked + .country-button:before {
  border-color: #ffad00; /* Se&#1043;�ildi&#1044;&#1119;inde kenarl&#1044;�k rengi */
  background-color: #ffad00; /* Se&#1043;�ildi&#1044;&#1119;inde arka plan rengi */
}

/* Se&#1043;�ili radyo butonu i&#1043;�in i&#1043;� i&#1045;&#1119;areti g&#1043;�ster */
.donation-type-selection
  input[type="radio"]:checked
  + .donation-type-button::after,
.country-selection input[type="radio"]:checked + .country-button:after {
  content: ""; /* &#1044;�&#1043;�eri&#1044;&#1119;i bo&#1045;&#1119; olan bir ps&#1043;�do element */
  position: absolute; /* Label i&#1043;�indeki mutlak konum */
  top: 50%;
  left: 4px; /* Sol kenardan 5px i&#1043;�erde */
  transform: translate(0, -50%); /* Yatay eksende ortala */
  width: 12px;
  height: 12px;
  border-radius: 50%; /* Daire &#1045;&#1119;eklinde yap */
  background-color: #000000; /* Arka plan rengi */
}

.kies {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

#donation-description {
  font-size: 16px;
  padding: 20px 0 10px 0;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Montserrat";
}
/* Hata ve ba&#1045;&#1119;ar&#1044;� mesajlar&#1044;� i&#1043;�in stil */
.error-message,
.success-message {
  padding: 10px;
  margin-top: 20px;
  border-radius: 4px;
  text-align: center;
}

.error-message {
  color: #d9534f;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.success-message {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

/* Form ba&#1045;&#1119;l&#1044;�&#1044;&#1119;&#1044;� stil tan&#1044;�mlamas&#1044;� */
.donation-header h1 {
  background-color: #000; /* Ba&#1045;&#1119;l&#1044;�k arkaplan rengi */
  color: #ffad00; /* Ba&#1045;&#1119;l&#1044;�k yaz&#1044;� rengi */
  padding: 30px;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  font-size: 25px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* Select kutusu ve label stil tan&#1044;�mlamas&#1044;� */
.select-donation-container {
  display: flex;
  width: 100%; /* Konteyner geni&#1045;&#1119;li&#1044;&#1119;i */
}
#customMollieForm .select__field::before {
  color: transparent;
}
.select-donation-label {
  flex: 0 0 auto; /* Otomatik geni&#1045;&#1119;lik */

  height: 40px; /* Etiket y&#1043;&#1112;ksekli&#1044;&#1119;i */
  line-height: 40px; /* Yaz&#1044;�n&#1044;�n y&#1043;&#1112;ksekli&#1044;&#1119;i etiket y&#1043;&#1112;ksekli&#1044;&#1119;iyle ayn&#1044;� olsun */
  padding: 0 10px 0 10px; /* &#1044;�&#1043;�erik i&#1043;�in yeterli yer sa&#1044;&#1119;la */
  background: #000;

  white-space: nowrap;
}
.select-donation-label label {
  color: rgb(255, 255, 255);
}

.select-donation-select {
  flex: 1; /* A&#1043;�&#1044;�l&#1044;�r men&#1043;&#1112;n&#1043;&#1112;n kalan alan&#1044;� doldurmas&#1044;�n&#1044;� sa&#1044;&#1119;la */
  position: relative; /* Ok simgesi i&#1043;�in pozisyon ayarla */
}
.select-donation-select .select__field {
  display: block;
}

.select-donation-select select {
  width: 100%;

  padding: 0 10px; /* &#1044;�&#1043;�erik i&#1043;�in yeterli yer sa&#1044;&#1119;la */

  box-sizing: border-box;
  -webkit-appearance: none; /* Taray&#1044;�c&#1044;� stilini kald&#1044;�r */
  -moz-appearance: none;
  appearance: none;
}

/* A&#1043;�&#1044;�l&#1044;�r men&#1043;&#1112; i&#1043;�in &#1043;�zel ok simgesi */
.select-donation-select:after {
  content: "▼";
  position: absolute;
  top: 40%;
  right: 18px;
  transform: translateY(-50%); /* Yatay eksende ortala */
  pointer-events: none; /* T&#1044;�klanabilirli&#1044;&#1119;i engelle */
}

#customMollieForm {
  padding: 0 30px 0 30px !important;
  box-shadow: none;
}
/* Responsive tasar&#1044;�m stil tan&#1044;�mlamalar&#1044;� */
@media (max-width: 768px) {
  .select-donation-select select,
  .country-selection label,
  .quantity-change,
  .quantity-input,
  .donation-name-input {
    width: 100%;
    padding: 0 18px;
  }
  .donation-type-selection {
    padding: 0;
    width: 100%;
  }
  .country-selection {
    padding: 10px 0 10px 0;
    width: 100%;
  }
  .user-amount-input label {
    padding: 8px;
  }
  .country-selection label[for="AFRIKA"] {
    padding: 0 0 0 20px;
    font-size: 10px;
  }

  .country-selection label[for="GRIEKENLAND"] {
    padding: 0 0 0 20px;
    font-size: 10px;
  }

  .country-selection label[for="BOSNIE"] {
    padding: 0 0 0 20px;
    font-size: 10px;
  }

  .donation-amount {
    width: 70px;
  }
  .quantity-input {
    margin-bottom: 10px;
  }
  #customMollieForm .form-row {
    flex-direction: column;
  }

  #customMollieForm .form-field-inline {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .form-submit-subtotal {
    flex-direction: column;
  }

  /* Daha k&#1043;&#1112;&#1043;�&#1043;&#1112;k yaz&#1044;� tipi boyutlar&#1044;� ve d&#1043;&#1112;&#1044;&#1119;me boyutlar&#1044;� */
  #customMollieForm {
    font-size: 14px;
    padding: 0 4px 0 4px !important;
  }

  .donation-header-country-type .type-name {
    font-size: 60%;
  }

  #customMollieForm input[type="submit"] {
    padding: 12px 15px;
  }
  .form-row input[type="text"] {
    margin-right: 0;
  }
}
