.detail-director-title {
    font-size: 1.4rem;
    color: #d51c48;
    font-weight: 700;
    margin-bottom: 0.2rem;
    padding-left: 20px;
}

.detail-director-subtitle {
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    padding-left: 20px;
}

.detail-director-btn-print {
    background-color: #D51C48;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 8px 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.detail-director-btn-print:hover {
    background-color: #c62828;
    color: #fff;
}

.detail-director-card {
    border-radius: 10px;
    background-color: #fff;
}

.detail-director-table-title {
    font-weight: 600;
    color: #D51C48;
    margin-bottom: 10px;
}

.detail-director-divider {
    border: 1px solid #D51C48;
    margin-top: 5px;
    margin-bottom: 20px;
}

/* .detail-director-table {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.detail-director-table thead th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #555;
}

.detail-director-table tbody tr {
    border-bottom: 1px solid #eee;
}

.detail-director-table tbody tr:hover {
    background-color: #fafafa;
} */

.detail-director-badge {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 500;
}

.detail-director-badge.done {
    background-color: #e3f2fd;
    color: #1565c0;
}

.detail-director-badge.not-done {
    background-color: #eeeeee;
    color: #616161;
}

.modal-title-director {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.custom-modal-content {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.custom-modal-header {
    background-color: #D51C48;
    color: white;
    border-bottom: none;
    padding: 15px 20px;
}

.custom-modal-header .close {
    opacity: 0.9;
}

.modal-body label {
    font-weight: 600;
    color: #555;
}

.badge-status-daily {
    background-color: #e1ecff;
    color: #3366cc;
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 15px;
    display: inline-block;
}

@media (max-width: 768px) {
    .detail-director-title {
        font-size: 18px;
    }

    .detail-director-btn-cetak {
        font-size: 13px;
        padding: 7px 14px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .detail-director-badge {
        font-size: 12px;
        padding: 4px 10px;
    }
}
