/*
 Theme Name:   Astra Child
 Template:     astra
 Version:      2.5.0
*/

.okunma-tablosu {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  background-color: #1e1e1e;
  color: #ddd;
  margin: 20px 0;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
}

.okunma-tablosu thead {
  background-color: #2c2c2c;
}

.okunma-tablosu th,
.okunma-tablosu td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #333;
}

.okunma-tablosu tr:hover {
  background-color: #2a2a2a;
}

.okunma-tablosu th {
  color: #ffffff;
  font-weight: 600;
}

.okunma-tablosu td a {
  color: #72bcd4;
  text-decoration: none;
}

.okunma-tablosu td a:hover {
  text-decoration: underline;
}

/*-----------------------------giriş yap------------------------------*/



.wpum-login-form input[type="submit"] {
  display: block;
  margin: 0 auto;
}

/* Etiketler */
.wpum-login-form label {
  color: #eee;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}

/* Input kutuları */
.wpum-login-form input[type="text"],
.wpum-login-form input[type="email"],
.wpum-login-form input[type="password"] {
  background: #1c1c1c;
  color: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
  transition: border 0.3s, background 0.3s;
}

.wpum-login-form input:focus {
  border-color: #a673ff;
  background-color: #252525;
  outline: none;

}

/* Buton */
.wpum-login-form input[type="submit"] {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.wpum-login-form input[type="submit"]:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(139, 92, 246, 0.3);
}

/* Kayıt / Şifre bağlantıları */
.wpum-login-form .wpum-register,
.wpum-login-form .wpum-lost-password {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 12px;
  margin-top: 12px;
  border-radius: 8px;
  text-align: center !important;
  box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.wpum-login-form .wpum-register a,
.wpum-login-form .wpum-lost-password a {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  color: #c792ff;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}




.wpum-login-form .wpum-register a:hover,
.wpum-login-form .wpum-lost-password a:hover {
  background-color: rgba(0, 0, 0, 0.8);

    
}

.wpum-login-form label,
.wpum-login-form a,
.wpum-login-form input::placeholder {
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);

    
}

/* Checkbox hizalama */
.wpum-login-form input[type="checkbox"] {
  accent-color: #a78bfa;
  margin-right: 6px;
}

body.page-id-4267 html,
body.page-id-4267 {
  background-image: url("https://www.rezeroturkce.com/wp-content/uploads/2025/05/FB_IMG_1661456593047_upscayl_2x_upscayl-standard-4x.webp");
  background-color: #333333;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.page-id-4269 html,
body.page-id-4269 {
  background-image: url("https://www.rezeroturkce.com/wp-content/uploads/2025/05/FB_IMG_1661456593047_upscayl_2x_upscayl-standard-4x.webp");
  background-color: #333333;
}


body.page-id-4267 h1,
body.page-id-4269 h1 {
  color: red !important;
  text-shadow: none !important;
}

.wpum-action-links {
    text-align: center;
}

.wpum-action-links a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #e5ccff;
  padding: 8px 14px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  transition: background 0.3s;
}

.wpum-action-links a:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
}

.wpum-template.wpum-form.wpum-login-form, .wpum-template.wpum-form.wpum-registration-form {
  margin: 0 auto;    /* ortalar */
  padding: 24px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.85);
  backdrop-filter: blur(6px);
  color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  margin-top: 20px;
  max-width: 500px !important;
}

/*--------------------kayıt ol--------------------------*/

.wpum-form fieldset, .wpum-submit-registration-form, .wpum-registration-form {
    max-width: 500px !important; /* idealdir */
    margin: 0 auto;    /* ortalar */
  padding: 24px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.85);
  background-size: 500px;
  backdrop-filter: blur(6px);
  color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  margin-top: 20px;
}

.wpum-form input[type="submit"] {
  display: block;
  margin: 0 auto;
}

/* Etiketler */
.wpum-form label, .wpum-form fieldset label {
  color: #eee;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}

/* Input kutuları */
.wpum-form input[type="text"],
.wpum-form input[type="email"],
.wpum-form input[type="password"] {
  background: #1c1c1c;
  color: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
  transition: border 0.3s, background 0.3s;
}

.wpum-form input:focus {
  border-color: #a673ff;
  background-color: #252525;
  outline: none;

}

/* Buton */
.wpum-form input[type="submit"] {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.wpum-form input[type="submit"]:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(139, 92, 246, 0.3);
}

.wpum-form label,
.wpum-form a,
.wpum-form input::placeholder {
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);

    
}

/* Checkbox hizalama */
.wpum-form input[type="checkbox"] {
  accent-color: #a78bfa;
  margin-right: 6px;
}

body.page-id-4269 html,
body.page-id-4269 {
  background-image: url("https://www.rezeroturkce.com/wp-content/uploads/2025/05/FB_IMG_1661456593047_upscayl_2x_upscayl-standard-4x.webp");
  background-color: #333333;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*---------------------Yorum CSS---------------------------*/

.comments, .respond, .comments-area, .wpd-dark{
    background-color: #333333 !important;
}

#page.hfeeds.site {
    background-color: #333333 !important;
    background: #333333;
}


/*------------------hesap ayarları css----------------*/

/* Genel zemin rengi ve metin rengi */
.wpum-account, .wpum-profile {
  background-color: #333333 !important;
  color: #f0f0f0 !important;
}

/* Başlıklar */
.wpum-account h1, .wpum-account h2, .wpum-account h3 {
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
}

/* Yan menü */
.wpum-account-navigation {
  background-color: #2b2b2b;
  border-radius: 8px;
  padding: 20px;
}

.wpum-account-navigation ul li a {
  color: #dcdcdc !important;
  padding: 10px;
  display: block;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.wpum-account-navigation ul li a:hover,
.wpum-account-navigation ul li.active a {
  background-color: #444 !important;
  color: #fff !important;
}

/* Form elemanları */
.wpum-account form input[type="text"],
.wpum-account form input[type="email"],
.wpum-account form textarea,
.wpum-account form select {
  background-color: #2c2c2c;
  color: #ffffff;
  border: 1px solid #555;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}

/* Dosya yükleme butonu */
.wpum-account form input[type="file"] {
  color: #f0f0f0;
}

/* Profil güncelle butonu */
.wpum-account form input[type="submit"],
.wpum-account form button {
  background-color: #6a5acd; /* mor ton */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.wpum-account form input[type="submit"]:hover,
.wpum-account form button:hover {
  background-color: #836fff;
}

/* Başarı mesajı */
.wpum-message.success {
  background-color: #2f4f4f;
  color: #aaf0d1;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}

/* "Hakkında" gibi textarea alanı */
textarea {
  resize: vertical;
  min-height: 100px;
}

/* Menüdeki bağlantı yazı rengini düz beyaz yap */
.wpum-account-navigation ul li a {
  color: #ffffff !important;
}

/* Hover (üzerine gelince) rengi için de beyaz kalsın */
.wpum-account-navigation ul li a:hover,
.wpum-account-navigation ul li.active a {
  color: #ffffff !important;
  background-color: #444 !important;
}

/* Tüm WPUM formlarındaki label renklerini açık hale getir */
.wpum-form label,
.wpum-form legend {
  color: #ffffff !important;
}

.wpum-form input:focus,
.wpum-form textarea:focus,
.wpum-form select:focus {
  outline: none;
  border-color: #a678f1;
  box-shadow: 0 0 0 2px rgba(166, 120, 241, 0.3);
  transition: 0.2s ease-in-out;
}

.wpum-form input[type="submit"] {
  box-shadow: 0 2px 8px rgba(106, 90, 205, 0.3);
}

.wpum-form input[type="submit"]:hover {
  background-color: #7b68ee;
  transform: scale(1.02);
}

.wpum-account h2 {
  border-bottom: 1px solid #444;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

/*------------------etiketler css----------------*/

.wpd-comment-label {
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.wpd-comment-label:contains("Destekçi") {
    background-color: #8000ff;
}

.wpd-comment-label:contains("Çevirmen") {
    background-color: #007bff;
}

.wpd-comment-label:contains("Yönetici") {
    background-color: #ff69b4;
}


/*--------------hesabım-------------------------*/

#header-cover-image {
    background-position:center !important;
}

#wpum-profile.wpum-template.wpum-profile-page{
  margin: 0 auto;    /* ortalar */
  padding: 24px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.85);
  backdrop-filter: blur(6px);
  color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  margin-top: 20px;
}

.field_9 .data p {
  margin: 0;
}

body.wp-admin,
html.wp-admin {
  background-color: #fff !important; /* admin paneli normal kalsın */
}

body:not(.wp-admin),
html:not(.wp-admin) {
  background-color: #333333 !important; /* sadece site kısmı koyu olsun */
}

html {
	scroll-behavior: smooth;
}

/*-----------------ayarlar butonu css--------------*/

	#reader-settings-button {
	  position: fixed;
	  bottom: 35px;
	  left: 15px;
	  background: #6528F7; /* mor */
	  color: white;
	  padding: 5px 7px;
	  border-radius: 8px; /* artık kare köşeli */
	  font-size: 18px;
	  cursor: pointer;
	  z-index: 9999;
	  transition: transform 0.2s ease, background-color 0.3s ease;
	  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	}

	#reader-settings-button:hover {
	  transform: scale(1.05);
	  background-color: #5020c5; /* hover efekti için daha koyu mor */
	}

    #reader-settings-panel {
      position: fixed;
      bottom: 70px;
      left: 10px;
      background: #f1f1f1;
      padding: 15px;
      border-radius: 8px;
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.3s ease;
      z-index: 9999;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      font-size: 14px;
    }

    #reader-settings-panel.open {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }

    #reader-settings-panel label {
      display: block;
      margin-bottom: 10px;
    }

    #reader-settings-panel input[type="number"],
    #reader-settings-panel input[type="color"],
    #reader-settings-panel input[type="text"] {
      width: 100%;
      padding: 5px;
    }

    #reader-settings-panel button {
      margin-top: 10px;
      background: #444;
      color: white;
      border: none;
      padding: 6px 12px;
      border-radius: 4px;
      cursor: pointer;
    }


/*-----------------bölüm seçme css----------------*/

    .chapter-selector {
        margin: 20px 0;
        text-align: center;
    }

    .chapter-selector select {
        padding: 10px 15px;
        border: 2px solid #6528F7;
        border-radius: 6px;
        background-color: white;
        color: #333;
        font-size: 16px;
        transition: border-color 0.2s, box-shadow 0.2s;
    }

    .chapter-selector select:focus {
        outline: none;
        border-color: #5020c5;
        box-shadow: 0 0 6px rgba(101, 40, 247, 0.4);
    }
