.st-0ffb29a9-wrapper {
	overflow-x: auto;
	margin: 0;
	padding: 0;
}

.st-0ffb29a9-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin: 0;
}

.st-0ffb29a9-table th,
.st-0ffb29a9-table td {
	/* Default padding, can be overridden by controls */
	padding: 12px 0;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle; /* Align text to vertical center */
}

/* Center align column 1 */
.st-0ffb29a9-table th.col-1-center,
.st-0ffb29a9-table td.col-1-center {
    text-align: center;
}

/* Image centering helper */
.st-0ffb29a9-table td.col-1-center {
    vertical-align: middle; /* Vertically center */
    text-align: center;     /* Horizontally center */
}

/* Flexbox for perfect centering of image inside the cell */
.st-0ffb29a9-table td.col-1-center .st-0ffb29a9-image {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Add padding back to first and last cells if desired, or leave it completely zero */
.st-0ffb29a9-table th:first-child,
.st-0ffb29a9-table td:first-child {
    padding-left: 0;
}

.st-0ffb29a9-table th:last-child,
.st-0ffb29a9-table td:last-child {
    padding-right: 0;
}

.st-0ffb29a9-table th {
	background-color: #f4f4f4;
	user-select: none;
	position: relative;
}

.st-0ffb29a9-table th:not(.no-sort) {
	cursor: pointer;
}

.st-0ffb29a9-table th:not(.no-sort):hover {
	background-color: #ebebeb;
}

.st-sort-icon {
	font-size: 0.8em;
	margin-left: 5px;
	opacity: 0.3;
}

.st-0ffb29a9-image {
	max-width: 37.5px; /* Reduced by 25% from 50px */
	max-height: 37.5px; /* Reduced by 25% from 50px */
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Conditional Colors for Column 7 */
.col-7-positive {
	color: green !important;
	font-weight: bold !important;
}

.col-7-negative {
	color: red !important;
	font-weight: bold !important;
}

/* Conditional Colors for Columns 5 and 6 */
.col-5-6-alert {
	background-color: red !important;
	color: white !important;
	font-weight: bold !important;
}

.col-5-6-success {
	background-color: green !important;
	color: white !important;
	font-weight: bold !important;
}

/* Orange Highlight for specific cells in bottom rows */
.highlight-orange-bg {
    background-color: #fff3e6 !important; /* Lighter orange */
}