    /* Gelmeyen öğrencileri vurgulayan stil */
.highlight-row {
    background-color: #fbe1e3 !important;
}

.highlight-row:hover {
    background-color: #f8d7d9 !important;
}

.avatar-circle {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 10px;
}

.avatar-circle .initials {
    position: relative;
    top: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
}

/* Durum ikonları için */
.mt-step-col {
    padding: 10px;
}

.bg-success {
    background-color: #36c6d3 !important;
}

.bg-danger {
    background-color: #ed6b75 !important;
}

.bg-info {
    background-color: #659be0 !important;
}

.bg-warning {
    background-color: #F1C40F !important;
}

.bg-purple {
    background-color: #8E44AD !important;
}

.font-purple {
    color: #8E44AD !important;
}

.btn-purple {
    background-color: #8E44AD;
    color: #fff;
}

.btn-purple:hover {
    background-color: #9B59B6;
    color: #fff;
}

.list-item-purple .list-icon-container {
    background: #8E44AD;
}

/* Liste */
.mt-element-list .list-simple.mt-list-container ul > .mt-list-item {
    padding: 10px;
    border-bottom: none;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.stat-percent .number h3 {
    font-size: 36px;
    margin-bottom: 5px;
}