/* bg styles for validation status */
.bg {
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-block;
}

.bg-valid {
    background-color: #28a745;
}

.bg-invalid {
    background-color: #dc3545;
}

/* Table cell styling for status column */
.status-cell {
    text-align: center;
    width: 120px;
}

/* IATI Files - Pending files info */
.panel-default {
    border-color: #ddd;
    margin-bottom: 20px;
}

.panel-default .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default .panel-title {
    font-size: 16px;
    font-weight: 600;
}

.panel-default .panel-title i {
    margin-right: 8px;
    color: #337ab7;
}

.panel-body .pending-files-list li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.panel-body .pending-files-list li:last-child {
    border-bottom: none;
}

.alert-info h3 {
    margin-top: 0;
    color: #31708f;
}

.alert-warning h4 {
    margin-top: 0;
    color: #8a6d3b;
}

.alert-warning ol {
    margin-bottom: 0;
    padding-left: 20px;
}

details summary {
  color: #8a6d3b;
}
details[open] summary {
  margin-bottom: 6px;
}

/* Missing files details section */
.missing-files-details {
    margin-top: 8px;
}

.missing-files-summary {
    cursor: pointer;
    font-weight: 600;
}

.missing-files-category {
    margin-top: 10px;
}

.missing-files-list {
    margin-top: 4px;
}

.iati-file-type-label {
  margin-left: 8px;
  color: #666;
  font-size: 0.9em;
  font-style: italic;
}
