/*
 Theme Name:   Barış Uçar Teması
 Theme URI:    https://barisucar.com
 Description:  Barış UÇAR Web Tasarım Kursu Teması
 Author:       Barış UÇAR
 Author URI:   https://barisucar.com
 Template:     eduma
 Version:      1.2.3
 Text Domain:  eduma-child
*/
.my-custom-dashboard {
    padding: 20px;
}

.dashboard-header {
    margin-bottom: 20px;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.stat-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.stat-card strong {
    font-size: 32px;
    display: block;
}

.course-list {
    list-style: none;
    padding: 0;
}

.course-list li {
    margin-bottom: 8px;
}
.single-message-thread-header {
    visibility: hidden;
    display: none;
}
.ilk-menu a{
    text-transform: none!important;
}
/*Genel gizlemeler*/
.subnav-search,
.lp-btn-to-edit-avatar{
    display: none!important;
}


/* LearnPress profil sayfasındaki istatistik alanını gizle */
.learn-press-profile-course__statistic {
    display: none;
}

/* LearnPress profilindeki "Quizzes" sekmesini gizle */
.lp-profile-nav-tabs li.quizzes {
    display: none;
}
/* LearnPress profil ayarlarındaki "Kapak Resmi" sekmesini gizle */
.profile-tab-sections li.cover-image {
    display: none!important;
}
/* Profil ayarları içerik alanındaki "Kapak Resmi" sekmesini gizle */
.learn-press-tabs__item.cover-image {
    display: none;
}

/* "Kapak Resmi" sekmesinin içeriğini (yükleme formunu) gizle */
form.lp-user-cover-image {
    display: none;
}
/* Profildeki "Sipariş Kurtarma" alanını gizle */
.profile-recover-order {
    display: none;
}

/* Öğrenci profilindeki kurs filtrelerinden "Pending, Passed" ve "Failed" sekmelerini gizle */
.learn-press-filters li a[data-tab="pending"],
.learn-press-filters li a[data-tab="passed"],
.learn-press-filters li a[data-tab="failed"] {
    display: none;
}
/* Eğitimler Arşiv Sayfası üst aramaların gizlenmesi */
.thim-ekits-archive-course__topbar{
    display: none!important;
}



/************* 
Eğitim Takvimi 
**************/ 

/* Eğitim Takvimi Single Sayfa Ust Resim Ebatı */
/* Etkinlik listesindeki resimlerin mobil cihazlarda ezilmesini engelle */
.tp-event-top .entry-thumbnail img.wp-post-image {
  height: auto; /* Yüksekliği otomatik yaparak en-boy oranını korumasını sağla */
  object-fit: cover; /* Resmin alanı doldurmasını sağla, gerekirse kırp */
}

/* Mobil cihazlar için resim yüksekliğini sınırla (isteğe bağlı ama önerilir) */
@media (max-width: 768px) {
  .tp-event-top .entry-thumbnail {
    max-height: 250px; /* Mobil ekranda resmin çok fazla yer kaplamasını engelle */
    overflow: hidden; /* Taşan kısımları gizle */
  }
}


.tp-event-heading p {
	visibility: hidden;
	display: none;
}

html .demo-online-learning .list-tab-event .thim-list-event .item-event .time-from {
    width: 110px !important;
    height: 110px !important;
}

/* Start custom CSS for thim-heading, class: .elementor-element-1a702ae */
.elementor-25575 .elementor-element.elementor-element-1a702ae .sc_heading .title .thim-color:last-child {
    color: #9064bf;
}
.demo-online-learning{
	--bg-section-color:#F2EDED!important;
	--thim-bg-order-cart:#F2EDED!important;
}

/* Kenar Çubuğu "Sende Katıl" Kutusu Stilleri */

.custom-callout-box-wrapper {
  border: 1px solid #e57373!important;
  border-radius: 12px!important;
  padding: 30px 25px!important;
}

.custom-callout-box-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  color: #212121;
  margin-top: 0;
  margin-bottom: 18px;
}

.custom-callout-box-wrapper h4 {
  font-size: 19px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

.custom-callout-box-wrapper p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.custom-callout-box-wrapper .callout-button {
  display: block;
  width: 100%;
  background-color: #ef5350;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.custom-callout-box-wrapper .callout-button:hover {
  background-color: #e53935;
}

/* =========================
   NOTIFICATION BELL
========================= */
/* Eklentinin kendi SVG ikonunu tamamen gizle */
.notification_bell .wnbell_icon {
    display: none !important;
}

/* Bildirim alanına (wrapper) boyut ve pozisyon ver */
.notification_bell .bnb-pending-notifications {
    display: inline-block;
    position: relative; /* Balonun pozisyonu için gerekli */
    width: 24px;
    height: 24px; 
    vertical-align: middle; /* Diğer ikonlarla dikey hizalama */
    margin-top: 5px;
}


/* Kendi KONTUR SVG ikonumuzu arka plan olarak ekle */
.notification_bell .bnb-pending-notifications::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* YENİ, TEMİZ SVG KODU BURADA */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>' );
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #333; /* İkonun varsayılan rengi */
    transition: color 0.3s ease;
}

.notification_bell:hover {
    cursor: pointer;
    color: #fb4a5f;
}   
/* Balon */
.notification_bell .bnb-pending-notifications span{
	position: absolute;
	right: -8px;
	top: -6px;
	color: white;
	background: #fb4a5f;
	font-size: 13px;
	padding: 0;
	border-radius: 100px;
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* End Balon */
/* Notification Acilan Menu ayarı */
.notifications_lists_container .notifications_lists{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 10px 20px;
	border: 0;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	min-width: 250px;
    width: max-content;
	font-size: 90%;
	box-shadow: 0 4px 25px 0 rgba(0,0,0,0.1);
	max-height: 200px;
	overflow-y: scroll;
	position: relative;
	left: inherit;
	right: 0;
    top: auto;
	display: block;
}
.notifications_lists_container .notifications_lists > div:hover {
	background-color: #f7f1f1;
    border-radius: 10px;
    box-sizing: border-box;

}
/*
   NOTIFICATION EFFECTS
 */

/* Pulse (badge) */
@keyframes notification-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(251,74,95, 0.7);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(251,74,95, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(251,74,95, 0);
	}
}

/* Bell shake */
@keyframes bell-shake {
	0% { transform: rotate(0); }
	25% { transform: rotate(6deg); }
	50% { transform: rotate(-6deg); }
	75% { transform: rotate(6deg); }
	100% { transform: rotate(0); }
}

/* Badge (okunmamış varsa) */
.notification_bell .bnb-pending-notifications span{
	animation: notification-pulse 1.8s infinite;
	will-change: box-shadow;
}

/* Hover'da pulse dursun */
.notification_bell:hover 
.bnb-pending-notifications span{
	animation-play-state: paused;
}

/* Hover'da ikon titreşsin */
.notification_bell:hover .notification-svg{
	animation: bell-shake 0.6s ease-in-out;
	transform-origin: top center;
}

/* Mobilde efekt kapalı */
@media (max-width: 768px){
	.notification_bell .bnb-pending-notifications span,
	.notification_bell:hover .notification-svg{
		animation: none !important;
	}
}

/* 10+ bildirim varsa renk değişsin */
.notification_bell 
.bnb-pending-notifications span[data-count^="1"]{
	background:#ff9800;
}



/* ============================================= */
/* == BUDDYPRESS ÖZELLEŞTİRME - FİNAL SÜRÜM == */
/* ============================================= */

/* --- 1. GENEL AYARLAR (Kenar Çubuğu vb.) --- */

body.buddypress div#sidebar { display: none !important; }
body.buddypress main#main {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}

#buddypress #object-nav ul li.bp-personal-tab {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
#buddypress #object-nav ul li a {
    display: flex;
    align-items: center;
    background-color: #f7f1f1; /* Pasif Renk */
    color: #333;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 12px 15px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 8px !important; /* Boşluğu zorla uygula */
}

#buddypress #object-nav ul li a:hover,
#buddypress #object-nav ul li.current a,
#buddypress #object-nav ul li.selected a {
    background-color: #fb4a5f; /* Aktif & Hover Rengi */
    color: #ffffff;
    border-color: #fb4a5f;
}

/* --- 3. SOL MENÜ BİLDİRİM ROZETLERİ (Final Düzeltmesi) --- */
#buddypress #object-nav ul li a span.count {
    margin-left: auto; /* Otomatik olarak en sağa yasla */
    padding: 2px 8px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    border: 1px solid;
    transition: all 0.2s ease;
}

/* Pasif Buton Üzerindeki Rozet */
#buddypress #object-nav ul li:not(.current):not(.selected) a span.count {
    background-color: #ffffff !important;
    color: #fb4a5f !important;
    border-color: #fb4a5f !important;
}

/* Aktif Buton Üzerindeki Rozet */
#buddypress #object-nav ul li.current a span.count,
#buddypress #object-nav ul li.selected a span.count {
    background-color: #ffffff !important;
    color: #fb4a5f !important;
    border-color: transparent !important;
}

/* --- 4. SAĞ YATAY ALT MENÜ --- */

nav.user-subnav ul {
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 0 !important;
    margin-bottom: 20px!important;
    margin-top: 10px!important;
    font-size: 18px;
}
nav.user-subnav ul li {
    border: none !important;
}
nav.user-subnav ul li a {
    padding: 8px 16px !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-weight: 600 !important;
    color: #555 !important;
    transition: all 0.2s ease !important;
}
nav.user-subnav ul li a:hover {
    color: #111 !important;
    border-bottom-color: #ccc !important;
    padding: 8px 16px !important;
}
nav.user-subnav ul li.current a,
nav.user-subnav ul li.selected a {
    color: #fb4a5f !important;
    border-bottom-color: #fb4a5f !important;
    display: inline-block;
}
/* Sol Çizgi ve alt alan gizlendi*/
#item-body {
    border-left: none !important;
    padding-left: 30px!important;
}
/* --- 5. GEREKSİZ ÖĞELERİN GİZLENMESİ --- */
#buddypress #subsubnav ul li.last.filter,
#profile-personal-li,
#thread-preview {
    display: none !important;
}
/* ======================================================= */
/* == BUDDYPRESS UYARI KUTULARI - FİNAL SÜRÜM (KAPSAMLI) == */
/* ======================================================= */

/* --- 1. TÜM UYARI KUTULARI İÇİN ORTAK STİL --- */
/* Hem Mesajlar hem de Bildirimler sayfasındaki kutuları hedefler */
#buddypress div.bp-feedback,
#buddypress aside.bp-feedback {
    display: flex !important;
    align-items: center !important;
    border-radius: 10px !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: none !important;
}

/* --- 2. İKONLARIN STİLİNİ SIFIRLAMA (EN ÖNEMLİ KURAL) --- */
/* Hem Mesajlar hem de Bildirimler sayfasındaki ikonları hedefler */
#buddypress div.bp-feedback span.bp-icon,
#buddypress aside.bp-feedback span.bp-icon {
    background: none !important; /* Arka planı kaldır */
    padding: 0 !important; /* İç boşluğu sıfırla */
    margin-right: 15px !important; /* Sağına boşluk ver */
    font-size: 24px !important; /* İkon boyutunu ayarla */
    color: inherit !important; /* Rengini ana kutudan al */
    width: auto !important; /* Genişliği otomatik yap */
    height: auto !important; /* Yüksekliği otomatik yap */
    line-height: 1 !important; /* Satır yüksekliğini ayarla */
}

/* --- 3. METİN STİLİ (TÜM TİPLER İÇİN ORTAK) --- */
/* Hem Mesajlar hem de Bildirimler sayfasındaki metinleri hedefler */
#buddypress div.bp-feedback p,
#buddypress aside.bp-feedback p {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* --- 4. FARKLI UYARI TİPLERİ İÇİN RENKLENDİRME --- */

/* BİLGİ (Info) - Mavi/Turkuaz Tema */
#buddypress div.bp-feedback.info,
#buddypress aside.bp-feedback.info {
    background-color: #e0f7fa !important; /* Açık Mavi Arka Plan */
    color: #007c91 !important; /* Metin ve İkon Rengi */
    box-shadow: none;
}

/* BAŞARILI (Success) - Yeşil Tema */
#buddypress div.bp-feedback.success,
#buddypress aside.bp-feedback.success {
    background-color: #e8f5e9 !important; /* Açık Yeşil Arka Plan */
    color: #2e7d32 !important; /* Metin ve İkon Rengi */
    box-shadow: none;
}

/* HATA (Error) - Kırmızı Tema */
#buddypress div.bp-feedback.error,
#buddypress aside.bp-feedback.error {
    background-color: #ffebee !important; /* Açık Kırmızı Arka Plan */
    color: #c62828 !important; /* Metin ve İkon Rengi */
    box-shadow: none;
}

/* ======================================================= */
/* == 5. TÜM BUTONLARI MODERNLEŞTİRME (İKON EKLEME) == */
/* ======================================================= */
/* --- Her bir ana etkinlik öğesini (<li>) tekrar "kart" yap --- */
#buddypress #activity-stream > li.activity {
    background-color: #ffffff !important;
    border: 1px solid #f0f0f0 !important; 
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 25px !important; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important; 
    list-style: none !important;
    display: block !important; /* Bu, avatarın görünmesini sağlıyor, kalmalı */
}
/* Bu, overflow:hidden'ın yaptığı işi, yan etkileri olmadan yapar */
#buddypress #activity-stream > li.activity::after {
    content: "";
    display: table;
    clear: both;
}
#buddypress .activity-meta.action {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
    clear: both;
}

/* --- A. Genel Buton Stili (Tüm Butonlar İçin Ortak) --- */
#buddypress .activity-meta a.button,
#buddypress a.acomment-reply,
#buddypress .ac-reply-cancel,
#buddypress a.acomment-delete {
    background-color: #f7f1f1 !important;
    color: #333 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    line-height: 1.2;
    /* İkon ve metni hizalamak için */
    display: inline-flex;
    align-items: center;
    gap: 6px; /* İkon ve metin arasına boşluk */
}

/* Üzerine gelince */
#buddypress .activity-meta a.button:hover,
#buddypress a.acomment-reply:hover,
#buddypress .ac-reply-cancel:hover,
#buddypress a.acomment-delete:hover {
    background-color: #e9e9e9 !important;
    border-color: #ccc !important;
}

/* --- B. İkonları Butonlara Ekleme (EN ÖNEMLİ KISIM) --- */
/* WordPress'in kendi ikon setini (Dashicons) kullanıyoruz */

/* Yorum Butonu */
#buddypress .activity-meta a.acomment-reply::before {
    content: "\f101"; /* Yorum ikonu */
    font-family: "dashicons";
}

/* Beğen Butonu */
#buddypress .activity-meta a.fav::before {
    content: "\f155"; /* Yıldız ikonu */
    font-family: "dashicons";
}

/* Sil Butonu */
#buddypress .activity-meta a.delete-activity::before,
#buddypress a.acomment-delete::before {
    content: "\f182"; /* Çöp kutusu ikonu */
    font-family: "dashicons";
}

/* Göz At / Görüntüle Butonu */
#buddypress .activity-meta a.view::before {
    content: "\f179"; /* Göz ikonu */
    font-family: "dashicons";
}

/* --- C. Ana Eylem Butonlarını Renklendirme --- */
#buddypress .activity-meta a.bp-primary-action,
#buddypress a.acomment-reply.bp-primary-action {
    background-color: #fb4a5f !important;
    color: #fff !important;
    border-color: #fb4a5f !important;
}
#buddypress .activity-meta a.bp-primary-action:hover,
#buddypress a.acomment-reply.bp-primary-action:hover {
    background-color: #e04355 !important;
    border-color: #e04355 !important;
}

/* --- D. İkonlu Butonlardaki Fazla Metni Gizleme --- */
/* "Yorum (2)" gibi butonlarda sadece ikonu ve sayıyı bırakır */
#buddypress .activity-meta a.acomment-reply .bp-screen-reader-text {
    display: none;
}

/* ============================================= */
/* == MESAJ LİSTESİ STİLİ - KURTARMA OPERASYONU == */
/* ============================================= */

/* --- 1. Ana Liste Kapsayıcısını Temizle --- */
#buddypress ul#message-threads {
    border: none !important;
    padding: 0 !important;
}

/* --- 2. Her Bir Mesaj Satırını (Kartı) Şekillendir --- */
#buddypress ul#message-threads li.thread-item {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px !important; /* Kartlar arasına boşluk */
    border: 1px solid #f0f0f0 !important; /* İnce, açık gri kenarlık */
    border-radius: 10px !important; /* Kenarları yuvarlat */
    transition: all 0.2s ease;
    background-color: #fff; /* Varsayılan arka plan beyaz */
}

/* --- 3. Fare ile Üzerine Gelme Efekti --- */
#buddypress ul#message-threads li.thread-item:hover {
    transform: translateY(-2px); /* Hafifçe yukarı kalksın */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07); /* Modern gölge */
    border-color: #e0e0e0 !important;
}

/* --- 4. Durumlara Göre Renklendirme --- */

/* SEÇİLİ MESAJ (Tıklanınca) */
#buddypress ul#message-threads li.thread-item.selected {
    background-color: #f7f1f1 !important; /* Açık Pembe Arka Plan */
    border-left: 4px solid #fb4a5f !important; /* Soluna Pembe Çizgi */
    padding-left: 12px !important; /* Çizgi için yer aç */
}

/* OKUNMAMIŞ MESAJ */
#buddypress ul#message-threads li.thread-item.thread-unread {
    border-left: 4px solid #fb4a5f !important; /* Soluna Pembe Çizgi */
}
#buddypress ul#message-threads li.thread-item.thread-unread .thread-subject a {
    font-weight: 700 !important; /* Konu başlığını kalın yap */
    color: #111 !important;
}

/* --- 5. İçerik Alanlarını Hizala --- */

/* Onay Kutusu */
#buddypress .thread-cb { margin-right: 15px; }

/* Gönderen Adı */
#buddypress .thread-from {
    font-weight: 600;
    width: 120px; /* Sabit genişlik */
    flex-shrink: 0; /* Küçülmesin */
}

/* Mesaj Konusu ve Özeti */
#buddypress .thread-content {
    flex-grow: 1; /* Kalan tüm boşluğu doldur */
    padding: 0 15px;
}
#buddypress .thread-content .excerpt {
    font-size: 14px;
    color: #777;
}

/* Tarih */
#buddypress .thread-date {
    font-size: 13px;
    color: #999;
    text-align: right;
    width: 60px; /* Sabit genişlik */
    flex-shrink: 0; /* Küçülmesin */
}
/*
----------------------------------------------------------------
 BUDDYPRESS MESAJ BUTONLARI
----------------------------------------------------------------
*/

#buddypress form #bp-messages-send,
#buddypress form #send_reply_button {
    background-color: transparent !important;
    color: #fb4a5f !important;
    border: 1px solid #fb4a5f !important;
    border-radius: 8px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    text-transform: capitalize;
    font-family: inherit;

}

/* --- "Gönder" Butonu Hover Efekti --- */
#buddypress form #bp-messages-send:hover,
#buddypress form #send_reply_button:hover {
    background-color: #fb4a5f !important;
    color: #ffffff !important;
}
#buddypress form #bp-messages-reset {
    display: none !important;
}
/*
----------------------------------------------------------------
 BUDDYPRESS MESAJ KONUŞMA GÖRÜNÜMÜ
----------------------------------------------------------------
*/
#buddypress #bp-message-thread-header h2#message-subject {
    background-color: transparent !important; /* Arka planı şeffaf yap */
    border: 1px solid #fb4a5f !important;   /* 1px pembe çerçeve */
    border-radius: 10px !important;         /* Köşeleri oval yap */
    color: #333 !important;                 /* Yazı rengi koyu olsun */
    font-size: 16px !important;             /* Fontu biraz küçültelim, çerçeveyle daha orantılı durur */
    font-weight: 600 !important;
    padding: 12px 18px !important;          /* Çerçeve ile yazı arasına boşluk ver */
    margin: 0 0 30px 0 !important;          /* Altındaki mesaj listesiyle arasına boşluk koy */
    line-height: 1.4;
}


/* --- 1. Ana Liste Ayarları --- */
#buddypress #bp-message-thread-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* --- 2. Her Bir Mesajı "Kart" Olarak Şekillendir --- */
#buddypress #bp-message-thread-list li {
    background-color: #ffffff !important; /* Beyaz Arka Plan */
    border: 1px solid #f0f0f0 !important; /* İnce Kenarlık */
    border-radius: 12px !important; /* Oval Köşeler */
    padding: 20px !important; /* İçten Boşluk */
    margin-bottom: 25px !important; /* Kartlar Arası Boşluk */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important; /* Hafif Gölge */
    position: relative; /* İçerideki elementleri konumlandırmak için */
}

/* --- 3. Mesaj Başlığı (Gönderen, Avatar, Tarih) --- */
#buddypress #bp-message-thread-list li .message-metadata {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* Mesaj içeriği ile arasına boşluk */
    border-bottom: none !important;
    box-shadow: none !important;
}
#buddypress #bp-message-thread-list li .avatar {
    display: none !important;
}

#buddypress #bp-message-thread-list li .message-metadata .user-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    font-size: 16px;
}

#buddypress #bp-message-thread-list li .message-metadata .avatar {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%; /* Yuvarlak avatar */
    margin-right: 12px;
}

#buddypress #bp-message-thread-list li .message-metadata time.activity {
    margin-left: auto; /* Tarihi en sağa yasla */
    font-size: 13px;
    color: #888;
}

/* --- 4. Mesaj İçeriği --- */
#buddypress #bp-message-thread-list li .message-content {
    padding-left: 52px; /* Avatar genişliği + boşluk kadar içeriden başlat */
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
.bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content {
    background: none;
}
#buddypress #bp-message-thread-list li .message-content a{
    font-size: 16px;
    line-height: 1.7;
    color: #65adff;
    text-decoration: none;
}
#buddypress #bp-message-thread-list li .message-content a:hover{
    font-size: 16px;
    line-height: 1.7;
    color: #65adff;
    text-decoration: underline;
}
#buddypress #bp-message-thread-list li .message-content p {
    margin: 0; /* Paragrafın kendi boşluğunu sıfırla */
}

/* --- 5. Gereksiz Öğeleri Gizle --- */
#buddypress #bp-message-thread-list li .actions {
    display: none !important; /* Yıldızlama butonlarını gizle */
}
/*
----------------------------------------------------------------
 BUDDYPRESS AKTİVİTE GÖNDER BUTONUNU MODERNLEŞTİRME
----------------------------------------------------------------
*/
#buddypress #whats-new-form #aw-whats-new-submit {
    background-color: transparent !important;
    color: #fb4a5f !important;
    border: 1px solid #fb4a5f !important;
    border-radius: 8px !important;
    padding: 8px 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    float: none !important;
    margin-top: 15px;
}

#buddypress #whats-new-form #aw-whats-new-submit:hover {
    background-color: #fb4a5f !important;
    color: #ffffff !important;
}
/* aktivite gönder Form alanı*/
#buddypress form#whats-new-form #whats-new-content{
    margin-left: 0px!important;
}

/*
----------------------------------------------------------------
  HIZLANDIRMA
----------------------------------------------------------------
*/
