.tf__checks {
    margin-bottom: 10px;
}
.tf__checks label{
    display: inline-block;
}
.tf__checks label input[type="checkbox"] {
    margin: 10px 3px 10px 10px;
}
.tf__check-all {
    margin: 15px 0px 30px 0px;
}
.tf__check-all input {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #0693e3;
    border: solid 2px #ebebeb;
    border-radius: 4px;
    padding: 0.3em 1em;
    margin: 0px 15px 0px 15px;
}
.wp-block-table.tf__table table {
    width: 100%;
}
.tf__search {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1em;
}
.tf__search-box {
    width: 100%;
    border-radius: 10px;
    padding: 10px 10px;
    border: 1px solid #888;
}
.tf__clear-button {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-right: 15px;
    font-size: 20px;
    color: #888;
}