.single-report-profile-container {
    display: flex;
}

.single-report-profile-col1 {
    flex-grow: 1;
    display: flex;
    justify-content: start;
    align-items: center;
}

.single-report-profile-col2 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-report-profile-col3 {
    flex-grow: 1;
    display: flex;
    justify-content: end;
    align-items: center;
}

.single-report-profile-list {
    flex-grow: 1;
}

.single-report-profile-available {
    flex-grow: 1;
    min-width: 30%;
}

.single-report-profile-available-table-container {
    overflow-x: clip;
    overflow-y: auto;
    max-height: 272px;
}

.single-report-profile-buttons {
    padding-left: 1em;
    padding-right: 1em;
}
