.pie-chart-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    min-height: 0;
    min-width: 0;
    flex: 1;
    gap: 10px;
}

.pie-chart-container {
    min-height: 0;
    min-width: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    width: 100%;
    flex: 1;
    position: relative;
}

.pie-chart-wrapper > .chart-legend-column {
    height: 100%;
}

.legendBottom .pie-chart-container {
    padding: 0px;
}