.button-kapsayici{
	background-color: palegoldenrod;
    color: black;
    padding-right: 8px;
}
.course-content-container{
	margin:0 auto;
	text-align:left;
	padding-top:10px;
}
.course-header {
	position:relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.course-thumbnail-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.course-info {
    padding: 20px;
	min-height: 140px;
}

.course-info h1 {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #34495e;
}

.course-info p {
    margin: 0;
    color: #7f8c8d;
    font-size: 14px;
}

.course-content-tree {
	position:relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.content-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border-bottom: none;
    padding-left: 0;
}

.content-item:last-child {
    margin-bottom: 8px;
}

.content-link {
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    justify-content: space-between;
}

.content-item:hover .content-link {
    background-color: #f5f5f5;
}

.content-link i {
    font-size: 24px;
    width: 40px;
    text-align: center;
}

.content-text {
    margin-left: 10px;
}

.item-title {
    font-weight: bold;
    color: #2c3e50;
}

.item-description {
    font-size: 12px;
    color: #7f8c8d;
    margin-top: 2px;
}

.content-section {
    margin-bottom: 15px;
}

.icerik-div {
	display:flex;
    align-items: center; /* Dikeyde ortalar */
    flex-grow: 1;
}

.icon-div {
    align-self: flex-start; /* İkonu kendi ekseninde en üste hizalar */
}

.icon-div span {
    /* HTML'deki float:left stilini kaldırdığınızdan emin olun */
    padding: 5px;
    font-size: 30px;
}

.section-header {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    background-color: #efefef;
     padding: 5px 0 5px 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #2c3e50;
    transition: background-color 0.3s;
    justify-content: space-between;
}

.section-header:hover {
    background-color:#dfdfdf ;
}

.section-icon {
	align-self: flex-start;
    font-size: 24px;
    margin-left: 10px; /* Başlık ile arasında boşluk bırakır */
}

.section-title {
    font-size: 16px;
    font-weight: bold;
	text-align:left;
    flex-grow: 1; /* Geri kalan alanı doldurur */
    margin-left: 10px; /* İkon ve metin arasında boşluk bırakır */
    display: flex !important;
    flex-direction: column;
    justify-content: center; /* Başlık ve açıklamayı dikeyde ortalar */
	margin-bottom: auto !important;
    margin-top: auto !important;
}

.section-content-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    background-color: #fffbe7;
    border-radius: 0 0 8px 8px;
    border: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

/* Klasör gizlendiğinde */
.section-content-list.hidden {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}


/* İkon renkleri */
.content-item.link .link-icon { color: #3498db; }
.content-item.pdf .pdf-icon { color: #e74c3c; }
.content-item.exam .exam-icon { color: #f39c12; }
.content-item.video .youtube-icon { color: #e74c3c; }


/* WhatsApp Soru Grubu Başlık Stili */
.whatsapp-header-link {
    display: block;
    padding: 0;
    text-decoration: none;
}

.ozelders-header {
    display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-top:20px;
    background-color: #25D366;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 10px;
}

.ozelders-header:hover {
    background-color: #1DA851;
}

.ozelders-header .section-icon {
    color: #fff;
}

/* Toolbar stilleri */
.section_toolbar {
    display: flex;
    white-space: nowrap;
	margin-left: auto; 
	border:2px solid gray;
	background-color:gray;
}

.edit-icon { color: #3498db; cursor: pointer; transition: color 0.2s; }
.edit-icon:hover { color: #2980b9; }

.delete-icon { color: #e74c3c; cursor: pointer; transition: color 0.2s; }
.delete-icon:hover { color: #c0392b; }

.header-content {
    display: flex;
    align-items: center;
}

.move-up-icon, .move-down-icon {
    color: #7f8c8d;
    cursor: pointer;
    transition: color 0.2s;
}

.move-up-icon:hover, .move-down-icon:hover {
    color: #2c3e50;
}

.add-icon { color: #27ae60; cursor: pointer; transition: color 0.2s; }
.add-icon:hover { color: #229954; }

.paid-icon { color: #8e44ad; cursor: pointer; transition: color 0.2s; }
.paid-icon:hover { color: #732d91; }

.content-details {
    display: flex;
    align-items: center;
}

.section_toolbar-item {
    display: flex;
    gap: 10px;
    font-size: 18px;
    margin-left: 10px;
    visibility: visible;
    opacity: 1;
}
.program-bilgisi {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	margin: 20px auto;
	text-align: center;
	line-height: 1.6;
	max-width: 300px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.baglan-butonu {
	display: block;
	width: 200px;
	margin: 20px auto;
	padding: 12px 24px;
	background-color: #007BFF;
	color: white;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	text-align:center;
}

.baglan-butonu:hover {
	background-color: #0056b3;
}
.baglan-butonu:visited {
    color: white;
}
/* Ekran genişliği 400px ve altı için responsive stil kuralları */
@media screen and (max-width: 400px) {
    .content-link {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .content-details {
        width: 100%;
        margin-bottom: 10px;
    }

    .content-link i {
        font-size: 20px;
        width: 30px;
    }

    .section_toolbar-item {
        width: 100%;
        visibility: visible;
        opacity: 1;
        justify-content: flex-end;
        margin-left: 0;
        gap: 15px;
    }
}