.elementor-1931 .elementor-element.elementor-element-8fc8539{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1931 .elementor-element.elementor-element-8fc8539:not(.elementor-motion-effects-element-type-background), .elementor-1931 .elementor-element.elementor-element-8fc8539 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECECEC;}.elementor-1931 .elementor-element.elementor-element-15b8bcc > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-1931 .elementor-element.elementor-element-15b8bcc .transpialigh{text-align:center;}.elementor-1931 .elementor-element.elementor-element-15b8bcc .transpi__heading-title{font-size:24px;line-height:23px;}
				.elementor-1931 .elementor-element.elementor-element-15b8bcc .transpi__sub-heaind span{font-size:35px;}.elementor-1931 .elementor-element.elementor-element-9f2ad5b .bdt-table th{text-align:center;background-color:#e7ebef;color:#333;border-style:solid;border-width:1px;border-color:#ccc;padding:1em 2em 1em 1em;}.elementor-1931 .elementor-element.elementor-element-9f2ad5b .bdt-table table, .elementor-1931 .elementor-element.elementor-element-9f2ad5b .bdt-static-table .bdt-static-body-row-cell{text-align:center;justify-content:center;}.elementor-1931 .elementor-element.elementor-element-9f2ad5b .bdt-table table{border-style:solid;border-width:1px;border-color:#ccc;margin-bottom:1px;}.elementor-1931 .elementor-element.elementor-element-9f2ad5b .bdt-table td{background-color:#fff;border-style:solid;border-width:1px;border-color:#ccc;padding:0.5em 1em 0.5em 1em;}.elementor-1931 .elementor-element.elementor-element-9f2ad5b .bdt-table .dataTables_filter{margin-bottom:1px;}.elementor-1931 .elementor-element.elementor-element-a21a6c1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-1931 .elementor-element.elementor-element-a21a6c1:not(.elementor-motion-effects-element-type-background), .elementor-1931 .elementor-element.elementor-element-a21a6c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECECEC;}.elementor-1931 .elementor-element.elementor-element-ebc1727{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for bdt-table, class: .elementor-element-9f2ad5b *//* Table */
.dmj-price-table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 2px solid #0bb505;
    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Header */
.dmj-price-table thead th {
    background: #217003 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 16px 18px;
    border-right: 1px solid rgba(255,255,255,.15) !important;
    border-bottom: 2px solid #0bb505 !important;
    white-space: nowrap;
}

/* Rounded Header */
.dmj-price-table thead th:first-child {
    border-top-left-radius: 16px;
}

.dmj-price-table thead th:last-child {
    border-top-right-radius: 16px;
    border-right: none !important;
}

/* Body */
.dmj-price-table tbody td {
    padding: 15px 18px;
    font-size: 14px;
    border-right: 1px solid #0bb50520;
    border-bottom: 1px solid #0bb50530;
    vertical-align: middle;
    transition: all .2s ease;
}

/* Last column */
.dmj-price-table tbody td:last-child {
    border-right: none;
}

/* Zebra */
table.dmj-price-table.dataTable tbody tr.even td {
    background: #f7fff7 !important;
}

/* Hover */
.dmj-price-table tbody tr:hover {
    background: rgba(11, 181, 5, 0.08);
}

/* Kolom Tujuan */
.dmj-price-table tbody td:first-child {
    font-weight: 700;
    color: #111827;
}

/* Harga */
.dmj-price-table tbody td:nth-child(2),
.dmj-price-table tbody td:nth-child(3) {
    color: #0a8f04;
    font-weight: 700;
}

/* Estimasi */
.dmj-price-table tbody td:nth-child(4) {
    color: #dc2626;
    font-weight: 600;
}

/* Minimum */
.dmj-price-table tbody td:nth-child(5) {
    color: #2563eb;
    font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebc1727 */.text-notes{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;

    padding: 14px 16px;
    margin-top: 16px;

    background: #fff8e1;
    border: 1px solid #facc15;
    border-left: 5px solid #eab308;

    border-radius: 10px;

    color: #854d0e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;

    box-shadow: 0 2px 8px rgba(0,0,0,.04);

    transition: all .2s ease;
}

.text-notes:hover{
    background: #fef3c7;
    border-color: #eab308;
}

/* Icon */
.text-notes::before{
    content: "⚠";
    flex-shrink: 0;

    font-size: 18px;
    line-height: 1;

    margin-top: 1px;
}/* End custom CSS */