﻿#dashboard-kpi-selection-dialog {
    margin: auto;
    display: flex;
    height: 100%;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 16px;
}

#dashboard-kpi-selection-dialog-wrapper {
    margin: 8px;
    display: flex;
    width: 100%; /* Ensure the wrapper takes full width */
}

#dashboard-kpi-selection-left,
#dashboard-kpi-selection-right {
    width: calc(40% - 10px); /* Subtract 10px for margins/padding */
    height: 100%;
}

#dashboard-kpi-selection-center,
#dashboard-kpi-selection-rightmost {
    width: calc(10% - 10px); /* Subtract 10px for margins/padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
