﻿
.container-reports {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 100px;
}

.report-bi {
    width: 1400px;
    height: 800px;
}

.report-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
}

.container-access-external {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .container-access-external.access-external-report {
        font-size: 16px;
    }
