.custom-checkbox-cell input{
    border:2px solid blue; 
}

.tabulator-row.tabulator-selectable.tabulator-selected.rowSelected {
    border-color: #ee6e05 !important; /* 부트스트랩 primary 색상 */
    background: #ffffff;
  }

