/* extractAnalysisPanel.jsp 전용 스타일 */
#extractAnalysisPanel {
    color: #ffffff !important;
}

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

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

/* 일반 입력 필드(input) */
#extractAnalysisPanel input:not(#extractFilterExpression) {
    color: #000000 !important;
    font-weight: normal !important;
}

/* 셀렉트 박스(select) - 하얀색 유지, 일반 굵기 */
#extractAnalysisPanel select {
    color: #ffffff !important;
    background-color: #333333 !important;
    font-weight: normal !important;
}

/* 셀렉트 박스 옵션 */
#extractAnalysisPanel select option {
    color: #ffffff !important;
    background-color: #333333 !important;
}

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