.ipd-slide {
    border-color: #00adef30;
}

    .ipd-slide p a {
        font-size: 15px;
        color: #0057A8;
        text-decoration: underline !important;
    }

.protection-plan .benefit {
    border-bottom: 1px solid #E3E5E5;
}

    .protection-plan .benefit p.title {
        max-width: 200px;
    }

.protection-plan .swiper-wrapper {
    margin-bottom: 55px;
}

    .card-special {
        padding: 0 32px;
    }

.promotion-swiper {
    overflow: visible;
}


.promotion-swiper {
    padding-bottom: 55px;
}

.application-details table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

.application-details thead tr th {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    width: 50%;
    padding: 18px;
}

    .application-details thead tr th:nth-child(odd) {
        background-color: #00B3F0;
        border-radius: 30px 0 0 0;
        border-right: 3px solid #ffffff;
    }

    .application-details thead tr th:nth-child(even) {
        background-color: #00CC99;
        border-radius: 0 30px 0 0;
    }

.application-details tbody tr td {
    background-color: #F2F2F5;
    text-align: center;
    padding: 15px;
    font-size: 15px;
    color: #3C3D3E;
}

    .application-details tbody tr td span {
        font-weight: 500;
    }

    .application-details tbody tr td.border-bt {
        border-bottom: 3px solid #ffffff;
    }

    .application-details tbody tr td.border-r {
        border-right: 3px solid #ffffff;
    }

.calculate-form {
    justify-content: center;
}

p.text-value {
    margin-bottom: 0;
    margin-top: 30px;
}

.gender-container label {
    padding-inline: 20px;
}

.input-premium {
    background-color: #FFFFFF;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 2px solid #F2F2F5;
    text-align: center;
    outline: none;
    padding-inline: 20px;
    position: relative;
}

    .input-premium.active {
        background-color: #D6F1FF;
        color: #0057A8;
        border: 2px solid #D6F1FF;
    }

.tooltips {
    width: max-content;
    position: absolute;
    bottom: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
    background: #FFF395;
    border-radius: 8px;
    font-size: 14px;
    color: #3C3D3E;
    padding: 10px;
    z-index: 2;
}

    .tooltips::after {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #FFF395 transparent;
    }

.calculate-input {
    font-size: 18px;
    font-weight: 500;
    color: #5A5755;
    background-color: #FFFFFF;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-block: 2px solid #F2F2F5;
    border-inline: none;
    text-align: center;
    outline: none;
}

    .calculate-input.active {
        background-color: #D6F1FF;
        color: #0057A8;
        border-block: 2px solid #D6F1FF;
    }


.modal-calculate-content .form-general {
    gap: 75px;
}

input.calculate-input::-webkit-outer-spin-button,
input.calculate-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.result-calculate {
    background-color: #F2F2F5;
}

    .result-calculate .wrapper {
        padding-bottom: 0;
    }

    .result-calculate .result-calculate-header .term-selected {
        border: 1px solid #E3E5E5;
    }

.table-protection {
    width: 100%;
    border-radius: 30px;
}

    .table-protection thead th {
        font-size: 20px;
        font-weight: 500;
        color: #5A5755;
        text-align: center;
        padding-block: 15px;
    }

    .table-protection tbody td {
        font-size: 15px;
        font-weight: 500;
        color: #3C3D3E;
        text-align: center;
        padding-block: 15px;
    }

    .table-protection tbody tr:not(:last-child) td {
        border-bottom: 1px solid #E3E5E5;
    }

    .table-protection tbody tr td:first-child {
        border-left: 1px solid #E3E5E5;
    }

.content-promotion .content-wrapper .title-content {
    align-items: center;
}

.table-promotion table {
    width: 100%;
    margin-top: 40px
}

    .table-promotion table th {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        width: 50%;
        padding-block: 20px;
    }

        .table-promotion table th:first-child {
            color: #ffffff;
            background-color: #0057A8;
            border-top-left-radius: 30px;
        }

        .table-promotion table th:last-child {
            color: #3C3D3E;
            background-color: #D6F1FF;
            border-top-right-radius: 30px;
            border-left: 3px solid #ffffff;
        }

        .table-promotion table th span {
            font-weight: 700;
            text-decoration: underline;
        }

    .table-promotion table td {
        text-align: center;
        font-size: 16px;
        padding-block: 15px;
        line-height: 26px;
        color: #3C3D3E;
        background-color: #F2F2F5;
        border-bottom: 3px solid #ffffff;
    }

        .table-promotion table td span.green {
            font-weight: 600;
            color: #00CC99;
        }

        .table-promotion table td:last-child {
            border-left: 3px solid #ffffff;
        }

.protection-plan .swiper-wrapper {
    margin-bottom: unset;
    padding-bottom: 55px;
}

.plan-swiper {
    overflow: visible;
}

.promotion-m-swiper {
    overflow: visible;
    padding-bottom: 55px;
    padding-inline: 20px;
}

.promotion-m-swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.promotion-m-swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .promotion-m-swiper .swiper-pagination-bullet {
        width: 16px;
        height: 4px;
        display: inline-block;
        border-radius: 40px;
        background: #000;
        opacity: 0.2;
    }

.promotion-m-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #BED630;
}

.chart-container .chart-line {
    top: 2.7rem;
}

.chart-container .chart-line.chart-line-1 {
    top: 65%;
    transform: rotate(-51.3deg);
    transform-origin: 0 0;
    width: 51%;
    left: 24%;
}

.chart-container .bar-contains {
    height: 615px;
}

.chart-container .result-box.small {
    width: 120px;
}

.chart-container .result-box.small p {
    font-size: 14px;
}

.chart-container .result-box.small p span {
    font-size: 18px;
}

.chart-container #protection-result-1 {
    left: 23%;
    position: absolute;
    top: 410px;
}

.chart-container #protection-result-2 {
    left: 31%;
    position: absolute;
    top: 324px;
}

.chart-container #protection-result-3 {
    left: 39%;
    position: absolute;
    top: 233px;
}

.chart-container #protection-result-4 {
    left: 47%;
    position: absolute;
    top: 142px;
}

.chart-container #protection-result-5 {
    left: 66%;
    position: absolute;
    top: 88px;
}

.chart-container #return-result {
    top: 175px;
    width: 165px;
    padding-block: 5px;
}

.chart-container #yearly-result-1 {
    left: 54%;
    position: absolute;
    bottom: 110px;
    width: 115px;
}

.chart-container #yearly-result-2 {
    left: 71%;
    position: absolute;
    bottom: 235px;
    width: 155px;
}

@media (max-width: 1199px) {
    .details-container .tab {
        min-width: max-content;
        padding-inline: 20px;
    }

    .modal-calculate-content .form-general {
        gap: 0;
        flex-wrap: wrap;
    }

    .w-35 {
        width: 35%;
    }

    .w-30 {
        width: 30%;
    }

    .details-container.tab-header {
        padding-inline: 20px;
    }

    .chart-container .chart-line.chart-line-1 {
        transform: rotate(-55deg);
    }

    .chart-container #yearly-result-1 {
        left: 52.5%;
    }

    .chart-container #yearly-result-2 {
        left: 69.5%;
    }
}

@media (max-width: 991px) {
    p.text-value {
        font-size: 15px;
        font-weight: 500;
    }

    .modal-calculate-content .form-wrapper .form-header h3 {
        font-size: 18px;
        text-align: center;
    }

    .modal-calculate-content .form-wrapper .form-header p {
        font-size: 15px;
        text-align: center;
    }

    .modal-calculate-content .form-wrapper {
        padding: 0;
    }

    .container-tab-header {
        padding-right: 10px;
        margin-right: 0;
        width: 100%;
        max-width: unset;
    }

    .details-container.tab-header {
        display: flex;
        overflow: auto;
    }

    .table-protection {
        min-width: 978px;
    }

    .container.table-container {
        padding-left: calc(50% - (720px / 2) + 5px);
        margin: 0;
        max-width: unset;
    }

        .container.table-container > .wrapper {
            padding-right: 0;
        }

    .result-calculate .wrapper {
        padding-inline: 0;
    }

    .calculate {
        padding-top: 45px;
        padding-bottom: 55px;
    }
}

@media (max-width: 769px) {
    .content-promotion .content-wrapper .title-content {
        align-items: unset;
    }

    .table-promotion table th {
        font-size: 13px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .chart-container .bar-item {
        font-size: 14px;
    }

    .chart-container .result-box {
        width: 150px;
    }

        .chart-container .result-box p {
            font-size: 12px;
        }

    .protection-plan .benefit {
        gap: 5px;
    }

        .protection-plan .benefit p.title {
            max-width: 180px;
        }

    .chart-container .chart-line.chart-line-1 {
        transform: rotate(-58deg);
    }

    .chart-container #protection-result-5 {
        width: 130px;
        top: 80px;
        left: 67%;
    }

    .chart-container #return-result {
        top: 180px;
        width: 115px;
    }

    .chart-container #yearly-result-1 {
        width: 90px;
        bottom: 100px;
        left: 53.6%;
    }

    .chart-container #yearly-result-2 {
        width: 110px;
        bottom: 225px;
        left: 71%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .chart-container .bar-item {
        font-size: 10px;
    }

    .chart-container .result-box {
        width: 115px;
    }

        .chart-container .result-box p {
            font-size: 12px;
        }

    .chart-container .chart-line.chart-line-1 {
        transform: rotate(-65.5deg);
    }

    .chart-container #protection-result-5 {
        width: 124px;
        top: 70px;
        left: 65%;
    }

    .chart-container #return-result {
        top: 180px;
        width: 115px;
    }

    .chart-container #yearly-result-1 {
        width: 85px;
        bottom: 95px;
        left: 51.6%;
    }

    .chart-container #yearly-result-2 {
        width: 100px;
        bottom: 215px;
        left: 70%;
    }
}

@media (max-width: 576px) {
    .chart-container .chart-line.chart-line-1 {
        transform: rotate(-53.5deg);
    }
}

@media (max-width: 399px) {
    .protection-plan .benefit {
        gap: 4px;
    }

        .protection-plan .benefit p.title {
            max-width: 166px;
        }
}
