.tui-grid-container {
    font-size: 12px;
    font-family: var(--fb-font-family);
}
  
.tui-grid-layer-state {
    border-top: 1px solid #003da5 !important;
}
  
.tui-grid-cell-header { 
    white-space:pre !important; 
}
  
.tui-grid-row-modify {
    background-color: #dce9ffbd !important;
}
  

/* 그리드 최하단 데이터 boder-bottom 설정 */
.tui-grid-cell {
    border-bottom-width: 1px !important;
}
/* 그리드 체크박스 및 헤더 클릭시, 체크박스 비활성화 관련 설정 */
.tui-grid-table-container {
    z-index: 10;
}
/* 그리드 체크박스 중앙 배치 */
.tui-grid-row-header-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 그리드 조회 목록 포인터 설정 */
.tui-grid-cell .tui-grid-cell-content {
    /* cursor: pointer; */
    cursor: default;
}

/* 그리드 하단 페이징 영역 */
.tui-grid-container .tui-grid-pagination {
    margin-top: 10px;
}

/* 그리드 필터 팝업 내 clear 버튼 */
.tui-grid-filter-btn-clear {
    width: 55px;
}