.post-author img {
    position: relative !important;
}


.breadcrumbs {
    background-color: #de202a !important;
    color: white !important;
}

.post-author {
    margin-top: 0px;
}


.img43 {
        width: 800px;
}

.img42 {
    width: 100%;
    justify-content: center;
    display: flex;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    position: relative;
}

ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    border: 1px solid #ddd;
    width: 200px; /* Genişlik ihtiyaca göre ayarlanabilir */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

ul > li > ul > li {
    padding: 10px;
}

ul > li > ul > li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 12px;
}

ul > li > ul > li a:hover {
    background: #f4f4f4;
}

li:hover > ul {
    display: block;
}



.menuprofil {
  list-style: none;
    display: inline-block;
}

.menuprofil li {
display: inline-block;
    font-size: 14px;
    color: black !important;
}
.menuprofil li a {

    color: black !important;
}

.containerr {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.nav-profile {
    width: 25%;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
}

.nav-profile ul {
    list-style: none;
    padding: 0;
}

.nav-profile ul li {
    margin: 15px 0;
}

.nav-profile ul li a {
   text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    display: block;
    padding: 10px;
    background-color: #000000;
    border-radius: 4px;
}

.nav-profile ul li a:hover {
    background-color: #b0b0b0;
}

.content-right {
    width: 70%;
    padding: 10px;
}

.content-section {
    display: none; /* Başlangıçta tüm içerikler gizli */
}

.content-section h3 {
    margin-top: 0;
}

.content-section p {
    font-size: 16px;
}

/* Active state for the selected section */
.active {
    display: block;
}

.table {
    width: 100%;
    margin-top: 20px;
}

.table th, .table td {
    padding: 15px;
    text-align: left;
}

.table th {
    background-color: #f4f4f4;
}

.remove-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.remove-btn:hover {
    background-color: #c82333;
}
/* Kendi stilinizi eklemek için */
.table th, .table td {
    text-align: center; /* Başlık ve içerik ortalanır */
}

.remove-btn {
    padding: 10px 15px; /* Butonun tıklama alanını büyütür */
    font-size: 14px; /* Buton yazı boyutunu büyütür */
}

/* Yalnızca mobil cihazlar için ek stil */
@media (max-width: 768px) {
    .remove-btn {
        font-size: 12px; /* Küçük ekranlarda buton yazı boyutunu küçültür */
    }
}

.remove-btn {
    width: 100%;
    font-size: 14px;
    padding: 10px 0; /* Yalnızca dikey padding */
}


.btn-favorite {
    background: #E91E63;
    color: white;
    padding: 6px 15px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    z-index: 99;
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 10px;
    width: auto;
    height: auto;
}

.btn-favorite i {
    margin-right: 5px;
}

.favorite-status {
    color: green;
    font-weight: bold;
    margin-left: 10px;
}




@media (max-width: 768px) {
    .containerr {
        display: block;
        padding: 0px;
    }
    
    .nav-profile {
    width: 100%;
}
    
    .content-right {
    width: 100%;
 
}
.remove-btn {
    width: 100%;
    font-size: 11px;
    padding: 10px 10px;
}
    
    
}


.post-herade {
    background: linear-gradient(to top, rgb(0 0 0 / 52%), rgba(0, 0, 0, 0));
    width: 100%;
    padding: 16px;
}

.ffmg::before {
    padding: 0px !important;
}





.view-articles-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(222 32 42);
    color: white;
    font-size: 11px;
    padding: 3px 2px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3sease-in-out;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: auto;
    width: 120px;
    text-align: center;
    left: auto;
        z-index: 9;
}

.view-articles-btn:hover {
    background: rgb(222 32 42);
    color: white;
  
}
p {
    margin: 0;
    font-size: 17px;
}

@media (min-width: 768px) {
    .md\:fs-5 {
        font-size: 1.1rem !important;
    }
}

/* Modal Image Styling */
#imageModal .swiper-slide img {
    width: 800px;
    height: 500px;
    cursor: pointer;
}

/* Zoom Icon */
#zoom-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

#zoom-icon:hover {
    transform: scale(1.2);
}

.h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, h1, h2, h3, h4, h5, h6 {
   
    text-transform: none !important; }


