.kd-select-item-option-content {
    width: 100%;
}
#baseconditionap .CodeMirror {
    background: inherit !important;
}
#baseconditionap .kd-select-size-middle {
    min-height: 28px;
    height: 28px;
    padding: 0px 1px;
}
#baseconditionap .kd-input-size-middle {
    height: 28px;
    line-height: 28px;
}

#baseconditionap .kd-table thead tr th{
    position: relative;
    padding: 0 12px;
    border-left: none;
    border-right: 1px solid #D9D9D9;
}
#baseconditionap .kd-table thead tr div.kd-table-header-cell-content{
    overflow: visible !important;
    /* padding: 0 12px */
}
#baseconditionap .kd-table thead tr div.kd-table-header-cell-content {
    display: block;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 32px;
}
#baseconditionap .kd-table thead th.kd-last{
    border-right: none !important
}
#baseconditionap .kd-checkbox-default-no-child {
    height: 100%;
    width: 100%;
}

#baseconditionap  .kd-table-body tbody tr td {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 12px;
    border: none;
    border-bottom: 1px solid #D9D9D9;
}
#baseconditionap  .kd-table-body tbody tr td div {
    /* padding: 0 8px; */
    width: 100%;
    /* height: 100%; */
    /* line-height: 40px; */
}

#baseconditionap .kd-table-body tbody tr td div.kd-leaf span {
    width: 100% !important;
    margin-left: 0 !important;
    height: 100% !important;
}
#baseconditionap .kd-table-body tbody tr td:last-child {
    border-right: 0 !important;
}
#baseconditionap .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);
}
/* #baseconditionap .kd-table thead tr th::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--border-color);
} */
#baseconditionap .kd-table th .kd-table-header-cell-resize {
    /* display: flex !important;
    padding: 0 !important;
    width: 1px;
    right: 0; */
    opacity: 0;
}
#baseconditionap .kd-table th .kd-table-header-cell-resize::after {
    top: 0 !important;
    height: 100% !important;
}
#baseconditionap .kd-modal-footer {
    height: 50px !important;
    border-radius: 2px;
    background-color: #fff;
} 
#baseconditionap .empty td {
    border-bottom: none !important;
}
#baseconditionap .empty  .kd-empty-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
#baseconditionap .kd-select-icon-clear {
    background: transparent;
}
.kd-baseData-dropdown-wrapper {
    display: none;
}