/* Custom Styles */
.alert-container {
    margin-bottom: 20px;
}

.breadcrumb {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.form-section {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.action-buttons {
    display: flex;
    gap: 10px;
}

.table-responsive {
    overflow-x: auto;
}

.text-muted {
    color: #6c757d !important;
}

.readonly-field {
    background-color: #f0f0f0; /* Light gray background */
    color: #333;               /* Darker text */
    font-weight: bold;          /* Make it stand out */
}