/* ===================== Bulk Upload Statistic page ===================== */
/* Mirrors the API Settings look & feel (toolbar + filter, accordion, soft
   badges, details offcanvas). */

.container {
    max-width: 1200px;
    padding-bottom: 60px;
}

.env-container-ft {
    text-align: center;
    font-size: large;
    margin-bottom: 24px;
    margin-top: 24px;
}

.form-check-inline {
    display: inline;
    margin-right: 20px;
}

.active-env-span-block {
    color: red;
}

/* ---- toolbar ---- */
.toolbar-search {
    max-width: 420px;
}

/* ---- accordion ---- */
.accordion-button .job-name {
    font-weight: 700;
    font-size: 1.05rem;
}

.accordion-button:not(.collapsed) {
    background-color: #f1f6ff;
    color: inherit;
}

.accordion-button:focus {
    box-shadow: none;
}

/* ---- uploads table ---- */
.uploads-table {
    font-size: 0.9rem;
}

.uploads-table thead th {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    border-bottom-width: 1px;
}

/* The whole row opens the upload details offcanvas. */
.upload-row {
    cursor: pointer;
}

/* The soft badge palette and .detail-row* rows live in common/css/main.css. */

/* ---- details offcanvas ---- */
#uploadOffcanvas {
    width: 520px;
}

.services-table {
    font-size: 0.85rem;
}

.services-table thead th {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
}
