/* Tutor Custom Dashboard Styles */

.tutor-custom-dashboard-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 20px 0;
}

.tutor-custom-header {
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}

.tutor-custom-header h2 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 28px;
}

.tutor-custom-header .description {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.tutor-custom-empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.tutor-custom-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tutor-custom-table thead {
    background: #f8f9fa;
}

.tutor-custom-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dee2e6;
}

.tutor-custom-table td {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

.tutor-custom-table tr:hover {
    background: #f8f9fa;
}

.badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.badge-success {
    background: #d4edda;
    color: #155724;
}

.badge-warning {
    background: #fff3cd;
    color: #856404;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    margin: 5px 0;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #28a745;
    transition: width 0.3s ease;
}

.progress-text {
    font-size: 12px;
    color: #666;
}

.course-item {
    padding: 10px;
    margin: 5px 0;
    background: #f8f9fa;
    border-radius: 4px;
}

.toggle-courses {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.toggle-courses:hover {
    background: #0056b3;
}

.button {
    display: inline-block;
    padding: 8px 16px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.button:hover {
    background: #0056b3;
    color: #fff;
}

.button-primary {
    background: #28a745;
}

.button-primary:hover {
    background: #218838;
}

.button-small {
    padding: 6px 12px;
    font-size: 12px;
}
