.new-prplife-result .card {
    padding: 16px;
    border-radius: 16.28px;
    border: 0.814px solid rgba(0, 115, 187, 0.20);
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-prplife-result .title {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.new-prplife-result .amount {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #00a33e;
    background: linear-gradient(90deg, rgba(0, 163, 62, 0.12), rgba(0, 163, 62, 0));
    border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
}

.new-prplife-result .plus-symbol {
    text-align: center;
    font-size: 18px;
    width: unset;
    color: #A7A9AC;
    height: 12px;
    align-items: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.new-prplife-result .subtitle {
    margin-top: 10px;
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.14px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    position: relative;
    justify-content: center;
}

.new-prplife-result .ulip-chart-container {
    position: relative;
    max-width: 335px;
    width: 100%;
    /* height: 98px; */
    /* margin: 0 auto; */
}

.new-prplife-result .chart-caption {
    color: #58595B;
    font-family: Inter;
    font-size: 8px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    max-width: 76px;
    width: 100%;
    right: -6px;
    top: 30px;
}

.new-prplife-result .premium {
    margin-bottom: 6px;
}

.new-prplife-result .premium p {
    color: var(--neutral-universal-omni-black, #000);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.11px;
}

.new-prplife-result .premium .defaultSpan {
    color: var(--Secondary-Secondary-New-Black, #333);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 10px */
    letter-spacing: -0.1px;
}

.new-prplife-result .premium .gradient-text {
    background: var(--Primary-Gradient, linear-gradient(90deg, #0073BB 0%, #D62049 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.14px;
}

.new-prplife-result .note img {
    height: 10px;
    width: 10px;
}

.new-prplife-result .note {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2px;
}

.new-prplife-result .note p {
    color: var(--Secondary-Secondary-Grey-Dark, #58595B);
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    letter-spacing: -0.08px;
}

.new-prplife-result .result-page-title {
    color: var(--Secondary-Secondary-New-Black, #333);
    text-align: center;
    font-family: Inter;
    font-size: 13.024px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: normal;
}

.new-prplife-result .result-page-amount {
    width: 100%;
    margin-bottom: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #E3FFE6 29.33%, #E3FFE6 78.37%, rgba(246, 254, 247, 0.00) 100%);
}
.new-prplife-result .result-page-amount p{
    padding: 7px 0;
    text-align: center;
    color: var(--Tertiary-Tertiary-Green, #00B050);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new-prplife-result .chart-left-text {
    color: #58595B;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.1px;
    position: absolute;
    max-width: 46px;
    width: 100px;
    top: 50px;
    transform: rotate(-90deg);
    left: -27px;
}

.new-prplife-result .tooplip-content p {
    color: #58595B;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
}

.new-prplife-result .tooplip-content {
    border-bottom: 1px solid #F2F7FB;
    background: #FFF;
    position: absolute;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    z-index: 1;
    right: -87px;
    top: 16px;
    max-width: 100px;
    width: 100%;
}
#ulipmaturityChart {
    width:100%;
    height:115px !important;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {

    .new-prplife-result .ulip-chart-container {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        position: relative;
    }

    .new-prplife-result .card {
        padding: 16px 12px;
    }

    #ulipmaturityChart {
        width: 296px !important;
        height: 113px !important;
        margin-bottom: 8px;
    }

    .new-prplife-result .chart-caption {
        color: #58595B  ;
        text-align: left;
        font-family: Inter;
        font-size: 8px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        right: -4px;
        top: 30px;
    }

    .new-prplife-result .chart-left-text {
        left: -18px;
        top: 48px;
        font-size: 10px;
        max-width: 40px;
        color: #58595B;
        font-family: Inter;
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.08px;
    }
    .new-prplife-result .premium .gradient-text{
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.13px;
    }
    .new-prplife-result .premium .defaultSpan{
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.081px;
    }
    .new-prplife-result .subtitle{
        color:  #333;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 12px */
        letter-spacing: -0.12px;
        margin-top: 8px;
    }
    .new-prplife-result .result-page-title{
        color: #333;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    } 
    .new-prplife-result .result-page-amount{
        margin-bottom: 8px;
    }
    .new-prplife-result .tooplip-content{
        top: 16px;
        max-width: 84px;
        right: -71px;
    }
    .new-prplife-result .tooplip-content p{
        color: var(--Secondary-Secondary-Grey-Dark, #58595B);
        font-family: Inter;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.08px;
    }
    
}
.new-prplife-result{
    width: 100%;
}

.new-prplife-result .investmentcalc__resultwrapper {
    display: flex;
    margin-bottom: 64px;
}

.new-prplife-result .investmentcalc__resultwrapper .investmentcalc__backbtn{
    cursor: pointer;
}

.new-prplife-result .investmentcalc__bgcolor {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.new-prplife-result .investmentcalc__title {
    width: 100%;
}

.new-prplife-result .investmentcalc__resultwrapper__inner {
    border-radius: 20px;
    background: rgba(0, 115, 187, 0.08);
    position: relative;
}

.new-prplife-result .investmentcalc__drpwrapper {
    display: flex;
    column-gap: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    padding: 16px 20px;
    max-width: 708px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 1;
}

.new-prplife-result .inp-wrapper--dropdown .inp-wrapper__grp__field {
    padding: 10.2px 10px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: -0.14px;
    width: 100%;
    cursor: pointer;
    background-position: calc(100% - 6px) center;
    margin-top: 8px;
    box-shadow: none;
}

.new-prplife-result .inp-wrapper--dropdown {
    max-width: 164px;
    width: 100%;
}

.new-prplife-result .paymentmode__label,
.new-prplife-result .policyterm__label,
.new-prplife-result .lifecover__label,
.new-prplife-result .premiumpayment__label {
    color: #58595B;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 12px */
    letter-spacing: -0.12px;
}

.new-prplife-result .policyterm__dropdown {
    max-width: 116px;
    width: 100%;
}

.new-prplife-result .result-page-lower-section {
    padding-top: 70px;
    display: flex;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    column-gap: 30px;
    padding-bottom: 25px;
}

.new-prplife-result .result-page-graph-wrapper {
    width: 53%;
}

.new-prplife-result .result-page-table-title,
.new-prplife-result .chart-graph-title {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.12px;
    margin-bottom: 12px;
}

.new-prplife-result .result-page-table-wrapper {
    width: 43%;
    display: flex;
    flex-direction: column;
}

.new-prplife-result .subtitle img {
    height: 14px;
    width: 14px;
    cursor: pointer;
    object-fit: contain;
}

.new-prplife-result .result-page-representative p {
    color: var(--Secondary-Secondary-Grey-Dark, #58595B);
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.08px;
}

.new-prplife-result .result-page-representative img {
    height: 24px;
    width: 24px;
}

.new-prplife-result .result-page-representative {
    align-items: center;
    margin: 0 auto;
    max-width: 294px;
    column-gap: 4px;
    padding: 4px 2px 4px 4px;
    display: flex;
    border-radius: 29px;
    border: 1px solid rgba(0, 115, 187, 0.20);
    margin-top: 16px;
    background: #F2F7FB;
}

.new-prplife-result .result-page-disclaimer {
    padding-top: 14px;
    margin-top: auto;
}
.new-prplife-result .result-page-disclaimer p {
    color: #A7A9AC;
    font-family: Inter;
    font-size: 6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.06px;
}
.new-prplife-result .inp-wrapper--dropdown .inp-wrapper__dropdonw .inp-wrapper__dropdonw-item{
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    padding: 8px 16px;
    line-height: 20px;
    font-size: 0.875rem;
    color: var(--grey-dark);
    letter-spacing: -0.14px;
    font-family: 'Inter', sans-serif;
}

.new-prplife-result .inp-wrapper--dropdown .inp-wrapper__dropdonw .inp-wrapper__dropdonw-item:hover{
    color: var(--primary-blue);
    background: var(--secondary-tone-light-2);   
}

.new-prplife-result .inp-wrapper--dropdown .inp-wrapper__dropdonw .inp-wrapper__dropdonw-item.selected{
    color: var(--primary-blue);
    background: var(--secondary-tone-light-2);
}
.investmentcalc__valuewrapper {
    padding: 70px 16px 16px 16px;
    border-radius: 20px;
    background: rgba(0, 115, 187, 0.08);
    box-shadow: 1px 1px 4px 3px rgba(255, 255, 255, 0.25);
}
.investmentcalc__subtitleerror {
    padding: 20px;
    border-radius: 16px;
    background: var(--neutral-white);
}
.investmentcalc__subtitle :where(h1,h2,h3,h4,h5,h6), 
.investmentcalc__subtitleerror :where(h1,h2,h3,h4,h5,h6) {
    font-weight: 600;
    text-align: center;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: -0.2px;
    color: var(--grey-dark);
    font-family: 'Inter','sans-serif';
}
.new-prplife-result .inp-wrapper--dropdown .inp-wrapper__grp__field:focus{
    border: 1px solid var(--grey-tone-light-6);
}
.new-prplife-result .investmentcalc__title h1,
.new-prplife-result .investmentcalc__title h2,
.new-prplife-result .investmentcalc__title h3,
.new-prplife-result .investmentcalc__title h4,
.new-prplife-result .investmentcalc__title h5{
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
}
@media screen and (max-width:767px) {
    .new-prplife-result .investmentcalc__resultwrapper {
        margin-bottom: 50%;
        padding: 0 20px;
        align-items: center;
    }

    .new-prplife-result .investmentcalc__resultwrapper .investmentcalc__backbtn {
        height: 20px;
        width: 20px;
    }

    .new-prplife-result .inp-wrapper--dropdown {
        flex: 1;
        max-width: unset;
        min-width: 136px;
    }

    .new-prplife-result .policyterm__dropdown {
        flex: 1;
    }

    .new-prplife-result .investmentcalc__drpwrapper {
        flex-wrap: wrap;
        padding: 16px;
        max-width: 320px;
        width: 100%;
        gap: 16px;
        top: -82px;
    }

    .new-prplife-result .result-page-lower-section {
        flex-direction: column;
        padding: 7% 20px 20px 20px;
        row-gap: 16px;
    }

    .new-prplife-result .result-page-table-wrapper,
    .new-prplife-result .result-page-graph-wrapper {
        width: 100%;
    }

    .new-prplife-result .premium p {
        color: var(--neutral-universal-omni-black, #000);
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.098px;
    }

    .new-prplife-result .ta-container {
        padding: unset;
    }
    .new-prplife-result .result-page-representative{
        margin: unset;
        max-width: unset;
    }
    .new-prplife-result .result-page-table{
        margin-bottom: 8px;
    }
    .new-prplife-result .result-page-disclaimer{
        padding-top: 16px;
    }
    .new-prplife-result .result-page-table-title, .new-prplife-result .chart-graph-title{
        color: #000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.12px;
    }
    .new-prplife-result .investmentcalc__title h1,
    .new-prplife-result .investmentcalc__title h2,
    .new-prplife-result .investmentcalc__title h3,
    .new-prplife-result .investmentcalc__title h4,
    .new-prplife-result .investmentcalc__title h5{
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.2px;
    }
}
.result-page-lower-section .table-wrapper {
    width: 100%;
    max-width: 720px;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
    border-right: 0.5px solid #0073BB;
    border-left: 0.5px solid #0073BB;
    border-bottom: 0.5px solid #0073BB;
    font-family: 'Inter', sans-serif;
}

.result-page-lower-section .custom-table {
    width: 100%;
    border-collapse: collapse;
    border: unset;
}

.result-page-lower-section .custom-table thead {
    background-color: #0073BB;
}

.result-page-lower-section .custom-table thead th {
    color: #FFF;
    font-family: Inter;
    font-size: 7px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.07px;
    padding: 10px 8px;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
}

.result-page-lower-section .custom-table thead th:last-child {
    border-right: none;
}

.result-page-lower-section .custom-table tbody td {
    padding: 6px 1px;
    text-align: center;
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.1px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    vertical-align: middle;
    border-left: unset;
}

.result-page-lower-section .custom-table tbody td:first-child {
    text-align: center;
    color: #000000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08px;
}

.result-page-table-wrapper .custom-table tbody td:last-child {
    border-right: none;
    color: #000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08px;
    padding: 4px 5px;
}

.result-page-table-wrapper .custom-table tbody tr:last-child td {
    border-bottom: none;
}

.result-page-table-wrapper .result-note {
    margin-top: 8px;
    color: #A7A9AC;
    text-align: start;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.06px;
}

.custom-table th,
.custom-table td {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    padding: 8px 4px;
}

.custom-table th:nth-child(1),
.custom-table td:nth-child(1) {
    width: 31.3%;
    text-align: left;
    font-weight: 600;
}

.custom-table th:nth-child(2),
.custom-table td:nth-child(2),
.custom-table th:nth-child(3),
.custom-table td:nth-child(3) {
    width: 20.45%;
    border-right: 2px solid #fff;
    border-radius: 5px 5px 0px 0px;
}

.custom-table th:nth-child(4),
.custom-table td:nth-child(4) {
    width: 26.2%;
}

.custom-table thead th {
    background-color: #0073BB;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: -0.1px;
    border-right: 1px solid #8DC1E5;
}

.custom-table thead th:last-child {
    border-right: none;
}


.custom-table thead tr:first-child th {
    background: var(--Primary-Primary-Blue, #0073BB);
    color: #FFF;
    padding: 6px 7px;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.07px;
    text-align: center;
}

.custom-table thead tr:first-child th:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-right: 2px solid #fff;
    border-left: unset;
}

.custom-table thead tr:first-child th:last-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.result-page-lower-section .custom-table thead tr,
.result-page-lower-section .custom-table tbody tr{
    border-bottom: unset;
}
@media screen and (max-width:767px) {

    .new-prplife-result .result-page-disclaimer p{
        font-size: 8px;
    }
    
    .result-page-table-wrapper .result-note,
    .custom-table thead tr:first-child th,
    .result-page-table-wrapper .custom-table tbody td:last-child,
    .result-page-lower-section .custom-table tbody td,
    .result-page-lower-section .custom-table tbody td:first-child{
        font-size: 10px;
        letter-spacing: -0.1px;
    }
}
