.tabulator,
.tabulator .tabulator-header,
.tabulator .tabulator-header .tabulator-col,
.tabulator-row .tabulator-cell,
.tabulator .tabulator-footer {
    border: 0;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content,
.tabulator-row .tabulator-cell,
.tabulator .tabulator-footer {
    padding: 18px 20px;
}

@media (max-width: 767px) {
    .tabulator .tabulator-footer .tabulator-footer-contents {
        flex-direction: column;
        gap: 8px;
    }
}

.tabulator .tabulator-header,
.tabulator .tabulator-footer {
    font-weight: 600;
}

.tabulator .fa {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.fa.mars-regular {
    background-image: url("../images/fa/mars-regular-f18a1d226deddbba3067bbc9ff3bf2bb.svg");
}
.fa.venus-regular {
    background-image: url("../images/fa/venus-regular-b61f4790faa6f8d41893f714481365fc.svg");
}
.fa.check-regular {
    background-image: url("../images/fa/check-regular-079eaf9e16cacb5826b0397a1db45206.svg");
}
.fa.xmark-regular {
    background-image: url("../images/fa/xmark-regular-3cc88033efe458b8e259943f82e096ff.svg");
}
.fa.euro-sign-regular {
    background-image: url("../images/fa/euro-sign-regular-99e628a9a1b2f31be1e483c7757a96b1.svg");
}
.fa.shield-halved-regular {
    background-image: url("../images/fa/shield-halved-regular-81bfe4c24591298db66c2e6c48067443.svg");
}
.fa.envelope-regular {
    background-image: url("../images/fa/envelope-regular-362e5129fba9195d5dc83d773671e404.svg");
}
.fa.pen-to-square {
    background-image: url("../images/fa/pen-to-square-regular-d75d13519fa3c101823a07177e59602b.svg");
}
.fa.address-card {
    background-image: url("../images/fa/address-card-regular-9d968f02a06113f041d184af399b0f56.svg");
}
