table.ajax-table tr th[data-sort] {
    cursor: pointer;
}

table.ajax-table .footer-table-pagination .fixed-table-pagination {
    /* margin-top: 5px; */
}

table.ajax-table .footer-table-pagination .fixed-table-pagination ul.pagination {
    margin-bottom: 0px;
}

table.ajax-table tbody tr.active td {
    background: #d3eeff !important;
    color: #4b4b4b;
}

#container_ajax_table .header-table-views {
    margin-left: 10px;
    margin-right: 10px;
}

#container_ajax_table .header-table-views .btn {
    margin: 0px;
    border: 0;
    font-size: 18px;
    height: 35px;
    color: #ddd;
    background: transparent;
}

#container_ajax_table .header-table-views .btn.active, 
#container_ajax_table .header-table-views .btn:focus, 
#container_ajax_table .header-table-views .btn:hover, 
#container_ajax_table .header-table-views .btn:active {
    color: var(--main-primary-color);
    background: transparent !important;
}

#container_ajax_table .actions-table-views {
    border-right: 1px solid #ddd;
    padding-right: 5px;
    margin-left: 10px;
}

#container_ajax_table .actions-table-views a,
#container_ajax_table .actions-table-views button {
    color: var(--main-primary-color);
    position: relative;
    margin-left: -1px;
    line-height: 1.25;
    border-radius: 50%;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid transparent;
    margin-right: 2px;
}

#container_ajax_table .actions-table-views a:hover,
#container_ajax_table .actions-table-views button:hover {
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
    z-index: 3;
    color: #fff;
}

table.ajax-table .header-table-pagination td {
    padding: 0px;
    border: 0px;
}

table.ajax-table .header-table-pagination {
    margin-left: 10px;
}

table.ajax-table .table-custom-actions {
    width: 100%;
    border-bottom: 0px;
    padding: 0px;
}

table.ajax-table tr th.table-custom-actions:first-child {
    padding: 0px !important;
}

.table-custom-actions-container {
    display: flex;
    justify-content: flex-end;
    border-top: 0px;
    margin: 5px 0px;
    padding-bottom: 10px;
    min-height: 45px;
}

.table-custom-actions-container ul.pagination {
    margin-bottom: 0px;
}

table.ajax-table tfoot td {
    padding-left: 0px;
    padding-right: 0px;
}

table.ajax-table > thead > tr > th.sort-asc::after {
    content: '\eb56';
    font-family: "unicons-line";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.3em;
    -webkit-font-smoothing: antialiased;
    color: #333;
}

table.ajax-table > thead > tr > th.sort-desc::after {
    content: '\eb3a';
    font-family: "unicons-line";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.3em;
    -webkit-font-smoothing: antialiased;
    color: #333;
}

table.ajax-table img.img-table {
    max-height: 50px;
}

table.ajax-table tbody tr tr {
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) { 
    table.ajax-table thead th {
        white-space: nowrap;
    }

    .table-custom-actions-container {
        flex-wrap: wrap;
        padding-bottom: 0px;
        flex-direction: column;
        margin: 0 15px;
    }

    .table-custom-actions-container input[type="text"] {
        width: 100%;
        margin-bottom: 20px;
    }

    .table-custom-actions-container .header-table-pagination {
        width: 100%;
        margin-bottom: 20px;
    }

    #container_ajax_table .header-table-views {
        position: absolute;
        right: 0;
        margin-right: 5px;
        top: 0;
    }
}


.price-table {
    margin-top: 0px;
    margin-bottom: 0px;
}

.price-table td {
    border-bottom: 0px !important;
    border-top: 0px !important;
}

.price-table td:first-child {
    border-left: 0px;
}