.sort_table .fil_ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.sort_table .fil_ul li {
    font-size: 12px;
    padding: 0px 5px;
    border: 2px solid #ebebeb;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    color: #7c7b7b;
    text-align: center;
}

.sort_table .fil_ul li[data-target="group"],
.sort_table .fil_ul li[data-target="chapter"] {
    width: calc(100% / 5 - 4px);
}
.sort_table .fil_ul li[data-checked="1"] {
    border: 2px solid #f37a62;
    color: #fff;
    background: linear-gradient(90deg, #f97a69, #fb8641);
}
.sort_table .fil_ul li[data-checked="0"] img {
    opacity: 0.6;
    filter: grayscale(0.8);
}

.input_search {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 35px;
    padding: 0px 0px 0px 5px;
}

.post-content table.result_table tbody[data-disp="0"] {
    display: none;
}

.no_result_message {
    text-align: center;
    font-size: 16px;
    color: #7c7b7b;
    display: none;
}