/* _content/Pdk.Common.Web.PensionSimulator/Components/BestWorstCase/BestCaseWorstCasePayoutTable.razor.rz.scp.css */
.payout-matrix[b-xf7w1kqibe] {
    --border-radius: 12px;
    --padding: 16px;
    display: grid;
    grid-template-rows: auto 1fr;
    font-size: 18px;
    border-radius: var(--border-radius);
    border: 1px solid #e1e5e8;
    font-weight: 500;
    width: 100%;
    max-width: 850px;
}

.payout-matrix__grid[b-xf7w1kqibe] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.payout-matrix__head[b-xf7w1kqibe] {
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e8;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.payout-matrix__head > *[b-xf7w1kqibe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--padding);
    text-align: center;
    font-weight: 500;
    border-right: 1px solid #e1e5e8;
}

.payout-matrix__head > *:last-child[b-xf7w1kqibe] {
    border-right: none;
}

.payout-matrix__body[b-xf7w1kqibe] {
    display: block;
    overflow-y: auto;
    max-height: 267px;
}

.payout-matrix__row[b-xf7w1kqibe] {
    border-bottom: 1px solid #e1e5e8;
}

.payout-matrix__row > *[b-xf7w1kqibe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--padding);
    text-align: center;
    border-right: 1px solid #e1e5e8;
}

.payout-matrix__row > *:last-child[b-xf7w1kqibe] {
    border-right: none;
}

.payout-matrix__row--grey-background[b-xf7w1kqibe] {
    background-color: #f9f9f9;
}

.payout-matrix--subtle-text[b-xf7w1kqibe] {
    font-size: 14px;
    font-weight: 400;
    color: #6e6d79;
}

.payout-matrix__mobile[b-xf7w1kqibe] {
    overflow-y: auto;
    max-height: 500px;
}

@media (min-width: 992px) {
    .payout-matrix__mobile[b-xf7w1kqibe] {
        display: none;
    }
}

.payout-matrix__mobile--best-case-text[b-xf7w1kqibe] {
    color: #206040;
}

.payout-matrix__mobile--worst-case-text[b-xf7w1kqibe] {
    color: #b90e0d;
}

.payout-matrix__mobile__entry__container[b-xf7w1kqibe] {
    padding: 24px;
}

.payout-matrix__mobile__entry:nth-child(odd)[b-xf7w1kqibe] {
    background-color: #f0f2f3;
}

.payout-matrix__mobile--subheader[b-xf7w1kqibe] {
    margin-bottom: 16px;
}

.payout-matrix__mobile__entry:first-child[b-xf7w1kqibe] {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

@media (max-width: 992px) {
    .payout-matrix__desktop[b-xf7w1kqibe] {
        display: none;
    }
}

.payout-matrix__desktop--best-case-text[b-xf7w1kqibe] {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #206040;
}

.payout-matrix__desktop--worst-case-text[b-xf7w1kqibe] {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #b90e0d;
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PayoutDetailsPanel/IncomePeriodOverview.razor.rz.scp.css */
[b-a9yp3n3q04] .income-period-overview-divider {
    margin-top: 8px;
    margin-bottom: 16px;
}

.income-container[b-a9yp3n3q04] {
    display: flex;
    flex-direction: row !important;
    gap: 32px;
}

.income-container > div[b-a9yp3n3q04] {
    min-width: 260px;
}

@media (max-width: 576px) {
    .income-container[b-a9yp3n3q04] {
        flex-direction: column !important;
    }

    .income-container > div[b-a9yp3n3q04] {
        min-width: 0;
    }
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PayoutDetailsPanel/PayoutDetailsPanel.razor.rz.scp.css */


.active-headline[b-zg4ip5el6d] {
    font-weight: 700;
    border-bottom: 1px solid black;
}

.headline[b-zg4ip5el6d] {
    cursor: pointer;
    margin: 40px 0;
}

.payout-panel-container[b-zg4ip5el6d] {
    padding: 40px;
}

.header-container[b-zg4ip5el6d] {
    background: white;
    padding: 0 40px;
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PayoutDetailsPanel/PensionPayoutCard.razor.rz.scp.css */
.list-item[b-fjqabdlsf6] {
    display: flex;
    width: 100%;
}
.list-item[b-fjqabdlsf6]  .pdk-paper {
    width: 100%;
}
.list-content[b-fjqabdlsf6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payout-card-subtle-text[b-fjqabdlsf6] {
    color: rgba(78, 97, 123, 1);
    font-size: 14px;
}

.payout-card-header[b-fjqabdlsf6] {

}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PayoutTimeline/PdkTimeline.razor.rz.scp.css */

.timeline-wrapper[b-4bkga8hwex] {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 500px;
}

.timeline-wrapper-with-collisions[b-4bkga8hwex] {
    flex-direction: row;
    width: inherit;
    padding: 0;
}

.timeline-line[b-4bkga8hwex] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin: 0 100px;
    align-items: center;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.timeline-line:hover[b-4bkga8hwex]  > *:not(:hover) {
    opacity: 0.35;
}

.timeline-wrapper[b-4bkga8hwex]  .timeline-line-element:nth-child(even) .timeline-line-element-tooltip .tooltip-box > div::before {
    top: -38px;
}
.timeline-wrapper[b-4bkga8hwex]  .timeline-line-element:nth-child(even) .timeline-line-element-tooltip .tooltip-box > div::after {
    top: -42px;
}
.timeline-wrapper[b-4bkga8hwex]  .timeline-line-element:nth-child(odd) .timeline-line-element-tooltip .tooltip-box > div::before {
    bottom: -38px;
}
.timeline-wrapper[b-4bkga8hwex]  .timeline-line-element:nth-child(odd) .timeline-line-element-tooltip .tooltip-box > div::after {
    bottom: -42px;
}


@media (width < 600px) {
    .timeline-wrapper[b-4bkga8hwex] {
        width: 100%;
        padding: 0;
        justify-content: center;
        align-items: center;
        height: 470px;
        flex-shrink: 0;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .timeline-line[b-4bkga8hwex] {
        display: flex;
        flex-direction: column;
        gap: 4px;
        height: 100%;
        width: 300px;
        align-items: start;
        position: relative;
        padding: 0 50px;
    }

    .timeline-line-element-line[b-4bkga8hwex] {
        height: 100%;
        width: 12px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  {
        height: initial;
    }

    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element-tooltip  {
        top: 50px;
        right: 0;
        width: 185px;
        z-index: 999;
    }
    
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line  {
        min-height: calc(var(--toolboxs-heights) + 20px);
    }

    /*mobile-collision*/
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element .timeline-line-element-tooltip {
        justify-content: end;
        position: absolute;
        z-index: 0;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(even) .timeline-line-element-tooltip {
        top: initial;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(odd) .timeline-line-element-tooltip {
        bottom: initial;
    }


    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(1) .timeline-line-element-tooltip {
        top: var(--toolbox1-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(2) .timeline-line-element-tooltip {
        top: var(--toolbox2-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(3) .timeline-line-element-tooltip {
        top: var(--toolbox3-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(4) .timeline-line-element-tooltip {
        top: var(--toolbox4-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(5) .timeline-line-element-tooltip {
        top: var(--toolbox5-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(6) .timeline-line-element-tooltip {
        top: var(--toolbox6-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(7) .timeline-line-element-tooltip {
        top: var(--toolbox7-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(8) .timeline-line-element-tooltip {
        top: var(--toolbox8-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(9) .timeline-line-element-tooltip {
        top: var(--toolbox9-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(10) .timeline-line-element-tooltip {
        top: var(--toolbox10-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(11) .timeline-line-element-tooltip {
        top: var(--toolbox11-height)!important;
    }
    .timeline-wrapper.mobile-collision[b-4bkga8hwex]  .timeline-line-element:nth-child(12) .timeline-line-element-tooltip {
        top: var(--toolbox12-height)!important;
    }
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PayoutTimeline/TimelineElement.razor.rz.scp.css */
.timeline-line-element[b-7yp1vxhygx] {
    --percentage: 80px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    position: relative;
    min-width: 88px;
    width: var(--percentage, 50px);
    anchor-name: --timelineLineElementAnchor;
    transition: width 200ms ease-in-out;
    --min-width-offset: 66px;
    --min-padding-offset: 24px;
}
.timeline-line-element.timeline-line-element-age-span-1[b-7yp1vxhygx] {
    min-width: calc(var(--min-width-offset) + var(--min-padding-offset));
}
.timeline-line-element.timeline-line-element-age-span-2[b-7yp1vxhygx] {
    min-width: calc(var(--min-width-offset) + 1 * var(--min-padding-offset));
}
.timeline-line-element.timeline-line-element-age-span-3[b-7yp1vxhygx] {
    min-width: calc(var(--min-width-offset) + 2 * var(--min-padding-offset));
}
.timeline-line-element.timeline-line-element-age-span-4[b-7yp1vxhygx] {
    min-width: calc(var(--min-width-offset) + 3 * var(--min-padding-offset));
}
.timeline-line-element.timeline-line-element-age-span-5[b-7yp1vxhygx] {
    min-width: calc(var(--min-width-offset) + 4 * var(--min-padding-offset));
}
.timeline-line-element.timeline-line-element-age-span-6[b-7yp1vxhygx] {
    min-width: calc(var(--min-width-offset) + 5 * var(--min-padding-offset));
}
.timeline-line-element.timeline-line-element-age-span-7[b-7yp1vxhygx] {
    min-width: calc(var(--min-width-offset) + 6 * var(--min-padding-offset));
}
.timeline-line-element.timeline-line-element-age-span-8[b-7yp1vxhygx] {
    min-width: calc(var(--min-width-offset) + 7 * var(--min-padding-offset));
}

.timeline-line-element-with-collision[b-7yp1vxhygx] {
    min-width: 20px;
}

.timeline-line-element > .timeline-line-element-line[b-7yp1vxhygx] {
    display: flex;
    flex-direction: row;
    height: 16px;
    flex-grow: 1;
    border-radius: 4px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.timeline-line-element .timeline-line-element-events-line[b-7yp1vxhygx] {
    display: flex;
    position: absolute;
    width: 100%;
    margin: 0;
}

.timeline-line-element:nth-child(even)[b-7yp1vxhygx]  .timeline-line-element-tooltip {
    top: 56px;
}
.timeline-line-element:nth-child(odd)[b-7yp1vxhygx]  .timeline-line-element-tooltip {
    bottom: 56px;
}

.timeline-line-element:last-of-type[b-7yp1vxhygx]  .tooltip-box > div {
    width: auto!important;
}
.timeline-line-element:last-of-type[b-7yp1vxhygx] {
    flex-shrink: 0;
    margin-right: 20px;
}

.timeline-line-element-line-year[b-7yp1vxhygx] {
    position: absolute;
    top: 30px;
    left: 0;
}

.timeline-line-element:nth-child(even)[b-7yp1vxhygx]  .timeline-line-element-event .timeline-line-element-event-tooltip::before {
    bottom: -7px;
}
.timeline-line-element:nth-child(odd)[b-7yp1vxhygx]  .timeline-line-element-event .timeline-line-element-event-tooltip::before {
    top: -7px;
}

@media (width < 600px) {
    .timeline-line-element[b-7yp1vxhygx] {
        display: flex;
        flex-direction: row;
        min-width: 12px;
        flex-grow: 1;
        border-radius: 4px;
        min-height: 50px;
        height: var(--percentage, 50px);
        max-height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        transition: height 200ms ease-in-out;
        position: initial;
    }
    
    .timeline-line-element .timeline-line-element-line[b-7yp1vxhygx] {
        height: 100%;
        width: 12px;
        flex-grow: 0;
        flex-shrink: 0;
        z-index: 1;
    }

    .timeline-line-element[b-7yp1vxhygx]  .timeline-line-element-tooltip {
        margin-left: 20px;
    }

    .timeline-line-element[b-7yp1vxhygx]  .timeline-line-element-tooltip > div::before,
    .timeline-line-element[b-7yp1vxhygx]  .timeline-line-element-tooltip > div::after {
        display: none;
    }
    
    .timeline-line-element .timeline-line-element-events-line[b-7yp1vxhygx] {
        display: flex;
        position: absolute;
        height: 100%;
        margin: 0;
        width: 16px;
    }

}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PayoutTimeline/TimelineElementEvent.razor.rz.scp.css */
.timeline-line-element-event[b-s9fr7tmvo3] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    top: -8px;
    left: var(--placement-x, 10px);
    z-index: 10;
}

.timeline-line-element-event svg.white[b-s9fr7tmvo3] { display: block; }
.timeline-line-element-event svg.hover[b-s9fr7tmvo3] { display: none; }
.timeline-line-element-event:hover[b-s9fr7tmvo3] {
    background-color: #fff !important;
    outline: 1px solid #132D4F !important;
    cursor: pointer;
}
.timeline-line-element-event:hover .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    display: block;
}

.timeline-line-element-event:hover svg.white[b-s9fr7tmvo3] { display: none; }
.timeline-line-element-event:hover svg.hover[b-s9fr7tmvo3] { display: block; }



.timeline-line-element-event .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    display: none;
    position: absolute;
}
.timeline-line-element:nth-child(even) .timeline-line-element-event .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    bottom: 48px;
}
.timeline-line-element:nth-child(odd) .timeline-line-element-event .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    top: 48px;
}
.timeline-line-element-event[b-s9fr7tmvo3]  .timeline-line-element-event-tooltip::before {
    content: '';
    width: 12px;
    height: 12px;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: 6px 6px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
}

.timeline-line-element-event:hover .timeline-line-element-event[b-s9fr7tmvo3] {
    display: block;
}

@media (width < 600px) {
    .timeline-line-element-event[b-s9fr7tmvo3] {
        left: -10px;
        top: var(--placement-x, 10px);
    }

    .timeline-line-element-event:nth-child(1)[b-s9fr7tmvo3] {
        z-index: 100;
    }

    .timeline-line-element-event:nth-child(2)[b-s9fr7tmvo3] {
        z-index: 99;
    }

    .timeline-line-element-event:nth-child(3)[b-s9fr7tmvo3] {
        z-index: 98;
    }

    .timeline-line-element-event:nth-child(4)[b-s9fr7tmvo3] {
        z-index: 97;
    }

    .timeline-line-element-event:nth-child(5)[b-s9fr7tmvo3] {
        z-index: 96;
    }

    .timeline-line-element-event:nth-child(6)[b-s9fr7tmvo3] {
        z-index: 95;
    }

    .timeline-line-element-event:nth-child(7)[b-s9fr7tmvo3] {
        z-index: 94;
    }

    .timeline-line-element-event:nth-child(8)[b-s9fr7tmvo3] {
        z-index: 93;
    }

    .timeline-line-element-event:nth-child(9)[b-s9fr7tmvo3] {
        z-index: 92;
    }

    .timeline-line-element-event:nth-child(10)[b-s9fr7tmvo3] {
        z-index: 91;
    }
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PayoutTimeline/TimelineElementTooltip.razor.rz.scp.css */
.timeline-line-element-tooltip[b-37gr00mqvu] {
    position: absolute;
    position-anchor: --timelineLineElementAnchor;
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

.timeline-line-element-tooltip[b-37gr00mqvu]  .tooltip-box > div::before {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    background-color: #132D4F;
    transform: translateX(-50%);
    height: 38px;
    width: 1px;
    stroke-width: 1px;
    stroke: #132D4F;
}
.timeline-line-element-tooltip[b-37gr00mqvu]  .tooltip-box > div::after {
    content: '';
    position: absolute;
    left: 50%;
    background-color: #132D4F;
    transform: translateX(-50%);
    height: 7px;
    width: 7px;
    border-radius: 100%;
}

@media (width < 600px) {
    .timeline-line-element-tooltip[b-37gr00mqvu]  {
        position: initial;
        justify-content: start;
    }
    
    .timeline-line-element-tooltip[b-37gr00mqvu]  .tooltip-box > div::before,
    .timeline-line-element-tooltip[b-37gr00mqvu]  .tooltip-box > div::after {
        display: none;
    }
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PayoutTimeline/TimelineTooltipBox.razor.rz.scp.css */
.tooltip-box > div[b-k7xm173yxi] {
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 8px;
    border-radius: 8px;
    font-size: 12px;
    /*width: 175px;*/
    min-width: 167px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    justify-content: start;
    cursor: pointer;
}

/*    width: 200px;*/
/*    min-width: 200px;*/
/*}*/

.tooltip-box .badge[b-k7xm173yxi] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 4px;
}


.tooltip-age[b-k7xm173yxi] {
    display: flex;
    gap: 8px;
    align-items: start;
}
.tooltip-age > div[b-k7xm173yxi] {
    display: flex;
}
.tooltip-age > span[b-k7xm173yxi] {
    color: var(--color-text-header-primary, #132D4F);
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
    letter-spacing: 0.2px;
}

.tooltip-amounts[b-k7xm173yxi] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0 !important;
}
.tooltip-amounts > div[b-k7xm173yxi] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    gap: 4px;
}
.tooltip-amounts > div > span[b-k7xm173yxi] {
    white-space: nowrap;
}
.tooltip-amounts > div > span:first-of-type[b-k7xm173yxi] {
    color: var(--color-text-body-subtle, #6E6D79);
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.2px;
}
.tooltip-amounts > div > span:last-of-type[b-k7xm173yxi] {
    color: var(--color-text-header-primary, #132D4F);
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 26.4px */
    letter-spacing: 0.2px;
}

.tooltip-single-payouts[b-k7xm173yxi] {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: start !important;

    color: var(--color-text-header-primary, #132D4F);
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.2px;
}

.tooltip-label[b-k7xm173yxi] {
    border-radius: 24px;
    background: var(--color-base-grey-200, #F0F2F3);

    display: flex;
    height: 24px;
    padding: 0px 8px;
    align-items: center;
    gap: 8px;
    
    color: var(--color-tag-fill-blue, #132D4F);
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.2px;
}

.tooltip-month-year[b-k7xm173yxi] {
    align-self: stretch;
    display: flex;
    border-bottom: 1px solid #E1E5E8;
    color: var(--color-text-header-primary, #132D4F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: 0.2px;
}
.tooltip-box-single .tooltip-amounts[b-k7xm173yxi] {
    gap: 8px!important;
}

.tooltip-amounts-single-payout[b-k7xm173yxi] {
    gap: 8px!important;
}

@media (width < 600px) {
    .timeline-line-element-tooltip[b-k7xm173yxi] {
        display: none;
        z-index: 100000;
    }
    .tooltip-box[b-k7xm173yxi] {
        max-width: 185px;
        width: 185px;
        position: relative;
        /*display: none;*/
    }
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/PensionPayoutBarChart/PdkPensionPayoutBarChart.razor.rz.scp.css */
@media only screen and (min-width: 725px) {
    .pdk-bar-chart-legend-container[b-cjh1d4pli4] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 700px;
        margin: 1rem auto; /* centers the container */
        gap: 10px;
        line-height: 24px;
    }

    .pdk-bar-chart-legend-container .legend-item[b-cjh1d4pli4] {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

@media only screen and (max-width: 724px) {
    .pdk-bar-chart-legend-container[b-cjh1d4pli4] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 1rem auto;
    }

    .pdk-bar-chart-legend-container .legend-item[b-cjh1d4pli4] {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 5px;
    }
}

.pdk-bar-chart-tooltip[b-cjh1d4pli4] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: all .2s ease
}

.pdk-bar-chart-container[b-cjh1d4pli4] {
    position: relative;
    width: 80vw;
    height: 50vh;
}
