/* @import './harga.css';
/* CUSTOM STYLE ONLY ON THIS PAGE *
.bt-green {
    border-bottom: 1px solid #b5e3e1bf;
}

/* STYLE PAGE HARGA *
.pg-detail-paket {
    margin-bottom: 72px;
}

.pg-detail-paket-header {
    padding: 16px 24px;
}

.pg-detail-paket-header:first-child {
    position: sticky;
    background: #FFFFFF;
    top: 60px;
    z-index: 2;
}

.mj-card-pricelist {
    background: transparent;
    border: none;
    border-radius: unset;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

.mj-card-pricelist .mj-card-desc {
    align-items: flex-start;
    flex: 1;
    margin-bottom: 24px;
}

.mj-card-pricelist .mj-price-ext {
    font-size: 14px;
    color: #525252;
}

.pg-detail-paket-header .mj-card-pricelist-label {
    margin-bottom: 4px;
}

.pg-detail-paket-header .mj-card-pricelist-detail {
    font-size: 16px;
    line-height: 24px;
}

.pg-detail-paket .label-lime {
    padding: 2px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.pg-detail-paket .mj-title-text.size-30 {
    margin-bottom: 0;
}

@media (max-width: 450px) {
    .w-70.section-harga-title {
        width: 100%!important;
    }

    .mj-accordion-detail.active {
        display: block;
    }
} */

.harga-detail-title {
    padding: 16px 0;
    border-bottom: 1px solid #b5e3e1bf;
    position: sticky;
    top: 60px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    background: #FFF;
}

.harga-detail-title-label {
    display: flex;
    justify-content: flex-end;
    width: 70%;
}

.harga-detail-title-label > .title-label {
    align-items: center;
    display: flex;
    flex-basis: 25%;
    justify-content: center;
}

.harga-detail-body {
    display: flex;
    justify-content: flex-end;
}

.harga-detail-body > .harga-detail-body-content {
    width: 70%;
}

.mj-card-pricelist {
    background: transparent;
    border: none;
    border-radius: unset;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: flex-end;
    padding: 12px;
}

.mj-card-pricelist .mj-card-desc {
    align-items: flex-start;
    flex: 1;
    margin-bottom: 24px;
}

.mj-card-pricelist .mj-price-ext {
    font-size: 14px;
    color: #525252;
}

.pg-detail-paket-header .mj-card-pricelist-label {
    margin-bottom: 4px;
}

.pg-detail-paket-header .mj-card-pricelist-detail {
    font-size: 16px;
    line-height: 24px;
}

.comparsion-category-item {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #b5e3e1bf;
    align-items: center;
    cursor: pointer;
}

.comparsion-category-item i {
    font-size: 24px;
    transition: all 0.15s ease-out;
    transform-origin: center;
    color: var(--teal-700);
}

.comparsion-category-item.expanded i {
    transform: rotate(180deg);
}

.comparsion-category .comparsion-category-detail {
    display: none;
}

#table-comparsion {
    width: 100%;
}

#table-comparsion > thead {
    display: none;
}

#table-comparsion > tbody > tr > td:first-child,
#table-comparsion > thead > tr > th:first-child {
    width: 30%;
    position: sticky;
    left: 0;
    text-align: left;
    background: #FFF;
}

#table-comparsion > tbody > tr > td {
    text-align: center;
}

@media all and (max-width: 767px) {
    .harga-detail-body > .harga-detail-body-content {
        width: 100%;
    }

    .harga-detail-title {
        display: none;
    }

    #table-comparsion {
        width: 490px;
    }
    
    #table-comparsion > thead {
        display: table-header-group;
    }

    #table-comparsion > tbody > tr > td:first-child,
    #table-comparsion > thead > tr > th:first-child {
        width: 240px;
        border-right: 1px inset;
    }
}