/* Grup Modal Kompakt Görünüm CSS */

/* Group students column container */
#groupStudentsColumn {
    overflow: visible !important;
    max-height: none !important;
    padding: 0 !important;
}

/* Group students list container */
#groupStudentsList {
    overflow: visible !important;
    max-height: none !important;
    max-width: none !important;
    padding: 4px !important;
}

/* Group student items kompakt hale getir - FLEX COLUMN LAYOUT - TAM SOLDAN HİZALI */
.group-student-item {
    margin: 0 0 4px 0 !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

/* Group student avatar küçült */
.group-student-avatar {
    width: 20px !important;
    height: 20px !important;
    font-size: 9px !important;
    margin-right: 4px !important;
}

/* Group student names - ZORLA SOLDAN HİZALI - TÜM OVERRIDE'LAR */
.group-student-name, 
.group-student-item .group-student-name,
#groupStudentsList .group-student-name,
.modal-column-group .group-student-name {
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 2px !important;
    text-align: left !important;
    align-self: flex-start !important;
    justify-self: flex-start !important;
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Meta text'leri daha da küçült */
.group-student-item .uk-text-meta {
    font-size: 8px !important;
    line-height: 1 !important;
}

/* Modal content scroll'larını kaldır */
.uk-modal-body {
    overflow: visible !important;
    max-height: none !important;
}

/* Accordion content scroll'larını kaldır */
.uk-accordion-content {
    overflow: visible !important;
    max-height: none !important;
}

/* Genel scroll kaldırma */
.uk-overflow-auto {
    overflow: visible !important;
}

/* MODAL İÇİNDEKİ TÜM METİN HİZALAMALARI - ZORLA SOLDAN */
.uk-modal .uk-text-center,
.modal-column-group .uk-text-center,
#groupStudentsList .uk-text-center {
    text-align: left !important;
}

/* DIV İÇERİKLERİNİ SOLDAN HİZALA */
.group-student-item div,
.group-student-item span,
.group-student-item p {
    text-align: left !important;
    align-self: flex-start !important;
    justify-self: flex-start !important;
}

/* BROWSER CACHE BUSTER - CSS FORCİNG */
.group-student-name[data-name] {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* CHECKBOX VE İSİM LAYOUT FİX */
.group-student-item {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.group-student-item .uk-checkbox {
    align-self: flex-start !important;
    margin-bottom: 4px !important;
}