th {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 12px;
    color: #24004280 !important;
    border-top: 1px solid #dee2e6;
}

.th {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 12px;
    color: #24004280 !important;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

th.sorting_asc::before,  th.sorting_asc::after, th.sorting::before, th.sorting::after {
    font-size: 8px !important;
}

td, .td {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

tr>* {
    box-shadow: none !important;
}

/* Custom pagination styles */
.paginate_button > .page-link{
    color: #240042;
    opacity: 30%;
    background: unset;
    border:none;
    font-size: 14px;
    line-height: unset;
    font-weight: 400;
    align-content: center;
    padding: 0 10px;
}
.page-link:focus {
    box-shadow: none;
}

.page-item.previous > a, .page-item.next > a{
    padding: 0;
    align-content: center;
}

.page-item.previous > a > span, .page-item.next > a > span{
    font-size: 22px;
}

.paginate_button.active>.page-link, .page-link.active {
    font-weight: 700;
    opacity: 100%;
}

.table-total {
    display: flex;
    gap: 48px;
    color: #240042;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
}

.table-mobile-card {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #240042;
    padding: 12px 0;
    border-bottom: 1px solid #BABFD1;
}

.table-mobile-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.table-card {
    border: 1px solid #BABFD1;
    padding: 10px 25px;
    border-radius: 10px;
    max-width: 100%;
}

.table-label {
    color:#240042; 
    font-weight: 700;
}

.table-value {
    align-self: center;
}

.table-value::before {
    content: ': ';
    color: #240042; 
    font-weight: 700;
}

.minus-icon {
    color: #D80027;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    padding-right: 3px;
}

.plus-icon {
    color: #28A745;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    padding-right: 3px;
}

.table-mobile-card[style*="display: none"] {
    opacity: 0;
    transform: translateY(-10px);
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .table-card {
        max-width: 100%;
        padding: 2px 4px;
    }

    .table-mobile-card {
        font-size: 11px; 
    }

    .table-total {
        border-top: 1px solid #BABFD1;
        border-bottom: 1px solid #BABFD1;
        font-size: 10px;
        gap: unset;
    }

    .td {
        font-size: 10px;
    }

    .th {
        font-size: 10px;
    }
}