/*	========================	좌측메뉴 3단 설정	========================	*/
.nav-treeview {
  margin-left: 10px;
}
.nav-treeview .nav-treeview {
  margin-left: 10px;
}
/*	========================	좌측메뉴 3단 설정	========================	*/







table[id^="data_tables"] tbody tr.red-background.even,
table[id^="data_tables"] tbody tr.red-background.odd,
table[id^="data_tables"] tbody tr.red-background {
    background-color: #FFCCFF !important;	/* 붉은계열 배경 */
}

table[id^="data_tables"] tbody tr.blue-background.even,
table[id^="data_tables"] tbody tr.blue-background.odd,
table[id^="data_tables"] tbody tr.blue-background {
    background-color: #CCCCFF !important;	/* 붉은계열 배경 */
}


.dark-mode .table-hover tbody tr.blue-background {
    background-color: #CCCCFF !important; /* 파란계열 배경 */
    color: white; /* 흰색 텍스트 */
}


/* 사용자 정의 테이블 스타일 */
.custom-table .table {
    font-size: 0.9rem; /* 텍스트 사이즈 조정 */
}

.custom-table th, .custom-table td {
    padding: 0.3rem; /* 행과 열 사이의 패딩 조정 */
}


a {
  color: #000; /* 링크 기본 색상 */
  text-decoration: none; /* 링크 밑줄 없애기 */
  background-color: transparent;
}

a:hover {
  color: #0056b3; /* 링크 호버 시 색상 */
  text-decoration: underline; /* 호버 시 밑줄 추가 */
}






/* 사이드바 스타일 조정 */
.main-sidebar {
    font-size: 14px; /* 텍스트 크기 조정 */
}

.nav-sidebar .nav-item > .nav-link {
    padding: 5px; /* 줄 간격 및 패딩 조정 */
}

.nav-sidebar .nav-item .nav-icon {
    font-size: 18px; /* 아이콘 크기 조정 */
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link {
    padding-left: 30px; /* 서브 메뉴 패딩 조정 */
}

.nav-sidebar .nav-header {
    padding: 10px; /* 섹션 헤더 패딩 조정 */
    font-size: 12px; /* 섹션 헤더 텍스트 크기 조정 */
}

/* 사이드바 브랜드 로고와 텍스트 크기 조정 */
.brand-link .brand-image {
    height: 35px; /* 로고 이미지 높이 */
    width: 35px; /* 로고 이미지 너비 */
    margin-left: 0.75rem; /* 로고 이미지 좌측 마진 */
}

.brand-link .brand-text {
    font-size: 16px; /* 브랜드 텍스트 크기 */
}
/* 사이드바 스타일 조정 */

.modal-xxl {
  max-width: 80% !important;
}

.fa-bell {
  color: #007BFF; /* Bootstrap에서 사용하는 기본 파란색 */
}
