.table-acf-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}
.table-acf-search-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.table-acf-search-wrap svg {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    fill: #888888;
    pointer-events: none;
}
.table-acf-search {
    padding: 10px 40px 10px 15px !important;
}
.table-acf thead th {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
.table-acf thead th:before, .table-acf thead th:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
}
.table-acf thead th:before {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #000;
    transform: translateY(-5px);
}
.table-acf thead th:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    transform: translateY(2px);
}
.table-acf thead th.sort_asc:after {
    border-top-color: #c3c3c3;
}
.table-acf thead th.sort_desc:before {
    border-bottom-color: #c3c3c3;
}
.table-acf tbody tr:nth-child(odd) {
    background-color: #f6f6f6;
}

@media (min-width: 1030px) {

    .table-acf-search-wrap {
        width: 40%;
        margin: 0 auto 20px;
    }
}
