﻿#statistics-kpi-selection-dialog {
    display: flex;
    justify-content: space-between;
}

.kpi-section {
    margin-left: 10px;
}

#statistics-kpi-selection-left {
    flex: 3; /* Adjust the width as needed */
}

#statistics-kpi-selection-center {
    flex: 1; /* Adjust the width as needed */
}

#statistics-kpi-selection-right {
    flex: 3; /* Adjust the width as needed */
}

#statistics-kpi-selection-rightmost {
    flex: 1; /* Adjust the width as needed */
}
.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}