/* _content/Pdk.Common.Web.PensionSimulator/Components/BestWorstCase/BestCaseWorstCasePayoutTable.razor.rz.scp.css */
.payout-matrix[b-xf7w1kqibe] {
    width: 100%;
}

@media (min-width: 768px) {
    .details-table[b-xf7w1kqibe] {
        --border-radius: 12px;
        border-collapse: separate;
        border-spacing: 0;
        background-color: #fff;
        width: 100%;

        & thead {
            background-color: red;
            position: sticky;
            top: -40px;
            overflow: hidden;

            & tr {
                overflow: hidden;
                position: relative;

                &::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #fff;
                    z-index: 1;
                    pointer-events: none;
                }
            }

            & th[b-xf7w1kqibe] {
                z-index: 2;
                position: relative;
                padding: 16px;
                text-align: center;
                font-weight: 500;
                background-color: #f0f2f3;
                border-top: 1px solid #e1e5e8;
                border-bottom: 1px solid #e1e5e8;
                border-left: 1px solid #e1e5e8;
                width: 25%;

                &:first-child {
                    border-top-left-radius: var(--border-radius);
                }

                &:last-child[b-xf7w1kqibe] {
                    border-top-right-radius: var(--border-radius);
                    border-right: 1px solid #e1e5e8;
                }
            }
        }

        & tbody[b-xf7w1kqibe] {
            & tr {
                &:last-child {
                    & td:first-child {
                        border-bottom-left-radius: var(--border-radius);
                    }

                    & td:last-child[b-xf7w1kqibe] {
                        border-bottom-right-radius: var(--border-radius);
                    }
                }

                & td[b-xf7w1kqibe] {
                    padding: 16px;
                    text-align: center;
                    font-weight: 500;
                    border-left: 1px solid #e1e5e8;
                    border-bottom: 1px solid #e1e5e8;

                    &:nth-child(2n+2) {
                        background-color: #f9f9f9;
                    }

                    &:last-child[b-xf7w1kqibe] {
                        border-right: 1px solid #e1e5e8;
                    }

                    & > p:first-child[b-xf7w1kqibe] {
                        
                    }

                    & > p:last-child[b-xf7w1kqibe] {
                        font-size: 14px;
                        font-weight: 400;
                        color: #6e6d79;

                        &.best-case span {
                            color: #206040;
                        }

                        &.worst-case span[b-xf7w1kqibe] {
                            color: #b90e0d;
                        }
                        
                        & span:last-child[b-xf7w1kqibe] {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .payout-matrix[b-xf7w1kqibe] {
        width: 100%;
    }

    .details-table[b-xf7w1kqibe] {
        --border-radius: 12px;
        border: 0;
        width: 100%;
        border-radius: var(--border-radius);
        overflow: hidden;
    }
    .details-table thead[b-xf7w1kqibe] {
        display: none;
    }
    .details-table tbody tr[b-xf7w1kqibe] {
        display: flex;
        flex-direction: column;
        background: #fff;
        overflow: hidden;
        padding: 0 8px;
        border-left: 1px solid #e1e5e8;
        border-right: 1px solid #e1e5e8;

        &:first-child {
            border-top-left-radius: var(--border-radius);
            border-top-right-radius: var(--border-radius);
            border-top: 1px solid #e1e5e8;
        }

        &:last-child[b-xf7w1kqibe] {
            border-bottom-left-radius: var(--border-radius);
            border-bottom-right-radius: var(--border-radius);
            border-bottom: 1px solid #e1e5e8;
        }

        &:nth-child(2n+1)[b-xf7w1kqibe] {
            background-color: #f0f2f3;
        }
    }
    .details-table tbody td[b-xf7w1kqibe] {
        display: flex;
        width: 100%;
        padding: 12px 16px;
        text-align: left;
        position: relative;
        align-items: start;
        justify-content: start;
        
        &:first-child {
            flex-direction: column;
            align-items: start;
        }
        
        &:last-child[b-xf7w1kqibe] {
            border-bottom: none;
        }

        &:nth-child(1)[b-xf7w1kqibe] {
            order: 1;
        }
        &:nth-child(2)[b-xf7w1kqibe] {
            order: 4;
        }
        &:nth-child(3)[b-xf7w1kqibe] {
            order: 3;
            border-bottom: 1px solid #9E9EA6;
        }
        &:nth-child(4)[b-xf7w1kqibe] {
            order: 2;
            border-bottom: 1px solid #9E9EA6;
        }
        
        [b-xf7w1kqibe] .pdk-icon {
            display: none;
        }
        
        & > p:first-child[b-xf7w1kqibe] {
            font-weight: 500;
            min-width: 100px;
        }

        & > p:last-child[b-xf7w1kqibe] {
            display: flex;
            flex-direction: column;
            
            & > span:last-child {
                font-size: 14px;
            }

            &.best-case span:first-child[b-xf7w1kqibe] {
                color: #206040;
            }

            &.worst-case span:first-child[b-xf7w1kqibe] {
                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: 0 0 24px 0;
}

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

.header-container[b-zg4ip5el6d] {
    background: white;
    padding: 0 24px;
}

@media (max-width: 768px) {
    .headline[b-zg4ip5el6d] {
        margin: 0 16px;
    }

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

    .header-container[b-zg4ip5el6d] {
        padding: 24px 16px;
    }
}
/* _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;
}
/* _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;
        min-height: fit-content;
    }
    .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;
    }
}

/* Smart positioning for tooltips to prevent viewport overflow */
.timeline-line-element:nth-child(even) .timeline-line-element-event.tooltip-position-left .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    right: 0;
    left: auto;
    bottom: 48px;
    transform: none;
}

.timeline-line-element:nth-child(odd) .timeline-line-element-event.tooltip-position-left .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    right: 0;
    left: auto;
    top: 48px;
    transform: none;
}

.timeline-line-element:nth-child(even) .timeline-line-element-event.tooltip-position-right .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    left: 0;
    right: auto;
    bottom: 48px;
    transform: none;
}

.timeline-line-element:nth-child(odd) .timeline-line-element-event.tooltip-position-right .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    left: 0;
    right: auto;
    top: 48px;
    transform: none;
}

.timeline-line-element:nth-child(even) .timeline-line-element-event.tooltip-position-center .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    left: 50%;
    right: auto;
    bottom: 48px;
    transform: translateX(-50%);
}

.timeline-line-element:nth-child(odd) .timeline-line-element-event.tooltip-position-center .timeline-line-element-event-tooltip[b-s9fr7tmvo3] {
    left: 50%;
    right: auto;
    top: 48px;
    transform: translateX(-50%);
}

/* Arrow positioning for different tooltip positions */
.timeline-line-element:nth-child(even) .timeline-line-element-event.tooltip-position-left[b-s9fr7tmvo3]  .timeline-line-element-event-tooltip::before {
    left: 90% !important;
    bottom: -7px;
}

.timeline-line-element:nth-child(odd) .timeline-line-element-event.tooltip-position-left[b-s9fr7tmvo3]  .timeline-line-element-event-tooltip::before {
    left: 90% !important;
    top: -7px;
}

.timeline-line-element:nth-child(even) .timeline-line-element-event.tooltip-position-right[b-s9fr7tmvo3]  .timeline-line-element-event-tooltip::before {
    left: 10% !important;
    bottom: -7px;
}

.timeline-line-element:nth-child(odd) .timeline-line-element-event.tooltip-position-right[b-s9fr7tmvo3]  .timeline-line-element-event-tooltip::before {
    left: 10% !important;
    top: -7px;
}

.timeline-line-element:nth-child(even) .timeline-line-element-event.tooltip-position-center[b-s9fr7tmvo3]  .timeline-line-element-event-tooltip::before {
    left: 50% !important;
    bottom: -7px;
}

.timeline-line-element:nth-child(odd) .timeline-line-element-event.tooltip-position-center[b-s9fr7tmvo3]  .timeline-line-element-event-tooltip::before {
    left: 50% !important;
    top: -7px;
}
/* _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;
    transition: all .2s ease
}

.pdk-bar-chart-container[b-cjh1d4pli4] {
    position: relative;
    width: 80vw;
    height: 50vh;
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/SimplePensionPrognosisGuide/SimplePensionPrognosisGuide.razor.rz.scp.css */
.responsive-nav[b-4saleyn33k] {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--spacing-medium, 1rem);
    width: 100%;
    margin-top: 64px;
}

@media (min-width: 768px) {
    .responsive-nav[b-4saleyn33k] {
        margin-top: 32px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/* Minus the height of the detail header */
.panel-vertical-centered[b-4saleyn33k] {
    display: flex;
    align-items: center;
    height: calc(100vh - 60px);
}

@media (min-width: 768px) {
    .panel-vertical-centered[b-4saleyn33k] {
        height: calc(100vh - 115px);
    }
}

[b-4saleyn33k] .prognosis-container {
    max-width: 640px !important;
}

[b-4saleyn33k] .monthly-salary-input {
    min-width: 320px;
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/Simulator/Forms/AdjustSimulationInputForm.razor.rz.scp.css */
.form-input-wide[b-gtrjs1x1ba] {
    max-width: 60%;
}

.form-input-medium[b-gtrjs1x1ba] {
    max-width: 50%;
}

@media (max-width: 768px) {
    .form-input-wide[b-gtrjs1x1ba],
    .form-input-medium[b-gtrjs1x1ba] {
        max-width: none;
    }
}
/* _content/Pdk.Common.Web.PensionSimulator/Components/Simulator/PensionSimulator.razor.rz.scp.css */
[b-8u6nxjshnf] .bar-chart-container {
    --bar-chart-height: 460px;
    width: 100%
}

[b-8u6nxjshnf] .toggle-group-with-icons {
    min-width: 320px;
}

@media (max-width: 768px) {
    [b-8u6nxjshnf] .bar-chart-container {
        --bar-chart-height: 800px;
    }

    [b-8u6nxjshnf] .toggle-group-container {
        width: 100%;
    }

    [b-8u6nxjshnf] .toggle-group-with-icons {
        min-width: 0px;
    }

    .centered-mobile[b-8u6nxjshnf] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .toggle-group-container[b-8u6nxjshnf] {
        width: 100%;
    }
}
