.reports h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
}

.reports .chart-section canvas {
    max-height: 470px;
}

.reports .table-section .scroll-table {
    min-height: 630px;
}

.reports .dates label,
.reports .table-section .results h6 {
    color: var(--app-color-gray-label);
    font-weight: 500;
}

.reports .table-section .scroll-table table .endpoint,
.reports .table-section .scroll-table table .result {
    width: 30%;
}


.reports .table-section .scroll-table {
    border-radius: 5px;
}

.reports .table-section .results h6,
.reports .table-section .results h5 {
    line-height: 1.2;
    letter-spacing: 1px;
}

.reports .table-section .results h6 {
    font-size: 16px;
}

.reports .table-section .results h5 {
    font-weight: 600;
    font-size: 18px;
}

.reports .chart-section .chart-report canvas {
    width: 100%;
}
