#customsearch .kd-tabs-tab-wrap {
    height: 40px !important;
 }
 
#customsearch .kd-tabs-navs-line .kd-tab-pane-middle {
    height: 40px !important;
    line-height: 40px !important;
}
#customsearch .kd-tabs-navs-line.kd-tabs-navs-middle {
    height: 40px !important;
}
#customsearch .kd-tab-pane-text-active, #customsearch .kd-tab-pane-text:hover {
    font-weight: 500;
}
#customsearch .kd-active-line, #customsearch .kd-arrow-button {
    /* width: 26px !important; */
    height: 4px !important;
    /* border-radius: 3px !important; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;
}

#customsearch .kd-active-line .activeLine {
    width: 26px;
    display: inline-block;
    text-align: center;
    height: 4px;
    background-color: var(--theme-color);
    border-radius: 3px;
}
#customsearch .kd-table thead tr th{
    position: relative;
    padding: 0 12px;
    height: 34px;
}
#customsearch .kd-table thead tr div{
    overflow: visible !important;
}
#customsearch .kd-table thead th.kd-last{
    border-right: none !important
}
#customsearch  .kd-table-body tbody tr td {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border: none;
    border-bottom: 1px solid #D9D9D9;
}
#customsearch  .kd-table-body tbody tr td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-flex;
}
#customsearch .kd-table-body tbody tr td div {
    /* padding: 0 8px; */
    width: 100%;
    height: 100%;
    line-height: 40px;
}
#customsearch .kd-table-body tbody tr td:last-child {
    border-right: 0 !important;
}
#customsearch .kd-table-body tbody tr td:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--border-color);
}
#customsearch .kd-table thead tr th::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--border-color);
}
#customsearch .kd-checkbox-children {
    max-width: 230px !important;
    display: inline-block !important;
}