.table-container-wrapper {
	position: relative;
}

#scrollTarget {
	overflow: auto;
	max-height: 80vh;
	overflow-x: auto;
	overflow-y: hidden;
	max-height: none !important;
	position: relative;
}

#tbReport thead th {
	position: sticky;
}

#tbReport thead {
	top: 0;
	z-index: 10;
	background-color: rgba(25, 135, 84, 1) !important;
	color: white;
}

#tbReport thead tr:first-child th:first-child {
	left: 0;
	z-index: 100 !important;
	background-color: rgba(25, 135, 84, 1) !important;
}

#tbReport tbody td:first-child {
	position: sticky;
	left: 0;
	z-index: 5;
	background-color: #ffffff !important;
	border-right: 2px solid #dee2e6 !important;
}

#tbReport {
	border-collapse: separate;
	border-spacing: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
}

#tbReport th,
#tbReport td {
	border: 0.1px solid#5e6870 !important;
}

.scroll-hint-icon {
	position: absolute;
	top: 50%;
	/* left: 150px; */
	left: 45%;
	transform: translateY(-50%);
	z-index: 150;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px 20px;
	border-radius: 50px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	gap: 10px;
}

.scroll-hint-icon.active {
	opacity: 1;
}

/* ตรวจสอบให้แน่ใจว่าตัวตารางเองไม่มี Scroll bar ซ้อน */
.table-responsive {
	overflow-y: hidden !important;
}
