.banner-wrapper {
    gap: 5px;
}

.title-banner {
    width: 410px;
}

.ipd-slide {
    border-color: #00adef30;
}

.protection-plan .benefit,
.protection-plan .border-bt {
    border-bottom: 1px solid #E3E5E5;
}

    .protection-plan .benefit.none-bbt {
        border-bottom: none;
    }

    .protection-plan .benefit p.title {
        max-width: unset;
    }

.protection-plan .benefits p.value {
    white-space: nowrap;
}

.protection-plan .swiper-wrapper {
    margin-bottom: 55px;
}

.protection-plan .wrapper {
    padding-inline: 30px;
}

.content-benefits h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0057A8;
}

.plane-selected {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 5px;
    width: fit-content;
    border: 1px solid #E3E5E5;
    margin-bottom: 20px;
}

    .plane-selected input:checked + label,
    .plane-selected label:hover {
        background-color: #D6F1FF;
    }

    .plane-selected label {
        color: #0057A8;
        border-radius: 24px;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 20px;
        text-align: center;
        cursor: pointer;
        transition: .3s;
    }

.table-benefits thead th.title.yellow {
    color: #3C3D3E;
    background: #FFE169;
    width: 25%;
}

.table-benefits thead th.title.yellow-bright {
    color: #3C3D3E;
    background: #FFF0B5;
    width: 25%;
}

.table-benefits tbody td {
    font-size: 15px;
}

.table-benefits tbody .yellow {
    background: #FFE169;
}

.table-benefits tbody .yellow-bright {
    background: #FFF0B5;
}

.table-benefits tbody .yellow,
.table-benefits tbody .yellow-bright {
    text-align: center;
    font-weight: 500;
}

.table-benefits thead th.title {
    border-bottom: 3px solid #ffffff;
}

.table-benefits thead th:not(:last-child) {
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.table-benefits tbody td:not(:last-child) {
    border-right: 3px solid #ffffff;
}

.content-benefits .note-wrapper p {
    font-size: 17px;
    font-weight: 500;
    color: #0057A8;
}

.content-benefits .note-wrapper ul {
    padding-left: 1.25rem;
}

    .content-benefits .note-wrapper ul li {
        font-size: 15px;
        color: #3C3D3E;
    }

.content-diseases .wrapper .content-wrapper .content .text-content p {
    font-size: 15px;
    color: #3C3D3E;
    margin-bottom: 0;
}

.result-calculate {
    background-color: unset;
}

    .result-calculate h3 {
        font-size: 24px;
        font-weight: 700;
        color: #0057A8;
        margin-bottom: 0;
    }

    .result-calculate p {
        font-size: 24px;
        color: #0057A8;
        margin-bottom: 0;
    }

        .result-calculate p span {
            font-size: 40px;
            font-weight: 700;
        }

.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 .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;
        line-height: 30px;
    }

        .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;
        }

    .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;
}

.dropdown {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    border: 2px solid #F2F2F5;
    transition: all 0.5s ease;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #5A5755;
    height: 60px;
    background-image: var(--image);
    background-repeat: no-repeat;
    background-position: right 20px center, top 0 center;
}

    .dropdown .select {
        cursor: pointer;
        display: block;
        padding: 10px 20px;
        background-position: right 1rem center;
        background-repeat: no-repeat;
    }

    .dropdown .dropdownMenu {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 64px;
        border-radius: 30px;
        border: 2px solid #F2F2F5;
        overflow: hidden;
        display: none;
        overflow-y: auto;
        z-index: 9;
    }

.dropdownMenu.show {
    display: block;
}

.dropdown .dropdownMenu li {
    padding: 16px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

    .dropdown .dropdownMenu li:not(:first-child):not(:last-child) {
        padding-block: 14px;
    }

.dropdown .dropdownMenu {
    padding: 0;
    list-style: none;
}

    .dropdown .dropdownMenu li:hover {
        background-color: #dbf4ff;
    }

    .dropdown .dropdownMenu li:active {
        background-color: #dbf4ff;
    }

.details-container .content ol.main-list {
    padding-left: 0;
}

.main-list > li::marker {
    content: ""
}

.main-list {
    counter-reset: main-counter;
}

    .main-list > li {
        counter-increment: main-counter;
    }

        .main-list > li::before {
            content: counter(main-counter) ". ";
        }

.sub-list {
    counter-reset: sub-counter;
}

    .sub-list > li {
        counter-increment: sub-counter;
    }

        .sub-list > li::marker {
            content: ""
        }

        .sub-list > li::before {
            content: counter(main-counter) "." counter(sub-counter) " ";
        }


@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;
    }
}

@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;
    }

    .plane-selected {
        margin-inline: unset;
    }

        .plane-selected label {
            font-size: 13px;
        }

    .content-benefits h3 {
        font-size: 18px;
    }

    .protection-plan .btn-popup {
        padding-bottom: unset;
    }
}

@media (max-width: 769px) {
    .content-promotion .content-wrapper .title-content {
        align-items: unset;
    }

    .table-promotion table th {
        font-size: 13px;
        line-height: 1.5;
    }

    .plan-wrapper {
        display: flex;
        justify-content: unset;
    }

        .plan-wrapper .swiper-slide {
            width: unset;
        }
}

@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;
        }
}

@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;
        }
}
