/* cqlFilterPanel.jsp 전용 스타일 */
.cql-filter-panel {
    color: #ffffff !important;
}

.cql-filter-panel .label,
.cql-filter-panel .box-tit,
.cql-filter-panel .modal-description,
.cql-filter-panel .empty-text {
    color: #ffffff !important;
    font-weight: normal !important; /* 라벨 등은 일반 굵기 */
}

/* 5. 필터 표현식 (텍스트 영역) - 글자 색상 하얀색 및 굵게 적용 */
.cql-filter-panel #cql-input {
    color: #ffffff !important;
    font-weight: bold !important;
}

/* 일반 입력 필드 및 셀렉트 박스 내부 텍스트 */
.cql-filter-panel input:not(#cql-input),
.cql-filter-panel select {
    color: #ffffff !important;
    font-weight: normal !important;
}

/* 배경이 있는 박스 영역 */
.cql-filter-panel .box-area.bg-black,
.cql-filter-panel .box-area.bg-gray2 {
    color: #ffffff !important;
}