/* 데이터 테이블 관련 */
#Tbl_envRes tbody td {
	height: 32px;
}

.dataTables_info, .dataTables_empty, .dataTables_paginate {
    display: none;
}

.Tbl_envRes_header::before {
	background-color: unset;
}

#Tbl_dgist tbody td {
	padding: 9px 3px 9px 3px;
}

.Tbl_dgist_header::before {
	background-color: unset;
}
#Tbl_yonsei tbody td {
	padding: 9px 3px 9px 3px;
}

.Tbl_yonsei_header::before {
	background-color: unset;
}


/* loading DIV */
#loadingField {width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; display: block; opacity: 0.7; background-color: #fff; z-index: 9999999999999; text-align: center; border-radius: 8px;}
#loadingIcon {position: absolute; top: 30%; left: 30%; z-index: 100;}

#alertLoadingField {width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; display: block; opacity: 0.7; background-color: #fff; z-index: 9999999999999; text-align: center; border-radius: 8px;}
#alertLoadingIcon {position: absolute; top: 40%; left: 35%; z-index: 100;}

.env-tooltips {
  /* background: #fff; */
  padding: 0px 10px;
}

.env-tooltips .txt-design-1 .txt1 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gray-950);
}
.dark-mode .env-tooltips .txt-design-1 .txt1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.env-tooltips .txt-design-1 .txt2 {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 115.385%;
}
.dark-mode .env-tooltips .txt-design-1 .txt2 {
  color: #fff;
}

#login-modal input:-webkit-autofill,
#login-modal input:-webkit-autofill:hover,
#login-modal input:-webkit-autofill:focus,
#login-modal input:-webkit-autofill:active {
	/* -webkit-transition-delay: 9999s; */
	/*    transition-delay: 9999s; */
	-webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0) inset !important;
	background-color: transparent !important;
	background-clip: text;
}


/*시민모니터링단*/
.Tbl_citizen_header::before {
	background-color: unset;
}

/*분석예측*/
.Tbl_dgns_header::before {
	background-color: unset;
}

/* 분석예측 */
.calendar-design-1 .num {
	width: 140px;
	text-align: center;
	font-size: 17px;
}

/* 유해인자 모달창 별도 CSS */
.custom-modal .top.info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: none !important;
  align-items: center;
}

/* ngs 분석 스타일 */
.axis line, .axis path {
	stroke: #000;
}

.dot {
	opacity: 1;
}

.ellipse {
	fill-opacity: 0.1; /* 내부 채움 불투명도 30% */
	stroke-width: 1; /* 테두리 1px solid */
}

.graph-tooltip {
	position: absolute;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 12px;
	pointer-events: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.grid line {
	stroke: lightgray;
	stroke-opacity: 0.7;
	shape-rendering: crispEdges;
}