/*
    Table
*/

.bs_dtCustomTable {
    border-style: none;
    text-align: left;
}

/*
    Rows
*/

.bs_dtCustomTable tr:nth-child(even) {
    background-color: var(--wp--preset--color--custom-background-white);
}
table.dataTable.display tbody tr{
    border-bottom: 1px solid!important;
    border-color: var(--wp--preset--color--custom-background-decorative)!important;
}

/*
    Cells
*/

.bs_dtCustomTable thead{
    text-align: left;
    color: var(--wp--preset--color--custom-text-primary);
    background-color: var(--wp--preset--color--custom-background-blue-light);
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--custom-background-decorative);
}

.bs_dtCustomTable td {
    color: var(--wp--preset--color--custom-text-primary);
    border-top: none !important;
}

.bs_dtCustomTable tbody tr td a {
    color: var(--wp--preset--color--custom-main-primary);
    text-decoration: none;
}

.bs_dtCustomTable td:last-child {
    border-right: none;
}

.bs_dtCustomTable .sorting_1 {
    background-color: var(--wp--preset--color--custom-text-primary);
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1{
    background-color: var(--wp--preset--color--custom-background-white);
}
/*
    Pagination
*/

.paginate_button {
    display: inline !important;
    border: none !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--wp--preset--color--custom-text-primary)!important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    text-decoration: underline !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    text-decoration: underline !important;
}

/*
    Table footer
*/

tfoot {
    display: table-header-group;
}


/*search form*/
.dataTables_filter{
    width: 320px;
    height: Fixed (56px);
    gap: 1px;
}

.bs_dtCustomTable td, .bs_dtCustomTable th{
    padding: 1rem!important;
}

.wp-block-column .bs_dtCustomTable{
    word-break: auto-phrase;
}
/*
    Rows
*/

/* .bs_dtCustomTable tr{
    border-collapse: collapse !important;
} */

/*
    Inputs
*/

/* .bs_dtCustomTable tr th select , .input_text_knk input {
    height: 1.5rem;
    width: 100%;
    padding-left: 10px;
    border-radius: 5px;
    border: none !important;
}

.bs_dtCustomTable tr th select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    padding: 0;
    padding-right: 2rem;
} */
