/* Custom styles for Puantaj Plugin */
.ktp-login-container {
    max-width: 500px;
}
.ktp-form-group {
    margin-bottom: 15px;
}
.ktp-dashboard-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.ktp-status-bekliyor {
    color: #f39c12;
    font-weight: bold;
}
.ktp-status-onaylandi {
    color: #27ae60;
    font-weight: bold;
}
.ktp-status-reddedildi {
    color: #c0392b;
    font-weight: bold;
}
